/****** new style 4/6/2023 *******/

/** portfolio **/

.m-portfolio {
	display: flex;
	justify-content: space-between;
	align-items:center;
	gap: 2rem;
	background: none !important;
}

.m-portfolio-container {
	 padding: 4rem 2rem;
/* 	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	border-radius: 10px;
	margin-bottom: 4rem;
	transition: all .3s ease;
}


.port-list {
	width: 400px !important;
}
.port-list__item {
   width: 400px !important;
}
.port-list__img-wrap {
    width: 100% !important;
	height: 100% !important;
}
.owl-prev {
	display: none !important;
}
/** end of portfolio **/


.mt-4 {
	margin-top: 4rem;
}

.blog-btn {
	outline: none;
	background: none;
	padding: 10px 22px;
	border: 2px solid orange;
	border-radius: 10px;
	transition: all .2s ease-out;
	font-weight: 500;
	font-size: 16px;
}

.blog-btn:hover {
	background: orange;
	color: #fff;
}

.blog-btn:active {
	transform: scale(0.90);
}


html {
	 scroll-behavior: smooth;
}

.container {
	overflow-y: hidden;
	overflow-x: hidden;
}

.flex {
	display: flex;
	align-items: center;
	gap: 2rem;
}

/* .m-products {
	display: none;
} */
.owl-next {
	display: none !important;	
}

.header-banner {
  margin: 4rem 0;
}

.header-banner .blog {
  display: flex;
  align-items: center;
}

.cards {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}

.card img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  transition: all 0.3s ease;
}

