 @import url('https://fonts.googleapis.com/css?family=Montserrat');
html {
    margin:0;
    padding:0;
    background:url(../images/bg.jpg);
    background-repeat: repeat;
    color:#4c443c;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    
    font-style: normal;
    font-weight: 300;
}
body {
    margin:0;
    padding:0;
}
header.tops {
	background:#fff;
}
@media (min-width:800px) {
    body {
        text-align: justify;
    }
}
@media (max-width:800px) {
    body {
        text-align:left;
    }
}
.end {
    clear:both;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    transition: all 0.3s ease;
}

@media (min-width:800px) {
    h1, h2, h3, h4, h5, h6 {
        text-align: center;
        font-style: normal;
        font-weight: 400;
        font-family: Montserrat, sans-serif;
        letter-spacing: 0px;
        color: #1f1f26;
        margin: 15px 0;
    }
    h1, h2, h3 {
        font-size: 45px;
        font-weight: 700;
        line-height: 48px;
        text-transform: uppercase;
    }
    h4, h5, h6 {
        font-size: 18px;
        line-height: 1.225;
    }
}


@media (max-width:800px) {
    h1, h2, h3, h4, h5, h6 {
        text-align: center;
        font-style: normal;
        font-weight: 400;
        font-family: Montserrat, sans-serif;
        letter-spacing: 0px;
        color: #1f1f26;
        margin: 15px 0;
    }
    h1, h2, h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
    }
    h4, h5, h6 {
        font-size: 16px;
        line-height: 1.225;
    }
}

.ttop {
    background: #19191d;
    color: #fff;
}
@media (min-width:800px) {
    .poz_1 {
        width: calc(100% / 4);
        float: left;
    }
    .poz_2 {
        float: right;
        width: calc(100% / 4);
    }
}

.ttop .poz_1 p, .ttop .poz_2 p, .ttop .poz_1 p a, .ttop .poz_2 p a {
    line-height: 30px;
    color:#a7a7ab;
}
.ttop .poz_1 p i, .ttop .poz_2 p i {
    margin-right: 10px;
}
.ttop .poz_1 p strong, .ttop .poz_2 p strong {
    color: #fff;
}


[class*="poz_"] {
    min-height: 1px;
	font-size:14px;
}
.cent {
    text-align: center;
}

@media (min-width:1200px){
    .cont {
        margin:0 auto;
        width:1200px;
    }
}
@media (min-width: 900px) and (max-width:1200px){
    .cont {
        margin:0 5%;
        width:90%;
    }
}
@media (max-width: 900px){
    .cont {
        margin-left: 10%;
        width:80%;
    }
}

@media (min-width: 600px){
    img {
        margin:0;
        padding:0;
        border:0;
        max-width:100%;
        float:left;
    }
}

@media (max-width: 600px){
    img {
        margin:0;
        padding:0;
        border:0;
        max-width:100%;
        height: auto;
    }
}

@media (min-width:800px){
    .logo {
        float: left;
        width: 300px;
        padding: 15px 0;
    }
    .menugr {
        float: right;
    }
}



@media(min-width:600px) {
    .metaslider .caption-wrap h3 {
        font-style: normal;
        font-weight: 400;
        line-height: 1.225;
        font-family: Montserrat, sans-serif;
        letter-spacing: 0px;
        font-size: 34px;
        color: #fff;
    }
    .op-banner {
        position:absolute;
        top: calc(20% + 50px);
        left:30%;
        width: 40%;
        color:#FFF;
        padding:30px;
        z-index: 1000;
        text-align: center;
        font-weight: 700;
        background-color: rgba(0,0,0,0.6);
    }
}

@media(max-width:600px) {
    .metaslider .caption-wrap h3 {
        font-style: normal;
        font-weight: 400;
        line-height: 1.225;
        font-family: Montserrat, sans-serif;
        letter-spacing: 0px;
        font-size: 13px;
        color: #fff;
    }
    .cc_container {
        background: #000;
        width: calc(100% - 100px);
        color: #fff;
    }
    .op-banner {
        position:absolute;
        top: calc(10% + 50px);
        left:30%;
        width: 40%;
        color:#FFF;
        padding:30px;
        z-index: 1000;
        text-align: center;
        font-weight: 700;
        background-color: rgba(0,0,0,0.6);
    }
}
.op-banner p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0px;
    color: #cbcbcb;
}

[class*="module"] {
    position: relative;
    padding: 100px 0;
}

.module1 ul {
  list-style: none;
  padding: 0;
}
.module1 li {
  padding-left: 1.3em;
}

.module1 li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
    color: #ff7c01;
}

.module1 strong i, .module1 a {
    color: #ff7c01;
}

