@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/fonts/fa-regular-400.eot");
  src: url("/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-regular-400.woff2") format("woff2"), url("/fonts/fa-regular-400.woff") format("woff"), url("/fonts/fa-regular-400.ttf") format("truetype"), url("/fonts/fa-regular-400.svg#fontawesome") format("svg"); }
  
  @font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/fonts/fa-solid-900.eot");
  src: url("/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-solid-900.woff2") format("woff2"), url("/fonts/fa-solid-900.woff") format("woff"), url("/fonts/fa-solid-900.ttf") format("truetype"), url("/fonts/fa-solid-900.svg#fontawesome") format("svg"); }
  
  @font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/fonts/fa-brands-400.eot");
  src: url("/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-brands-400.woff2") format("woff2"), url("/fonts/fa-brands-400.woff") format("woff"), url("/fonts/fa-brands-400.ttf") format("truetype"), url("/fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

body {
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
	background: #fff;
	margin: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #353535;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
a {
    text-decoration: none;
    color: #36a1ff;
}
a:hover {
	color:#167ac6;
    text-decoration: none;
}
ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}
p {
    font-weight: normal;
    line-height: 26px;
    color: #5d5d5d;
    margin-bottom: 15px;
    font-size: 16px;
}

img {width:100%;}

.pt-10 {padding-top:10px;}
.pt-20 {padding-top:20px;}
.pt-30 {padding-top:30px;}
.pt-40 {padding-top:40px;}
.pt-50 {padding-top:50px;}
.pt-60 {padding-top:60px;}
.pt-70 {padding-top:70px;}
.pt-80 {padding-top:80px;}

.pb-10 {padding-bottom:10px;}
.pb-20 {padding-bottom:20px;}
.pb-30 {padding-bottom:30px;}
.pb-40 {padding-bottom:40px;}
.pb-50 {padding-bottom:50px;}
.pb-60 {padding-bottom:60px;}
.pb-70 {padding-bottom:70px;}
.pb-80 {padding-bottom:80px;}

.ptb-10 {padding-top:10px; padding-bottom:10px;}
.ptb-20 {padding-top:20px; padding-bottom:20px;}
.ptb-30 {padding-top:30px; padding-bottom:30px;}
.ptb-40 {padding-top:40px; padding-bottom:40px;}
.ptb-50 {padding-top:50px; padding-bottom:50px;}
.ptb-60 {padding-top:60px; padding-bottom:60px;}
.ptb-70 {padding-top:70px; padding-bottom:70px;}
.ptb-80 {padding-top:80px; padding-bottom:80px;}

h2.titl {
    text-align: left;
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-weight: bold;
    position: relative;
    width: max-content;
}
h2.titl:before {
    content: "";
    width: 140px;
    height: 20px;
    top: -20px;
    left: 0px;
    position: absolute;
    z-index: 9999;
    border-top: 5px solid #4D3F8B;
    border-left: 5px solid #4D3F8B;
    border-right: 5px solid #4D3F8B;
}
h2.titl:after {
    content: "";
    width: 100px;
    height: 15px;
    bottom: 6px;
    left: 135px;
    position: absolute;
    z-index: 9999;
    border-bottom: 5px solid #D67E2A;
    border-left: 5px solid #D67E2A;
    border-right: 5px solid #D67E2A;
}
h2.titl.col-w {
    color: #ffffff;
}
h2.titl hr {
    border-top: 2px solid rgb(22, 122, 198);
    width: 90px;
}
h2.titl.col-w hr {
    border-top: 2px solid rgb(255, 255, 255);
}
section {
    position: relative;
}
section .container {
    z-index:10;
	position: relative;
}
.bg-gray {
    background: whitesmoke;
}
.bg-gradient {
    background: linear-gradient(to right,#17a2b8 0%,#167ac6 100%);
}
.bg-img {
    background: url(/img/bg-img.jpg);
    background-size: contain;
    background-position: center;
}
.bg-you {
    background: url(/img/bg-you.png);
    background-size: contain;
    background-position: center;
}
.bg-color:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #167ac6db 0%, #17a2b8bf 100%);
}
.bg-light:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}
.bg-dark:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(43, 43, 43, 0.8);
}
.bg-lines:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/raster.png);
    z-index: 5;
}
.bg-scaling {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    background-position-x: 50%;
    background-position-y: 50%;
    -webkit-animation: zoomin 25s linear;
    animation: zoomin 25s linear infinite;
    animation-fill-mode: forwards;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
   100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bg-waves:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/wave-bg.png);
    background-position: 50% 101%;
    background-repeat: no-repeat;
    z-index: 2;
}
.scrollup{
    width:80px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    left:50px;
    display:none;
    text-indent:-9999px;
    background: url('/img/arrow.png') no-repeat;
}
.flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70vh;
}
::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}
/* ---------- #top-head ----------- */
section#about {
    padding-top: 140px;
    padding-bottom: 60px;
}
section#top-head {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    background: transparent;
}
.navbar {
    width: max-content;
    margin: 0 auto;
}
.phone-num {
    font-size: 16px;
    padding-top: 14px;
    font-weight: 400;
    color: white;
}
.phone-num a {
    color: white;
}
.inner-menu {
    position: absolute;
    width: 100%;
    top: 10px;
    padding: 0 25px;
	z-index: 999;
}
a.close-menu-btn {
    display: none;
	}
section#top-banner h1:before {
    content: "";
    width: 120px;
    height: 68px;
    top: -21px;
    left: -43px;
    position: absolute;
    z-index: 9999;
    border-top: 8px solid #4D3F8B;
    border-left: 8px solid #4D3F8B;
    border-right: 8px solid #4D3F8B;
    transform: rotate(-45deg);

}
section#top-banner h1:after {
    content: "";
    width: 359px;
    height: 20px;
    bottom: -10px;
    right: 22px;
    position: absolute;
    z-index: 9999;
    border-bottom: 8px solid #D67E2A;
    border-left: 8px solid #D67E2A;
    border-right: 8px solid #D67E2A;
}	
img.logo {
    width: 300px;
    margin-top: -25px;
}


