@charset "UTF-8";
@font-face {
  font-family: PTSans;
  /* Имя шрифта */
  src: url(../fonts/pt_sans_regular.ttf);
  /* Путь к файлу со шрифтом */
}
@font-face {
  font-family: PTSansI;
  /* Имя шрифта */
  src: url(../fonts/pt_sans_italic.ttf);
  /* Путь к файлу со шрифтом */
}
@font-face {
  font-family: PTSansB;
  /* Имя шрифта */
  src: url(../fonts/pt_sans_bold.ttf);
  /* Путь к файлу со шрифтом */
}
body {
  background: #f5f5f5;
  font-family: PTSans;
  min-width: 1340px;
}

@media screen and (max-width: 1240px) {
  body .container {
    min-width: 1305px;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: PTSansB;
  text-transform: uppercase;
}
body h1 {
  font-size: 24px;
}
body h2 {
  font-size: 22px;
}
body h3 {
  font-size: 20px;
}
body .section-one {
  padding-top: 30px;
}
body .section-one .logo {
  margin: 13px 0 0 0;
}
body .section-one .logo img {
  width: 100%;
}
body .section-one .money {
  padding-left: 50px;
}
body .section-one .money .h3 {
  color: #808080;
  text-transform: uppercase;
  font-size: 14px;
  margin: 3px 0 10px 0;
}
body .section-one .money .price {
  font-family: PTSansB;
  display: inline-block;
  padding-top: 2px;
  padding-left: 5px;
  vertical-align: top;
}
body .section-one .meteo {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
body .section-one .meteo .weatherInformer7_co1 {
  width: 200px;
}
body .section-one .meteo .weatherInformer7_co1 dl dd {
  margin: -2px 0 0 0;
  width: 45px;
}
body .section-one .meteo .weatherInformer7_co1 dl dd img {
  display: none;
}
body .section-one .meteo .weatherInformer7_co1 .weatherInformer7_co1_foot {
  display: none;
}
body .section-one .contact {
  text-align: right;
}
body .section-one .contact .phone {
  font-size: 24px;
  background: url(/images/phone.png) no-repeat 44px 8px;
}
body .section-one .contact .phone span {
  font-family: PTSansB;
}
body .section-one .contact .push {
  background: #073d86;
  font-size: 15px;
  color: white;
  font-family: PTSansB;
  width: 220px;
  height: 47px;
  float: right;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  cursor: pointer;
  text-align: center;
  padding: 12px 0 0 0;
}
body .section-one .contact .push:hover {
  background: #062b5c;
}
body .background {
  background: #262626;
}
body .background .menu ul {
  margin: 0;
  padding: 0;
}
body .background .menu ul li {
  display: inline-block;
}
body .background .menu ul li:last-child {
  float: right;
  margin-right: 15px;
}
body .background .menu ul li a {
  color: white;
  text-decoration: none;
  padding: 20px 24px;
}
body .background .menu ul li a:hover {
  background: none;
  color: #4b82c4;
}
body .background .menu ul li.active a {
  color: #4b82c4;
}
body .slider {
  background: url(/images/slide.jpg) center top;
  height: 802px;
  position: relative;
  margin-bottom: 340px;
}
body .slider:before {
  content: " ";
  background: url(/images/wave.png) center -205px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 835px;
}
body .slider .container-view {
  width: 1340px;
  margin: 0 auto;
}
@media screen and (max-width: 1367px) {
  body .slider .container-view {
    width: 1305px;
    margin: 0 auto;
  }
}
body .slider .container-view .map {
  background: url(/images/map.png) no-repeat center top;
  margin-top: 134px;
  height: 761px;
}
body .slider .container-view .map .maps {
  position: relative;
}
body .slider .container .home_h1{
  font-family: PTSansB;
  font-size: 60px;
  line-height: 70px;
  text-align: right;
  color: white;
  margin-top: 86px;
  margin-bottom: 0;
}
body .slider .container-view .map .maps .left {
  position: relative;
  z-index: 2;
  width: 435px;
  float: left;
  background: url(/images/put.png) no-repeat;
  height: 390px;
  margin: 181px 0 0 70px;
}
body .slider .container-view .map .maps .left .city {
  background: #073d86;
  color: white;
  font-size: 21px;
  cursor: pointer;
}
body .slider .container-view .map .maps .left .city:before {
  content: " ";
  border: 10px solid transparent;
  border-right: 10px solid #073d86;
  position: absolute;
  left: -18px;
  top: 8px;
}
body .slider .container-view .map .maps .left .city1 {
  margin: 19px 0 0 74px;
  width: 195px;
  padding: 4px;
  text-align: center;
  position: relative;
}
body .slider .container-view .map .maps .left .city2 {
  margin: 48px 0 0 64px;
  width: 110px;
  padding: 4px;
  text-align: center;
  position: relative;
}
body .slider .container-view .map .maps .left .city3 {
  margin: 187px 0 0 332px;
  width: 87px;
  padding: 4px;
  text-align: center;
  position: relative;
}
body .slider .container-view .map .maps .right {
  position: relative;
  z-index: 2;
  width: 280px;
  float: left;
  margin: 400px 0 0 155px;
}
body .slider .container-view .map .maps .right .box {
  border: 1px solid #80a106;
  margin-bottom: 2px;
  cursor: pointer;
}
body .slider .container-view .map .maps .right .city {
  background: url(/images/point.png) no-repeat 29px 10px;
  padding: 10px 0 13px 55px;
  font-family: PTSansB;
  font-size: 16px;
  color: #495c03;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
}
body .slider .container-view .map .maps .right .city .arrow {
  float: right;
  display: block;
  background: #80a106 url(/images/arr_bot.png) no-repeat center center;
  width: 27px;
  height: 27px;
  border-radius: 46px;
  margin: 0 14px 0px 0;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
}
body .slider .container-view .map .maps .right .city.active {
  background: #80a106 url(/images/point_h.png) no-repeat 29px 10px;
  padding: 10px 0 13px 55px;
  font-size: 16px;
  color: #495c03;
  text-transform: uppercase;
  color: white;
}
body .slider .container-view .map .maps .right .city.active .arrow {
  background: white url(/images/arr_top.png) no-repeat center center;
}
body .slider .container-view .map .maps .right .body {
  display: none;
  padding-left: 32px;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
}
body .slider .container-view .map .maps .right .body.active {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  background: #80a106;
}
body .slider .container-view .map .maps .right .body.active p {
  color: white;
  font-size: 14px;
}
body .slider .container-view .map .maps .right .body.active a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}
body .advantages h3 {
  color: #3d3d3d;
  font-family: PTSansB;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
body .advantages .advant {
  background: white;
  padding: 30px;
  height: 280px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
body .advantages .advant:hover {
  background: #073d86;
  color: white;
}
body .advantages .advant:hover h4 {
  color: white;
}
body .advantages .advant:hover .readmore {
  background: url(/images/arr_h_right.png) no-repeat right center;
  color: white;
}
body .advantages .advant:hover .text {
  color: white;
}
body .advantages .advant h4 {
  font-size: 19px;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 12px;
  line-height: 24px;
  font-family: PTSans;
  font-weight: 500;
  text-transform: none;
  color: #000000;
}
body .advantages .advant .text {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
}
body .advantages .advant .readmore {
  display: block;
  margin: 20px 0 0 0;
  background: url(/images/arr_right.png) no-repeat right center;
  width: 90px;
  position: absolute;
  bottom: 25px;
}
body .content {
  background: #fff;
  overflow: hidden;
}
body .content .item-page .page-header {
  border: none;
  margin-bottom: 0;
}
body .content .item-page p {
  color: #4c4c4c;
  line-height: 20px;
  margin: 0 0 20px;
}
body .content.article .page-header {
  margin-top: 0;
}
body .content.article .page-header:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  background: #f2f2f2;
  height: 70px;
  z-index: 0;
}
body .content.article .page-header h1 {
  font-size: 22px;
  background: #f2f2f2;
  margin: 0 0 0 0;
  padding: 23px 20px 23px 0;
  position: relative;
}
body .content.article .breadcrumb {
  background: none;
  padding: 0;
}
body .content.article .breadcrumb li:first-child {
  display: none;
}
body .content.article .breadcrumb a {
  color: #4c4c4c;
  text-decoration: none;
}
body .content.article .breadcrumb a span {
  color: #4c4c4c;
  font-size: 13px;
  padding-right: 5px;
  text-decoration: none;
  font-family: PTSans;
}
body .content.article .breadcrumb span {
  display: inline-block;
  font-size: 13px;
  color: black;
  font-family: PTSansB;
  padding-left: 5px;
}
body .content.article .breadcrumb > li + li:before {
  display: none;
}
body .slider_mini h3 {
  color: #3d3d3d;
  font-family: PTSansB;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
body .footer .section-one {
  background: #073d86;
  padding-bottom: 40px;
}
body .footer .section-one .forms label {
  display: none;
}
body .footer .section-one .forms .sf2-header {
  margin: 0px 0 9px;
}
body .footer .section-one .forms .sf2-header .sf2-title {
  color: #ffffff;
  font-size: 20px;
  background: url(/images/vopros.png) no-repeat 0px 6px;
  padding: 5px 0 5px 40px;
}
body .footer .section-one .forms input {
  color: #d2d2d2;
  font-size: 14px;
  border: 1px solid #ffffff;
  border-radius: 0;
  background: transparent;
  width: 256px;
  height: 35px;
}
body .footer .section-one .forms .sf2-form-group + .sf2-form-group {
  margin-top: 3px;
  margin-left: 10px;
}
body .footer .section-one .forms .sf2-form-group {
  float: left;
}
body .footer .section-one .forms .sf2Style-default button.sf2-element[type="submit"] {
  background: #3875c9;
  border-radius: 0;
  text-transform: uppercase;
  color: white;
  border: none;
  width: 145px;
}
body .footer .section-one .forms .sf2Style-default button.sf2-element[type="submit"]:hover {
  background: #062b5c;
}
body .footer .section-one .menu-footer h3 {
  font-size: 15px;
  color: white;
  text-transform: none;
  text-align: center;
}
body .footer .section-one .menu-footer ul {
  padding: 0;
  margin: 0;
}
body .footer .section-one .menu-footer ul li {
  list-style: none;
}
body .footer .section-one .menu-footer ul li a {
  color: #d9d9d9;
  display: block;
  padding-left: 58px;
  line-height: 22px;
}
body .footer .section-one .contact-footer .phone {
  font-size: 20px;
  color: white;
  font-family: PTSansB;
  line-height: 27px;
  margin: 0 0 0 0;
  padding: 0 0 0 60px;
}
body .footer .section-one .contact-footer .push {
  color: white;
  cursor: pointer;
  margin: 7px 0 0 60px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
body .footer .section-one .contact-footer .push:hover {
  color: #3978ce;
}
body .footer .section-two {
  background: #062b5c;
  color: #8e97a9;
}
body .footer .section-two .company p {
  padding-top: 12px;
}
body .footer .section-two .copyright {
  text-align: right;
}
body .footer .section-two .copyright p {
  padding-top: 12px;
}
body .simpleform {
  display: none;
  position: fixed;
  width: 410px;
  background: white;
  z-index: 11;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
body .simpleform .close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
}
body .simpleform .sf2-description {
  padding: 20px 80px 0 30px;
}
body .simpleform label {
  font-size: 13px;
  font-weight: normal;
  font-family: PTSans;
  padding: 20px 0px 0 30px;
}
body .simpleform .sf2Style-default .sf2-form-group input {
  border: 1px solid #dddddd;
  box-shadow: none;
  border-radius: 0;
  width: 350px;
  margin: 9px auto;
  display: block;
  height: 40px;
}
body .simpleform .sf2Style-default .sf2-form-group select {
  border: 1px solid #dddddd;
  box-shadow: none;
  border-radius: 0;
  width: 350px;
  margin: 9px auto;
  display: block;
  height: 40px;
}
body .simpleform .simpleForm2 {
  margin-bottom: 0;
}
body .simpleform .sf2Style-default button.sf2-element[type="submit"] {
  margin-top: 15px;
  background: #073d86;
  font-size: 14px;
  color: white;
  font-family: PTSans;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  height: 50px;
  width: 100%;
  text-transform: uppercase;
}
body .simpleform .sf2Style-default button.sf2-element[type="submit"]:hover {
  background: #062b5c;
}
body .simpleform .sf2-header {
  margin-bottom: 0;
}
body .simpleform .sf2-header .sf2-title {
  font-size: 20px;
  font-family: PTSansB;
  padding-left: 30px;
  margin-top: 25px;
}
body .bg {
  display: none;
  background: rgba(0, 0, 0, 0.38);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
