

/* Start:/assets/css/owl.carousel.css?17417026248257*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  max-height: 164px;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: inline-block;
  /*text-align: center;*/
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/assets/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next{
    background: url(/assets/css/../images/owl_car_hor_arr.png) 0 0 no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    margin-top: -30px;
}        
.owl-carousel .owl-controls .owl-nav .owl-prev{
    left: -65px;
}
.owl-carousel .owl-controls .owl-nav .owl-next{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -65px;
}
                .vertical.flexslider .flex-direction-nav .flex-prev:hover,
                .vertical.flexslider .flex-direction-nav .flex-next:hover,
                .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
                .owl-carousel .owl-controls .owl-nav .owl-next:hover{
                    opacity: 0.5;
                }

.flexslider2_main_box{
    position: relative;
    margin-left: 33px;
    max-height: 427px;
    overflow: hidden;
    max-width: 637px;
    border: 2px solid #cfcfcf;
    -webkit-border-radius: 6px;
            border-radius: 6px;
}
.content_oboi_news{
    /*margin-bottom: 110px;*/
    margin-bottom: 155px;
}
.new_left_bx{
    color: #424242;
    margin-top: -9px;
}
.new_left_bx p,
.after_flex{
    text-align: justify;
}
.content_oboi1{
    margin-bottom: 12px;
}
.content_oboi2{
    margin-bottom: 24px;
}
.full_width_carus .owl_carousel{
    max-height: 100%;
}

.flexslider2_main_box .thumbowlcarus{
    position: absolute;
    bottom: 0;
    background: url(/assets/css/../images/bkgc_opacity_flex.png) 0 0 repeat;
    padding: 4px 62px 5px 62px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    left: 0;
    right: 0;
    height: 89px;
    overflow: hidden;
    z-index: 99;
}
.thumbowlcarus .owl-item{
    cursor: pointer;
}
.flexslider2_main_box .thumbowlcarus .owl-item .bd_img{
    width: 117px;
    height: 79px;
    overflow: hidden;
}
.flexslider2_main_box .thumbowlcarus .owl-item.current .bd_img {
    cursor: pointer;
    width: 117px;
    height: 79px;
    position: relative;
    border: 2px solid #eaeaea;
    overflow: hidden;
}
.flexslider2_main_box .thumbowlcarus .owl-item.current .bd_img img {
        margin: -1px 0 0 -1px;
}

.flexslider2_main_box .owl-carousel.thumb .owl-controls .owl-nav div {
    background: url(/assets/css/../images/icon_see_more2.png) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    top: 50%;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-top: -13px;
}
.flexslider2_main_box .owl-carousel.thumb .owl-controls .owl-nav .owl-prev{
    left: -43px;
}
.flexslider2_main_box .owl-carousel.thumb .owl-controls .owl-nav .owl-next{
    right: -43px;
}
@media only screen and (max-width: 500px){
    .flexslider2_main_box{
        min-height: 400px;
    }
    .flexslider2_main_box .owl-carousel .owl-item img{
        width: auto;
    }
}

@media only screen and (max-width: 1199px){
  .hid-map{
    display:block;
  }
  .show-map{
    display: none;
  }
}

@media only screen and (min-width: 1200px){
  .hid-map{
    display:none;
  }
  .show-map{
    display: block;
  }
}

@media screen and (max-width: 767px){
  .owl_carousel3.owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl_carousel3.owl-carousel .owl-controls .owl-nav .owl-next{
    width: 30px;
    height: 30px;
  }
  .owl_carousel3.owl-carousel .owl-controls .owl-nav .owl-prev{
    left: -15px; 
  }  

  .owl_carousel3.owl-carousel .owl-controls .owl-nav .owl-next{
    right: -15px;
  }     
}


/* End */


/* Start:/about/contacts/style.css?17417024323051*/
.yandex-map {
	height: 537px;
}
.contacts--map {
	position: relative;
}
@media screen and (max-width: 1360px) {
	.contacts--text {
		margin-left: 50px;
	}
}
@media screen and (max-width: 1280px) {
	.contacts--text {
		margin-left: 100px;
	}
}
@media screen and (max-width: 1170px) {
	.contacts--text {
		margin-left: 175px;
	}
}
.parking-hint {
	font-size: 11px;
	color: #666666;
}

.contact-tabs {
	display: flex;
	white-space: nowrap;
	box-sizing: border-box;
	justify-content: center;
/* 	padding: 10px 0; */
	margin-bottom: 10px;
}

.contact-tabs .contact-tab {
	background-color: white;
	text-decoration: none;
	box-sizing: border-box;
	padding: 5px 15px 5px 15px;
	height: 35px;
	line-height: 25px;
	font-size: 13px;
	font-weight: 600;
	border: 1px solid #a1a1a1;
	margin-right: 4px;
	margin-left: 4px;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	transition: 0.15s;
}

.contact-tabs .contact-tab:first-of-type {
	margin-right: 3px;
}

.contact-tabs .active {
	background-color: #d1d1d1;
}

.contact-tabs .highlighted {
	background-color: #d1d1d1;
}