.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 35px;
    left: 0;
    margin: auto;
    width: 34px;
    height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

/* ---------- #top-head ----------- */

/* ---------- #top-banner ----------- */
section#top-banner.on-footer {
    margin-top: 0px;
    height: 450px;
    background: url(/img/foot-bg.jpg);
    background-position: center;
    box-shadow: inset 0 0 200px #0000007d, inset 0 0 100px #00000059, inset 0 0 100px #0000002e;
}

section#top-banner {
    background: url(/img/banner-bg.jpg);
    background-position: center;
    height: calc(100vh - 140px);
    background-size: cover;
}
.inner-ban {
	 background: url(/img/bd1.jpg);
    background-size: cover;
    background-position: 50% 25%;
    top: 70px;
    position: absolute;
    left: 70px;
    width: calc(100% - 140px);
    height: 100%;
    z-index: 9999;
    box-shadow: 0 0 15px #000, inset 0 0 200px #0000007d, inset 0 0 100px #00000059, inset 0 0 100px #0000002e
}
.inner-menu .button {
    background: linear-gradient(45deg,#d67e2a,#fd9029);
    font-size: 12px;
    padding: 12px;
    box-shadow: 0 0 10px #9f5a18;
    margin: 15px 11px 0px 0px;
    width: 180px;
    float: right;
}
section#top-banner h1 span {
    font-weight: 300;
    display: block;
    font-size: 40px;
}
section#top-banner h1 {
    font-size: 66px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 15px #332739;
}
section#top-banner h2 {
    text-align: center;
    color: white;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 100;
    padding-bottom: 15px;
}
section#top-banner h4 {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
p.old-cen {
    font-size: 60px;
    
    text-align: center;
    padding-bottom: 30px;
    margin-top: 10px;
	color: #7b7b7b;
	text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}
p.new-cen {
    font-size: 60px;
    
    text-align: center;
    padding-bottom: 30px;
    margin-top: 10px;
    color: #167ac6;
    font-weight: bold;
    text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}
p.old-cen span, p.new-cen span {
    font-size: 20px;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    color: #ffffff;
    text-shadow: none;
    font-weight: 400;
}
p.old-cen b {
text-decoration: line-through;
}
.circ {
    background: #167ac6;
    width: 110px;
    height: 110px;
    border-radius: 200px;
    box-shadow: 0 0 0 10px rgba(22, 122, 198, 0.16);
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 0 0;
    margin: -30px 0 0 230px;
    line-height: 20px;
    font-weight: bold;
    right: -30px;
    position: absolute;
    bottom: -10px;
}
.circ span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 32px;
    padding: 0;
    margin: 0;
}

.pulses {
    animation: pulses;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes pulses {
    0%, 100% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(1.05, 1.05)
    }
}
section#top-banner input {
    width: 70%;
    padding: 15px;
    margin: 0 auto 15px;
    display: block;
    border-radius: 30px;
    border: 2px solid #167ac6;
}
/* ---------- #top-banner ----------- */

/* ---------- #pre-about ----------- */
section#pre-about {
    background: #167ac6;
}
.pre-about-full {
    width: 100%;
    display: flex;
}
.full-col {
    width: 20%;
    float: left;
    height: 110px;
    display: flex;
    justify-content: center;
    align-content: space-between;
    background: #167ac6;
    padding: 0 15px;
    position: relative;
}
.w-aft:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #166bab;
}
.full-col svg {
    width: 50px;
    float: left;
    fill: white;
    margin-right: 27px;
}
.full-col p {
    color: white;
    font-size: 18px;
    padding: 36px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}
/* ---------- #pre-about ----------- */

/* ---------- #big-slider ----------- */

.slider-box {
    height: 500px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bag1 {
    background: url(/img/big-slider/slide1.jpg);
}
.bag2 {
    background: url(/img/big-slider/slide2.jpg);
}
.bag3 {
     background: url(/img/big-slider/slide3.jpg);
}
div#big-slideshow .flex-box-inner {
    text-align: center;
}
div#big-slideshow h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 100;
    color: white;
}
div#big-slideshow p {
    font-size: 25px;
    font-weight: 400;
    color: white;
}
.owl-nav {
    position: absolute;
    top: 37%;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: #ffffff3d !important;
    font-size: 70px !important;
}
button.owl-prev {
    margin-left: 20px;
}
button.owl-next {
    float: right;
    margin-right: 20px;
}
.owl-carousel button:hover span {
    color: #ffffff !important;
    transition: 0.3s;
}
.owl-dots {
    width: max-content;
    margin: -60px auto 0;
    z-index: 9999;
    position: relative;
}
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: 20px;
    width: 15px;
    height: 15px;
    background: #ffffff47;
    border-radius: 50%;
    margin: 0px 4px;
}
button.owl-dot.active {
    background: #167ac6;
}
/* ---------- #big-slider ----------- */

/* ---------- #counters ----------- */
.count-item {
    text-align: center;
    background: white;
    padding: 20px 10px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 15px #00000012;
}
.count-item i {
    font-size: 70px;
    color: #167ac6;
}
.counter {
    font-size: 40px;
}
.count-item h3 {
    font-weight: 100;
    font-size: 20px;
    text-transform: uppercase;
}
/* ---------- #counters ----------- */

/* ---------- #preim ----------- */
.pr-item {
    text-align: center;
    background: white;
    padding: 20px 10px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 15px #00000012;
}
.i-circle {
    width: 100px;
    height: 100px;
    background: #167ac6;
    margin: 0 auto;
    border-radius: 50%;
    padding-top: 20px;
}
.pr-item h3 {
    padding: 20px 0 5px;
    font-size: 20px;
}
.i-circle img {
    width: auto;
}
section#tabber {
    background: url(/img/ptn-1.png) #f7f8fa;
}
section#about:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to top,#ffffff 0%,#ffffff 30%,#f7f8fa 80%);
}
section#tabber:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to top,#f7f8fa00 0%,#ffffff00 15%,#ffffff 95%);
}
/* ---------- #preim ----------- */

