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, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table {
  border-collapse: collapse;
}

a img {
  border: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  color: #5fa909;
}

textarea {
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
}

.clearfloat:before, .clearfloat:after {
  content: "";
  display: table;
}

.clearfloat:after {
  clear: both;
}

/* For IE 6/7 (triggers hasLayout) */
.clearfloat {
  *zoom: 1;
}

.margin-right {
  margin-right: 0 !important;
}

.remove {
  border-bottom: 0 !important;
  background-image: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.last {
  margin-right: 0 !important;
  padding-right: 0px !important;
}

/*FONTS--------------------------------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
  url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
  url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
  url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
  url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'noto_sansbold';
    src: url('fonts/notosans-bold-webfont.eot');
    src: url('fonts/notosans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notosans-bold-webfont.woff2') format('woff2'),
         url('fonts/notosans-bold-webfont.woff') format('woff'),
         url('fonts/notosans-bold-webfont.ttf') format('truetype'),
         url('fonts/notosans-bold-webfont.svg#noto_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noto_sansbold_italic';
    src: url('fonts/notosans-bolditalic-webfont.eot');
    src: url('fonts/notosans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notosans-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/notosans-bolditalic-webfont.woff') format('woff'),
         url('fonts/notosans-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/notosans-bolditalic-webfont.svg#noto_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noto_sansitalic';
    src: url('fonts/notosans-italic-webfont.eot');
    src: url('fonts/notosans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notosans-italic-webfont.woff2') format('woff2'),
         url('fonts/notosans-italic-webfont.woff') format('woff'),
         url('fonts/notosans-italic-webfont.ttf') format('truetype'),
         url('fonts/notosans-italic-webfont.svg#noto_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noto_sansregular';
    src: url('fonts/notosans-regular-webfont.eot');
    src: url('fonts/notosans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notosans-regular-webfont.woff2') format('woff2'),
         url('fonts/notosans-regular-webfont.woff') format('woff'),
         url('fonts/notosans-regular-webfont.ttf') format('truetype'),
         url('fonts/notosans-regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zing_rust_demobase';
    src: url('fonts/zingrustdemo-base-webfont.eot');
    src: url('fonts/zingrustdemo-base-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/zingrustdemo-base-webfont.woff2') format('woff2'),
         url('fonts/zingrustdemo-base-webfont.woff') format('woff'),
         url('fonts/zingrustdemo-base-webfont.svg#zing_rust_demobase') format('svg');
    font-weight: normal;
    font-style: normal;

}

p, ul, ol, section, article, div {
  font-size: 16px;
}
.text, p{
  line-height: 20px;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'zing_rust_demobase', Arial;
  color: #754023;
  font-weight: normal;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}

/*
################################################
#                                              #
#   author:  webrix-studio                     #
#   url:  http://webrix-studio.com             #
#                                              #
################################################
 */
/*BODY-------------------------------------------------------------------*/

body {
  background: url('../images/bgr.jpg') repeat center top;
  font-family: "noto_sansitalic", Arial;
  font-size: 100%;
  color: #754023;
}
.wrapper{
  max-width: 1200px;
  margin: 0 auto;
}
header{
  position: relative;
}
.header-top{
  position: relative;
  padding-top: 41px;
  padding-bottom: 62px;
}

/*-------------- logo ---------------*/
.logo{
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 10;
  width: 191px;
  height: 133px;
  margin-left: -95px;
}
.logo strong{
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

/*-------------- phone ---------------*/
.phone a{
  display: block;
  color: #fff;
  background: #dd0a25;
  line-height: 50px;
  font-family: 'noto_sansbold_italic';
  font-size: 23px;
  padding: 0 20px;
  border-radius: 5px;
}
.phone i{
  font-size: 33px;
  margin-right: 12px;
}
.phone i.fa-envelope{
  font-size: 24px;
}
.phone a.tel{
  float: left;
}
.phone a.location{
  float: right;
}

/*-------------- languages ---------------*/
.languages{
  position: absolute;
  top: 100px;
  left: 0px;
}
.languages a{
  display: inline-block;
  width: 38px;
  height: 38px;
  background: rgba(117,64,35,0.15);
  text-align: center;
  line-height: 36px;
}

/*----------------------- section banner ----------------------*/
.banner{
  position: relative;
}
.banner-left{
  float: left;
  width: 38%;
  background: #5fa909;
  text-align: center;
  height: 370px;
  line-height: 370px;
  padding: 0px 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.banner-right{
  float: left;
  width: 62%;
  height: 370px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.banner-inner-img {
  height: 100%;
  width: 100%;
}
.ban-text{
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 20px;
  right: 20px;
  background: rgba(55,30,16,0.5);
  padding: 18px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.text-image{
  margin-bottom: 25px;
  padding-left: 20px;
}

/*--------------- unordered list in whole site -----------------*/
.text ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.text ul li{
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 22px;
}
.text ul li:before{
  content: '\f111';
  font-family: 'FontAwesome';
  color: #89d92b;
  font-size: 10px;
  position: absolute;
  top: -1px;
  left: 0px;
}

.ban-text .text ul li{
  color: #fff;
}

/*----------------------- section new --------------------------*/
hr{
  border: 0px;
  width: 100%;
  height: 1px;
  background: url('../images/line.png') no-repeat;
}
.title{
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}
.title > div{
  display: inline-block;
  position: relative;
}
.title > div:before{
  content: '';
  background: #754023;
  width: 94px;
  height: 2px;
  position: absolute;
  left: -114px;
  top: 50%;
  margin-top: -1px;
}
.title > div:after{
  content: '';
  background: #754023;
  width: 94px;
  height: 2px;
  position: absolute;
  right: -114px;
  top: 50%;
  margin-top: -1px;
}
.new{
  padding-top: 20px;
  padding-bottom: 25px;
  text-align: center;
}
.new-menu{
  padding: 0 20px;
}
.item-one{
  margin: 0 25px;
  text-align: center;
}
.item-one figure{
  line-height: 210px;
  margin-bottom: 20px;
}
.item-one figure a{
  display: block;
}
.new-menu .slick-slide img{
  display: inline-block;
}
.item-one h3{
  color: #e4202c;
  margin-bottom: 23px;
}
.btn{
  display: inline-block;
  font-family: 'noto_sansregular';
  color: #fff;
  text-transform: uppercase;
  background: #dd0a25;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  padding: 15px 35px 14px;
  position: relative;
  border-radius: 5px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.btn:hover{
  background: #3a3a3c;
}

/*------------------------- section accents ---------------------------*/
.acc-one{
  display: inline-table;
  margin-right: -4px;
  width: 50%;
  vertical-align: top;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.acc-one figure img{
  max-width: none;
  width: 100%;
}
.acc-one figure{
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}
.acc-one figure figcaption {
  position: absolute;
  bottom: 0;
  padding: 8px 0;
  width: 100%;
  background: rgba(0,0,0,0.7);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.acc-one figure:hover figcaption {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.icon-links{
  /*
  float: left;
  width: 50%;
  border-right: 1px solid #a6a6a6;*/
  text-align: center;
  line-height: 34px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
div.icon-links:nth-child(2){
  border-right: none;
}
.icon-links a{
  color: #fff;
  font-size: 22px;
  opacity: 0;
}
.icon-links a:hover{
  color: #5fa909;
}
.acc-one figure:hover .icon-links a{
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.acc-one h3{
  margin-bottom: 18px;
}
.link{
  display: inline-block;
  direction: 16px;
  margin-top: 22px;
  border-bottom: 1px solid transparent;
}
.link i{
  margin-left: 7px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.link:hover{
  border-bottom: 1px solid #5fa909;
}

#inline1, #inline2{
  display: none;
  max-width: 800px;
  width: 85%;
}
.popup-text{
  margin-top:30px;
}
.popup-text p{
  margin-bottom:20px;
}
.popup-img{
  margin-bottom: 25px;
  text-align: center;
}
/*
   Styles for animated modal
   =========================
*/

/* Start state */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-50px);
  transition: all .7s;
}

.animated-modal h3,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h3,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h3 {
  transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: .3s;
}


/*------------------------- section testimonials ---------------------------*/
.testimonials{
  padding-bottom: 30px;
}
.testimon-slider{
  padding: 0 54px;
}
.testimon-one{
  position: relative;
  text-align: center;
  margin: 17px 12px 0;
  color: #fff;
  background: url('../images/testimon_bgr.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 45px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.quote{
  position: absolute;
  top: -17px;
  left: 50%;
  width: 47px;
  height: 39px;
  text-align: center;
  margin-left: -22px;
}
.testimon-one .text{
  height: 140px;
  overflow: hidden;
}
.btn img{
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.btn-place{
  text-align: center;
}

/*---------------------------- section location ------------------------------*/
.map {
  height: 450px;
  overflow: hidden;
  margin-bottom: 50px;
}

.choice{
  padding: 30px 0px 45px;
  position:relative;
  z-index: 10;
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 20px;
}
.my-select{
  position:relative;
  z-index: 10;
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
}
.style-select{
  display: inline-block;
  height: 50px;
  width: 226px;
  text-align:left;
  background: url(../images/arrow_down.png) no-repeat right;
  background-position: 93% 55%;
  border: 1px solid #754023;
  border-radius: 5px;
  padding: 11px 5px 12px 20px;
  color: #754023;
  font-size: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.style-select-list{
  position: absolute;
  top: 51px;
  left: 0px;
  display: none;
  z-index: 10;
  background: #fff;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: left;
  max-height: 260px;
    overflow-y: scroll;
}
.style-select-list li a{
  display: block;
  position: relative;
  white-space: nowrap;
  font-size: 11px;
  padding: 10px 20px;
  font-weight: normal;
  font-size: 14px;
  margin: 0px;
  border-bottom: 1px solid #f6f6f6;
  text-decoration: none;
  color: #754023;
}
.style-select-list li a:hover{
  color: #fff;
  background: #dd0a25;
}

/*-------------------------------- footer -----------------------------------*/
footer{
  padding-bottom: 20px;
}
.footer-title{
  margin-bottom: 20px;
  font-size: 16px;
  font-family: 'noto_sansbold';
}
/*-------------- footer menu ---------------*/
.footer-menu{
  float: left;
  width: 33.333%;
  margin-top: 25px;
  margin-bottom: 15px;
}
.footer-menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer-menu ul li{
  display: block;
  margin-bottom: 8px;
}
.footer-menu ul li a{
  font-family: 'noto_sansregular';
  font-size: 14px;
  color: #754023;
}
.footer-menu ul li a:hover{
  color: #dd0a25;
}
.footer-menu ul li a i{
  margin-right: 13px;
  font-size: 16px;
  display: inline-block;
  width: 22px;
  text-align: center;
}

/*-------------- newsletter ---------------*/
.newsletter{
  float: right;
  margin-top: 25px;
  margin-bottom: 15px;
}
.request-form{
  max-width: 200px;
}
.input-wrap{
  position: relative;
  margin-bottom: 7px;
}
.f-input{
  width: 100%;
  height: 33px;
  line-height: 33px;
  display: block;
  background: #fff;
  padding: 6px 12px;    /* заради ie8 */
  border: 1px solid #754023;
  border-radius: 5px;
  color: #754023;
  font-size: 12px;
  font-family: 'noto_sansregular', Arial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.f-input:focus {
  outline: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #754023;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #754023;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #754023;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #754023;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #754023;
}
.request-form .btn{
  padding: 7px 35px;
  display: block;
}

/*-------------- footer bottom ---------------*/
.some-links{
  float: left;
  margin-top: 10px;
}
.some-links a{
  display: inline-block;
  margin-right: 10px;
}
.rights{
  float: right;
  font-family: 'noto_sansregular';
  font-size: 12px;
  color: #b0a8a2;
  margin-top: 13px;
}


.page-top{
  display: block;
  visibility: hidden;
  opacity: 0;
  border: 2px solid #616161;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  position: fixed;
  right: 5%;
  bottom: 30px;
  color: #616161;
  font-size: 30px;
  text-align: center;
  line-height: 48px;
  z-index: 1000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-top i{
  line-height: 24px;
}
.page-top:hover{
  color: #222;
}
.page-top.page-top-show {
  visibility: visible;
  opacity: 1;
}




/*/*media queries----------------------------------------------------------*/

@media only screen and (max-width: 1680px) {
 
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1366px) {
 
}

@media only screen and (max-width: 1280px) {
  .wrapper{padding: 0 15px;}
  
}

@media only screen and (max-width: 1100px) {
  .banner-left{padding: 0 25px;}
  .text ul li{font-size: 18px;}
}

@media only screen and (max-width: 1024px) {
  
}

@media only screen and (max-width: 980px) {
  .banner-left{float: none; width: auto; height: 300px; line-height: 300px;}
  .banner-right{float: none; width: auto;}
  .acc-one{padding: 30px 20px;}
  .phone a{font-size: 20px;}
  .phone i{font-size: 28px;}
}

@media only screen and (max-width: 920px) {
  .phone span{display: none;}
  .phone i{margin-right: 0px;}
  .phone a.location{float: left; margin-left: 5px;}
  .languages{top: 47px; left: auto; right: 0px;}
  h1, h2{font-size: 32px;}
  h3{font-size: 26px;}
  .footer-menu{width: 50%;}
  .newsletter{float: none;}
  .acc-one figure figcaption{position: relative; transform: none; -webkit-transform: none;}
  .icon-links a{opacity: 1;}
}

@media only screen and (max-width: 800px) {
  .title > div::before, .title > div::after{display: none;}
  .banner-left img{max-width: 220px;}
  .banner-left{height: 200px; line-height: 200px;}
}

@media only screen and (max-width: 740px) {
  .acc-one{padding: 30px 0px; display: block; margin-right: 0px; width: auto;}
}

@media only screen and (max-width: 640px) {
  .phone a{padding: 0 15px; line-height: 42px;}
  .phone i{font-size: 22px;}
  .languages{top: 43px;}
  .banner-right{height: 430px;}
  .footer-menu{float: none; width: auto; margin-bottom: 40px;}
  .some-links{float: none; text-align: center;}
  .some-links a{margin-left: 5px; margin-right: 5px;}
  .rights{float: none; text-align: center;}
}

@media only screen and (max-width: 550px) {
  .text ul li{font-size: 17px;}
  .logo{width: 150px; margin-left: -75px;}
  .header-top{padding-bottom: 40px;}
}

@media only screen and (max-width: 500px) {
  h1, h2{font-size: 28px;}
  h3{font-size: 22px;}
  h4 {font-size: 20px;}
  h5 {font-size: 18px;}
  h6 {font-size: 16px;}
  .banner-right{height: 485px;}
}

@media only screen and (max-width: 440px) {
  .logo{width: 120px; margin-left: -60px;}
  .header-top{padding-top: 25px; padding-bottom: 35px;}
  .languages{top: 27px;}
  .phone a{width: 35px; padding: 0px; text-align: center; line-height: 35px;}
  .languages a{width: 35px; height: 35px; line-height: 33px;}
  .text ul li{font-size: 16px;}
  .banner-right{height: 540px;}
  .title{margin-top: 25px; margin-bottom: 25px;}
  .item-one{margin: 0 10px;}
  .testimon-slider{padding: 0 30px;}
  .testimon-one .text{min-height: 140px; height: auto;}
  .choice{font-size: 16px;}
  .my-select{margin-left: 10px;}
  .style-select{width: 200px; height: 42px;font-size: 16px;  padding: 7px 5px 5px 15px;}
}

@media only screen and (max-width: 360px) {
  .logo{width: 100px; margin-left: -50px;}
  .ban-text{top: 20px; bottom: 20px; left: 10px; right: 10px;}
  .item-one h3{margin-bottom: 15px;}
  .item-one figure{margin-bottom: 10px;}
  .popup-text{margin-top: 15px;}
  p, ul, ol, section, article, div{font-size: 15px;}
  .style-select{width: 150px;}
  .choice{padding-bottom: 35px;}
  .testimon-one {
	  min-height:333px;}
}

@media only screen and (max-width: 320px) {
  .text-image{margin-bottom: 15px;}
  .ban-text{padding: 15px;}
  .acc-one{padding: 20px 0px;}
  .acc-one h3{margin-bottom: 13px;}
  .map{margin-bottom: 35px;}
}