@media only screen and (max-width: 480px) {
	.contact-tabs {
		flex-wrap: wrap;
	}
	.contact-tabs .contact-tab {
		width: 100%;
		margin-bottom: 6px;
		box-shadow: none;
		text-align: center;
	}
}

.choise-layers {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	flex-wrap: nowrap;
	z-index: 10;
}

.choise-layers .choise-layer {
	display: table-row;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 25%;
	transition: 0.3s;
	text-decoration: none;
}
.choise-layers .choise-layer.choise-layer-0 {
	height: 26%;
}
.choise-layers .choise-layer.choise-layer-1 {
	height: 10%;
}
.choise-layers .choise-layer.choise-layer-2 {
	height: 24%;
}
.choise-layers .choise-layer.choise-layer-3 {
	height: 40%;
}

.choise-layers .choise-layer span {
	text-align: center;
	font-size: 20px;
	text-shadow: 0 0 4px rgba(130, 130, 130, 0.05), 0 0 2px rgba(130, 130, 130, 0.05);
	text-decoration: none;
	display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.choise-layers {
		display: none;
	}
	.yandex-map {
		height: 500px;
	}
}

.choise-layers .choise-layer:hover {
	background-color: rgba(130, 130, 130, 0.1);
}

.choise-layers .choise-layer:hover span {
	text-shadow: none;
	color: #37290d;
}

.owl-carousel{
	max-height: 100% !important;
}
.owl-carousel .owl-controls .owl-nav .owl-prev{
    left: -5px;
}
.owl-carousel .owl-controls .owl-nav .owl-next{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -5px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.rel {
	position:relative;
}
/* End */


/* Start:/assets/css/info_pages.css?177747956710448*/
.delivery_aside{
    min-width: 198px;
}
    .delivery_menu_item{
        margin-bottom: 3px;
        background-color: #5d4c45;
        border-radius: 6px;
        
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
    .delivery_menu_link:hover{
        background-color: #5d4c45;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }
        .delivery_menu_link{
            display: block;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 300;
            color: #fff;
            text-decoration: none;
            padding: 13.5px 13px; 
            position: relative;
            z-index: 9;
        }

.delivery_contacts{
    margin: -9px 31px 27px 41px;
}

.delivery_title{
    margin-bottom: 24px;
}

.contacts{
    width: 31.73719376391982%;
    margin: -12px 0px 0px 0px;
    float: left;
    color: #202020;
}
    .way .shop_title{
        margin-bottom: 17px;
    }
    .shop_title{
        /*font-size: 24px;*/
        margin-bottom: 12px;
    }
.hr_delivery{
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 10px;
    margin-right: 18px;
}
.shop_text,
.way_text{
    font-size: 14px;
    line-height: 18px;
    color: #424242; 
    margin-bottom: 8px;
}
.way .way_text:last-child{
    margin-bottom: 0;
}
.shop .shop_text:last-child{
    margin-bottom: 14px;
}


.way{
}

.map_wrapper{
    margin: 0 10px;
}
.map{
    float: left;
    border: 2px solid #d1cfcf;
    border-radius: 10px;
    height: 348px;
    width: 100%;
    /*width: 100%;*/
    height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    margin-bottom:10px;
}
.map2{
    float: left;
    border: 2px solid #d1cfcf;
    border-radius: 10px;
    height: 348px;
    width: 100%;
    /*width: 100%;*/
    height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.delivery_form{
    width: 500px;
    font-size: 14px;
    padding-top: 3px;
}
.delivery_form_box{
	margin-top: 33px;

}
    .delivery_form_box_title{
        color: #424242 !important;  
        margin-bottom: 17px;
    }
    .delivery_form_box_text{
        margin-bottom: 35px;
    }
.del_form_point{ 
    margin-right: 10%;
    margin-bottom: 16px;
}
.del_form_point.captcha{
    margin-bottom: 21px;
}

    .point_label{
        color: #424242;
        float: left;
        padding-top: 8px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }
    .del_form_point.del_textarea{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .point_input{
        border-radius: 10px !important;
        float: right;
        border: 1px solid #939393;
        /*width: 261px;*/
        width: 62.2%;
        padding: 6.5px 10px ;
    }
    .point_input.w211{
        /*width: 211px;*/
        width: 50.2%;
    }
    .del_form_point_textarea{
        border-radius: 10px !important;
        float: right;
        /*width: 330px;*/
        width: 66%;
        height: 73px;
        border: 1px solid #939393;
        padding: 5px 10px 5px 10px;
        resize: none;
    }
    .point_4_img{
        float: right;
        margin-right: 71px;
        height: 38px;
        width: 72px;
    }
    .point_4_img img{
        width: 100%;
        height: auto;
    }

    .delivery_button{
        margin-top: 30px;
    }
    .delivery_but{
        border-radius: 10px;
        float: right;
        background-color: #4c4c4c;
        color: #fff;
        font-size: 12px;
        padding: 13px 61.5px;
        border: none;
        outline: none;
        cursor: pointer;
        text-transform: uppercase;
        display: inline-block;
    }
    .delivery_but:hover{opacity: 0.6;}


/*menu*/
@media screen and (max-width: 767px){
    .delivery_aside__top{
        position: relative;
        margin-bottom: 10px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;

    }
    .delivery_aside__text{
        position: relative;
        z-index: 1;

    }
    .delivery_menu{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .delivery_menu .delivery_menu_item{
        margin-right: 5px;
        max-width: 100%;
        /*min-width: 40%;*/
    }



    /* Important styles */
    #toggle {
        display: block;
        width: 28px;
        position: absolute;
        right: 10px;
        height: 30px;
        z-index: 2000;
        top: 45%;
   }

    #toggle span:after,
    #toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -9px;
    }
    #toggle span:after{
      top: 9px;
    }
    #toggle span {
      position: relative;
      display: block;
    }

    #toggle span,
    #toggle span:after,
    #toggle span:before {
      width: 100%;
      height: 5px;
      background-color: #2d2d2d;
      transition: all 0.3s;
      backface-visibility: hidden;
      border-radius: 2px;
    }



    /* on activation */
    #toggle.on span {
      background-color: transparent;
    }
    #toggle.on span:before {
      transform: rotate(45deg) translate(5px, 5px);
    }
    #toggle.on span:after {
      transform: rotate(-45deg) translate(7px, -8px);
    }
    #menu.on {
      opacity: 1;
    }


    /* menu appearance*/
    #menu {
      position: absolute;
      z-index: 100;
      left: 0;
      right: 0;
      color: #999;
      width: 300px;
      padding: 10px;
      margin: auto;
      text-align: center;
      border-radius: 4px;
      background: #ccc;
      box-shadow: 0 1px 8px rgba(0,0,0,0.05);
      /* just for this demo */
      display: none;
      opacity: 0;
      transition: opacity .4s;
    }
    #menu:after {
      position: absolute;
      top: -15px;
      left: calc(50% - 15px);
      content: "";
      display: block;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 20px solid #ccc;
    }
}