/* ---------- #gallery ----------- */
#gallery {
  padding-top: 40px;
}
div#overlay img {
    width: auto;
    max-width: 80vh;
    height: auto;
    max-height: 90vh;
    box-shadow: 0 0 15px #0000006b;
}
div#image-gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.image {
    margin-bottom: 10px;
}
.img-wrapper {
    position: relative;
    height: 270px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  cursor: pointer;
}
.img-wrapper img {
    height: 270px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.img-overlay i {
    font-size: 22px;
    color: white;
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    margin-left: 10px;
    opacity: 0.5;
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  margin-right: 10px;
  opacity: 0.5;
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0.5;
}

#nextButton:hover, #prevButton:hover, #exitButton:hover {
    opacity: 1;
    cursor: pointer;
}
/* ---------- #gallery ----------- */


/* ---------- #t-photo ----------- */
#card {
    height: 600px;
    width: 345px;
    margin: 15px auto;
    position: relative;
    z-index: 1;
    perspective: 600px;
    box-shadow: 0 0 10px #00000070;
    border-radius: 10px;
}
section#t-photo button.owl-prev {
    margin-left: -20px;
}
section#t-photo button.owl-next {
    float: right;
    margin-right: -20px;
}
#card #front, #card #back {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#card #front {
  transform: rotateY(0deg);
  overflow: hidden;
  z-index: 1;
}
#card #front #arrow {
  position: absolute;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  z-index: 10;
  bottom: 0;
  right: 50px;
  color: rgba(255, 255, 255, 0.5);
  animation: arrowWiggle 1s ease-in-out infinite;
}
#card #front #top-pic {
    height: 40%;
    width: 100%;
}
#card #front #avatar {
    width: 114px;
    height: 114px;
    top: 44%;
    left: 50%;
    margin: -77px 0 0 -57px;
    border-radius: 100%;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.8), 0 4px 5px rgba(107, 5, 0, 0.6), 0 0 50px 50px rgba(255, 255, 255, 0.25);
    background-size: contain;
    position: absolute;
    z-index: 1;
}
#card #front #info-box {
    height: 60%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 50px 30px;
    background: white;
}
div#info-box h2 {
    background: #4d3f8b;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 22px;
    padding-top: 20px;
}
div#avatar img {
    border-radius: 50%;
}
#card #front #social-bar {
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
#card #front #social-bar a {
  display: inline-block;
  color: #951009;
  text-decoration: none;
  padding: 5px;
  line-height: 18px;
  border-radius: 5px;
}
#card #front #social-bar a:hover {
  color: #450300;
  background: rgba(255, 255, 255, 0.3);
  transition: .25s ease-in-out;
}
#card #back {
  transform: rotateY(180deg);
  background-color: rgba(255, 255, 255, 0.6);
  display: table;
  z-index: 2;
  font-size: 13px;
  line-height: 20px;
  padding: 50px;
}
#card #back .back-info {
  text-align: justify;
  text-justify: inter-word;
}
#card #back #social-bar {
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
#card #back #social-bar a {
  display: inline-block;
  line-height: 18px;
  color: #951009;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
}
#card #back #social-bar a:hover {
  color: #450300;
  background: rgba(223, 74, 66, 0.5);
  transition: .25s ease-in-out;
}
#card .info {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#card.flip #front {
  transform: rotateY(180deg);
}
#card.flip #back {
  transform: rotateY(360deg);
}

#background {
  position: fixed;
  background-color: black;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#background #background-image {
  height: calc(100% + 60px);
  width: calc(100% + 60px);
  position: absolute;
  top: -30px;
  left: -30px;
}

@keyframes arrowWiggle {
  0% {
    right: 50px;
  }
  50% {
    right: 35px;
  }
  100% {
    right: 50px;
  }
}


.tg-1 {
    background-image: url(/img/testim/tg1.jpg);
    background-size: cover;
    background-position: bottom;
}

.tg-2 {
    background-image: url(/img/testim/tg2.jpg);
    background-size: cover;
    background-position: bottom;
}

.tg-3 {
    background-image: url(/img/testim/tg3.jpg);
    background-size: cover;
    background-position: bottom;
}

.tg-4 {
    background-image: url(/img/testim/tg4.jpg);
    background-size: cover;
    background-position: bottom;
}

.tg-5 {
    background-image: url(/img/testim/tg5.jpg);
    background-size: cover;
    background-position: bottom;
}
/* ---------- #t-photo ----------- */

/* ---------- #shop ----------- */
.shop-item {
    text-align: center;
    background: white;
    padding: 10px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 15px #00000012;
	margin-bottom: 30px;
	position: relative;
}

.shop-item img {
    width: 100%;
}

.shop-item .col-lg-4

p.shop-descr {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
}
.shop-item a.zak-btn {
    margin-bottom: 15px;
}

.shop-item h3 {
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 0;
}
.shop-item h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    width: max-content;
    padding: 2px 5px 2px;
    margin-top: 5px;
    background: linear-gradient(45deg,#17a1b8,#167bc5);
}
.col-lg-4 .shop-item h4 {
    margin: 10px auto 0;
}
.shop-item p.old-cen, .shop-item p.new-cen {
    font-size: 27px;
    padding-bottom: 0px;
    font-weight: 400;
}
.shop-item p.old-cen span, .shop-item p.new-cen span {
    font-size: 11px;
    width: 100%;
    display: block;
    padding-bottom: 0px;
    color: #737373;
    text-shadow: none;
    font-weight: 400;
    text-transform: uppercase;
}
.shop-item .col-md-6.w50 {
    background: whitesmoke;
    padding-right: 0;
    padding-left: 0;
    border: 2px solid #fff;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}
.row.have-p {
    padding-left: 15px;
}
section#shop-sec a#button-1 {
    margin-top: 20px;
}
a.over-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right,#17a2b8e8 0%,#167ac6e6 100%);
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    color: white;
}
.shop-item:hover a.over-link {display:flex;}
a.over-link i {
    padding-right: 10px;
}
/* ---------- #shop ----------- */