.card:hover img {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.card img:hover {
  transform: scale(1.1);
}

.card:hover h2 {
  color: rgb(233, 233, 233);
}

.card {
  width: 367px;
  height: 375px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.card h2 {
  position: absolute;
  bottom: 4%;
  left: 4%;
  font-size: 26px;
  font-weight: 500;
}

/** blogs **/
.blog {
/*   display: flex; */
/*   gap: 4rem; */
  margin: 4rem 0;
}
.texts span {
  font-weight: bold;
}

.blog-text li {
  list-style-type: disc;
  margin-left: 1.5rem;
}


.blog-slider {
  margin: 0 auto;
  max-width: 400px;
  margin-top: 4rem;
}

/** end of blogs **/



.blogs {
    padding: 7rem 2rem;
	position: relative;
/* 	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	border-radius: 10px;
	margin-bottom: 4rem;
	transition: all .3s ease;
}

.blogs h1 {
  font-size: 36px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.blogs .texts p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.blogs .texts p:nth-child(3) {
  margin: 1rem 0;
}

.blogs .texts {
  width: 60%;
}

.blogs .texts span {
  font-weight: bold;
}

.blogs .slider {
  width: 400px;
  overflow: hidden;
}
.blogs .up-slider-img {
  width: 100%;
  height: 300px;
}

.blogs .slider-down-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.blogs .down-slider-img {
  width: 130px;
  height: auto;
  margin-top: 1rem;
}

.blogs .slider-down-container .slide {
  cursor: pointer;
}

.blogs .slider-down-container .slide img {
  transition: all 0.3s ease;
  border-radius: 6px;
  padding: 5px 10px;
  padding-top: 15px;
  max-width: 100%;
  height: 82px;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  transition: all 0.3s ease;
}

.blogs .slick-center .slide img {
  padding: 0;
  height: 85px;
  max-width: initial;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.blogs .arrow-left {
  position: absolute;
  top: 45%;
  left: 6%;
  cursor: pointer;
  z-index: 1;
  background: rgba(64, 64, 64, 0.220);	
  border-radius: 10px;
  padding: 8px 4px;
}

.blogs .arrow-right {
  position: absolute;
  top: 45%;
  right: 6%;
  cursor: pointer;
  background: rgba(64, 64, 64, 0.220);
  border-radius: 10px;
  padding: 8px 4px;
}

/* .blogs .texts h1:nth-child(1) {
  font-size: 36px;
  font-weight: 600;
  position: absolute;
  top: -14%;
  left: 0;
} */


@media screen and (max-width: 1360px) {
  .cards {
    justify-content: center;
    gap: 2rem;
  }

  .card {
    width: 307px !important;
    height: 305px !important;
  }
}

@media screen and (max-width: 1200px) {
  .card {
    width: 257px !important;
    height: 255px !important;
  }
}

@media screen and (max-width: 992px) {
  .cards {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
  }
	
	 .blogs .texts p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
	
	.blog-btn {
		font-size: 14px;
		padding: 8px 6px;
	}
	
	.texts > .flex {
		gap: 1rem;
	}
}

@media screen and (max-width: 790px) {
  .cards {
    justify-content: center;
    gap: 2rem;
  }

  .card {
    width: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .blogs .texts h1 {
	 position: relative !important;
    font-size: 28px !important;
  }
	
	.blogs .texts .flex {
		flex-direction: row; 
	}
	
	.blogs > .flex {
		display: block !important;
	}
	
	.blog-btn {
		font-size: 12px;
	}
	
	.m-portfolio {
		flex-direction:column;
	}
	
	.m-portfolio .flex {
		flex-direction: row;	
	}
	
/* 	.m-portfolio > div:first-child {
		width: 100% !important;
	} */
	.port-list {
    	width: 100% !important;
    }
	
	.port-list__item {
		width: 100% !important; 
	}
	
	

  .flex {
    flex-direction: column;
  }

  .blogs .texts {
    width: 100%;
  }

  .blogs .slider {
    width: 100%;
	height: auto;
  }
	.blog-slider {
	  max-width: 100% !important;
	}
  .blogs .up-slider-img {
	  width: 100% !important; 
     height: 600px !important;
  }
	
   .blog-slider  {
		height: 600px !important;
	}
	
	.blog-slider-second {
		height: 600px !important;
		
	}
	.blog-slider-third {
		height: 600px !important;
	}
	
	.blog-slider-fourth {
		height: 600px !important;	
	}
	
}

@media screen and (max-width: 600px) {
	 .blogs .up-slider-img {
     height: 400px !important;
  }
	
   .blog-slider  {
		height: 400px !important;
	}
	
	.blog-slider-second {
		height: 400px !important;
		
	}
	.blog-slider-third {
		height: 400px !important;
	}
	
	.blog-slider-fourth {
		height: 400px !important;	
	}
	
	.blogs, .m-portfolio-container {
		padding-right: 10px!important;
		padding-left: 10px!important;
	}
	
}


/****** end of new style 4/6/2023 *******/

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
img,
legend {
  border: 0;
}
.col-xs-pull-12,
.owl-theme .owl-nav .owl-prev {
  right: 100%;
}
.owl-carousel.owl-hidden,
.owl-carousel.owl-loading {
  opacity: 0;
}
.fancybox-caption,
.fancybox-share,
.fancybox-slide,
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
}
.fancybox-container,
.fancybox-thumbs,
.fancybox-thumbs__list a,
.owl-carousel,
.owl-carousel .owl-item,
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
figure {
  margin: 0;
}
a {
  background: 0 0;
}
h1 {
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "Bebas Neue";
  src: url(../fonts/bebasneuebook.eot);
  src: url(../fonts/bebasneuebook.eot?#iefix) format("embedded-opentype"),
    url(../fonts/bebasneuebook.woff2) format("woff2"),
    url(../fonts/bebasneuebook.woff) format("woff"),
    url(../fonts/bebasneuebook.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url(../fonts/bebasneuebold.eot);
  src: url(../fonts/bebasneuebold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/bebasneuebold.woff2) format("woff2"),
    url(../fonts/bebasneuebold.woff) format("woff"),
    url(../fonts/bebasneuebold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
}
.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.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;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded,
.owl-carousel.owl-loading {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  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-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-infobar,
.fancybox-slide--image .fancybox-content {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel .fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.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(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #ccc;
  font-size: 14px;
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  text-indent: -9999px;
  position: absolute;
  bottom: 50%;
  margin: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.owl-theme .owl-nav [class*="owl-"]:hover,
a {
  color: #ff992b;
  text-decoration: none;
}
.owl-theme .owl-nav [class*="owl-"]:before {
  font: 400 1em/40px Fontawesome;
  text-indent: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.owl-theme .owl-nav .owl-next {
  left: 100%;
}
.owl-theme .owl-nav .owl-next:before {
  content: "\f061";
}
.owl-theme .owl-nav .owl-prev:before {
  content: "\f060";
}
.fancybox-slide::before,
.fancybox-thumbs__list a::before,
.footer__middle:after,
.header:after {
  content: "";
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.3s ease;
  border-radius: 30px;
  border: 1px solid #ff992b;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  transform: scale(1.1);
  background: #ff992b;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-outer,
.fancybox-thumbs {
  -webkit-overflow-scrolling: touch;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 1000000;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-slide,
.fancybox-slide--image .fancybox-content {
  transition-property: transform, opacity;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  display: none;
  height: 100%;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  background: no-repeat;
  background-size: 100% 100%;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  -ms-transform-origin: top left;
  transform-origin: top left;
  user-select: none;
  z-index: 99995;
}
.fancybox-image,
.fancybox-share__button,
.fancybox-spaceball {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: 0;
}
.fancybox-button.fancybox-focus {
  outline: dotted 1px;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2),
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small,
.fancybox-thumbs {
  display: none;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  margin: 0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
*,
:after,
:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 62.5%;
}
body {
  font: 400 16px/1.4 Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #212529;
  background: #fff;
}
body.no-scroll {
  overflow: hidden;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
img.radius {
  border-radius: 30px;
}
a:hover {
  color: #ff1f3e;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1em;
}
input,
select,
textarea {
  outline: 0;
  max-width: 20em;
  font-weight: 700;
  border: 1px solid #f0f0f0;
  margin-bottom: 15px;
  border-radius: 0;
  padding: 10px 15px;
  background: #f0f0f0;
  color: #000;
}
input:not([type="radio"]),
select,
select:not([type="radio"]),
textarea:not([type="radio"]) {
  width: 100%;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #102031;
  background: #ccc;
  color: #000;
}
input[type="submit"],
select[type="submit"],
textarea[type="submit"] {
  padding: 0.8rem 3rem;
  border: 2px solid #00b3ef;
  color: #00b3ef;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
input[type="submit"]:hover,
select[type="submit"]:hover,
textarea[type="submit"]:hover {
  background: #00b3ef;
  color: #fff;
}
option {
  background: #ff992b;
  color: #fff;
}
textarea {
  height: 80px;
}
.btn {
  background-color: #ff992b;
  color: #fff;
  padding: 15px 40px;
  font-size: 1.1em;
  font-weight: 400;
  border-radius: 5px;
  display: inline-block;
}
.btn:hover {
  background: #fff;
  color: #212529;
}
.btn:active {
  box-shadow: none;
}
.btn--outline {
  background: 0 0;
  color: #ff992b;
  border: 1px solid;
}
.btn--outline:hover {
  background: #ff992b;
  color: #fff;
}
.btn--sm {
  font-size: 0.875em;
  padding: 10px 20px;
}
.header {
  position: relative;
  z-index: 999999;
}
.header.scrolled .top-bar {
  opacity: 1;
  visibility: visible;
  transform: translateY(100%);
  transition: all 0.7s ease-out;
  bottom: 100%;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header:after {
  display: table;
  clear: both;
}
.header-mobile__btn,
.header__mobile {
  display: none;
}
.header__top {
  margin: 0 -99em;
  padding: 5px 99em;
  background: #fafafa;
}
.header__left {
  float: left;
  width: 180px;
  padding: 0;
  margin: 0 50px 0 0;
}
.header__right {
  float: left;
  width: calc(100% - 250px);
  padding: 25px 0 0;
  text-align: right;
}
.header__right .h-contacts,
.header__right .h-social-links {
  vertical-align: middle;
  margin: 0 40px 0 0;
}
.header__bottom {
  padding: 0 0 10px;
}
.top-bar {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  padding: 5px 0;
  background: #fafafa;
}
.top-bar__left {
  width: 90px;
  float: left;
}
.top-bar__right {
  float: right;
  width: calc(100% - 90px);
}
.header-right__top {
  text-align: right;
}
.header-right__bottom {
  margin: 20px 0 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.logo {
  margin: 0;
}
.logo__img {
  width: 100%;
}
.menu {
  text-transform: uppercase;
  margin: 0;
}
.menu-item {
  display: inline-block;
  position: relative;
}
.menu-item a,
.sub-menu .menu-item {
  display: block;
}
.menu-item.active a {
  background: #ff992b;
  color: #fff;
}
.menu-item a {
  color: #000;
  padding: 6px 10px;
  transition: color 0.3s ease-out;
}
.menu-item a.active,
.menu-item a:hover {
  color: #ff992b;
}
.menu-item a[href*="facebook.com"],
.menu-item a[href*="twitter.com"],
.menu-item a[href*="instagram.com"] {
  text-indent: -9999px;
  position: relative;
  text-align: left;
}
.menu-item a[href*="facebook.com"]:before,
.menu-item a[href*="twitter.com"]:before,
.menu-item a[href*="instagram.com"]:before {
  font: 400 1.2em/1.2 Fontawesome, sans-serif;
  text-indent: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.menu-item a[href*="facebook.com"]:before {
  content: "\f09a";
}
.menu-item a[href*="instagram.com"]:before {
  content: "\f16d";
}
.menu-item a[href*="twitter.com"]:before {
  content: "\f099";
}
.sub-menu .menu-item a {
  padding: 10px 20px;
}
.header-menu,
.top-bar-menu {
  display: table;
  width: 100%;
  margin: 0;
}
.header-menu .menu-item,
.top-bar-menu .menu-item {
  display: table-cell;
  position: relative;
  vertical-align: top;
  margin-right: 2em;
  text-align: center;
}
.header-menu .menu-item:first-of-type a:before,
.top-bar-menu .menu-item:first-of-type a:before {
  display: none;
}
.header-menu .menu-item a,
.top-bar-menu .menu-item a {
  padding: 10px;
  color: #aaa;
  font-weight: 300;
}
.header-menu .menu-item a:hover,
.top-bar-menu .menu-item a:hover {
  opacity: 1;
  color: #000;
}
.header-menu .menu-item a:before,
.top-bar-menu .menu-item a:before {
  content: "";
  left: -1px;
  top: 50%;
  margin-top: -20px;
  display: block;
  height: 40px;
  border-left: 1px solid #ccc;
  position: absolute;
}
.top-bar-menu {
  display: block;
  text-align: center;
}
.top-bar-menu .menu-item {
  display: inline-block;
}
.top-bar-menu .menu-item a:before {
  display: none;
}
.header-menu-top {
  text-align: right;
  font-size: 0.8em;
  float: right;
}
.h-contacts {
  display: inline-block;
  font-size: 1em;
}
.h-contacts__item {
  display: block;
  vertical-align: middle;
}
.h-contacts__link {
  white-space: nowrap;
  position: relative;
  display: block;
  text-align: left;
  color: #000;
  font-size: 0.875em;
}
.h-contacts__link:before {
  content: "\f10b";
  font: normal normal normal 1.4em/1 Fontawesome;
  color: #ff992b;
  margin: 0 0.5em 0 0;
}
.breadcrumbs,
.form__label,
.h-contacts__link--phone {
  font-weight: 700;
}
.h-contacts__link--gray {
  opacity: 0.8;
}
.h-contacts__link--email:before {
  content: "\f0e0";
  font-size: 1em;
}
.h-contacts__link--phone:before {
  content: "\f095";
  font-size: 1em;
}
.h-contacts__link--address:before {
  content: "\f041";
  font-size: 1em;
}
.h-contacts__cap {
  font-size: 0.7em;
  text-transform: uppercase;
  opacity: 0.6;
  font-weight: 400;
  display: block;
}
.main-nav,
.main-nav__item {
  display: inline-block;
}
.h-contacts__btn {
  padding: 0.5em 1em;
  box-shadow: none;
  text-transform: uppercase;
}
.main-nav__item {
  margin: 0 20px 0 0;
  text-transform: uppercase;
}
.main-nav__link {
  color: #000;
  line-height: 1;
  display: block;
}
.h-social-links {
  display: inline-block;
  line-height: 1;
}
.h-social-links__item {
  display: inline-block;
  margin: 0 10px 0 0;
}
.h-social-links__item:last-of-type {
  margin: 0;
}
.h-social-links__link {
  font-size: 1.5em;
  display: block;
  color: #ff992b;
}
.form span.wpcf7-not-valid-tip,
.h-social-links__label {
  display: none;
}
.footer {
  background: #f5f5f5;
  padding: 30px;
  margin: 40px 0 0;
}
.footer__middle {
  margin-bottom: 40px;
  padding: 30px 0 0;
}
.footer__middle:after {
  display: table;
  clear: both;
}
.footer__clb-btn {
  font-size: 0.875em;
  padding: 15px 20px;
}
.home .footer {
  margin: 0;
}
.f-blocks__item {
  margin: 20px 0 30px;
}
.f-blocks__item--cont {
  font-size: 0.9em;
}
.f-cont-list {
  padding: 0;
  margin: 0 auto;
  display: block;
}
.f-cont-list__head {
  display: block;
  position: relative;
  margin: 0 0 20px;
  padding-left: 25px;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.f-cont-list__head:before {
  font: 400 16px/1 Fontawesome, sans-serif;
  color: #ff992b;
  position: absolute;
  left: 0;
}
.f-cont-list__head--address:before {
  content: "\f041";
}
.f-cont-list__head--shedule:before {
  content: "\f017";
}
.f-cont-list__head--phone:before {
  content: "\f098";
}
.f-cont-list__head--email:before {
  content: "\f0e0";
}
.f-cont-list__head--info:before {
  content: "\f05a";
}
.f-cont-list__item {
  color: inherit;
  display: block;
}
.footer-menu {
  margin: 0;
  font-size: 0.875em;
  text-transform: uppercase;
}
.footer-menu li {
  display: block;
}
.footer-menu a {
  color: #666;
  padding: 0;
  margin: 0 0 10px;
}
.footer-menu a:hover {
  color: #000;
}
.footer-menu .sub-menu a {
  padding: 0 0 0 3px;
}
.footer-menu .sub-menu a:before {
  content: "\2022";
  margin: 0 10px 0 0;
}
.clear:after,
.form__row:after,
.offer__left:after,
.offer__left:before,
.prod-gallery .owl-dots .owl-dot:before,
.prod-gallery__link:before {
  content: "";
}
.footer-about {
  margin: 15px 0 0;
}
.footer-about__name {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 2.5px;
}
.footer-logo {
  max-width: 180px;
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: bottom;
}
.f-social-links {
  margin: 30px 0;
}
.f-social-links__head {
  font-size: 0.8em;
  margin: 0 20px 10px 0;
  opacity: 0.8;
}
.f-social-links__item {
  display: block;
  font-size: 0.8em;
  line-height: 1;
  margin: 0 10px 10px 0;
  color: #bbb;
}
.f-social-links__icon {
  font-size: 1.8em;
  vertical-align: middle;
  margin-right: 10px;
  color: #ff992b;
}
.copyright {
  color: #aaa;
  font-size: 0.6em;
  margin: 40px 0 0;
  padding: 0 0 20px;
  text-transform: uppercase;
  vertical-align: middle;
}
.copyright a {
  display: block;
  margin: 0 0 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.db {
  display: block;
}
.nav-breadcrumbs {
  margin: 15px 0 10px;
}
.breadcrumbs {
  text-transform: uppercase;
  font-size: 0.7em;
  margin: 0;
  color: #fff;
}
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs a:hover {
  color: #ff1f3e;
}
.breadcrumbs .breadcrumb_last {
  opacity: 0.6;
}
.inl__ul {
  border-bottom: 1px solid #ff992b;
  text-transform: uppercase;
}
.inl--red {
  color: #ff992b;
}
.clear:after {
  display: block;
  clear: both;
}
.form {
  max-width: 800px;
  margin: 0 auto;
}
.form__row {
  margin-bottom: 1rem;
}
.form__row:after {
  display: table;
  clear: both;
}
.form__col {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.form__col:nth-of-type(2n) {
  margin-right: 0;
}
.form__btn {
  font-size: 0.8em;
  padding: 1.2em 3em;
  background: #ff992b;
  color: #fff;
  border: none;
}
.form__btn:hover {
  background: #000;
}
.form__label {
  display: block;
  text-transform: uppercase;
  font-size: 0.7em;
  margin: 12px 20px 5px 0;
  text-align: left;
}
.form input,
.form textarea {
  background: #f0f0f0;
  border: 1px solid #ccc;
  max-width: none;
}
.form input:focus,
.form textarea:focus {
  border-color: #ff992b;
}
.form textarea {
  width: 100%;
  max-width: 100%;
  height: 97px;
}
.form div.wpcf7-response-output {
  margin: 0;
  border: none;
  font-size: 0.9em;
  padding: 0;
  text-align: justify;
  color: #102031;
  line-height: 1.1;
}
.form div.wpcf7-response-output:before {
  font: normal normal normal 1em/1 Fontawesome;
  margin: 0 0.3em 0 0;
}
.form div.wpcf7-mail-sent-ok:before {
  content: "\f058";
  color: #398f14;
}
.form div.wpcf7-validation-errors:before {
  content: "\f06a";
  color: #e8b808;
}
.form input.wpcf7-not-valid {
  border-color: #ff1f3e;
}
.section {
  position: relative;
}
.section__head {
  font-size: 2.25em;
  font-weight: 600;
}
.section__content {
  text-align: left;
  font-size: 0.875em;
}
.fancybox-show-thumbs .fancybox-thumbs {
  top: auto;
  width: 100%;
  overflow: hidden;
  background: 0 0;
}
.fancybox-show-thumbs .fancybox-thumbs__list {
  margin: 0 auto;
}
.fancybox-container.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}
.fancybox-container.fancybox-show-thumbs .fancybox-inner .fancybox-slide {
  padding-bottom: 120px;
}
.wa-fixed {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99998;
}
.wa-fixed__link {
  width: 60px;
  height: 60px;
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  background: #2ecc71;
  border-radius: 50%;
  z-index: 100;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  animation: radial-pulse 2s infinite;
}
.wa-fixed__link:hover {
  background: #23bd64;
  color: #fff;
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(7, 189, 100, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(7, 189, 100, 0);
  }
}
.article__header {
  padding: 20px 0;
  color: #fff;
  position: relative;
}
.article__header .breadcrumbs {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.article__header--light {
  background: 0 0;
  color: #000;
}
.article__header--light:after {
  background: rgba(0, 0, 0, 0.1);
}
.article__header--light .article__head,
.article__header--light .breadcrumbs,
.article__header--light .breadcrumbs a {
  color: #000;
}
.article__content-wrap {
  padding: 30px;
}
.article__head {
  color: #fff;
  font-size: 3em;
  margin: 0;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.article__head--mb {
  margin-bottom: 30px;
}
.article__subhead {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  margin: 0 0 20px;
  letter-spacing: 2px;
}
.article__short-desc {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  opacity: 0.8;
}
.article__btns {
  margin-top: 50px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.article__btn {
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0.8em;
  color: #fff;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.article__btn:hover {
  background: #fff;
  color: #000;
}
.article__btn:before {
  font: 400 1.2em/1 Fontawesome, sans-serif;
  margin: 0 8px 0 0;
  vertical-align: baseline;
}
.article__content ol:not([class]) li,
.article__content ul:not([class]) li {
  margin: 0 0 10px;
}
.article__btn--wa:before {
  content: "\f232";
  color: #25d366;
}
.article__btn--tel:before {
  content: "\f095";
  color: #ff992b;
}
.article__content {
  text-align: justify;
}
.article__content ul:not([class]) {
  list-style: disc;
  padding: 0 0 0 1.5em;
}
.article__content ol:not([class]) {
  list-style: decimal;
  padding: 0 0 0 1.5em;
}
.article__content iframe {
  border-radius: 10px;
  max-width: 100%;
}
.article__gallery {
  margin: 0 0 30px;
}
.article .char-list {
  margin-top: 30px;
}
.children {
  background: #fafafa;
  padding: 20px 30px 30px;
}
.children__wrap-head {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 20px;
}
.children__img-wrap:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.children__img {
  width: 100%;
}
.children__head {
  font-size: 1.1em;
  margin: 5px 0 10px;
}
.children__head-link {
  color: #102031;
}
.children__link {
  border: none;
  font-size: 0.7em;
  font-weight: 400;
  background: #e0e0e0;
  color: #102031;
}
.children__link:hover {
  color: #fff;
  background: #102031;
}
.prod-gallery__link {
  display: block;
  position: relative;
  background: #f0f0f0;
}
.prod-gallery__link:before {
  display: block;
  padding-top: 100%;
}
.prod-gallery__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prod-gallery .owl-dots {
  text-align: left;
  line-height: 0;
}
.align-center,
.feats-list__icon-wrap:after,
.feats-list__item,
.feats-slider__item,
.offer__head,
.pagination,
.port-list__head,
.share,
.wp-caption {
  text-align: center;
}
.prod-gallery .owl-dots .owl-dot {
  background-size: cover;
  width: 12%;
  opacity: 0.7;
  margin: 0 0.57% 0.57% 0;
  transition: all 0.4s ease-out;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  position: relative;
}
.prod-gallery .owl-dots .owl-dot.active {
  opacity: 1;
  box-shadow: inset 0 0 0 3px #102031;
}
.prod-gallery .owl-dots .owl-dot:nth-of-type(8n) {
  margin-right: 0;
}
.prod-gallery .owl-dots .owl-dot:before {
  display: block;
  padding-top: 100%;
}
.prod-gallery .owl-dots .owl-dot span {
  display: none;
}
.prod-gallery .owl-nav .owl-prev {
  left: 0;
  right: auto;
  background: rgba(0, 0, 0, 0.8);
  width: 30px;
  height: 40px;
  margin: 0;
  padding: 0;
  bottom: auto;
  top: 36%;
}
.prod-gallery .owl-nav .owl-prev:hover:before {
  color: #ff992b;
}
.prod-gallery .owl-nav .owl-prev:before {
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prod-gallery .owl-nav .owl-next {
  right: 0;
  left: auto;
  background: rgba(0, 0, 0, 0.8);
  width: 30px;
  height: 40px;
  margin: 0;
  padding: 0;
  bottom: auto;
  top: 36%;
}
.prod-gallery .owl-nav .owl-next:hover:before {
  color: #ff992b;
}
.prod-gallery .owl-nav .owl-next:before {
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rel-list__item {
  margin: 0 0 10px;
}
.rel-list__item.current .rel-list__link {
  background: #ff992b;
}
.rel-list__link {
  display: block;
  background: #f0f0f0;
  color: #000;
}
.rel-list__link:hover {
  background: #ff992b;
  color: #000;
}
.rel-list__img-wrap {
  float: left;
  width: 62px;
}
.rel-list__content {
  float: left;
  width: calc(100% - 72px);
  padding: 10px 0 10px 10px;
}
.rel-list__head {
  line-height: 1.2;
  display: block;
  font: 700 1em "Bebas Neue", sans-serif;
}
.share {
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding: 0 10px;
  margin: 0;
  z-index: 2;
}
.share__head {
  display: inline-block;
  transform: translateY(-50%);
  line-height: 1;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 0.6em;
  letter-spacing: 2px;
}
.share .ya-share2__container_size_m .ya-share2__link {
  filter: grayscale(1);
  opacity: 0.5;
}
.share .ya-share2__container_size_m .ya-share2__link:hover {
  filter: none;
  opacity: 1;
}
.share .ya-share2__container_size_m .ya-share2__icon {
  width: 30px;
  height: 30px;
  background-size: contain;
}
.page-template .article__head,
.page-template-default .article__head {
  margin-bottom: 50px;
}
.contacts__head {
  font-size: 1.2em;
  text-transform: uppercase;
}
.contacts__row {
  margin: 0 0 20px;
}
.contacts__label {
  font-size: 0.7em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
}
.contacts__link {
  color: #102031;
}
.map iframe {
  border: none !important;
  width: 100%;
}
.blog-archive__item {
  margin-bottom: 30px;
}
.blog-archive__head {
  font-size: 1em;
}
.blog-archive__head a {
  color: #000;
}
.blog-archive__head a:hover {
  color: #ff1f3e;
}
.blog-archive__excerpt {
  font-size: 0.9em;
  color: #888;
}
.blog-archive__excerpt a {
  font-weight: 700;
  text-decoration: underline;
}
.pagination {
  margin: 40px auto;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid;
  font-size: 1.1em;
  border-radius: 2px;
  color: #102031;
}
.pagination a.current,
.pagination a:hover,
.pagination span.current,
.pagination span:hover {
  border: 1px solid #102031;
  background: #102031;
  color: #fff;
}
.pagination a.current,
.pagination span.current {
  font-weight: 700;
}
.header,
.logo,
.logo__img,
a,
button,
input,
textarea {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    background: #fff;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    background: #fff;
  }
  100% {
    opacity: 1;
  }
}
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
.nowrap {
  white-space: nowrap;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignleft,
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption.alignleft,
.wp-caption.alignnone,
.wp-caption.alignright {
  margin: 5px 0 20px;
}
.wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.gallery-caption,
.wp-caption .wp-caption-text {
  font-size: 0.9em;
  color: #888;
  line-height: 17px;
  margin: 0;
  padding: 5px;
}
.inside-grid-column {
  padding: 0 15px !important;
}
.lgc-column:first-of-type .inside-grid-column {
  padding-left: 0 !important;
}
.lgc-column:last-of-type .inside-grid-column {
  padding-right: 0 !important;
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.m-slider__item {
  background-size: cover;
  background-position: center;
  background-color: #000;
}
.m-slider__content {
  padding: 100px 0;
  color: #fff;
}
.m-slider__head {
  font-size: 3.3125em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
.m-slider__desc {
  font-size: 1.2em;
  height: 150px;
  overflow: hidden;
  font-weight: 600;
}
.m-slider__btn {
  background: #ff992b;
}
.m-slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.m-slider .owl-nav .owl-prev {
  left: 0;
  right: auto;
  top: 50%;
}
.m-slider .owl-nav .owl-next {
  right: 0;
  left: auto;
  top: 50%;
}
.offer__wrap {
  border-radius: 30px;
  box-shadow: 6px 8px 19px rgba(0, 0, 0, 0.25);
}
.offer__left {
  float: left;
  width: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.offer__left:after,
.offer__left:before {
  position: absolute;
  background: #ff992b;
  display: block;
}
.offer__left:before {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  right: 0;
  top: 50%;
  margin-top: -120px;
}
.offer__left:after {
  top: 0;
  left: 0;
  right: 50px;
  bottom: 0;
}
.offer__right {
  float: right;
  width: calc(100% - 350px);
}
.offer__head {
  font-weight: 600;
  font-size: 2.25em;
  color: #fff;
  padding: 60px 20px;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.offer__desc {
  padding: 30px 40px 0 60px;
  font-size: 2em;
}
.offer__accent {
  font-weight: 700;
  color: #ff992b;
}
.m-winter {
  padding: 60px 0 30px;
}
.feats-slider {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.feats-slider__item {
  font-size: 1.5em;
}
.m-about-2 .section__head {
  line-height: 1.1;
}
.m-about-2 .section__subhead {
  font-size: 1.4em;
  line-height: 1.1;
  font-weight: 600;
  color: #666;
}
.video-block {
  position: relative;
  background-size: cover;
  cursor: pointer;
  background-position: center;
  background-color: #000;
}
.video-block:before {
  content: "\f04b";
  font: 400 5em/1 Fontawesome, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff992b;
  text-shadow: 3px 3px 30px #000;
}
.video-block:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-block:hover:before {
  color: #fff;
}
.video-block.active {
  background: 0 0 !important;
}
.video-block.active:before {
  display: none;
}
.video-block iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
}
.feats-list {
  counter-reset: feats;
}
.feats-list__item {
  float: left;
  width: 32%;
  margin: 0 2% 6% 0;
  padding: 0 20px;
  position: relative;
}
.feats-list__item:nth-of-type(3n) {
  margin-right: 0;
}
.feats-list__icon-wrap {
  max-width: 120px;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.feats-list__icon-wrap:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.feats-list__icon-wrap:after {
  content: "0" counter(feats);
  counter-increment: feats;
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 1.2em;
  background: #fff;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  top: -10px;
  left: -10px;
}
.offer2__wrap:before,
.port-list__img-wrap:after,
.port-list__img-wrap:before,
.products-list__img-wrap:before {
  content: "";
}
.feats-list__head {
  font-weight: 600;
  display: block;
  font-size: 1.375em;
}
.feats-list__desc {
  display: block;
  font-size: 1.125em;
  padding: 0 20px;
}
.m-feats {
  padding: 40px 0;
}
.m-portfolio {
  background: #fafafa;
  margin: 3em -99em;
  padding: 10px 99em 50px;
}
.port-list__img-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 0 10px;
}
.port-list__img-wrap:before {
  display: block;
  padding-top: 66%;
}
.port-list__img-wrap:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 50%;
  width: 80%;
  background: linear-gradient(
    to bottom left,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  z-index: 1;
}
.port-list__gallery-count {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #fff;
  z-index: 2;
  font-size: 0.875em;
}
.port-list__gallery-count:after {
  content: "\f03e";
  display: inline-block;
  font: 400 1em/1 Fontawesome, sans-serif;
  margin-left: 10px;
}
.port-list__head {
  font-size: 1.1em;
}
.port-list__link-wrap {
  display: block;
  color: inherit;
}
.m-products {
  padding: 10px 99em 40px;
  background: #fafafa;
  margin: 3em -99em;
}
.m-products__content {
  columns: 2;
  column-gap: 40px;
}
.m-products__content p {
  margin-top: 0;
}
.products-list {
  padding: 20px 0 40px;
}
.products-list__item {
  border-radius: 10px;
  border: 2px solid #f5f5f5;
  padding: 10px;
  background: #fff;
}
.products-list__img-wrap {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.products-list__img-wrap:before {
  display: block;
  padding-top: 75%;
}
.products-list__content {
  padding: 0 10px;
}
.products-list__head {
  font-size: 1.25em;
  font-weight: 600;
}
.products-list__price {
  display: inline-block;
  margin: 20px 0 -40px;
  padding: 10px 20px;
  color: #ff992b;
  border: 1px solid #ff992b;
  border-radius: 5px;
  font-size: 1.25em;
}
.products-list__price:hover {
  background: #ff992b;
  color: #fff;
}
.offer2__wrap {
  position: relative;
  padding: 0 0 60px;
}
.offer2__wrap:before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 400px;
  max-height: 100%;
  background: url(../img/offer2.jpg) bottom right no-repeat;
  background-size: contain;
}
.offer2__head {
  font-size: 3.4em;
  font-weight: 600;
  line-height: 1.1;
  margin: 30px 0 40px;
}
.offer2__desc {
  color: #ff992b;
  font-size: 1.8em;
  margin: 0 0 40px;
}
@media only screen and (max-width: 1023px) {
  .header-mobile__logo,
  .header__mobile {
    display: block;
  }
  .header {
    z-index: 99999;
  }
  .header__wrap {
    position: fixed;
    top: 0;
    background: #fff;
    bottom: 0;
    width: 100%;
    z-index: 999;
    left: 100%;
    padding: 50px 30px;
    transition: all 0.2s ease-in;
    overflow-y: auto;
  }
  .header__wrap.opened {
    left: 0;
  }
  .header__center,
  .header__left,
  .header__right {
    position: relative;
    z-index: 2;
    float: none;
    width: auto;
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
  }
  .header__top {
    margin: 80px 0 0;
    padding: 0;
    background: 0 0;
  }
  .header-mobile {
    padding: 5px;
    z-index: 9999;
    position: relative;
  }
  .header-mobile__left {
    float: left;
    width: 120px;
    margin: 0 20px 0 0;
  }
  .header-mobile__right {
    float: right;
    width: calc(100% - 140px);
    text-align: right;
  }
  .header-mobile__btn {
    display: inline-block;
    background: 0 0;
    border: none;
    position: relative;
    vertical-align: middle;
    color: #212529;
  }
  .header-mobile__btn:before {
    display: inline-block;
    font: 400 1em/1 Fontawesome, sans-serif;
    margin-right: 5px;
    color: #ff992b;
  }
  .header-mobile__btn--tel {
    margin: 16px 15px 0 0;
  }
  .header-mobile__btn--tel:before {
    content: "\f095";
  }
  .mobile-nav-btn {
    display: block;
    float: right;
    padding: 0;
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    margin: 13px 5px 0 12px;
    border: none;
    background: 0 0;
    position: relative;
    outline: 0;
  }
  .mobile-nav-btn:after,
  .mobile-nav-btn:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 13px;
    height: 1px;
    background: #000;
    transition: all 0.3s ease-out;
    transform: none;
  }
  .mobile-nav-btn__text {
    position: absolute;
    display: block;
    height: 13px;
    top: 7px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    transition: all 0.5s ease-out;
  }
  .mobile-nav-btn.opened:before {
    transform: rotate(-45deg);
  }
  .mobile-nav-btn.opened:after {
    transform: rotate(45deg);
  }
  .mobile-nav-btn.opened .mobile-nav-btn__text {
    border: none;
  }
  .branding {
    display: none;
  }
  .header-menu .menu-item {
    display: block;
    text-align: center;
    margin: 0;
  }
  .header-menu .menu-item.menu-item-has-children > a:after {
    content: "\f0dc";
    font: 400 12px/1 Fontawesome, sans-serif;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 8px;
    opacity: 0.5;
  }
  .header-menu .menu-item .sub-menu,
  .header-menu .menu-item a:before {
    display: none;
  }
  .header-menu .menu-item .sub-menu .menu-item {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .header-menu .menu-item a {
    padding: 10px;
    color: #212529;
  }
  .h-social-links {
    display: block;
    text-align: center;
    margin: 30px 0 !important;
  }
  .h-social-links__link {
    font-size: 1em;
  }
  .h-social-links__label {
    display: block;
  }
  .h-contacts {
    display: block;
    margin: 0 0 30px !important;
  }
  .h-contacts__item {
    display: block;
    margin: 0 0 10px;
  }
  .m-slider .owl-nav,
  .section__item:before {
    display: none;
  }
  .h-contacts__link {
    float: none;
    text-align: center;
    font-size: 1.1em;
  }
  .intro__btn {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
    font-size: 0.8em;
  }
  .intro__wrap .intro__btns {
    white-space: normal;
  }
  .m-slider__content {
    padding: 50px 0;
  }
  .m-slider__head {
    font-size: 2.4em;
  }
  .m-slider__desc {
    height: auto;
    margin: 0 0 30px;
  }
  .offer__left {
    width: 36%;
    border-radius: 20px;
  }
  .offer__left:before {
    width: 140px;
    height: 140px;
    margin-top: -70px;
  }
  .offer__right {
    width: 64%;
  }
  .offer__head {
    font-size: 1em;
    padding: 40px 10px;
  }
  .offer__desc {
    font-size: 0.875em;
    padding: 20px 20px 0 30px;
  }
  .section__head {
    position: relative;
    color: inherit;
    font-size: 1.2em;
    margin-top: 40px;
    font-weight: 700;
  }
  .section__head--inl {
    background: 0 0;
  }
  .section__header {
    position: static;
    transform: none;
    margin: 0 0 20px;
  }
  .section__subhead {
    position: static;
    font-size: 1.5em;
    color: inherit;
    margin: 20px 0;
    text-shadow: none;
  }
  .section__gallery .gallery__link:first-of-type {
    background: 0 0;
    border: 1px solid rgba(16, 32, 49, 0.5);
  }
  .section__gallery .gallery__link:first-of-type:before {
    font-size: 1.2em;
    vertical-align: middle;
  }
  .section__gallery .gallery__link:first-of-type:after {
    color: #102031;
    font-size: 0.8em;
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .section__btns {
    position: static;
    transform: none;
    text-align: center;
    margin: 30px auto;
  }
  .section__desc {
    position: static;
    color: inherit;
    text-align: center;
    margin: 20px 0 0;
    padding: 0 20px;
    max-width: none;
    font-size: 0.9em;
  }
  .article__content iframe[src*="youtube"] {
    width: 100%;
  }
  .article__content img {
    height: auto;
  }
  .article__content-wrap {
    padding: 10px;
  }
  .m-winter {
    padding: 30px 0 20px;
  }
  .m-portfolio {
    margin: 30px 0 0;
    padding: 0 0 20px;
  }
  .m-products__content {
    columns: auto;
  }
  .m-feats {
    padding: 20px 0;
  }
  .offer2__head {
    font-size: 2.5em;
  }
  .offer2__desc {
    font-size: 1.2em;
  }
  .offer2__wrap {
    padding-bottom: 320px;
  }
  .offer2__wrap:before {
    max-height: 300px;
    background-position: bottom center;
  }
  .wa-fixed {
    right: 10px;
    bottom: 10px;
  }
  .wa-fixed__link {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .feats-list__item {
    width: 49%;
    padding: 0;
  }
  .feats-list__item:nth-of-type(even) {
    margin-right: 0;
  }
  .feats-list__head {
    font-size: 1em;
  }
  .feats-list__desc {
    font-size: 0.875em;
  }
  .article__head {
    font-size: 2em;
    line-height: 1.2;
    margin: 0 0 20px;
  }
  .article__short-desc {
    font-size: 0.9em;
  }
  .share {
    position: relative;
    margin: 20px 0 0;
    right: auto;
    bottom: auto;
  }
}

