/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

ul{
padding: 0;
margin: 0;
    
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body{
    background-color: #efefef;
    font-family: Verdana, sans-serif;
}
.menubox{
    width: 100%;
    height: auto;
}
.topmenu{
    background-color: #222;
    width: 96%;
    height: auto;
    padding: 0% 2%;
    float: left;
}
.topmenu span{
    background-color: #222;
    color: #eaeaea;
    font-size: 0.7em;
    padding: 1em 0em;
    float: left;
}
.topmenu ul{
    text-align: right;
    float: right;
    font-size: 0.8em;
    font-weight: 600;
    display: none;
    
}
.topmenu ul li{
    display: inline-block;
    padding: 1em 0em;
}
.topmenu ul li a{
    padding: 1em;
    color: #eaeaea;
}
.topmenu ul li a:hover{
    color: darkorange;
}
menu{
    background-color: #FFF;
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
.phone-logo{
    background-color: #222;
    color: #FFF;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 900;
    padding: 0.45em 0% 0.45em 2%;
    margin: 0;
    float: left;
}
#triangle-topleft {
    display: block;
    float: left;
	width: 0;
	height: 0;
	border-top: 3em solid #222; 
	border-right: 3em solid transparent;			
}
menu ul{
    display: none;
    width: 96%;
    float: right;
    padding: 0.7em 2% 0.5em 0%;
}
menu ul li{
    display: block;
    text-transform: uppercase;
    padding: 0.3em;
    font-size: 1.5em;
    text-align: center;
}
menu ul li a{
    color: #222;
    text-decoration: none;
    padding: 0.3em;
}
menu ul li a:hover{
    color: darkorange;
    text-decoration: underline;
}
#mobile-navigation{
    background-color: #FFF;
    border: none;
    position: absolute;
    display: block;
    right: 0;
    font-size: 2em;
    padding: 7px 15px; 
}
.aps{
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 999;
}
@media (min-width:576px) {
    
}

@media (min-width:768px) {
    menu ul{display: block;width: auto;}
    #mobile-navigation{display: none;}
    menu ul li{display: inline-block;font-size: 0.8em;}
    .topmenu span{font-size:0.8em;}
    .topmenu ul{display: block;}
    
}

@media (min-width:992px) {
    .phone-logo{font-size: 1.8em;padding: 0.26em 0% 0.26em 5%;}
    menu ul{padding: 0.7em 5% 0.5em 0%;}
    menu ul li{font-size: 0.9em;}
    .topmenu{width:90%;padding: 0% 5%;}

}