/* ---------- #tech ----------- */
section#tech p span {
    width: 35px;
    height: 35px;
    text-align: center;
    background: #167ac6;
    display: block;
    border-radius: 50%;
    color: white;
    line-height: 35px;
    float: left;
    margin-right: 15px;
    
    font-weight: bold;
}
section#tech p {
    line-height: 35px;
    border-bottom: 1px dashed #c9c9c9;
    padding-bottom: 15px;
	color: white;
}
/* ---------- #tech ----------- */

/* ---------- #tabs ----------- */
section#tabs .btn-link {
    font-weight: bold;
    color: #2b2b2b;
    background-color: transparent;
    width: 100%;
    text-align: left;
    font-size: 17px;
}
section#tabs .btn-link:hover {
    text-decoration: none;
}
section#tabs .card {
    margin: 5px 0;
}
section#tabs i {
    color: #167ac6;
    padding-right: 7px;
}
section#tabs .card-header {
    padding: .75rem 0.25rem;
}
.back-call {
    background: #167ac6;
    padding: 22px 30px 0;
    min-height: 454px;
    margin: 5px 0;
    border-radius: 3px;
    text-align: center;
}
.back-call h3 {
    color: white;
}
.back-call input, .back-call textarea {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 2px solid #ffffff;
    background: transparent;
    font-size: 18px;
}
.back-call input::-webkit-input-placeholder {color:#fff;}
.back-call input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.back-call input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.back-call input:-ms-input-placeholder      {color:#fff;}
.back-call textarea::-webkit-input-placeholder {color:#fff;}
.back-call textarea::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.back-call textarea:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.back-call textarea:-ms-input-placeholder      {color:#fff;}
.back-call p.aft-but {
    color: white;
    padding-top: 15px;
}
.back-call p {
    font-size: 15px;
    color: white;
    line-height: 18px;
    padding: 5px;
}
.back-call .button {
    border: 2px solid #fff;
    cursor: pointer;
}
/* ---------- #tabs ----------- */

/* ---------- #work ----------- */
.work-item img {
    width: 100%;
}
.work-item h3 {
    background: #167ac6;
    padding: 9px 0px 11px 120px;
    color: #ffffff;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
h3.w-icon1:before {
    content: "\f105";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 20px;
    top: -14px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #167ac6;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #eeeeee;
    text-align: center;
    padding: 20px 0;
	font-weight: 900;
}
h3.w-icon2:before {
    content: "\f105";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 20px;
    top: -17px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #167ac6;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #f5f5f582;
    text-align: center;
    padding: 20px 0;
	font-weight: 900;
}
h3.w-icon3:before {
    content: "\f105";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 20px;
    top: -17px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #167ac6;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #f5f5f582;
    text-align: center;
    padding: 20px 0;
	font-weight: 900;
}
.work-item p {
    text-align: center;
    padding-top: 15px;
    border-bottom: 2px solid #167ac6;
    padding-bottom: 15px;
}
/* ---------- #work ----------- */


/* ---------- #features ----------- */
section#features img {
    width: 100%;
}
section#features p {
    line-height: 35px;
    border-bottom: 1px dashed #c9c9c9;
    padding-bottom: 15px;
}
section#features p span {
    width: 35px;
    height: 35px;
    text-align: center;
    background: #167ac6;
    display: block;
    border-radius: 50%;
    color: white;
    line-height: 35px;
    float: left;
    margin-right: 15px;
}
section#features .side-left p span {
    float: right;
    margin-right: 0px;
    margin-left: 15px;
}

section#features .side-left p {
    text-align: right;
}
.side-left h4 {
    text-align: right;
}

.side-left, .side-right {
    padding-top: 25px;
}
/* ---------- #features ----------- */

/* ---------- #servises ----------- */
.servis-item {
    text-align: center;
    box-shadow: 0 0 0 8px #e8e8e8;
    padding-bottom: 20px;
}
.servis-item img {
    width: 100%;
}
.servis-item h3 {
    color: white;
    background: #167ac6;
    padding: 8px 0;
    font-size: 22px;
}
.servis-item a.zak-btn {
    font-size: 16px;
    padding: 7px;
    width: 80%;
}
/* ---------- #servises ----------- */

/* ---------- #video ----------- */
section#video iframe {
    margin-bottom: -48px;
    box-shadow: 0 0 0 2px #f5f5f5;
    z-index: 20;
    position: relative;
    margin-top: -80px;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #4d3f8b;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #4d3f8b;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* ---------- #video ----------- */

/* ---------- #foot-banner ----------- */
section#foot-banner {
    background: url(/img/banner-bg.jpg);
    background-position: center;
    height: 600px;
    background-size: cover;
}
section#foot-banner h1 {
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    color: #167ac6;
    text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}
section#foot-banner h2 {
    text-align: center;
    color: white;
}
section#foot-banner h4 {
    text-align: center;
    color: #167ac6;
}
section#foot-banner input {
    width: 80%;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #2b2b2b;
    border-radius: 5px;
    margin: 0 auto 10px;
    display: block;
}
section#foot-banner button {
    width: 70%;
    padding: 14px 15px;
    margin: 0 auto;
    display: block;
    background-image: linear-gradient(to bottom,#FFC107,#FF9800);
    border: 1px solid #ff9900;
    border-radius: 5px;
    color: #ffffff;
    font-size: 21px;
    
    font-weight: bold;
    text-transform: uppercase;
}
section#foot-banner button:hover {
    background-image: linear-gradient(to bottom,#21d663,#0eaf48);
    border: 1px solid #0fb149;
    transition: all 0.4s;
	cursor:pointer;
}
/* ---------- #foot-banner ----------- */

/* ---------- #google-map ----------- */
section#google-map {
    height: 500px;
}
#map {
        height: 100%;
}
.inner-map {
    width: 480px;
    height: auto;
    position: absolute;
    background: white;
    z-index: 999;
    top: 10px;
    left: 10px;
    box-shadow: 0 0 10px #0003;
    padding: 30px 30px 15px 30px;
	border-bottom: 3px solid #449bdc;
}
.inner-map h2 {
    font-size: 25px;
    width: 100%;
    display: block;
    padding-bottom: 12px;
}
.inner-map p {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 600;
}
/* ---------- #google-map ----------- */

