@import url(https://fonts.googleapis.com/css?family=Istok+Web:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);
@font-face {
	font-family: 'Concepto';
	src: url('fonts/concepto.eot');
	src: local('â˜º'), url('fonts/concepto.woff') format('woff'),
                       url('fonts/concepto.ttf') format('truetype'), 
                       url('fonts/concepto.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{height: 100%;
}
body {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    background: #303030 url(pattern1.png) repeat;
    font: 13px 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.428571429;
    color: #9d9d9d;
    color: #000;
}
ol, ul{
    list-style:none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, span{
    display: inline-block;
}
i{
    font-weight: 400;
    font-style: italic;
}
i b, 
b i{
    font-weight: 700;
    font-style: italic;
}
b{
    font-weight: 700;
}
.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
a, button{
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
    text-decoration: none;
}
button{
    -webkit-appearance: none;
    outline: none;
}
::-webkit-input-placeholder {color:#a7afc4;}
::-moz-placeholder          {color:#a7afc4;}/* Firefox 19+ */
:-moz-placeholder           {color:#a7afc4;}/* Firefox 18- */
:-ms-input-placeholder      {color:#a7afc4;}
p{
    font: 18px/30px 'Open Sans';
    color: #000;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
}
.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.flex_top{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.wrapper{
    width: 1170px;
    margin: 0 auto;
}
header{
    padding: 20px 0 20px 0;
    background: #303030 url(pattern1.png) repeat !important;
    position: relative;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
}
.menu ul li{
    display: inline-block;
    margin: 0 5px;
}
.menu ul li a{
    padding: 0 24px;
    font: bold 14px/48px 'Open Sans';
    color: #c1c1c1;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.menu ul li a:hover{
    color: #ffffff;
    border-radius: 3px;
    background: #118bb6;
}
.logo_text{
    display: inline-block;
    font-family: 'Concepto',Sans-Serif;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 0 7px;
    vertical-align: middle;
}
.txt_l1{
    display: block;
}
.txt_l2{
    display: block;
    text-transform: uppercase;
    margin-top: -7px;
    color: #c22431;
}
.logo_img{
    width: 50px;
    vertical-align: middle;
}
.logo_img img{
    display: block;
    width: 100%;
}
.lang{
    position: absolute;
    right: 30px;
    top: 20px;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
}
.lang a{
    font: bold 14px/48px 'Open Sans';
    color: #c1c1c1;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 0 15px;
    background: rgb(65, 65, 65);
    margin-left: 11px;
}
.lang a:hover,
.lang a.active{
    border-radius: 3px;
    background: #118bb6;
    color: #fff;
}
.lang a:first-child{
    margin-left: 0;
}
.slider{
    background: #fff;
    max-height: 830px;
}
.title{
    font: bold 40px/30px "Open Sans";
    margin: 0 0 50px;
    text-align: center;
}
.title span{
    padding-bottom: 10px;
}
.title.yellow span{
    border-bottom: #118bb6 solid 3px;
}
.title.black span{
    border-bottom: #ffc000 solid 3px;
}
h2.yellow{
    color: #ffc000;
}
h2.black{
    color: #242223;
}
.main > section{
    padding: 95px 0;
}
.main > section.slider{
    padding: 0;
    position: relative;
}
.about_us p{
    font: 18px/30px 'Open Sans';
    color: #ffffff;
    margin-bottom: 0;
    text-align: justify;
}
.white_bg{
    background: #fff;
}
.gallery{
    margin-top: 52px;
}
.gallery ul li{
    display: inline-block;
    width: 270px;
    margin-left: 25px;
    margin-bottom: 25px;
}
.gallery ul li:first-child,
.gallery ul li:nth-child(4n+1){
    margin-left: 0;
}
.gallery ul li img{
    display: block;
    width: 100%;
}
.gallery ul li span{
    display: block;
    border-bottom: #ffc000 solid 3px;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
}
.gallery ul li:hover span{
    border-bottom: #118bb6 solid 3px;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.app_section{
    background: url(bg_4.jpeg) center top fixed no-repeat;
    padding: 107px 0 56px 0;
}
.description_app{
    background-color: #ffffff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.description_app p{
    margin-top: 20px;
    line-height: 21px;
}
.description_app p:first-child{
    margin-top: 0;
}
.region_item{
    display: inline-block;
    width: 270px;
    margin-left: 25px;
    margin-bottom: 25px;
    vertical-align: top;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
}
.region_item:first-child,
.region_item:nth-child(4n+1){
    margin-left: 0;
}
.title_r_app{
    background-color: #ffffff;
    border-bottom: 3px solid #ffc629;
    color: #000;
    font: bold 24px 'Istok Web';
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding-top: 3px;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
}
.dess_r_app{
    color: #000;
    font: 13px/17px "Istok Web";
    padding: 10px 15px 10px 15px;
    height: 88px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    text-align: justify;
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
}
.region_item:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.region_item:hover .title_r_app{
    background: #ffc629;
}
.region_item:hover .dess_r_app{
    background: #118bb6;
    color: #fff;
}
.slider_main img{
    display: block;
    width: 100%;
}
.slick-list{
    max-height: 824px;
}
.text_slider{
    position: absolute;
    z-index: 101;
    text-align: center;
    display: inline-block;
    font-family: 'Concepto',Sans-Serif;
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
    vertical-align: middle;
    text-shadow: 1px 0px 5px #303030, 1px 0px 5px #303030, 1px 0px 5px #303030, 1px 0px 5px #303030;
    top: 50%;
    left: 50%;
    margin: -160px 0 0 -175px;
}
.bg_slider{
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.text_slider img{
    display: block;
    width: 200px;
    margin: 0 auto 10px;
}
.text_slider span{
    display: block;
    font-size: 20px;
}
.country{
    margin-top: 3px;
    margin-bottom: 0px;
    font-size: 35px;
    color: #c22431;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    text-shadow: none;
    top: -3px;
}
.contact_item{
    width: 550px;
}
.adre_title{
    font: bold 16px/24px 'Open Sans';
    text-transform: uppercase;
    color: #118BB6;
    margin-bottom: 5px;
}
.adr_cont{
    font-size: 15px;
    color: #737885;
}
.address_row{
    margin-bottom: 20px;
}
.address_row a{
    color: #737885;
    border-bottom: transparent solid 2px;
}
.address_row a:hover{
    color: #118BB6;
    border-color: #118BB6;
}
.form_item_b input{
    border: #118bb6 solid 1px;
    border-radius: 5px;
    width: 180px;
    height: 39px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
}
.form_item_b input:hover,
.form_item_b input:active,
.form_item_b input:focus{
    border-color: #ffc629;
}
.form_item{
    width: 580px;
    margin-top: 30px;
}
.form_row.text{
    margin-top: 15px;
}
.form_row textarea{
    border: #118bb6 solid 1px;
    border-radius: 5px;
    outline: none;
    resize: none;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 90px;
    font: 13px 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form_row textarea:hover,
.form_row textarea:focus,
.form_row textarea:active{
    border-color: #ffc629;
}
.form_row.submit input{
    border-radius: 3px;
    background: #118bb6;
    color: #fff;
    font: bold 14px/39px 'Open Sans';
    padding: 0 50px;
    text-transform: uppercase;
    border: 0;
    margin-top: 10px;
}
section.map{
    padding: 0;
}
footer{
    padding: 20px 0;
    text-align: center;
}
.copy_w{
    font-family: 'Concepto',Sans-Serif;
    font-size: 20px;
    color: #fff;
}
.copy_w .res{
    font: 13px 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.popup{
    display: none;
}
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #303030;
    z-index: 100500;
}
#page-preloader .spinner {
	width: 200px;
	height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(small_logo.png);
    background-size: cover;
    margin: -100px 0 0 -100px;
}
.form_block.done{
    display:none;
}
.popup.endform{
    display: block;
    font: bold 16px/24px 'Open Sans';
    text-transform: uppercase;
    color: #118BB6;
    margin-bottom: 5px;
    margin-top: -30px;
}
.humburger{
    display: none;
}
.logo_drop{
    display: none;
}
.contact_header{
    display: none;
}
header{
    position: fixed;
    width: 100%;
    z-index: 102;
    box-shadow: #000 0px 0px 5px 1px;
}
.main{
    padding-top: 90px;
}
header.fixed{
    padding: 10px 0;
}
header.fixed .lang{
    top: 10px;
}
@media screen and (max-width: 1500px) {
    .menu{
        padding-right: 100px;
    }
}
@media screen and (max-width: 1280px) {
    .menu{
        padding-right: 200px;
    }
    .menu ul li a{
        padding: 0 15px;
    }
}


/*  */
ul.main_b{
    width: 580px;
}
ul.main_b li{
    width: 100%;
    margin-bottom: 5px;
}
.small_gall{
    width: 575px;
}
ul.small_gall li{
    width: 280px;
    margin-left: 10px;
    margin-bottom: 5px;
}
ul.small_gall li:nth-child(3){
    margin-left: 0;
}
.gallery ul.main_b li:hover span,
.gallery ul.small_gall li:hover span{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
@media screen and (max-width: 1130px) {
    header{
        overflow: hidden;
    }
    .wrapper {
        width: 100%;
        padding: 0 25px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .meny_block{
        opacity: 0;
        right: -100%;
        position: absolute;
        -webkit-transition: all 0.5s ease!important;
        -moz-transition: all 0.5s ease!important;
        -ms-transition: all 0.5s ease!important;
        -o-transition: all 0.5s ease!important;
        transition: all 0.5s ease!important;
    }
    .humburger{
        display: block;
        position: absolute;
        right: 0px;
        top: 11px;
        cursor: pointer;
    }
    .humburger span:first-child{
        margin-top: 0;
    }
    #nav-icon1{
        width: 40px;
        height: 28px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    #nav-icon1 span{
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 3px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }
    #nav-icon1 span:nth-child(2) {
        top: 12px;
    }
    #nav-icon1 span:nth-child(3) {
        top: 24px;
    }
    .open #nav-icon1 span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .open #nav-icon1 span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .open #nav-icon1 span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .gallery ul li{
        width: 33%;
        margin: 0;
        margin-bottom: 20px;
        padding: 0 10px 0 10px;
        box-sizing: border-box;
    }
    .gallery ul li:hover span{
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .region_item{
        width: 31%;
        margin: 0 1% 25px!important;
    }
    .form_item{
        width: 100%;
        order: -1;
        margin: 0 0 30px;
    }
    .contact_item {
        width: 100%;
    }
    .form_item_b{
        width: 32%;
    }
    .form_item_b input{
        width: 100%;
    }
    .address_row:first-child{
        display: block;
        margin-left: 0;
    }
    .address_row:nth-child(2n){
        margin-left: 0;
    }
    .address_row{
        display: inline-block;
        margin-left: 30px;
    }
    .open .meny_block{
        display: block;
        right: 0;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: #303030 url(pattern1.png) repeat !important;
        z-index: 200;
        padding: 0 25px;
        box-sizing: border-box;
        opacity: 1;
    }
    .open .logo_drop{
        display: block;
        margin-top: 20px;
    }
    .title_cih{
        font: bold 16px/24px 'Open Sans';
        text-transform: uppercase;
        color: #118BB6;
        margin-bottom: 5px;
    }
    .contact_header{
        display: flex;
        width: 40%;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        bottom: 95px;
        left: 0;
        right: 0;
    }
    .contact_header a{
        color: #fff;
        font: 16px/24px 'Open Sans';
    }
    .lang {
        position: absolute;
        right: 0;
        left: 0;
        top: auto;
        bottom: 30px;
        text-align: center;
    }
    #nav-icon1{
        z-index: 202;
    }
    .menu{
        padding-right: 0;
        text-align: center;
        margin-top: 50px;
    }
    .menu ul li{
        display: block;
    }
    .menu ul li a{
        display: block;
        padding: 0!important;
    }
    /*  */
    ul.main_b {
        width: 545px;
    }
    ul.main_b li {
        width: 100% !important;
    }
    ul.small_gall {
        width: 533px;
    }
    ul.small_gall li {
        width: 264px !important;
    }
}
@media screen and (max-width: 500px) {
    .wrapper{
        padding: 0 15px;
    }
    .title_slider{
        display: none;
    }
    .open .meny_block{
        padding: 0 15px;
    }
    .menu ul li a{
        font: bold 16px/48px 'Open Sans';
    }
    .title{
        font: bold 22px/30px "Open Sans";
        margin: 0 0 20px;
    }
    .title span {
        padding-bottom: 5px;
    }
    .logo_img {
        width: 40px;
    }
    .logo_text{
        font-size: 17px;
        margin: 0 0 0 4px;
    }
    .humburger{
        top: 7px;
    }
    .main > section {
        padding: 35px 0;
    }
    .about_us p, p{
        font: 14px/24px "Open Sans";
    }
    .gallery {
        margin-top: 20px;
    }
    .gallery ul li{
        width: 100%;
        padding: 0;
    }
    .gallery ul li:hover span{
        -moz-transform: scale(1.0)!important;
        -webkit-transform: scale(1.0)!important;
        -o-transform: scale(1.0)!important;
        -ms-transform: scale(1.0)!important;
        transform: scale(1.0)!important;
    }
    .description_app p{
        text-align: center;
    }
    .region_item {
        width: 100%;
        margin: 0 0 25px!important;
    }
    .dess_r_app{
        height: 68px;
    }
    .main > section.map{
        padding: 0;
    }
    .form_item_b{
        width: 100%;
        margin-top: 10px;
    }
    .form_row.text {
        margin-top: 10px;
    }
    .address_row {
        display: block;
        margin-left: 0;
    }
    .contact_header{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .title_cih{
        font: bold 14px/20px 'Open Sans';
    }
    .contact_header a{
        font: bold 13px/20px 'Open Sans';
    }
    header.fixed .lang{
        top: auto;
    }
    .main {
        padding-top: 82px;
    }
    .fixed.open .logo_drop{
        margin-top: 10px;
    }
    .slick-list{
        height: 315px!important;
    }
    .slider_main img{
        width: auto;
        height: 315px;
    }
    .bg_slider{
        background: rgba(0, 0, 0, 0.1);
    }
    /*  */
    ul.main_b {
        width: 100%;
    }
    ul.small_gall {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    ul.small_gall li {
        width: 48% !important;
    }
}
