﻿/* For modern browsers */
.clf:before,
.clf:after {
 content: "";
 display: table;
}
.clf:after {
 clear: both;
}
body {
    font-family: 'Arial narrow';
    font-weight: 400;
    font-size: 14px;
    color: #777;
    background-color:#fff;
    width:100%;
    text-transform: uppercase;
    position: relative;
    min-width: 320px;
    overflow-x: hidden;
}
button:focus, button:active{
    outline: none;
}
a:hover, a:focus{
    text-decoration: none;
}
ul{
    list-style: none;
}
header{
    height: 109px;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
}
header nav.navbar{
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
}
#header-navbar {
    background-color: #fff;
    justify-content: flex-end;
}
#header-navbar a {
    text-align: center;
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    list-style: none;
    color: #777;
    font-weight: bold;
}
#header-navbar a:hover{
    color: #8cb923;
}
.logo {
    text-align: center;
    width: 100%;
    max-width: 276px;
    height: 108px;
    line-height: 108px;
}
.container {
    max-width: 840px;
}
.navigation {
    margin: 10px 0 0;
}
.slide{
   background-attachment: fixed;
   height:auto;
   position: relative;
   background-size: cover;
}
#slide1 {
    margin-top: 109px;
    padding: 80px 0 50px 0;
    background-image: url(img/slide1.png);
    color:#fff;
}
#slide2 h1 {
    font-family: 'Arial black';
    font-size: 40px;
    color: #EE7D00;
    text-transform: uppercase;
    line-height: 0px;
    text-align: center;
}
#slide2 {
    background-color: #ffffff;
    color: #777777;
    text-transform: none;
    padding-top: 80px;
    padding-bottom: 30px;
}
#slide2 h3 {
    font-family: 'Arial black';
    font-size: 35px;
    color: #848484;
    line-height: 1.15;
    margin: 1px;
}
#slide2 h1 {
    margin-top: 1px;
    font-family: 'Arial black';
    font-size: 40px;
    color:#EE7D00
}
img.arrow{
    display: block;
    margin: 0 auto;
}
.col1 {
    float: none;
    font-size: 40px;
}
.col2 {
    margin-top: 5px;
    float: none;
    font-size: 40px;
}
#slide3 {
    background-color: #E1EAD0;
    /* height: 420px; */
    padding-top: 5px;
    padding-bottom: 20px;
}
#slide3 h1 {
    font-family: 'arial black';
    font-size: 40px;
    color: #EE7D00;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: center;
}
#slide3 h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #777;
    text-transform: none;
}
#slide3 h3 {
    margin: 1em 0;
    font-family:"arial black";
    line-height: 1.4;
    color: #8CB923;
    font-size: 25pt;
    text-transform: uppercase;
    text-align: center;
}

#slide3 h4{
    font-size: 24px;
    color: #777777;
    text-transform: none;
    padding-left:250px;
}
#slide3 ul {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0;
    margin-bottom: 30px;
}
#slide3 li {
  padding-left: 2em;
  font: 700 24px 'Arial Narrow';
  color: #777;
  text-transform: none;
}
#slide3 li:before {
  content: "\f046";
  font-family: 'FontAwesome';
  font-weight: 400;
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}
#navslide4{
    min-height: 600px;
    background-attachment: scroll;
    background-image: url(img/nat.png);
    background-repeat: no-repeat;
    background-position: center;
}
#navslide4 ul {
  padding: 0;
}
#navslide4 li {
  padding-left: 0.75em;
}
#navslide4 li:before {
  content: "-";
  font-weight: 400;
  display: inline-block;
  margin-left: -0.75em;
  width: 0.75em;
}
#slide4{
    padding-top: 30px;
}
#slide4 h1{
    font-family: 'arial black';
    font-size: 40px;
    color: #EE7D00;
    text-transform: uppercase;
    text-align: center;
}
#slide4 h3{
    font-family: 'arial black';
    color: #8CB923;
    font-size: 40px;
}
#slide4 h4{
    font-family: 'arial black';
    color: #A8A8A8;
    font-size: 35px;
}
#slide4 ul{
    color: #444444;
    font-size: 20px;
    text-align: left;
    text-transform: none;
    line-height: 22px;
}
#slide5 {
    padding-top: 10px;
}
#slide5 li {
  padding-left: 1.5em;
  line-height: 2;
}
#slide5 li:before {
  content: "\f058";
  font-family: 'FontAwesome';
  font-weight: 400;
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}
#slide5 ul {
    font-size: 24px;
    color: #777;
    text-transform: none;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