/* ---------- #call-line ----------- */
section#call-line {
    background: linear-gradient(to right,#4d3f8b,#f38b29);
}
section#call-line svg {
    width: 40px;
    float: left;
    fill: #fff;
    margin-right: 15px;
	padding-top: 5px;
}
section#call-line h5 {
    color: white;
    padding: 5px 20px 0;
    font-size: 17px;
}
section#call-line h5 span {
    font-weight: 100;
    padding-left: 15px;
}
section#call-line input {
    width: 60%;
    float: left;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 30px 0px 0px 30px;
    height: 50px;
}
section#call-line button {
    width: 40%;
    margin: 0;
    background: #414247;
    border-radius: 0px 30px 30px 0px;
    font-size: 17px;
    height: 50px;
    cursor: pointer;
    border: 0;
    color: white;
}
/* ---------- #call-line ----------- */

/* ---------- #magnet-line ----------- */
.magnet-line {
    background: #414247;
    padding: 20px 0;
}
.magnet-line h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.magnet-line h2 span {
    color: #ffd800;
}
/* ---------- #magnet-line ----------- */

/* ---------- #footer ----------- */
section#footer {
    background: #414247;
}
section#footer p {
    padding: 0;
    margin: 0;
    color: #e2e2e2;
}
.textmin a {
	font-size:12px;
	color: #ccc;
}
/* ---------- #footer ----------- */

/* ---------- #buttons ----------- */

.button {
    display: block;
    padding: 15px;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 auto;
    width: 200px;
    text-align: center;
	z-index: 1;
	border-radius: 30px;
	cursor: pointer;
	transition: 0.3s;
}
.button:hover {
    color: #ffffff !important;
    background: #4d3f8b !important;
    box-shadow: 0 0 10px #323232 !important;
}
.button:hover a {
    color: white;
}

/* BUTTON 1 */

#button-1{
  border: 2px solid #167ac6;
  color: #167ac6;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-1:before{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #167ac6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-1:hover{
  color: #ecf0f1;
}

#button-1:hover:before{
  left: 0;
}

/* BUTTON 2 */

#button-2{
  border: 2px solid #167ac6;
  color: #167ac6;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-2:before{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: #167ac6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-2:hover{
  color: #ecf0f1;
}

#button-2:hover:before{
  top: 0;
}

/* BUTTON 3 */

#button-3{
  border: 2px solid #167ac6;
  color: #167ac6;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-3:before, #button-3:after{
  content: "";
  z-index: -1;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: -50%;
  background-color: #167ac6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-3:after{
  left: 100%;
}

#button-3:hover{
  color: #ecf0f1;
}

#button-3:hover:before{
  left: 0;
}

#button-3:hover:after{
  left: 50%;
}

/* BUTTON 4 */

#button-4{
  border: 2px solid #167ac6;
  color: #167ac6;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-4:before, #button-4:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
  z-index: -1;
  background-color: #167ac6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-4:after{
  top: auto;
  bottom: 50%;
}

#button-4:hover{
  color: #ecf0f1;
}

#button-4:hover:before{
  height: 50%;
}

#button-4:hover:after{
  height: 50%;
}


/* BUTTON 5 */

#button-5{
  color: #167ac6;
  overflow: hidden;
}

#button-5:before, #button-5:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #167ac6;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-5:after{
  bottom: 0 !important;
  top: auto !important;
  right: -100%;
  left: auto;
}

#button-5:hover:before{
  left: 0;
}

#button-5:hover:after{
  right: 0;
}

/* BUTTON 6 */

#button-6{
  border: 2px solid #167ac6;
  color: #167ac6;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-6:before, #button-6:after{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 50%;
  top: -50%;
  left: 0;
  background-color: #167ac6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-6:after{
  top: 100%;
}

#button-6:hover{
  color: #ecf0f1;
}

#button-6:hover:before{
  top: 0;
}

#button-6:hover:after{
  top: 50%;
}

/* BUTTON 7 */

#button-7{
  -webkit-perspective: 50px;
  -moz-perspective: 50px;
  -ms-perspective: 50px;
  perspective: 50px;
  background-color: #167ac6;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#button-7:hover{
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

/* BUTTON 8 */

#button-8{
  background-color: #167ac6;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-8:hover{
  -webkit-box-shadow: 0px 0px 10px #167ac6;
  box-shadow: 0px 0px 10px #167ac6;
}

/* BUTTON 9 */

#button-9{
  background-color: #167ac6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-9:hover{
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* BUTTON 10 */

#button-10{
  background-color: #167ac6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-10:hover{
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

/* BUTTON 11 */

#button-11{
  background-color: #167ac6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-11:hover{
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

/* BUTTON 12 */

#button-12{
  background-color: #167ac6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-12:hover{
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}


/* BUTTON 13 */

#button-13{
  background-color: #167ac6;
  -webkit-font-smoothing: antialiased;
}

#button-13:hover{
  animation: wobbleud 0.5s linear infinite;
}

@keyframes wobbleud{
  0%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  75%{
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }

  100%{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* BUTTON 14 */

#button-14{
  background-color: #167ac6;
}

#button-14:hover{
  animation: wobblelr 0.5s linear infinite;
}

@keyframes wobblelr{
  0%{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  25%{
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  75%{
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }

  100%{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* BUTTON 15 */

#button-15{
  background-color: rgba(52, 73, 94, 1);
}

#button-15:hover{
  animation: bgchange 2s linear infinite;
}

@keyframes bgchange{
  0%{
    background-color: rgba(52, 73, 94, 1);
  }

  50%{
    background-color: rgba(52, 73, 94, 0.7);
  }

  100%{
    background-color: rgba(52, 73, 94, 1);
  }
}

/* BUTTON 16 */

#button-16{
  background-color: #167ac6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-16:hover{
  border-radius: 15px;
}

/* BUTTON 17 */

#button-17{
  background-color: #167ac6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-17:before{
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  border-right: 15px solid #167ac6;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-17:hover{
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
}