@media (min-width:1200px) {
    .phone-logo{padding: 0.26em 0% 0.26em 10%;}
    menu ul{padding: 0.7em 10% 0.5em 0%;}
    menu ul li{font-size: 1em;}
    .topmenu{width:80%;padding: 0% 10%;}
}
header{
    float: left;
    width: 100%;
    height: 700px;
    background-image: url('./img/bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
    position: relative;
}
.middle{
    width: -10%;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.middle h1{
    color: #FFF;
    font-size: 2.5em;
    text-transform: uppercase;
    text-shadow: 2px 2px 15px black;
}
.middle h2{
    color: #FFF;
    font-size: 1.6em;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px black;
}
.middle h2 span{
    color: darkorange;
}

.middle h3{
    color: #FFF;
    font-size: 1.2em;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px black;
    margin-top: 3em;
}
.title{
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.title h4{
    background-color: #222;
    color: #fff;
    padding: 2em 2% 1em 2%;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.6em;
}
.triangle-toptitle {
    display: block;
    float: left;
	width: 0;
	height: 0;
	border-top: 5em solid #222; 
	border-right: 120em solid transparent;			
}
@media (min-width:992px) {
    .title h4{padding: 2em 5% 1em 5%;}

}

@media (min-width:1200px) {
    .title h4{padding: 2em 10% 1em 10%;}
}
.service{
    width: 80%;
    height: auto;
    float: left;
    margin: 0% 10%;
}
.service ul{
    width: 100%;
    height: auto;
    float: left;
}
.service ul li{
    outline: 2px solid #222;
    width: 48%;
    height: 220px;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
}
.service ul li .icon{
    background-color: #222;
    width: 100%;
    height: 70px;
    float: left;
    background-image: url('./icons/i1.png');
	background-repeat: no-repeat;
	background-position: center center;
    background-size: auto 80%;
}
.service ul li:hover .icon{
    background-size: auto 90%;
}
.service ul li:nth-child(2) .icon{
    background-image: url('./icons/i2.png');
}
.service ul li:nth-child(3) .icon{
    background-image: url('./icons/i3.png');
}
.service ul li:nth-child(4) .icon{
    background-image: url('./icons/i4.png');
}
.service ul li:nth-child(5) .icon{
    background-image: url('./icons/i5.png');
}
.service ul li:nth-child(6) .icon{
    background-image: url('./icons/i6.png');
}
.service ul li:nth-child(7) .icon{
    background-image: url('./icons/i7.png');
}
.service ul li:nth-child(8) .icon{
    background-image: url('./icons/i8.png');
}
.service ul li:nth-child(9) .icon{
    background-image: url('./icons/i9.png');
}
.service ul li:nth-child(10) .icon{
    background-image: url('./icons/i10.png');
}
.service ul li:nth-child(11) .icon{
    background-image: url('./icons/i11.png');
}
.service ul li:nth-child(12) .icon{
    background-image: url('./icons/i25.png');
}
.service ul li:nth-child(13) .icon{
    background-image: url('./icons/i25.png');
}
.triangle-topmini {
    display: block;
    float: left;
	width: 0;
	height: 0;
	border-top: 1em solid #222; 
	border-right: 30em solid transparent;			
}
.service ul li a h5{
    width: 92%;
    height: auto;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    margin: 1em 4%;
    color: darkorange;
}
.service ul li a p{
    width: 92%;
    height: auto;
    float: left;
    margin: 0em 4% 0.5em 4%;
    color: #222;
    font-size: 0.8em;
}
@media (min-width:576px) {
    
}

@media (min-width:768px) {
    .service ul li{width:31.33%}
}

@media (min-width:992px) {
    .service ul li{width:23%}

}

@media (min-width:1200px) {
    .service ul li{width:18%}
}
.callme{
    width: 100%;
    height: auto;
    float: left;
    margin: 2em 0em 0em 0em;
    text-align: center;
}
.callme h6{
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0;
}

.callme a{
    text-transform: uppercase;
    font-size: 2em;
    color: darkorange;
    text-decoration: none;
    font-weight: 900;
}
.about{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
.triangle-toptop {
    display: block;
    float: right;
	width: 0;
	height: 0;
	border-bottom: 5em solid #222; 
	border-left: 120em solid transparent;			
}
.me{
    background-color: #222;
    width: 100%;
    height: auto;
    float: left;
}
.leftpart{
    width: 60%;
    height: auto;
    margin-left: 10%;
    float: left;
}
.leftpart img{
    width: 100%;
    height: auto;
    float: left;
    box-shadow: 0 0 10px rgba(0,0,0,0.9);
    position: relative;
    margin-left: -100px;
    z-index: 10;
    opacity: 0;
}

.leftpart p{
    width: 90%;
    height: auto;
    float: left;
    color: #eaeaea;
    display: none;
}
.rightpart{
    width: 70%;
    height: auto;
    margin-right: 10%;
    margin-bottom: 2em;
    float: right;
    margin-top: -7em;
    position: relative;
    z-index: 100;
    right: -100px;
    opacity: 0;
}
.rightpart h3{
    text-align: right;
    float: right;
    width: 100%;
    height: auto;
    font-size: 1.6em;
    color: #fff;
    text-transform: uppercase;
    
}
.someinfo{
    background-color: #FFF;
    width: 100%;
    height: auto;
    float: right;
    box-shadow: 0 0 10px rgba(0,0,0,0.9);
}

.someinfo h2{
    width: 80%;
    height: auto;
    float: left;
    margin: 2em 10% 1em 10%;
    color: darkorange;
}
.someinfo p{
    width: 80%;
    height: auto;
    float: left;
    margin: 1em 10%;
    line-height: 1.4em;
}
.someinfo p span{
    width: 100%;
    height: auto;
    float: left;
    color: darkorange;
}

.someinfo a{
    width: auto;
    height: auto;
    float: left;
    margin-left: 10%;
    background-color: darkorange;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 1em 2em;
    border-radius: 2px;
    margin-bottom: 2em;
}

@media (min-width:576px) {
    
}

@media (min-width:768px) {
    
}

@media (min-width:992px) {
    .leftpart{width: 40%;}
    .leftpart img{width: 110%;}
    .rightpart{width: 40%;margin-top:0;}
    .leftpart p{display: block;}
}

@media (min-width:1200px) {
    
}
.gall{
    border-top: 5px solid #FFF;
    border-bottom: 5px solid #FFF;
    width: 100%;
    height: auto;
    float: left;
}
.gall ul{
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
}
.gall ul li{
    width: 33.33%;
    height: auto;
    float: left;
}
.gall ul li img{
    outline: 2px solid #fff;
    width: 100%;
    height: auto;
    float: left;
}
@media (min-width:992px) {
    .gall ul li{width: 16.66%;}
}
.infopart{
    width: 80%;
    height: auto;
    float: left;
    margin-left: 10%;
    margin-top: 5em;
}
.infopart p{
    width: 100%;
    height: auto;
    float: left;
    margin: 1em 0em;
    color: #222;
}
.infopart p span{
    color: darkorange;
    font-weight: bold;
}

.infopart a{
    color: darkorange;
    font-weight: bold;
    text-decoration: none;
}
.tablepart{
    width: 89%;
    height: auto;
    float: right;
    margin-right: 10%;
    margin-bottom: 5em;
    margin-top: 5em;
}
.tablepart table{
    margin-top: 1em;
    width: 100%;
    text-align: center;
}
.tablepart table tr:first-child{
    background-color: #222;
    color: #FFF;
    font-weight: bold;
}
.tablepart table tr:first-child td{
    padding: 1em 0em;
}
.tablepart table tr td{
    outline: 2px solid #222;
    padding: 0.5em 0em;
}
.tablepart table tr td:first-child{
    text-align: left;
    padding-left: 1em;
}
@media (min-width:992px) {
    .tablepart{width: 50%;}
    .infopart{width: 30%;}
    
}
.rew{
    width: 100%;
    height: auto;
    float: left;
}
.rew .otzuv{
    background-color: #222;
    width: 80%;
    height: 600px;
    float: left;
    padding: 0% 10%;
    position: relative;
}
.rew .otzuv h4{
    font-weight: bold;
    font-size: 1.6em;
    color: #eaeaea;
    text-transform: uppercase;
    text-align: right;
}
.item{
    width: 80%;
    padding: 50px 10%;
}
.item p{
    width: 80%;
    margin: 0% 10%;
    text-align: justify;
    color: #eaeaea;
    position: relative;
}
.item p:before{
    content: '"';
    position: absolute;
    z-index: 10;
    display: block;
    font-size: 7em;
    margin-left: -50px;
    margin-top: -50px;
}
.item p:after{
    content: '"';
    position: absolute;
    z-index: 10;
    display: block;
    font-size: 7em;
    bottom: -50px;
    right: -50px;
}
.item p span{
    width: 100%;
    text-transform: uppercase;
    color: darkorange;
    font-weight: bold;
    display: block;
    padding: 1em 0em;
}
footer{
    background-color: #111;
    width: 80%;
    height: auto;
    padding: 2em 10%;
    float: left;
}
.foo{
    float: left;
    width: 100%;
    height: auto;
}
.foo h2{
    width: 90%;
    margin: 0% 5%;
    text-transform: uppercase;
    color: darkorange;
    font-size: 1em;
}
.foo span{
    display: block;
    width: 90%;
    margin: 1em 5%;
    color: #eaeaea;
    font-size: 1em;
    font-weight: bold;
}
.foo #tel{
    width: 90%;
    margin: 0% 5%;
    text-transform: uppercase;
    color: darkorange;
    font-size: 1em;
    text-decoration: none;
    font-weight: bold;
}
.foo ul{
    width: 90%;
    margin: 1em 5%;
    font-size: 1em;
    text-decoration: none;
    font-weight: bold;
    list-style: none;
}
.foo ul li a{
    color: #eaeaea;
    text-decoration: none;
    padding: 0.3em 0em;
    display: block;
}
.foo ul li a:hover{
    color: darkorange;
}
.copy{
    border-top: 1px solid #eaeaea;
    width: 100%;
    float: left;
    padding: 0.5em 0em;
    color: #eaeaea;
}
.copy span{
    color: darkorange;
}
.bino{
    background-color: rgba(255, 255, 255, 0.7);
    color: #333;
    font-size: 3em;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99999;
    border-radius: 100px;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: 10;
}
@keyframes example { 
    0% {
        background-color: rgba(255, 255, 255, 0.7);
        transform: scale(0.9);
    }
    50% {
        background-color: darkorange;
        transform: scale(1.1);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.7);
        transform: scale(0.9);
    }
}
.bino a{
    text-decoration: none;
    padding: 20px 30px;
    float: left;
    color: #333;
}
@media (min-width:992px) {
    .foo{width: 33.33%;}   
}
.single{
    float: left;
    height: auto;
    width: 80%;
    margin-left: 10%;
    margin-top: 220px;
    margin-bottom: 200px;
}
.single h1{
    text-transform: uppercase;
}
.single h2 a{
    text-transform: uppercase;
    color: darkorange;
    text-decoration: none;
}
.single p{
    line-height: 1.5em;
}
.slick-slider{
    width: 100%;
}
.middle.slick{
    position: relative;
}
.middle.slick .item{
    width: 80%;
    padding: 50px 0;
}
@media (max-width: 560px) {
    .middle.slick .item p{
        margin: 0;
    }
    .middle.slick .item p:before{
        display: none;
    }
}