#slide5 li:hover {
    color: #8cb923;
}
blockquote {
    padding-left: 15px;
    margin-top: 50px;
    background: #ee7d00;
}
#slide5 h2 {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    padding: 10px 0;    
    line-height: 1.5;
    text-transform: none;
}
#slide5 h1 {
    font-family: 'arial black';
    font-size: 40px;
    color: #8CB923;
    text-transform: uppercase;
    text-align: center;
}
#slide6 {
    padding: 30px 15px 60px 15px;
}
.colomn3 {
    padding-left: 110px;
    width: 70px;
    margin: 0 48px;
    float: left;
}
#slide6  img{
    padding: 10px;
}
.colomn4 {
    width: 700px;
    margin: 0 48px;
}
#slide6 h1 {
    font-family: arial black;
    font-size: 40px;
    color: #8cb923;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    padding-bottom: 10px;
}
#slide6 p { 
    font: italic 700 20px/1.25 'arial narrow';
    color: #9e9e9e;
    text-transform: none;
    padding-top: 10px;
}
#slide6 ul{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
#slide6 li {
    font-size: 24px;
    color: #3d3d3d;
    line-height: 1.75;
    text-align: left;
    text-transform: none;
}
#slide7 {
    background-color:#E1EAD0;
    padding-top: 5px;
    padding-bottom:30px;
}
#slide7 h1 {
    font-family: 'arial black';
    font-size: 40px;
    color: #ee7d00;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
}
#slide7 p {
    font-family: 'arial narrow';
    font-size: 24px;
    color: #777777;
    text-transform: none;
    text-align: left;
    line-height: 30px;
}
#instr {
    display: block;
    font-family: 'arial';
    font-size: 17px;
    text-transform: none;
    text-align: center;
    height: 46px;
    line-height: 40px;
    max-width: 250px;   
    border-radius: 10px;
    color: #ee7d00;
    border: 3px solid #ee7d00;
    margin: 50px auto;
}
#instr:hover {
    height: 46px;
    width: 250px; 
    border-color: inherit;
    border-radius: 10px;
}
#navnavslide8 h1 {
    text-transform: uppercase;
    line-height: 0px;
    text-align: center;
    padding-bottom: 65px;
    font-family:'arial black';
    font-size: 72px;
    color: #b92a2e;
}
#navslide8{
    padding: 0 15px 50px 15px;
}
#navslide8 .nav-pills{
    justify-content: space-between;
}
#navslide8 .tab-pane{
    margin-bottom: 5px;
}
#navslide8 .nav-link{
    text-align: center;
    color: #ee7d00;
    font-size: 26px;
    font-family: 'Arial';
    text-transform: none;
    text-decoration: none;
    font-weight: bolder;
    padding: 0 5px;
    background-color: transparent;
    border: 3px solid transparent;
}
#navslide8 .nav-link:hover {
    color: #f45302;
    background: #fff;
    text-transform: none;
    text-decoration: none;
    font-weight: bolder;
}
#navslide8 .nav-link:focus {
    border: 3px solid #18b025;
    border-radius: 10px;
}

#navslide8 h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'arial black';
    font-size: 40px;
    color: #ee7d00;
}
#slide8 a:link {
    color: #ee7d00;
    font-size:26px;
    font-family: 'Arial';
    text-transform: none;
    text-decoration: none;
    font-weight: bolder;
}
#slide8 a:hover {
    color: #f45302;
    background: #ffffff;
    text-transform: none;
    text-decoration: none;
    font-weight: bolder;
}
#navslide8 a:focus {
    border: 2px solid #18b025;
    border-radius: 10px;
}

#scrollup {
    position: fixed; /* фиксированная позиция */
    opacity: 0.8; /* прозрачность */
    padding: 15px 10px 10px; /* отступы */
    background: #aaa;
    border-radius: 5px; /* скругление углов */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    left: 10px; /* отступ слева */
    bottom: 10px; /* отступ снизу */
    display: none; /* спрятать блок */
    cursor: pointer;
}
#scrollup img {
    width:50px;
    height:50px;
}

/** reset lightbox position **/
#lightbox-container-image-data-box {
  box-sizing: content-box;
}

/** page structure **/
#w {
  display: block;
  width: 750px;
  margin: 0 auto;
  padding-top: 30px;
}

#content {
  display: block;
  width: 100%;
  padding: 25px 20px;
  padding-bottom: 35px;
}
#thumbnails { display: block; margin-bottom: 10px; }
#thumbnails ul li { float: left; margin-right: 26px; margin-bottom: 12px; }

#lb-outerContainer {
    width: 600px; height: 600px;
}

a.telephone {
    font-size: 13px !important;
    font-family: 'Arial' !important;
    font-weight: bold !important;
    text-transform: none !important;
}

.col-3 .adress {
    text-align: center;
    float: left;
}
.col-3 .adress {
    text-align: center;
    width: 33%;
    float: left;
}
.col-2 .adress {
    text-align: center;
    width: 50%;
    float: left;

}
.adress a{ display:block; }
.adress img{ width: 250px; height: auto;transition: all 0.5s }
.col-2 .adress img{ width: 270px; height: auto;transition: all 0.5s }
.adress a:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.hide.show {
    margin-bottom: 100px;
}
@media (min-width: 992px){
    header nav.navbar {
        max-width: 840px;
    }
}
@media (max-width: 991.98px){
    .logo{
        width: auto;
        margin-left: 15px;
    }
    .navbar-toggler{
        margin: 0 15px;
    }
    #navslide4{
        background-image: none;
    }
}
@media(max-width: 767.98px){
    #navslide8 .nav-pills {
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    #slide3 h1 {
        font-size: 28px;
    }
    #slide3 h3 {
        font-size: 24px;
    }
    #slide2 h3 {
        font-size: 20px;
    }
    img.arrow{
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    #slide4 h3{
        font-size: 28px;
    }
    #slide4 h4{
        font-size: 22px;
    }
    #slide5 ul{
        font-size: 18px;
    }
    #slide4 h1,
    #slide5 h1,
    #slide7 h1,
    #navslide8 h1,
    #slide6 h1{
        font-size: 30px;
    }
    #slide6 h1{
        line-height: 36px;
    }
    #slide6 p{
        font-size: 16px;
    }
    #slide6 ul{
        margin: 0 auto;
    }
    #slide7 p{
        font-size: 18px;
        line-height: 24px;
    }
    #slide3 li,
    #slide3 h2,
    #slide6 li{
        font-size: 18px;
    }
}