#button-17:hover:before{
  left: -15px;
}


/* BUTTON 18 */

#button-18{
  background-color: #167ac6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  -ms-perspective: 100px;
  perspective: 100px;
  -webkit-perspective-origin: right;
  -moz-perspective-origin: right;
  -ms-perspective-origin: right;
  perspective-origin: right;
}

#button-18:after{
  content: "X";
  line-height: 60px;
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 100%;
  background-color: #167ac6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}

#button-18:hover:after{
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* BUTTON 19 */

#button-19{
  background-color: #167ac6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-19:hover{
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}

/* BUTTON 20 */

#button-20{
  background-color: #167ac6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-20:hover{
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
/* ---------- #buttons ----------- */

/* ---------- #free-button ----------- */
section#free-button {
    margin-top: -30px;
    border-bottom: 1px dashed #414247;
}
section#free-button a.zak-btn {
    width: 300px;
    padding: 15px 15px;
    margin: 0 auto;
    display: block;
    background: #414247;
    border: 0;
    border-radius: 40px;
    color: #ffffff;
    font-size: 19px;
    margin-bottom: -29px;
    z-index: 30;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

/* ---------- #free-button ----------- */

  /* ---------- #call-btn ----------- */
.panel_call {
    width:235px;
    height:75px;
    border-radius: 10px;
    display:none;
    background:#FF6E1F;
  bottom:40px;
  right:120px;
  position:fixed;
  text-decoration:none;
  
}
.panel_call p {
  margin:auto;
  
  color:white;
}
.info_call {
  margin-top: 10px;
  margin-left: 10px;
}
.info-call { 
  font-size: 200%;
  margin-top: -20px;
}

.info_call_number {
  margin-top: -10px;
  font-size: 120%;
}

#popup__toggle{bottom:25px;
  right:10px;
  position:fixed;}
.img-circle{background-color:#FF6E1F;
  box-sizing:content-box;
  -webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;
  -webkit-box-sizing:content-box;
  border: 2px solid #FF6E1F;
  width:150px;
  height:150px;
  bottom:-25px;right:10px;
  position:absolute;
  -webkit-border-radius:100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: .5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;
  -webkit-box-sizing:content-box;
  background-color:#FF6E1F;
  width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(http://icons.iconarchive.com/icons/graphicloads/100-flat/64/phone-icon.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
  /* ---------- #call-btn ----------- */
  
/* ---------- #exitblock ----------- */
  .exitblock {    
    display:none;    
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:100000;
}
.flex-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}   
.exitblock .fon {
    background: #000000;
    opacity: .5;
    position: fixed;
    width: 100%;
    height: 100%;
}
.exitblock .modaltext {
    box-sizing: border-box;
    background: #F6FCFF;
    position: relative;
    width: 400px;
    box-shadow: 0 0 0 20px #ffffff26;
}
.modaltext h3 {
    background: #21d663;
    text-align: center;
    padding: 20px;
    color: white;
}
.modaltext p {
    text-align: center;
    padding: 15px;
    color: black;
}
.modaltext input {
    width: 80%;
    margin: 0 auto 10px;
    display: block;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
}
.modaltext button {
    width: 80%;
    margin: 30px auto 12px;
    display: block;
    padding: 10px 15px;
    background-image: linear-gradient(to bottom,#FFC107,#FF9800);
    border: 1px solid #ff9900;
    border-radius: 5px;
    font-size: 22px;
    
    color: #f6fcff;
    transition: all 0.4s;
    font-weight: bold;
    text-transform: uppercase;
}
.modaltext button:hover {
    background-image: linear-gradient(to bottom,#21d663,#0eaf48);
    border: 1px solid #0fb149;
    transition: all 0.4s;
	cursor:pointer;
}
p.aft-but {
    font-size: 14px;
}
p.aft-but:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 16px;
    height: 15px;
    margin: 0 10px 0 0;
    top: 2px;
    background: url(/img/popup-phone.png) 0 0 no-repeat;
}
.closeblock {
    position: absolute;
    background: url(/callback/close.png) no-repeat top center;
    top: 40px;
    right: 40px;
    border: none;
    width: 38px;
    height: 38px;
    cursor: pointer;
}
.closeblock:hover {
    color: #000;    
}
/* ---------- #exitblock ----------- */

/* ---------- #yved ----------- */
.yved {
    position: fixed;
    right: 10px;
    top: 85px;
    width: 300px;
    vertical-align: middle;
    height: 100px;
    color: white;
    padding: 17px 15px;
    font-size: 15px;
    line-height: 90px;
    border-radius: 5px;
    display: none;
    z-index: 9999;
}
.yvedi { float: left; width: 50px ! important; margin-right: 10px; margin-top: 8px; }
.yvedt {
    width: 210px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding-bottom: 30px;
}
.yvedf1 {
    background-color: rgb(54, 54, 54);
}
.yvedvt { float: left; height: 90px; line-height: 90px; display: inline-block; vertical-align: middle; }
/* ---------- #yved ----------- */

/* ---------- #desinger ----------- */
a.desinger {
    padding-top: 10px;
    display: block;
    width: 100px;
    margin-top: -36px;
    position: absolute;
    right: 0;
}
a.desinger img {
    width: 100px;
    filter: grayscale(100%);
    transition: 0.5s;
}
a.desinger:hover img {
    filter: grayscale(0%);
    transition: 0.5s;
}
/* ---------- #desinger ----------- */


.p-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 290px;
    text-align: center;
    margin-bottom: 30px;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 0 0 10px #e5eaf4ab;
	position: relative;
}
.p-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: white;
}
.f1 {
    background: url(/img/banner.jpg);
}

.f2 {
    background: url(/img/banner.jpg);
}

.f3 {
    background: url(/img/banner.jpg);
}

.f4 {
    background: url(/img/banner.jpg);
}