.owl-carousel.owl-korolev-slider .owl-controls .owl-nav .owl-prev, .owl-carousel.owl-korolev-slider .owl-controls .owl-nav .owl-next{
    top: 50%;
}


.payment_but:hover{
        background-color: #d3c8c4;
    }
    .payment_but{
        border-radius: 10px;
        background: #d3c8c4;
        color: #fff !important;
        font-size: 12px;
        padding: 13px 28.5px;
        border: none;
        outline: none;
        cursor: pointer;
        text-transform: uppercase;
        display: inline-block;
        font-family: Arial,sans-serif;
        top: 0 !important;
        text-shadow: none;
        font-weight: normal;
        line-height: inherit;
    }












.about_shops_gallery {
    clear: both;
    margin: 38px 0 10px;
    padding: 0;
    background: transparent;
}

.about_shops_gallery_wall {
    column-count: 3;
    column-gap: 22px;
}

.about_shops_gallery_item {
    display: inline-block;
    width: 100%;
    margin: 0 0 22px;
    break-inside: avoid;
    page-break-inside: avoid;
}

.about_shops_gallery_link {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.about_shops_gallery_frame {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: transparent;
}

.about_shops_gallery_img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about_shops_gallery_link:hover .about_shops_gallery_img {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.about_shops_gallery_caption {
    margin-top: 8px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
}

.about_shops_modal {
    position: fixed;
    inset: 0;
    z-index: 20000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.about_shops_modal_open {
    display: flex;
}

.about_shops_modal_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.76);
    cursor: pointer;
}

.about_shops_modal_content {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    max-height: 92vh;
}

.about_shops_modal_img {
    display: block;
    max-width: 96vw;
    max-height: calc(92vh - 58px);
    width: auto;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

.about_shops_modal_caption {
    margin-top: 11px;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
}

.about_shops_modal_close {
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #222;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.about_shops_modal_close:hover {
    opacity: 0.85;
}

html.about_shops_modal_locked,
html.about_shops_modal_locked body {
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .about_shops_gallery {
        margin-top: 30px;
    }

    .about_shops_gallery_wall {
        column-count: 2;
        column-gap: 18px;
    }

    .about_shops_gallery_item {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 575px) {
    .about_shops_gallery {
        margin-top: 24px;
    }

    .about_shops_gallery_wall {
        column-count: 1;
        column-gap: 0;
    }

    .about_shops_gallery_item {
        margin-bottom: 16px;
    }

    .about_shops_gallery_caption {
        font-size: 13px;
        margin-top: 7px;
    }

    .about_shops_modal {
        padding: 12px;
    }

    .about_shops_modal_img {
        max-width: 94vw;
        max-height: calc(90vh - 54px);
        border-radius: 6px;
    }

    .about_shops_modal_caption {
        font-size: 13px;
    }

    .about_shops_modal_close {
        top: -12px;
        right: -6px;
        width: 36px;
        height: 36px;
        font-size: 30px;
        line-height: 33px;
    }
}
/* End */
/* /assets/css/owl.carousel.css?17417026248257 */
/* /about/contacts/style.css?17417024323051 */
/* /assets/css/info_pages.css?177747956710448 */
