* {
  border: 0;
  margin: 0;
  padding: 0;
}
* html #wrapper {height: 100%;}
html,
button,
input,
select,
textarea {color: #222;}
header, nav, section, article, aside, footer {display: block;}
html, body {
  height: 100%;
  font: 12px/18px Arial, Verdana, sans-serif;
}
body {
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
h1 {
  padding-bottom: 17px;
  font: bold 24px/24px Arial, sans-serif;
}
a {
  font-size: 12px;
  color: #078ad7;
  outline: none;
  text-decoration: none;
}
a:hover {text-decoration: none;}
p {margin: 0 0 18px;}
input {vertical-align: middle;}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
    border: none;
    /*vertical-align: middle;*/
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {resize: vertical;}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
#layerslider,
#layerslider2 {
  margin: 0px auto;
  border-bottom: 0;
  padding-bottom: 0;
  color: #fff;
}
.ls-s-5 a {
  color: #fff;
  text-align: center;
  font: 500 18px/45px 'Roboto', sans-serif;
  height: 43px;
  width: 289px;
  display: block;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
}
.button-gr {
  background: #ffcf00;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 10px 25px rgba(255, 255, 255, 0), inset 0 -25px 26px rgb(236, 128, 0);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 10px 25px rgba(255, 255, 255, 0), inset 0 -25px 26px rgb(236, 128, 0);
  box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 10px 25px rgba(255, 255, 255, 0), inset 0 -25px 26px rgb(236, 128, 0);
  border: 4px solid #FFF;
  -webkit-transition: box-shadow 0.15s linear;
  -moz-transition: box-shadow 0.15s linear;
  -ms-transition: box-shadow 0.15s linear;
  -o-transition: box-shadow 0.15s linear;
  transition: box-shadow 0.15s linear;
}
.button-gr:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 25px 26px rgb(236, 128, 0), inset 0 10px 25px rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 25px 26px rgb(236, 128, 0), inset 0 10px 25px rgba(255, 255, 255, 0);
  box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 25px 26px rgb(236, 128, 0), inset 0 10px 25px rgba(255, 255, 255, 0);
}
#photo1 a,
#photo2 a,
#photo3 a,
#photo4 a,
#photo5 a,
#photo6 a {
  display: block;
  position: absolute;
  -webkit-transition: background .2s ease-in;
  -moz-transition: background .2s ease-in;
  -ms-transition: background .2s ease-in;
  -o-transition: background .2s ease-in;
  transition: .2s ease-in;
  cursor: default;
}
#photo1 a {
  background: url('images/photo1.png');
  height: 363px;
  width: 375px;
}
#photo2 a {
  background: url('images/photo2.png');
  height: 326px;
  width: 314px;
}
#photo3 a {
  background: url('images/photo3.png');
  height: 384px;
  width: 384px;
}
#photo4 a {
  background: url('images/photo4.png');
  height: 280px;
  width: 276px;
}
#photo5 a {
  background: url('images/photo5.png');
  height: 322px;
  width: 325px;
}
#photo6 a {
  background: url('images/photo6.png');
  height: 279px;
  width: 317px;
}
#photo1 a:hover,
#photo2 a:hover,
#photo3 a:hover,
#photo4 a:hover,
#photo5 a:hover,
#photo6 a:hover {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: background .2s ease-in;
  -moz-transition: background .2s ease-in;
  -ms-transition: background .2s ease-in;
  -o-transition: background .2s ease-in;
  transition: .2s ease-in;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {visibility: hidden;}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */;
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
    a:visited {text-decoration: underline;}
  a[href]:after {content: " (" attr(href) ")";}
  abbr[title]:after {content: " (" attr(title) ")";}
  .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
    content: "";
  }
  pre,
    blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
    img {
    page-break-inside: avoid;
  }
  img {max-width: 100% !important;}

    @  page {
    margin: 0.5cm;
  }
  p,
    h2,
    h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
    h3 {page-break-after: avoid;}
}
.ls-darkskin {
  padding: 0;
  background: #fff;
}
.ls-darkskin .ls-bottom-nav-wrapper {
  text-align: center;
  margin: -28px auto 0 auto;
  position: relative;
}
.ls-darkskin .ls-nav-sides,
.ls-darkskin .ls-bottom-slidebuttons a,
.ls-darkskin .ls-nav-start,
.ls-darkskin .ls-nav-stop {background-image: url(skin.png);}
.ls-nav-prev {
  display: block;
  position: absolute;
  z-index: 10001;
  top: 35%;
  margin-top: -13px;
}
.ls-nav-prev .arrow {
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  width: 48px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: url(arrow1.png) 0 0 no-repeat;
}
.ls-nav-prev .caption {
  display: block;
  position: relative;
  margin-left: 69px;
  height: 39px;
  width: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.ls-nav-prev .caption:before,
.ls-nav-prev .caption:after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  width: 20px;
  height: 39px;
}
.ls-nav-prev .caption:before {
  left: -19px;
  width: 155px;
  background: url(left_arrow1.png) no-repeat 0 -117px;
}
.ls-nav-prev .caption:after {
  right: -19px;
  background: url(left_arrow1.png) no-repeat 0 -39px;
}
.ls-nav-prev:hover .caption {width: 120px;}
.ls-nav-next {
  display: block;
  position: absolute;
  z-index: 10001;
  top: 35%;
  margin-top: -13px;
}
.ls-nav-next .arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  width: 48px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: url(arrow1.png) 0 39px;
}
.ls-nav-next .caption {
  display: block;
  position: relative;
  margin-right: 69px;
  height: 39px;
  width: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.ls-nav-prev .caption span,
.ls-nav-next .caption span {
  display: block;
  overflow: hidden;
  height: 39px;
  font: 12px/39px 'Roboto', sans-serif;
  color: #0072ad;
  text-align: center;
  background: url(span.png) repeat-x;
}
.ls-nav-next .caption:before,
.ls-nav-next .caption:after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  width: 20px;
  height: 39px;
}
.ls-nav-next .caption:before {
  left: -19px;
  width: 155px;
  background: url(left_arrow1.png) no-repeat 0 0;
}
.ls-nav-next .caption:after {
  right: -19px;
  background: url(left_arrow1.png) no-repeat 0 -78px;
}
.ls-nav-next:hover .caption {width: 120px;}
.ls-darkskin .ls-nav-start {background-position: -300px 0;}
.ls-darkskin .ls-nav-start:hover {background-position: -300px -75px;}
.ls-darkskin .ls-nav-stop {background-position: -450px 0;}
.ls-darkskin .ls-nav-stop:hover {background-position: -450px -75px;}
.ls-darkskin .ls-bottom-slidebuttons a {background-position: 0 -150px;}
.ls-darkskin .ls-bottom-slidebuttons a.ls-nav-active {background-position: -75px -150px;}
.ls-darkskin .ls-nav-sideleft {background-position: -150px -150px;}
.ls-darkskin .ls-nav-sideright {background-position: -225px -150px;}
.ls-darkskin .ls-nav-prev {left: 70px;}
.ls-darkskin .ls-nav-next {right: 70px;}
.ls-darkskin .ls-bottom-slidebuttons,
.ls-darkskin .ls-nav-sides {left: 350px;}
.ls-darkskin .ls-bottom-slidebuttons,
.ls-darkskin .ls-bottom-slidebuttons a,
.ls-darkskin .ls-nav-start,
.ls-darkskin .ls-nav-stop,
.ls-darkskin .ls-bottom-nav-wrapper,
.ls-darkskin .ls-nav-sides {height: 28px;}
.ls-darkskin .ls-bottom-slidebuttons,
.ls-darkskin .ls-bottom-slidebuttons a,
.ls-darkskin .ls-nav-start,
.ls-darkskin .ls-nav-stop,
.ls-darkskin .ls-nav-sides {display: inline-block;}
.ls-darkskin .ls-nav-start,
.ls-darkskin .ls-nav-stop {width: 54px;}
.ls-darkskin .ls-bottom-slidebuttons a {width: 18px;}
.ls-darkskin .ls-nav-sides {width: 44px;}
#wrapper {
  background: url(fon.jpg) no-repeat -400px 69px, url(sea.png) 0 700px;
  min-height: 100%;
  width: 100%;
  min-width: 1000px;
  height: auto !important;
}
#header {
  height: 69px;
  margin: 0 auto;
  width: 980px;
  position: relative;
}
.index-link {
  height: 125px;
  width: 280px;
  z-index: 10002;
  position: absolute;
}
.logo {
  position: absolute;
  z-index: 8;
  height: 128px;
  width: 329px;
  left: 0;
}
.ufa {
  font: 14px Arial, sans-serif;
  top: 13px;
  position: absolute;
  right: 185px;
  color: #999;
}
.phone {
  background: url(phone.png) no-repeat;
  font: 100 18px 'Roboto', sans-serif;
  top: 9px;
  padding-left: 25px;
  float: right;
  position: relative;
  z-index: 10004;
}
#contacts {
  color: #444;
  font: 400 18px 'Ubuntu', sans-serif;
  text-decoration: underline;
  display: inline-block;
  left: 180px;
  top: 9px;
  position: relative;
  float: right;
  -webkit-transition: background .2s ease-in;
  -moz-transition: background .2s ease-in;
  -ms-transition: background .2s ease-in;
  -o-transition: background .2s ease-in;
  transition: .2s ease-in;
}
#contacts:hover {
  color: #F09100;
  text-decoration: none;
}
ul.nav {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 16px;
    z-index: 9;
}
.nav li {
    background: url(menu/item2.png) no-repeat;
    width: 95px;
    text-align: center;
    float: left;
    height: 64px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav li:hover {background: url(menu/item2_h.png) no-repeat;}
.nav li a {
    font: 500 12px/60px 'Roboto', sans-serif;
    text-decoration: none;
    color: #000;
    display: block;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.nav li a:hover {color: #fff;}
.nav li.first {
    background: url(menu/item1.png) no-repeat;
    width: 125px;
    text-align: center;
}
.nav li.first:hover {background: url(menu/item1_h.png) no-repeat;}
.nav li.first a {padding: 0 15px 0 32px;}
.nav li.last {
    width: 94px;
    background: url(menu/item3.png) no-repeat;
}
.nav li.last:hover {background: url(menu/item3_h.png) no-repeat;}
li.sub {
    font: 500 12px/60px 'Roboto', sans-serif;
    cursor:pointer;
}
li.sub ul {
    list-style: none;
    display: none;
}
li.sub:hover ul {display:block;}
li.sub ul li {height: 58px;}
.sub-last {border-radius: 0 0 10px 10px;}
.nav{top: 40px;}
.caret {
    border-top-color: #ffffff;
    display: inline-block;
    width: 0;
    height: 0;
    text-indent: -99999px;
    vertical-align: middle;
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #000;  
    margin-left: 5px;
    content: "\2193";
}

#content {
  padding: 100px 0 80px;
  min-height: 100%;
  height: 100%;
}
.leto {/*background: url(fon.jpg) no-repeat -500px 0px #DAF6FA;*/;}
.zima {background: url(zima.jpg) no-repeat -500px 0 #E7F1F2;}
#layerslider-wrapper {
  height: 600px;
  min-height: 500px;
  max-height: 880px;
  position: absolute;
  top: 70px;
  width: 100%;
  min-width: 1100px;
}
.pole {
  font: 500 12px/18px Arial, sans-serif;
  background: url(light_bg.png);
  width: 802px;
  margin: 0 auto;
  padding: 50px 40px;
  border-radius: 15px;
  min-height: 300px;
}
.right {
  font: 500 12px/18px Arial, sans-serif;
  display: inline-block;
}
.right p {width: 596px;}
.left {
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.left ul {list-style: none;}
.left ul li {
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.23);
  -ms-box-shadow: 0 2px 4px rgba(0,0,0,0.23);
  -o-box-shadow: 0 2px 4px rgba(0,0,0,0.23);
  box-shadow: 0 2px 4px rgba(0,0,0,0.23);
  border-radius: 5px;
  width: 157px;
  height: 26px;
  background: url(left_button.png) no-repeat;
  padding: 4px 0 0 25px;
  margin-bottom: 10px;
}
.left ul a li {
  color: #078ad7;
  font: bold 12px/24px Arial, sans-serif;
  text-align: left;
}
.left ul a li:hover {background: url(left_button_h.png) no-repeat;}
.left ul a li.active {background: url(left_button_h.png) no-repeat;}
.left_button {
  color: #078ad7;
  width: 157px;
  height: 25px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.23);
  -ms-box-shadow: 0 2px 4px rgba(0,0,0,0.23);
  -o-box-shadow: 0 2px 4px rgba(0,0,0,0.23);
  box-shadow: 0 2px 4px rgba(0,0,0,0.23);
  border-radius: 5px;
  font: bold 12px/24px Arial, sans-serif;
  text-align: left;
  background: url(left_button.png) no-repeat;
  padding: 4px 0 0 25px;
  margin-bottom: 10px;
  -webkit-transition: background .2s ease-in;
  -moz-transition: background .2s ease-in;
  -ms-transition: background .2s ease-in;
  -o-transition: background .2s ease-in;
  transition: .2s ease-in;
}
.left_button:hover {background: url(left_button_h.png) no-repeat;}
a.ts_show_link,
a.ts_show_link:visited,
a.ts_show_link:link {
  position: relative;
  color: #078ad7;
  border-bottom: 1px dashed #078ad7;
  font: 14px/24px Arial, sans-serif;
  letter-spacing: 1px;
}
.ts_country_bread {
  color: #078ad7;
  padding-bottom: 20px;
  font: 11px/14px Arial, sans-serif;
}
#ts_country_result a.ts_def_link:link,
#ts_country_result a.ts_def_link:visited,
#ts_country_result a.ts_def_link {
  color: #078ad7;
  font: 11px/14px Arial, sans-serif;
}
.ts_country_bread b {
  color: #6d6e71;
  font: 11px/14px Arial, sans-serif;
}
.countru-name {font: bold 20px/24px Arial, sans-serif;}
.countru-short {
  font: 12px/16px Arial, sans-serif;
  padding: 5px 0;
}
.countru-more a {
  font: 11px/16px Verdana, sans-serif;
  text-decoration: underline;
  color: #078ad7;
}
.reg_text {
  padding-top: 20px;
  width: 800px;
  margin: 0 auto;
}
.zagolovok {
  padding-top: 10px;
  font: bold 24px/24px Arial, sans-serif;
  color: #000;
}
.zagolovok_big {
  font: bold 36px/36px Arial, sans-serif;
  color: #000;
}
.text {
  font: normal 12px/18px Arial, sans-serif;
  padding-top: 50px;
}
.forma {
  border: solid 1px #fff;
  border-radius: 7px;
  background: rgb(251, 251, 251);
  background: -moz-linear-gradient(90deg, rgb(251, 251, 251) 0%, rgb(221, 221, 221) 70%);
  background: -webkit-linear-gradient(90deg, rgb(251, 251, 251) 0%, rgb(221, 221, 221) 70%);
  background: -o-linear-gradient(90deg, rgb(251, 251, 251) 0%, rgb(221, 221, 221) 70%);
  background: -ms-linear-gradient(90deg, rgb(251, 251, 251) 0%, rgb(221, 221, 221) 70%);
  background: linear-gradient(180deg, rgb(251, 251, 251) 0%, rgb(221, 221, 221) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FBFBFB,endColorstr=#DDDDDD);
  float: right;
  height: 290px;
  width: 370px;
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.11);
  -moz-box-shadow: 0 3px 4px rgba(0,0,0,0.11);
  -ms-box-shadow: 0 3px 4px rgba(0,0,0,0.11);
  -o-box-shadow: 0 3px 4px rgba(0,0,0,0.11);
  box-shadow: 0 3px 4px rgba(0,0,0,0.11);
}
.forma td {padding-top: 16px;}
.forma input {
  border: none;
  -webkit-box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  -moz-box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  -o-box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  vertical-align: middle;
  outline: none;
  color: #999;
  font: normal 12px/32px Arial, sans-serif;
  padding-left: 8px;
  margin-left: 44px;
  width: 180px;
  height: 29px;
  border-top: solid 1px rgba(38,38,38,0.33);
  background: #F8F8F8;
}
.forma input:focus {
  border: 2px solid rgba(119, 194, 242, 1);
  -webkit-box-shadow: 0 0 4px rgba(153, 153, 153, 1) inset;
  -moz-box-shadow: 0 0 4px rgba(153, 153, 153, 1) inset;
  -ms-box-shadow: 0 0 4px rgba(153, 153, 153, 1) inset;
  -o-box-shadow: 0 0 4px rgba(153, 153, 153, 1) inset;
  box-shadow: 0 0 4px rgba(153, 153, 153, 1) inset;
}
.forma_text {font: bold 12px/32px Arial, sans-serif;}
.forma input[type="submit"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  margin: 4px auto;
  display: block;
  height: 43px;
  width: 186px;
  background: url(reg_button.png) no-repeat;
  -webkit-transition: background .2s ease-in;
  -moz-transition: background .2s ease-in;
  -ms-transition: background .2s ease-in;
  -o-transition: background .2s ease-in;
  transition: .2s ease-in;
}
.forma input[type="submit"]:hover {
  background: url(reg_button_h.png) no-repeat;
  border: none;
}
.avia,
.hotel,
.apartament,
.car {
  text-align: center;
  float: left;
  margin-right: 13px;
  margin-top: 15px;
  height: 174px;
  width: 150px;
  -webkit-transition: background .2s ease-in;
  -moz-transition: background .2s ease-in;
  -ms-transition: background .2s ease-in;
  -o-transition: background .2s ease-in;
  transition: .2s ease-in;
}
.gid {
  text-align: center;
  float: left;
  margin-right: 0;
  margin-top: 15px;
  height: 174px;
  width: 150px;
  -webkit-transition: background .2s ease-in;
  -moz-transition: background .2s ease-in;
  -ms-transition: background .2s ease-in;
  -o-transition: background .2s ease-in;
  transition: .2s ease-in;
}
.avia {background: url(help_bg.png) no-repeat;}
.hotel {background: url(hotel.png) no-repeat;}
.car {background: url(car.png) no-repeat;}
.apartament {background: url(apartament.png) no-repeat;}
.gid {background: url(gid.png) no-repeat;}
.avia p,
.hotel p,
.car p,
.apartament p,
.gid p {
  font-weight: bold;
  margin: 8px 0 100px;
}
.avia a,
.hotel a,
.car a,
.apartament a,
.gid a {
  font: bold 12px/14px Arial, sans-serif;
  text-align: center;
  text-decoration: underline;
  color: #078ad7;
  position: relative;
  top: 100px;
}
.hlp:hover {
  color: #F09100;
  text-decoration: none;
}
.avia:hover,
.hotel:hover,
.car:hover,
.apartament:hover,
.gid:hover {
  cursor: pointer;
  -webkit-transition: background .2s ease-in;
  -moz-transition: background .2s ease-in;
  -ms-transition: background .2s ease-in;
  -o-transition: background .2s ease-in;
  transition: .2s ease-in;
}
.avia:hover {background: url(help_bg_h.png) no-repeat;}
.hotel:hover {background: url(hotel_h.png) no-repeat;}
.car:hover {background: url(car_h.png) no-repeat;}
.apartament:hover {background: url(apartament_h.png) no-repeat;}
.gid:hover {background: url(gid_h.png) no-repeat;}
.tel {
  background: url(contact.png) no-repeat;
  background-position: 0 -34px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.mail {
  background: url(contact.png) no-repeat;
  background-position: 0 -16px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.adr {
  background: url(contact.png) no-repeat;
  background-position: 0 0;
  padding-left: 20px;
  margin-bottom: 10px;
}
.vk {
  background: url(vk.png) no-repeat;
  padding-left: 20px;
}
.ymap {margin-top: 18px;}
.ymap b {font: bold 14px/18px Arial,sans-serif;}
.map {
  width: 590px;
  height: 400px;
  margin-top: 10px;
}
.comand img {
  border: solid 2px #fff;
  box-shadow: 1px 1px 7px #888;
}
.comand b {font: bold 14px/24px Arial, sans-serif;}
.comand td {
  vertical-align: top;
  width: 105px;
}
.comand tr {height: 120px;}
.comand p {width: 158px;}
.grey {
  font: 12px/16px Arial, sans-serif;
  color: #6d6e71;
}
.feedback {
  border: solid 1px #fff;
  border-radius: 7px;
  background: rgb(251, 251, 251);
  background: -moz-linear-gradient(90deg, rgb(251, 251, 251) 0%, rgb(221, 221, 221) 70%);
  background: -webkit-linear-gradient(90deg, rgb(251, 251, 251) 0%, rgb(221, 221, 221) 70%);
  background: -o-linear-gradient(90deg, rgb(251, 251, 251) 0%, rgb(221, 221, 221) 70%);
  background: -ms-linear-gradient(90deg, rgb(251, 251, 251) 0%, rgb(221, 221, 221) 70%);
  background: linear-gradient(180deg, rgb(251, 251, 251) 0%, rgb(221, 221, 221) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FBFBFB,endColorstr=#DDDDDD);
  margin-top: 20px;
  min-height: 480px;
  width: 390px;
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.11);
  -moz-box-shadow: 0 3px 4px rgba(0,0,0,0.11);
  -ms-box-shadow: 0 3px 4px rgba(0,0,0,0.11);
  -o-box-shadow: 0 3px 4px rgba(0,0,0,0.11);
  box-shadow: 0 3px 4px rgba(0,0,0,0.11);
}
.feedback td {padding-top: 16px;}
.feedback textarea {
  border: none;
  -webkit-box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  -moz-box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  -ms-box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  -o-box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  vertical-align: middle;
  outline: none;
  color: #999;
  font: normal 12px/16px Arial, sans-serif;
  padding-left: 8px;
  margin-left: 44px;
  width: 180px;
  max-width: 180px;
  min-width: 180px;
  height: 60px;
  border-top: solid 1px rgba(38,38,38,0.33);
  background: #F8F8F8;
}
.feedback input {
  border: none;
  -webkit-box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  -moz-box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  -ms-box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  -o-box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  vertical-align: middle;
  outline: none;
  color: #999;
  font: normal 12px/32px Arial, sans-serif;
  padding-left: 8px;
  margin-left: 44px;
  width: 180px;
  height: 29px;
  border-top: solid 1px rgba(38,38,38,0.33);
  background: #F8F8F8;
}
.feedback textarea:focus,
.feedback input:focus {
  border: 2px solid rgba(119, 194, 242, 1);
  -webkit-box-shadow: 0 0 4px rgba(153, 153, 153, 1) inset;
  -moz-box-shadow: 0 0 4px rgba(153, 153, 153, 1) inset;
  -ms-box-shadow: 0 0 4px rgba(153, 153, 153, 1) inset;
  -o-box-shadow: 0 0 4px rgba(153, 153, 153, 1) inset;
  box-shadow: 0 0 4px rgba(153, 153, 153, 1) inset;
}
.feedback_text {font: bold 12px/32px Arial, sans-serif;}
.feedback input[type="submit"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  height: 44px;
  width: 126px;
  background: url(submt.png) no-repeat;
  -webkit-transition: background .2s ease-in;
  -moz-transition: background .2s ease-in;
  -ms-transition: background .2s ease-in;
  -o-transition: background .2s ease-in;
  transition: .2s ease-in;
}
.feedback input[type="submit"]:hover {background: url(submt_h.png) no-repeat;}
.feedback img {margin-left: 44px;}
#footer {
  width: 100%;
  margin-top: -40px;
  background: #FFF;
  height: 40px;
}
.ft {
  width: 1010px;
  margin: 0 auto;
  display: flex;
}
.company {
  float: left;
  padding-top: 1%;
}
.created {
  float: right;
  padding-top: 1%;
}
.created a {
  color: #0689D7;
  text-decoration: underline;
}
.created a:hover {
  color: #F09100;
  text-decoration: none;
}
.description {
  position: relative;
  min-height: 200px;
  max-height: 300px;
  width: 550px;
  margin-bottom: 10px;
}
.description img {
  border: solid 2px #fff;
  box-shadow: 1px 1px 7px #888;
  display: inline-block;
  margin-right: 10px;
  height: 128px;
  width: 170px;
}
.description h2 {
  font: bold 20px/24px Arial, sans-serif;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}
.description p {
  font: 11px/16px Arial, sans-serif;
  text-align: justify;
  position: absolute;
  top: 30px;
  width: 360px;
  right: 0;
  margin: 0;
}
.description a {
  text-decoration: underline;
  color: #078ad7;
}
.description a:hover {
  color: #F09100;
  text-decoration: none;
}
.rus-a:hover {color: #F09100;}
.clear {margin-bottom: 10px;}
.errors {
  float: right;
  margin-top: 50px;
  color: red;
}
.ok {
  float: right;
  margin-top: 50px;
  color: #499000;
}
.error-notification {
  display: none;
  color: #cc3333;
  font-weight: bold;
  padding: 20px 0 0 0;
}
.error-notification p {margin: 0;}
.error-notification.error {display: block;}
.invalid {background: #fdd;}
.success-notification {
  display: none;
  color: #33cc33;
  font-weight: bold;
  padding: 20px 0 0 0;
}
.success-notification p {margin: 0;}
.success-notification.error {display: none;}
.success-notification.success {display: block;}
.psw {
  margin: 10px auto;
  display: block;
  width: 140px;
  text-align: center;
}
.psw a:hover {color: #F09100;}
.psw-form {font: bold 12px/32px Arial, sans-serif;}
.psw-form input {
  border: none;
  -webkit-box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  -moz-box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  -o-box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  box-shadow: 0 0 5px rgba(55, 55, 55, 0.45) inset;
  vertical-align: middle;
  outline: none;
  color: #999;
  font: normal 12px/32px Arial, sans-serif;
  padding-left: 8px;
  margin-left: 44px;
  width: 180px;
  height: 29px;
  border-top: solid 1px rgba(38,38,38,0.33);
  background: #F8F8F8;
}
.psw-form input[type="submit"] {
  border: none;
  cursor: pointer;
  margin: 20px 43px;
  display: block;
  width: 189px;
  color: #585858;
  font: 300 14px/14px 'Roboto', sans-serif;
  background: #fff;
  -webkit-transition: background .2s ease-in;
  -moz-transition: background .2s ease-in;
  -ms-transition: background .2s ease-in;
  -o-transition: background .2s ease-in;
  transition: .2s ease-in;
}
.psw-form input[type="submit"]:hover {background: #f0f0f0;}
.pagination {
  text-align: center;
  margin-top: 50px;
}
.pagination a {
  margin: 0 5px;
  color: #078ad7;
}
.ditto_currentpage {
  color: #F09100;
  margin: 0 5px;
  font-weight: bold;
}
.pop a {color: #F00;}