.f5 {
    background: url(/img/banner.jpg);
}

.f6 {
    background: url(/img/banner.jpg);
}

section#tabber2 {
    background: #ecf0f7;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin: 20px 0 60px;
}

.price-box {
    min-height: 330px;
    margin-top: -40px;
    margin-bottom: -40px;
    box-shadow: 0 0 15px #0000004f;
    background: #fff;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: 0.3s;
	position: relative;
}
.price-box:hover {
    margin-top: -50px;
}
.lin-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg,#c1663ec4 8%, #262626bd 50%, #1f1f1fbd 51%, #513ea2bf 86%);
    z-index: 0;
    box-shadow: inset 0 0 50px #4444447a, inset 0 0 20px #00000059, inset 0 0 20px #0000002e;
}
.price-box .flex-box-inner {
    position: relative;
}
.price-box.grov-1 {
    background: url(/img/gr1.jpg);
}

.price-box.grov-2 {
    background: url(/img/gr2.jpg);
}

.price-box.grov-3 {
    background: url(/img/gr3.jpg);
}

.price-box.grov-4 {
    background: url(/img/gr4.jpg);
}

.tab-content>.active {
    background-size: cover !important;
}

div#v-1 {
    background: url(/img/p1.jpg);
}

div#v-2 {
    background: url(/img/p2.jpg);
}

div#v-3 {
    background: url(/img/p3.jpg);
}

div#v-4 {
    background: url(/img/p4.jpg);
}
div#v-5 {
    background: url(/img/p5.jpg);
}
div#v-6 {
    background: url(/img/p6.jpg);
}

div#v-7 {
    background: url(/img/p7.jpg);
}

div#v-8 {
    background: url(/img/p8.jpg);
}

div#v-9 {
    background: url(/img/p9.jpg);
}

div#v-10 {
    background: url(/img/p10.jpg);
}
section#big-slider .tab-pane {
    height: 577px;
}
.inner-pane {
    padding: 80px;
    box-shadow: inset 0 0 200px #0000007d, inset 0 0 100px #00000059, inset 0 0 100px #0000002e;
    height: 100%;
    height: 577px;
}
.gall-outter {
    position: absolute;
    bottom: 70px;
    left: 80px;
	width: calc(100% - 160px);
	max-width: 750px;
}
section#big-slider .col-lg-4, section#big-slider .col-lg-8 {
    padding: 0;
}
.nav-pills .nav-link {
    border-radius: 0;
    background: #272239;
    border-bottom: 1px solid #1d192e;
    position: relative;
    color: #ffffff;
    padding: 12px 40px 12px 160px;
    font-size: 22px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #4d3f8b;
    transform: scale(1.11);
    z-index: 222;
    border: 0;
    left: -25px;
    box-shadow: 0 0 10px #00000096;
	padding: 12px 40px 12px 195px;
}
.nav-pills .nav-link.active:after {
    content: "";
    width: 46px;
    height: 50px;
    position: absolute;
    border: 28px solid transparent;
    border-left: 20px solid #4d3f8b;
    right: -47px;
    z-index: 999;
    top: 0;
}
.inner-pane h2 {
    font-weight: bold;
    color: white;
	font-size: 45px;
}
.inner-pane p {
    color: white;
}

.price-t {
    font-size: 40px;
    color: #ffffff;
    font-weight: 100;
    text-align: right;
	margin-top: 25px;
}

.inner-pane .button {
    background: linear-gradient(45deg,#d67e2a,#fd9029);
    font-size: 14px;
    padding: 15px;
    box-shadow: 0 0 10px #9f5a18;
    margin: 15px 11px 0px 0px;
    width: 220px;
    float: left;
}

.inner-pane-size {
    max-width: 750px;
}

.gall-crop {
    height: 130px;
    overflow: hidden;
    border: 10px solid #ffffff73;
}

.tab-content>.active .inner-pane h2 {
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.tab-content>.active .inner-pane p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.tab-content>.active .inner-pane .button {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.tab-content>.active .price-t {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
}
.tab-content>.active .gall-outter {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.price-box h3 {
    font-weight: bold;
    color: white;
    font-size: 24px;
    text-align: center;
    position: relative;
    width: max-content;
    margin: 0 auto;
    display: block;
}
.price-box p {
    color: white;
    text-align: center;
}
.price-box h4 {
    color: white;
    text-align: center;
    font-size: 36px;
    font-weight: 200;
	padding: 30px 0;
}
.price-box h3:before {
    content: "";
    width: 34px;
    height: 23px;
    top: -7px;
    left: -18px;
    position: absolute;
    z-index: 9999;
    border-top: 3px solid #4D3F8B;
    border-left: 3px solid #4D3F8B;
    border-right: 3px solid #4D3F8B;
    transform: rotate(-45deg);
}

.price-box .button {
    background: linear-gradient(45deg,#d67e2a,#fd9029);
    font-size: 12px;
    padding: 12px;
    box-shadow: 0 0 10px #9f5a18;
    margin: 15px 11px 0px 0px;
    width: 180px;
    float: right;
}

section#shop h3 {
    font-size: 40px;
    font-weight: bold;
    color: #4d3f8b;
}
section#shop h3 span {
    color: #f38b29;
    font-size: 57px;
    width: 100%;
    display: block;
    line-height: 57px;
}
section#shop {
    background: url(/img/vector3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

section#shop .button {
    background: linear-gradient(45deg,#d67e2a,#fd9029);
    font-size: 14px;
    padding: 20px;
    margin: 15px 11px 0px 0px;
    width: 270px;
    float: right;
    font-weight: 600;
}

.full-slide {
    background: #2c2e2f;
    box-shadow: 0 0 10px #000000b8;
    margin: 10px;
}
.texter-box {
    padding: 30px 30px 30px 15px;
}

.texter-box h3 {
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    width: max-content;
    display: block;
    right: 14px;
    background: #4d3f8b;
    padding: 10px 20px;
    box-shadow: -5px 0px 10px #00000091;
}

.texter-box ul {
    padding-top: 80px;
}

.texter-box li {
    color: white;
    font-size: 18px;
    font-weight: 200;
}

.texter-box h4 {
    font-size: 40px;
    font-weight: 200;
    color: white;
    padding-top: 30px;
}
.texter-box h4 span {
    font-size: 16px;
    width: 100%;
    display: block;
    line-height: 10px;
}

.texter-box h3:before {
    content: "";
    position: absolute;
    border: 23px solid transparent;
    border-right: 28px solid #4d3f8b;
    right: initial;
    z-index: 999;
    top: 0px;
    left: -51px;
}

section#counters {
    background: url(/img/banner.jpg);
}

section#counters .owl-nav {
    width: 220px;
    right: 20px;
    top: inherit;
    bottom: 40px;
}

section#counters button.owl-prev, section#counters button.owl-next {
    width: 86px;
    height: 86px;
    background: #262728 !important;
    line-height: 0px !important;
}

section#counters button.owl-prev span, section#counters button.owl-next span {
    line-height: 0px;
    font-size: 50px;
    color: #d67e2a;
    height: 28px;
    margin-top: 20px;
    display: block;
}

