@charset "utf-8";
/* CSS Document */
/*
font-family: 'PT Sans', sans-serif;
*/
/*
webdeveloper Shaida Andrii
office.artcreative@gmail.com
*/
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
input,
textarea {
  outline: none;
  resize: none;
}
/*firefox button fixes*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
:focus {
  outline: none;
}
body {
  color: #2e2e2e;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
}
a {
  color: #ebebeb;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
.clr:after,
.wrap:after,
.line:after {
  content: '';
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  float: none !important;
}
ul,
ol,
li {
  list-style: none;
}
h1 {
  font-size: 26px;
  line-height: 25px;
  font-weight: bold;
  color: #2e2e2e;
  margin: 0 0 30px;
}
.fll {
  float: left !important;
}
.flr {
  float: right !important;
}
a.img {
  display: block;
}
a.img img {
  display: block;
}
.wrap {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
}
/* base end */
/*-----layout begin-----*/
form .line {
  margin: 0 0 6px;
}
form label,
form errors {
  font-size: 17px;
  line-height: 20px;
  display: block;
  padding: 5px 0;
}
form .errors li {
  color: red;
}
form .error input[type="text"],
form .error input[type="tel"],
form .error input[type="email"],
form .error textarea {
  border-color: red;
}
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea {
  width: 335px;
  height: 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: inset 3px 4px 5px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 3px 4px 5px rgba(0, 0, 0, 0.09);
  box-shadow: inset 3px 4px 5px rgba(0, 0, 0, 0.09);
  border: solid 1px #d7d7d7;
  padding: 0 10px;
  line-height: 1;
  color: #565555;
  font-size: 17px;
  font-family: 'PT Sans', Arial, sans-serif;
}
form textarea {
  min-height: 127px;
  padding: 10px;
}
form input[type="submit"] {
  font-size: 20px;
  color: #fff;
  text-align: center;
  width: 355px;
  height: 58px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #1c74be;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  border: none;
  cursor: pointer;
  margin: 10px 0 0;
}
form input[type="submit"]:hover {
  opacity: 0.9;
}
header {
  background: #e7ecef;
}
header .line-top {
  background: url("/layout/dot-line-top.png") repeat-x 0 0;
  height: 110px;
}
header .line-top .logo {
  float: left;
  padding: 43px 0 0;
}
header .line-top .logo a {
  display: block;
}
header .line-top .slogan {
  float: left;
  font-size: 22px;
  position: relative;
  padding: 0 0 0 173px;
  white-space: nowrap;
  margin: 37px 0 0;
}
header .line-top .slogan:before {
  content: "";
  display: block;
  background: url("/layout/i-car.jpg") no-repeat 0 0;
  width: 188px;
  height: 82px;
  position: absolute;
  left: 0;
  top: -14px;
  z-index: 0;
}
header .line-top .slogan span {
  position: absolute;
  top: 0;
  left: 175px;
  z-index: 1;
}
header .line-top .slogan span strong {
  font-weight: bold;
}
header .line-top .box-phone {
  float: right;
  background: url("/layout/i-phone.jpg") no-repeat 0 5px;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  padding: 0 0 0 35px;
  margin: 30px 0 0;
}
header .line-top .box-phone2 {
  float: right;
  background: url("/layout/i-phone.jpg") no-repeat 0 20px;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  padding: 0 0 0 35px;
  margin: 17px 0 0;
}
header .line-top .box-phone .phone {
  margin: 0 0 2px;
}
header .line-top .box-phone .phone span {
  float: left;
  margin-right: 4px;
}
header .line-top .box-phone strong {
  color: #fff;
  background: #d72823;
  display: block;
  float: left;
  padding: 2px;
}
header .box-menu {
  background: url("/layout/bg-road.jpg") repeat-x 0 0;
  height: 68px;
}
header .box-menu nav {
  float: left;
}
header .box-menu ul {
  position: relative;
}
header .box-menu ul li {
  float: left;
  position: relative;
}
header .box-menu ul li a {
  color: #fff;
  font-size: 20px;
  height: 68px;
  line-height: 68px;
  padding: 0 20px;
  display: block;
  text-decoration: none;
  position: relative;
}
/*header .box-menu ul li:before {
  content: "•";
  display: block;
  color: #fff;
  position: absolute;
  font-size: 19px;
  left: -5px;
  z-index: 2;
  top: 35%;
}*/
header .box-menu ul li:first-child:before {
  display: none;
}
header .box-menu ul li:after {
  content: "";
  display: block;
  background: url("/layout/m-l.png") repeat-y 0 0;
  position: absolute;
  right: -1px;
  top: 0;
  height: 68px;
  width: 2px;
}
header .box-menu ul li.active a,
header .box-menu ul li a:hover {
  background: #d72823;
}
header .box-menu ul li.active a:after,
header .box-menu ul li a:hover:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-top-color: #d72823;
  border-width: 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  margin: 0 auto;
}
header .box-menu .write-us {
  display: block;
  float: right;
  width: 196px;
  height: 39px;
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  text-align: right;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #1c74be;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  margin: 15px 0 0;
  position: relative;
}
header .box-menu .write-us:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 7px;
  background: url("/layout/i-wr.png") no-repeat 0 0;
  width: 32px ;
  height: 24px;
}
header .box-menu .write-us span {
  padding: 0 15px;
}
header .box-menu .write-us:hover {
  opacity: 0.9;
}
header .img-header {
  background: url("/layout/header-img.jpg") no-repeat center 0 #ffffff;
  height: 425px;
  width: 100%;
}
.content .box-col {
  padding: 0 0 30px;
}
.content .box-col .col-l {
  float: left;
  width: 287px;
}
.content .box-col .col-l .menu-left {
  background: url("/layout/book.jpg") no-repeat center 0;
  width: 251px;
  height: 420px;
  margin-left: -31px;
  padding: 28px 41px 0 27px;
}
.content .box-col .col-l .menu-left h2 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  padding: 0 0 16px 6px;
}
.content .box-col .col-l .menu-left ul li {
  padding: 5px 0 4px 20px;
  background: url("/layout/line-book.png") repeat-x center 0;
  line-height: 18px;
  position: relative;
}
.content .box-col .col-l .menu-left ul li:before {
  content: "•";
  display: block;
  color: #fff;
  position: absolute;
  left: 7px;
  top: 4px;
  font-size: 19px;
}
.content .box-col .col-l .menu-left ul li a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  position: relative;
}
.content .box-col .col-l .menu-left ul li.active a,
.content .box-col .col-l .menu-left ul li a:hover {
  text-decoration: underline;
}
.content .box-col .col-l .menu-left > ul > li.active > a:after {
  content: "";
  display: block;
  background: url("/layout/active-book.png") no-repeat center center;
  width: 31px;
  height: 34px;
  right: -31px;
  top: 0;
  position: absolute;
}