.module2 {
    background: #191919;
    color: #fff;
}

.module2 h2, .module2 p {
    color: #fff;
}


p.btns {
    text-align: center;
}
p.btns a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    transition: all 0.4s ease;
    color: #fff;
    text-transform: uppercase;
    line-height: 48px;
    padding: 0 23px;
    margin-top: 28px;
    letter-spacing: 1px;
    font-weight: bold;
    background: #000;
}
p.btns a:hover {
    background: #ff7c00;
    color: #000;
    
}

@media (min-width:800px) {
    .module4 {
        margin: 0;
        padding: 0;
    }
    .module4 article {
  display: table-cell;
        width: 50%;
        vertical-align: middle;
    }
}

.module4 {
    background: #d2d2d3;
}

.module4 h2 {
    padding-bottom: 20px;
}
.module4 h3 {
    font-size: 24px;
}

.module4 a {
    color: #ff7c00;
}
.module4 a:hover {
    color: #fff;
}

@media (min-width:800px) {
    .module5 p {
        float: left;
        margin-right: 40px;
    }
    .module5 ul {
        float: left;
    }
    .module5 ul li {
        line-height: 30px;
    }
}


footer {
    background: #191919;
}

@media (min-width:800px) {
    .autor {
        float: right;
        line-height: 100px;
    }
    .menud {
        float: left;
    }
    .menud ul {
        margin: 0;
        padding: 0;
    }
    .menud li {
        overflow: hidden;
        line-height: 100px;
        float: left;
        padding: 0 20px;
    }
}

.autor p {
    color: #fff;
}
.autor p a{
    color:#f8941d;
}

.menud .active a, .menud li.current-menu-item a, .menud a:hover {
    color:#f8941d;
}

.menud a:hover, .menud a {
    color:#fff;
}

@media (min-width:800px) {
    .kontakt-zakl {
        float: left;
        width: calc(100% / 2 - 40px);
        padding: 20px;
    }
}

.kontakt-zakl p {
    padding-bottom: 10px;
}

.maps {
        position: relative;
        padding-bottom: 50%;
        height: 0;
        overflow: hidden;
    }
.maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.kontakt-zakl .kpoz1 {
    padding-bottom: 10px;
}
.kontakt-zakl .kpoz1 input, .kontakt-zakl .kpoz1 textarea {
    width: calc(100% - 2px);
    border: 1px solid #000;
    padding: 10px;
    background: none;
}
.kontakt-zakl .kpoz1 input:hover, .kontakt-zakl .kpoz1 textarea:hover, .kontakt-zakl .kpoz1 input:focus, .kontakt-zakl .kpoz1 textarea:focus {
    background: #fff;
}

.kontakt-zakl .kpoz2 input {
    background: #ff7c01;
    color: #000;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
}
.kontakt-zakl .kpoz2 input:hover {
    background: #000;
    color: #fff;
}

#cssmenu {
    margin: 0;
    padding: 0;
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu ul {
    z-index: 9999;
    padding-top: 35px;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 0 20px;
    font-size: 19px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    line-height: 40px;
    color: #000;
    transition: all .3s;
}

#cssmenu ul li::before {
    content: '';
    height: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    border-left: 1px solid #d8d8d8;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#cssmenu ul li:first-child:before {
    content: '';
    height: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    border-left: none;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.current-menu-item a,
#cssmenu > ul > li.active > a{
    color: #ff7c00;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 40px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #3f3f4d;
    content: '';
}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 37px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #3f3f4d;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:after {
    background: #fff;
}
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 37px;
    height: 0;
    background: #fff;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu li:hover > ul {
    left: auto;
    background: #f96209;
    background: -moz-radial-gradient(center, ellipse cover, #f96209 0%, #bb0406 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #f96209 0%,#bb0406 100%);
    background: radial-gradient(ellipse at center, #f96209 0%,#bb0406 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f96209', endColorstr='#bb0406',GradientType=1 );
}
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu li:hover > ul > li {
    height: 35px;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(255, 148, 5, 0.25);
    padding: 11px 15px;
    width: 200px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #fff;
    background: #ff9405;
}
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
    }
    #cssmenu.align-center > ul {
        text-align: left;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    #cssmenu > ul > li {
        float: none;
    }
    #cssmenu ul ul li a {
        padding-left: 25px;
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }
    #cssmenu ul ul li a {
        color: #dddddd;
        background: none;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #ffffff;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 17px;
        color: #000;
        cursor: pointer;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
    }
    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        content: '';
    }
    #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #000;
        content: '';
    }
    #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: #000;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 9999;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626;
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #ffffff;
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
}