section#counters li.nav-item {
    width: 25%;
}

section#counters .nav-pills .nav-link.active, section#counters .nav-pills .show>.nav-link {
    padding: 12px;
	left:0;
}
 
section#counters .nav-pills .nav-link {
	padding: 12px 60px;
}

.flex-box-inner {
    position: relative;
}

.p-box svg {
    width: 70px;
    height: 70px;
    fill: #fff;
    margin-bottom: 20px;
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	transition:0.3s;
}
.p-box:hover svg {
    fill: #d67e2a;
}

section#gallery {
    background: url(/img/vector4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

section#t-photo {
    background: url(/img/p5.jpg);
	background-size: cover;
}

section#construct {
    background: #f7f8fa;
}

h2.titlez {
    text-align: left;
    font-size: 46px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #4d3f8b;
}

h2.titlez span {
    font-size: 28px;
    color: #d67e2a;
}
h2.titlez {
    text-align: left;
    font-size: 46px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #4d3f8b;
    line-height: 27px;
}
.con-link.active img  {
	transition: 0.3s
}

.con-link {
    box-shadow: 0 0 0 10px #eef1f8;
    margin: 17px;
    display: block;
	transition: 0.3s
}

.con-link.active, .con-link.active img {
    box-shadow: 0 0 0 10px #eef1f8, 0 0 0 12px #4d3f8b;
}

.bom-link {
    padding: 10px 13px;
    display: block;
    border: 2px solid #4d3f8b;
    border-radius: 30px;
    margin: 3px;
    color: #4d3f8b;
    font-weight: 600;
}

.bom-link.active {
    background: #4d3f8b;
    color: #f7f8fa;
}


div#calc .button {
    background: linear-gradient(45deg,#d67e2a,#fd9029);
    font-size: 14px;
    padding: 15px;
    margin: 165px 11px 0px 0px;
    width: 100%;
    font-weight: 600;
}
section#tabs {
    background: url(/img/room-bg.jpg);
    background-attachment: fixed;
}


input[type='range'] {
    -webkit-appearance: none !important;
    background: white;
    height: 1px;
    width: 85%;
    float: right;
    margin-top: 9px;
}
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background:#fd9029;
    height:20px;
    width:20px;
    border-radius: 10em;
}

:focus {
outline: none !important;
}

.cols {
    display: flow-root;
}

.col-l {
    width: 65%;
    float: left;
}

.col-r {
    width: 30%;
    float: right;
}


ul.data input {
    width: 40px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 22px;
    color: white;
}

ul.data li {
    height: 40px;
    margin-bottom: 10px;
	color: white;
}

span.chart {
    width: 40px;
    height: 40px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 15px;
    color: white;
}

div#calc h5 {
    font-size: 24px;
    color: white;
}

div#calc p {
    color: white;
}

.square-meter {
    width: 50px;
    height: 50px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: white;
    margin-top: -13px;
}

span.tot-summ {
    font-size: 28px;
    font-weight: bold;
    color: white;
    margin-top: -15px;
    display: block;
    text-align: right;
}

div#calc h2 span {
    font-size: 29px;
}
div#calc h2 {
    font-weight: bold;
    color: white;
    font-size: 24px;
}

div#calc img {
    width: 65%;
    margin: 0 auto;
    display: block;
}

div#calc h3 span {
    color: white;
    font-size: 30px;
}
div#calc h3 {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    color: #ff9f0c;
}


.container--gallery .row {
  margin-left: -4px;
  margin-right: -4px;
}
.container--gallery [class*="col-"] {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
}

.photo-zoom {
  outline: 0;
  overflow: hidden;
  position: relative;
  display: block;
  height: 115px;
}
.photo-zoom img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .photo-zoom img, [class*="-2"] .photo-zoom img, [class*="-3"] .photo-zoom img {
  width: auto;
  height: 100%;
}

.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.23s ease-out;
  transition: all 0.23s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


.imger-box {
    height: 430px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lform img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.lform h3 {
    text-align: center;
    padding-top: 30px;
    font-size: 20px;
    font-weight: bold;
}

.lform {
    background: #f7f8fa;
    padding: 30px;
    border-radius: 50%;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 3px 0px 5px #4d3f8b, -3px -3px 0px 5px #d67e2a;
}

section#servises {
    background: url(/img/vector4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

section#top-banner.on-footer img {
    width: 320px;
}

section#top-banner.on-footer h3 {
    text-align: right;
    font-size: 27px;
    color: #ee892d;
    margin-top: -108px;
    font-weight: bold;
}

section#top-banner.on-footer h4 {
    text-align: left;
    padding-bottom: 15px;
    text-transform: inherit;
    font-weight: 200;
}

section#top-banner.on-footer hr {
    border-color: white;
    padding-bottom: 10px;
}

section#top-banner.on-footer h3 span {
    color: #ffffff;
    font-size: 20px;
    line-height: 38px;
}

section#top-banner.on-footer .flex-box-inner {
    min-width: 100%;
}