.content .box-col .col-l .menu-left ul li > ul  {display: none;}

.content .box-col .col-r {
  float: right;
  width: 661px;
}
.content .box-prem {
  padding: 34px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin: 0 0 25px;
}
.content .box-prem .item {
  font-size: 17px;
  color: #2e2e2e;
  float: left;
  margin-left: 28px;
  white-space: nowrap;
  position: relative;
}
.content .box-prem .item strong {
  font-weight: bold;
}
.content .box-prem .item img {
  float: left;
  margin-right: 20px;
}
.content .box-prem .item p {
  float: left;
  padding: 7px 30px 0 0;
}
.content .box-prem .item.first {
  margin-left: 0;
}
.content .box-prem .item.color-blue strong {
  color: #2672cd;
}
.content .box-prem .item.color-blue strong:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 11px;
  background: url("/layout/num1.png") no-repeat 0 0;
  width: 17px;
  height: 31px;
}
.content .box-prem .item.color-yellow strong {
  color: #ffa800;
}
.content .box-prem .item.color-yellow strong:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 11px;
  background: url("/layout/num2.png") no-repeat 0 0;
  width: 21px;
  height: 31px;
}
.content .box-prem .item.color-red strong {
  color: #d72823;
}
.content .box-prem .item.color-red strong:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 11px;
  background: url("/layout/num3.png") no-repeat 0 0;
  width: 21px;
  height: 31px;
}
.content .box-tichers {
  background: url("/layout/bg-silver.jpg") repeat 0 0;
}
.content .box-tichers:before {
  content: "";
  display: block;
  width: 100%;
  background: url("/layout/cars-road.jpg") repeat-x center 0;
  height: 108px;
}
.content .box-tichers .wrap {
  position: relative;
  z-index: 9;
}
.content .box-tichers .bg-top {
  background: url("/layout/bg-silver-wh.jpg") repeat-x 0 4px;
  padding: 50px 0 35px;
  position: relative;
}
.content .box-tichers .bg-top:after {
  content: "";
  display: block;
  width: 100%;
  background: url("/layout/bg-silver-wh.jpg") repeat-x 0 0;
  height: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content .box-tichers .bg-top:before {
  content: "";
  display: block;
  width: 100%;
  background: url("/layout/line-dot-silver.jpg") repeat-x 0 0;
  height: 24px;
  position: absolute;
  top: 47%;
  left: 0;
}
.content .box-tichers h2 a {
  font-size: 24px;
  font-weight: bold;
  color: #2e2e2e;
  text-decoration: none;
  padding: 0 0 26px;
  float: left;
}
.content .box-text {
  font-size: 17px ;
  line-height: 20px;
  color: #2e2e2e;
}
.content .box-text p {
  margin: 0 0 17px;
}
.content .box-text h2 {
  font-size: 24px;
  font-weight: bold;
  color: #2e2e2e;
  line-height: 20px;
  margin: 0 0 20px;
}
.content .box-text h3 {
  font-size: 22px;
  font-weight: bold;
  color: #2e2e2e;
  line-height: 20px;
  margin: 0 0 20px;
}
.content .box-text h4 {
  font-size: 20px;
  font-weight: bold;
  color: #2e2e2e;
  line-height: 20px;
  margin: 0 0 20px;
}
.content .box-text a {
  color: #1a6fba;
}
.content .box-text hr {
  height: 1px;
  background: #e9e5dc;
  border: none;
  margin: 25px 0;
  display: block;
  clear: both;
}
.content .box-text ul li {
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 0 25px;
}
.content .box-text ul li:before {
  content: "•";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  color: #128bca ;
  font-size: 28px;
}
.content .box-text ol {
  counter-reset: item;
}
.content .box-text ol li {
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 0 25px;
}
.content .box-text ol li:before {
  vertical-align: middle;
  content: counter(item);
  counter-increment: item;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff ;
  font-size: 13px;
  background: #128bca;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 30px;
}
.content .box-text table {
  line-height: 20px;
  text-align: center;
  margin-bottom: 35px;
  border-collapse: collapse;
}
.content .box-text table thead tr {
  background: url("/layout/table-h.png") repeat-x 0 0;
  height: 47px;
}
.content .box-text table thead tr th {
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-left: 1px solid #e9e9e9;
}
.content .box-text table thead tr th:first-child {
  border-left: none;
}
.content .box-text table td {
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  height: 47px;
  vertical-align: middle ;
}
.content .box-text table td:first-child {
  border-left: none;
}
.content .box-text .video {
  margin: 0 0 30px;
}
.content .box-text blockquote {
  background: #e9e9e9;
  padding: 20px 37px 20px 20px;
  border-left: 37px solid #d72823;
  margin: 0 0 20px;
  position: relative;
}
.content .box-text blockquote:before {
  content: "";
  display: block;
  top: 20px;
  left: -29px;
  position: absolute;
  background: url("/layout/ql.png") no-repeat 0 0;
  width: 22px;
  height: 17px;
}
.content .box-text blockquote:after {
  content: "";
  display: block;
  right: 10px;
  bottom: 15px;
  position: absolute;
  background: url("/layout/qr.png") no-repeat 0 0;
  width: 22px;
  height: 17px;
}
footer {
  background: url("/layout/bg-road.jpg") repeat 0 0;
  padding: 40px 0 0;
  color: #778190;
  font-size: 16px;
  line-height: 20px;
}
footer a {
  color: #778190;
}
footer .h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #95a1b2;
}
footer .bg-f {
  background: url("/layout/dot-lane-ft.png") repeat-x 0 bottom;
}
footer .box-links {
  border-top: 1px solid #48525d;
  border-bottom: 1px solid #48525d;
  padding: 40px 0 35px;
  margin: 35px 0 30px;
}
footer .box-links .col-l {
  float: left;
  width: 288px;
  margin-right: 44px;
}
footer .box-links .col-r {
  float: right;
  width: 295px;
}
footer .box-links ul li {
  position: relative;
  padding: 0 0 10px 10px;
}
footer .box-links ul li a {
  text-decoration: none;
}
footer .box-links ul li a:before {
  content: "•";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
footer .box-links ul li.active a,
footer .box-links ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
footer .line {
  padding: 0 0 35px;
}
footer .line .copyrights {
  float: left;
  width: 260px;
  margin-right: 77px;
}
footer .line .contacts-info {
  float: left;
}
footer .line .contacts-info .phone span {
  font-weight: bold;
  color: #e9332e;
}
footer .line .contacts-info .phone span strong {
  color: #fff;
}
footer .line .web-dev {
  float: right;
}
.index .content {
  margin: -19px 0 0;
}
.subpage footer {
  position: relative;
  margin: 108px 0 0;
}
.subpage footer:before {
  content: "";
  display: block;
  width: 100%;
  background: url("/layout/cars-road.jpg") repeat-x center 1px;
  height: 108px;
  position: absolute;
  top: -108px;
}
.subpage header {
  margin: 0 0 39px;
}
.breadcrumbs {
  margin: 0 0 8px;
}
.breadcrumbs div {
  display: inline-block;
  font-size: 16px;
}
.breadcrumbs div a {
  color: #2e2e2e;
}
.box-carusel {
  position: relative;
  margin: 26px 0 0 ;
}
.box-carusel li {
  text-align: center;
}
.box-carusel li img {
  padding: 4px;
  background: #f8f7f9;
}
.box-carusel li span {
  padding: 10px 0;
  display: block;
  color: #2e2e2e;
  font-size: 17px;
  line-height: 20px;
  width:259px;
}
.box-carusel li span .name {
  font-weight: bold;
  color: #2672cd;
  padding: 8px 0 0;
}
.box-carusel .box-pag {
  text-align: center;
  width: 100%;
}
.box-carusel .jcarousel-pagination a {
  background: url("/layout/bul1.png") no-repeat 0 0;
  width: 19px;
  height: 19px;
  display: inline-block;
  font-size: 0;
  margin: 0 2px;
}
.box-carusel .jcarousel-pagination a.active {
  background-position: right 0;
}
.about {
  margin: 31px 0 0;
  width: 269px;
}
.about h2 {
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 23px;
}
.tichers-l {
  margin: 31px 0 0;
  width: 269px;
}
.tichers-l .title h2 {
  font-size: 22px;
  font-weight: bold;
  float: left;
}
.tichers-l .title a {
  float: right;
  color: #2e2e2e;
  font-size: 17px;
}
.tichers-l .box-carusel {
  margin: 18px 0 0;
}
.tichers-l .box-carusel li img {
  border: 1px solid #e7e5e5;
  background: none;
}
.tichers-l .box-carusel .jcarousel-pagination a {
  background: url("/layout/bul2.png") no-repeat 0 0;
  width: 19px;
  height: 19px;
}
.tichers-l .box-carusel .jcarousel-pagination a.active {
  background: url("/layout/bul2.png") no-repeat right 0;
}
.tichers-l .box-carusel .jcarousel {
  margin: 0 0 7px;
}
.pagin {
  text-align: center;
  position: relative;
}
.pagin:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  z-index: 1;
}
.pagin ul {
  position: relative;
  z-index: 2;
}
.pagin ul:before,
.pagin ul:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 10px;
  background: #fff;
  z-index: 1;
}
.pagin ul:after {
  margin: 0 0 0 -3px;
}
.pagin li {
  display: inline-block;
  margin: 0 0 0 -2px;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  background: #fff;
}
.pagin li.pagin_prev a, .pagin li.pagin_prev span {
  display: block;
  width: 30px;
  height: 32px;
  line-height: 30px;
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  padding: 0 2px 0 0;
  background: url("/layout/pag.png") no-repeat 0 -32px;
}
.pagin li.pagin_prev a:hoverm .pagin li.pagin_prev span:hover {
  background-position: 0 -64px;
}
.pagin li.pagin_next a, .pagin li.pagin_next span {
  display: block;
  width: 30px;
  height: 32px;
  line-height: 30px;
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  padding: 0 2px 0 0;
  background: url("/layout/pag.png") no-repeat 0 0;
}
.pagin li.pagin_next a:hover, .pagin li.pagin_next span:hover  {
  background-position: 0 -96px;
}
.pagin li a, .pagin li span {
  display: block;
  width: 30px;
  height: 32px;
  line-height: 30px;
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  padding: 0 2px 0 0;
  background: url("/layout/pag.png") no-repeat 0 -128px;
}
.pagin li a:hover,
.pagin li span:hover,
.pagin li .current {
  display: block;
  width: 30px;
  height: 32px;
  line-height: 30px;
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  padding: 0 2px 0 0;
  background: url("/layout/pag.png") no-repeat 0 -160px;
}
.pagin .pagin_text {
  text-align: center;
  font-size: 17px;
  margin: 10px 0;
}
/*-----layout end-----*/
/*vacancies begin*/
.box-vacancies {
  border-top: 1px solid #e9e9e9;
  margin: 23px 0 0;
}
.box-vacancies .item {
  border-bottom: 1px solid #e9e9e9;
  padding: 33px 0;
  display: table;
  width: 100%;
}
.box-vacancies .item .info {
  width: 228px;
  display: table-cell;
  vertical-align: middle;
}
.box-vacancies .item .info h3 {
  color: #2e2e2e;
  font-size: 17px;
  font-weight: bold;
}
.box-vacancies .item .info a {
  color: #d72823;
  font-size: 17px;
}
.box-vacancies .item .img {
  display: table-cell;
  vertical-align: middle;
  width: 433px;
}
.box-vacancies .item .img img + img {
  margin: 30px 0 0;
}
/*vacancies end*/
/*contacts begin*/
.contacts .box-inf .col-ls {
  float: left;
  width: 245px;
  margin: 0 10px 0 0;
}
.contacts .box-inf .col-rs {
  float: right;
  width: 404px;
}
.contacts .box-inf .phones .phone {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.contacts .box-inf .phones .phone strong {
  color: #d72823;
}
.contacts .box-maps {
  border-top: 1px solid #e9e9e9;
  margin: 20px 0;
  padding: 30px 0 0;
}
.contacts .box-maps .map {
  margin: 0 0 30px;
}
.contacts .box-maps .map iframe {
  width: 661px;
height: 306px;

}
.box-form-contacts {
  background: #e9e9e9;
  padding: 20px;
}
.box-form-contacts h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px;
  border-bottom: 1px solid #d2d2d2;
}
.box-form-contacts form {
  padding: 30px 0 20px;
  width: 355px;
  margin: 0 auto;
}
/*contacts end*/
/*publication begin*/
.box-publication {
  margin: 10px 0 0;
}
.box-publication .item {
  border-top: 1px solid #e7e5e5;
  padding: 30px 0;
}
.box-publication .item .img img {
  float: left;
  margin-right: 25px;
  border: 1px solid #e7e5e5;
  padding: 4px;
}
.box-publication .item .info {
  font-size: 17px;
  line-height: 20px;
}
.box-publication .item .info h3 {
  font-weight: bold;
  margin: 0 0 7px;
}
.box-publication .item .info h3 a {
  color: #2672cd;
  text-decoration: none;
}
.box-publication .item .info h3 a:hover {
  text-decoration: underline;
}
/*publication end*/
/*box-tichers-sb begin*/
.box-tichers-sb {
  margin: 15px 0 15px -23px;
}
.box-tichers-sb .item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 0 22px 26px;
}
.box-tichers-sb .item img {
  border: 1px solid #e7e5e5;
  padding: 4px;
}
.box-tichers-sb .item .inf {
  padding: 10px 0;
  display: block;
  color: #2e2e2e;
  font-size: 17px;
  line-height: 20px;
  width: 304px;
}
.box-tichers-sb .item .inf .name {
  font-weight: bold;
  color: #2672cd;
  padding: 8px 0 0;
}
/*box-tichers-sb end*/

