@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
@font-face {
  font-family: 'bebas_neue';
  src: url("../fonts/BebasNeueRegular.html"), url("../fonts/BebasNeueRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'GothaProMed';
  src: url("../fonts/GothaProMed.eot");
  src: url("../fonts/GothaProMed.eot") format("embedded-opentype"), url("../fonts/GothaProMed.woff2") format("woff2"), url("../fonts/GothaProMed.woff") format("woff"), url("../fonts/GothaProMed.ttf") format("truetype"), url("../fonts/GothaProMed.svg#GothaProMed") format("svg");
}

@font-face {
  font-family: 'GothaProBla';
  src: url("../fonts/GothaProBla.eot");
  src: url("../fonts/GothaProBla.eot") format("embedded-opentype"), url("../fonts/GothaProBla.woff2") format("woff2"), url("../fonts/GothaProBla.woff") format("woff"), url("../fonts/GothaProBla.ttf") format("truetype"), url("../fonts/GothaProBla.svg#GothaProBla") format("svg");
}

@font-face {
  font-family: 'ALSRubl-Arial';
  src: url("../fonts/alsrubl-arial-regular.eot");
  src: url("../fonts/alsrubl-arial-regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/alsrubl-arial-regular.woff") format("woff"), url("../fonts/alsrubl-arial-regular.ttf") format("truetype"), url("../fonts/alsrubl-arial-regular.svg#ALSRublArialRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GeorgiaRegularfont';
  src: url("../fonts/GeorgiaRegularfont.eot");
  src: url("../fonts/GeorgiaRegularfont.eot") format("embedded-opentype"), url("../fonts/GeorgiaRegularfont.woff2") format("woff2"), url("../fonts/GeorgiaRegularfont.woff") format("woff"), url("../fonts/GeorgiaRegularfont.ttf") format("truetype"), url("../fonts/GeorgiaRegularfont.svg#GeorgiaRegularfont") format("svg");
}

a {
  transition: all 0.8s ease !important;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none !important;
}

img.aligncenter {
  margin: auto;
}

img.alignleft {
  float: left;
}

img.alignright {
  float: right;
}

body {
  color: #444444;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

.container {
  width: 100% !important;
  max-width: 1170px !important;
}

.p0 {
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

i {
  font-family: 'GeorgiaRegularfont', sans-serif;
}

/*************** titles *******************/
h1, h2, h3, h4, h5 {
  font-family: 'bebas_neue', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
h1{
    font-size: 6em;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
    text-shadow: 0 2px 9px #333;
    color: #fff;
}
h2 {
  font-size: 59px;
  color: #2c3e50;
}

.dark-blue h3,
.dark-blue h2,
.dark-blue .title-row {
  color: #fed513;
}

.red-title {
  color: #e3000f;
}

.title-row h2 {
  font-size: 60px;
}

.title-row {
  text-align: center;
}

.title-row p {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 25px 0;
  color: #2c3e50;
}

h3 {
  font-size: 40px;
}

/*************** header ********************/
header {
  border-bottom: 1px solid #d1d1d1;
  padding: 8px  0 0 0;
  background: #d0cece;
}

.slogan {
  font-family: 'GothaProMed', sans-serif;
  color: #2c3e50;
  border-left: 1px solid;
  font-size: 25px;
}

.header-contact {
  text-align: right;
  margin-top: 0;
}

.header-contact .phone {
  color: #666;
  font-size: 25px;
  font-family: 'GothaProMed', sans-serif;
}

.header-contact .phone b {
  font-family: 'GothaProBla', sans-serif;
  font-size: 40px;
}

.header-contact a.callback {
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  border-bottom: 5px solid #aa000b;
  padding: 11px 13px;
  border-radius: 5px;
  background: #e3000f;
}

.header-contact a.callback:hover {
  box-shadow: inset 0 10px 15px #aa010b;
}

/*********************************/
section {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*  padding: 50px 0; */
}

section.no-hidden {
  overflow: visible;
}

#broken {
  background: #d0cece;
}

#broken h2 {margin-top: 0; text-align: center;}

.dark-blue {
  background: #2c3e50;
}

.grey {
  background: #e7e6e6;
}

.margin-minus {
  margin-top: -160px;
}

.noproblem {     
    background: url(../images/top.png) center top no-repeat, url(../images/bot.png) center bottom no-repeat;
    padding: 0 0 30px;
    margin: 0;}

/*******************************/
.circle-box {
  background: url(../images/bg-circle.png) 0 0 no-repeat;
  padding: 7px;
  padding: 9px 7px 20px;
  margin: 0 -2px;
   -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);

}

.circle-box:hover {
  background-position: -196px 0;
   -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}

.circle-box img {
  border-radius: 50%;
}

.b-rub {
  font-family: 'ALSRubl-Arial', sans-serif;
}

#services {
  font-family: 'bebas_neue';
  text-transform: uppercase;
}

#services span {
  font-size: 22px;
}

#services b {
  font-size: 35px;
  display: block;
}

#services b span.price {
  font-size: 50px;
}

.beidge {
  background: url(../images/beidge.png) 0 0 no-repeat;
  font-family: 'bebas_neue';
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
  text-align: center;
  width: 168px;
  height: 176px;
}

#balcon {
  margin-top: 50px;
}

#balcon .bebas {
  font-family: 'bebas_neue', sans-serif;
  font-size: 38px;
  color: #e3000f;
}

#balcon .bebas s {
  font-size: 28px;
  color: #2c3e50;
}

#balcon img {
  margin: -50px 0;
}

.balcon-list li {
  background: url(../images/marker.png) left center no-repeat;
  padding: 7px 30px;
  font-weight: 600;
  text-transform: uppercase;
}

/************* form ***************/
.contact-form {
  margin: 15px auto;
  text-align: center;
  position: relative;
  /* Firefox 19+ */
}

.contact-form p {
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 25px;
  color: #666;
}


.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form input[type=text] {
  width: 45%;
  display: inline-block;
  border: 1px solid #999999;
  padding: 2px 0 0 60px;
  font-size: 19px;
  margin: 15px 10px 0;
  text-transform: uppercase;
  color: #8493a8;
  height: 42px;
}

.contact-form input::-webkit-input-placeholder {
  color: #999999;
}

.contact-form input::-moz-placeholder {
  color: #999999;
}

.contact-form input:-ms-input-placeholder {
  color: #999999;
}

.contact-form input:nth-of-type(1) {
  background: url("../images/name.png") 0 0 no-repeat;
}

.contact-form input:nth-of-type(2) {
  background: url("../images/phone.png") 0 0 no-repeat;
}

.contact-form input[type=submit] {
  position: relative;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #e3000f;
  padding: 9px 20px 9px;
  height: 44px;
  transition: all 0.3s ease !important;
  background: #e3000f;
}

.contact-form input[type=submit]:hover {
  background: transparent;
  color: #e3000f;
}

.contact-form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #c6c6c6;
  padding: 10px 20px;
  font-size: 15px;
  margin-bottom: 25px;
  border-radius: 5px;
  color: #888;
}

.contact-form input:focus {
  outline: 1px solid #e3000f !important;
}

#contact .contact-form input[type=submit],
#asap .contact-form input[type=submit] {
  background: #fed513;
  border: 1px solid #fed513;
  color: #2c3e50;
}

#contact .contact-form input[type=submit]:hover,
#asap .contact-form input[type=submit]:hover {
  background: transparent;
  border: 1px solid #fed513;
  color: #fed513;
}

/***********************************/
.btn {
  border-radius: 5px;
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 0px 1px 0 #ffd580;
  border: 1px solid #c4903d;
  padding: 12px 20px 9px;
  transition: all 0.3s ease !important;
  background: #ffcc00;
  background: linear-gradient(to bottom, #ffcc00 0%, #ffb500 77%, #ff9c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ff9c00',GradientType=0 );
}

.btn:hover {
  box-shadow: inset 2px 8px 24px #ff9b00;
}

/******************************************/
.icon-box {
  line-height: 1.5;
  transition: all 0.3s easy;
  height: 70px;
  text-transform: uppercase;
  margin-top: 25px;
}

.icon-box img {
  margin-right: 10px;
  float: left;
}
.checked.icon-box,
.icon-box:hover {
  color: #e3000f;
}

/******************* москитные сетки *******************/
#net {
  padding-bottom: 30px;
}

.net-box {
  position: relative;
}

.red-beidge {
  position: absolute;
  top: 18px;
  left: 18px;
}

.price-red {
  width: 166px;
  height: 68px;
  font-family: 'bebas_neue', sans-serif;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: -3px;
  background: url("../images/price-red-bg.png") 0 0 no-repeat;
  color: #fff;
  font-size: 50px;
}

#net i {
  color: #fff;
}

/************************ слайдер спецпредложение  ***************************/
.carousel-caption {
  right: 0;
  left: auto;
  padding: 30px;
  width: 40%;
  background: rgba(58, 52, 52, 0.75);
  top: 0;
  height: 100%;
}

.carousel-caption h2 {
  color: #fed513;
  font-size: 50px;
}

.carousel-caption h3 {
  color: #fff;
}

.carousel-caption .phone {
  color: #fed513;
  font-size: 25px;
  font-family: 'GothaProMed';
}

.carousel-caption .phone b {
  font-family: 'GothaProBla', sans-serif;
  font-size: 40px;
}

.carousel-indicators li {
  background: rgba(58, 52, 52, 0.75);
  color: #fff;
  width: 22px;
  height: 22px;
  margin: 4px;
  text-indent: 0;
}

.carousel-indicators .active {
  width: 22px;
  height: 22px;
  color: #666;
  background-color: #fff;
}

/*************  отзывы ***************/
.otzivy {
  height: 550px;
  position: relative;
  overflow: hidden;
}

.otzyv_item {
  position: absolute;
}

.otzyv_item img.avatar {
  width: 180px;
  height: 180px;
  padding: 15px;
}

.otzyv_item .headers h2 {
  font-size: 25px !important;
}

.otzyv_item p {
  text-align: center;
  font-style: italic;
  font-size: 20px;
  font-family: 'GeorgiaRegularfont', sans-serif;
}

nav .dg-prev,
nav .dg-next {
  width: 42px;
  font-size: 42px;
  height: 46px;
  position: absolute;
  top: 100px;
  display: block;
  z-index: 10;
  color: #c0c0c1;
}

nav .right.dg-next {
  right: 0;
}

nav .dg-prev.left:hover,
nav .right.dg-next:hover {
  color: #e3000f;
}

.dg-wrapper {
  text-align: center;
  width: 1000px;
  height: 316px;
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}

.dg-wrapper .otzyv_item.dg-transition {
  transition: all 0.5s ease-in-out;
}

.otzyv_item .otzyv_text {
  opacity: 0;
  padding-top: 20px;
}

.otzyv_item.dg-center .otzyv_text {
  opacity: 1;
}

/******************** конкуренты *************************/
.white {
  background: #fff;
}

#konkurent i {
  font-size: 22px;
  display: block;
  margin-top: 15px;
}

.our-price {
  display: block;
  color: #e3000f;
  margin-top: 5px;
  font-weight: 600;
}

.konkurent-price {
  margin-top: -15px;
  display: block;
  font-weight: 600;
}

/***************** способы оплата *********************/
#pay {
  text-transform: uppercase;
}

#pay h3 {
  display: inline-block;
  color: #fff;
  line-height: 1.8;
  background: #e3000f;
  margin: 0;
}

.method {
  padding: 11px 0;
}

.method a {
  color: #e3000f;
  padding: 15px 0;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}

.method a:hover {
  color: #1f5ba9;
}

.method a img {
  margin-right: 10px;
}

.method a span {
  text-align: center;
  text-decoration: underline;
}

.method > div {
  padding-left: 70px;
}

.method > div:nth-of-type(1) {
  background: url(../images/pay.png) no-repeat 0 center;
}

.method > div:nth-of-type(2) {
  background: url(../images/calc.png) no-repeat 0 center;
  margin-left: -40px;
  padding-left: 50px;
  margin-right: 17px;
}

.method > div:nth-of-type(3) {
  background: url(../images/cart.png) no-repeat 0 center;
}

.red-relative {
  position: relative;
}

.red {
  background: #e3000f;
  text-align: right;
  color: #fff;
  width: 650px;
  position: absolute;
  right: 55px;
  top: 0;
  padding: 15px 10px;
}

.red::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 36px;
  border-color: transparent transparent transparent #e3000f;
  position: absolute;
  right: -36px;
  top: 0;
}

#portfolio {
  padding: 0 0 30px 0;
}

/****************** organization  **********************/
#new-windows {
  background: url(../images/lady.jpg) no-repeat 80% 0 #e6e0e2;
  padding-bottom: 42px;
}

#new-windows h3 {
  width: 50%;
  float: left;
}

#new-windows .big-percent {
  color: #e3000f;
  font-size: 135px;
  line-height: 1;
  font-family: 'bebas_neue', sans-serif;
  float: left;
}

.timer {
  position: relative;
}

/* .timer p {
  text-align: center;
  color: #656565;
  padding: 15px 0 10px;
} */
.timer .timer_counter li {
  float: left;
  font-family: 'bebas_neue', sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #e3000f;
  height: 70px;
  width: 80px;
  line-height: 50px;
  position: relative;
}

.timer .timer_days {
  position: absolute;
  bottom: -74px;
  left: -49px;
}

.timer .timer_days li {
  color: #656565;
  float: left;
  margin-left: 43px;
}

.bx-controls-direction {
  display: none;
}

.bx-pager {
  text-align: center;
  margin-top: 15px;
}

.bx-pager-item {
  display: inline-block;
  margin: 0 10px;
}

.bx-pager-link {
  border-radius: 50%;
  background: #0c1115;
  color: #fff;
  display: block;
  width: 22px;
  height: 22px;
  text-decoration: none;
}

.bx-pager-link.active {
  color: #0c1115;
  background: #fed513;
}

.slide {height: 230px; overflow: hidden;}

.slide img {width: 100%;     height: 230px;}
/*******************  contact  ************************/
.grey {
  background: #e8e8e8;
}

#contact {
  padding: 0px 0 20px;
  /* Firefox 19+ */
}

#contact textarea::-webkit-input-placeholder {
  color: #8493a8;
}

#contact textarea::-moz-placeholder {
  color: #8493a8;
}

#contact textarea:-ms-input-placeholder {
  color: #8493a8;
}

#map {
  width: 100%;
  height: 360px;
}

.ymaps-2-1-39-map-bg-ru {
  border: 1px solid #bababa;
}

/************** footer ******************/
footer {
  background: #161f28;
  padding: 35px 0 0 0;
  color: #fff;
  font-size: 14px;
}

footer .phone {
  color: #fed513;
  font-size: 25px;
  font-family: 'GothaProMed', sans-serif;
}

footer .phone b {
  font-family: 'GothaProBla', sans-serif;
  font-size: 40px;
}

.copyright {
  background: #0b1014;
  padding: 10px 0;
  font-size: 14px;
}

.copyright a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.copyright a.winlanding {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

/*****************************************/
/* *************metro*************** */
.stations {
    padding: 20px 0
}

.stations a {
    color: #444;
    text-decoration: none;
    display: inline-block
}

.stations h3 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 1.5em
}

.st-information img {
    width: 100%;
    margin-bottom: 20px
}

.st-information h2 {
    text-transform: uppercase;
    font-size: 2em;
    text-align: center;
    padding: 20px 0
}

#st-info {
    background: #ccc
}

.static-info h2 {
    text-transform: uppercase;
    font-size: 2em;
    text-align: center;
    padding: 20px 0
}

.static-info img {
    width: 100%
}

.metro {
    padding: 50px 0 70px;
    background: #eee url(../images/msk.png) center top no-repeat
}

.metro .container {
    background: url(../images/metro.png) center 5px no-repeat;
    min-height: 1265px;
    position: relative;
    width: 983px!important;
    margin: 0 auto;
}

.stations ul {
    list-style: none;
    position: absolute
}

.stations ul li {
    position: absolute;
    white-space: nowrap
}

.stations a {
    color: #000;
    font: 12px "Arial", "Helveitca", sans-serif;
    text-decoration: none
}

.stations a:hover {
    text-decoration: underline
}

.blue-line {
    top: 297px;
    left: -2px;
}

.b1 {
    left: 889px
}

.b2 {
    left: 887px;
    top: 36px
}

.b3 {
    left: 887px;
    top: 71px
}

.b4 {
    left: 887px;
    top: 107px
}

.b5 {
    left: 887px;
    top: 149px
}

.b6 {
    left: 863px;
    top: 180px
}

.b7 {
    left: 837px;
    top: 204px
}

.b8 {
    left: 753px;
    top: 205px
}

.b9 {
    left: 566px;
    top: 226px
}

.b10 {
    left: 358px;
    top: 254px
}

.b11 {
    top: 249px;
    left: 266px
}

.b12 {
    left: 294px;
    top: 318px
}

.b13 {
    left: 18px;
    top: 319px
}

.b14 {
    top: 274px;
    left: -69px
}

.b15 {
    left: -67px;
    top: 225px
}

.b16 {
    left: -76px;
    top: 155px
}

.b17 {
    top: 117px;
    left: -70px
}

.b18 {
    top: 68px;
    left: -57px
}

.b19 {
    top: 35px;
    left: -57px
}

.b20 {
    top: -56px;
    left: -90px
}

.b21 {
    top: -101px;
    left: -46px
}

.b22 {
    left: -101px;
    top: -144px
}

.lightBlue-line {
    top: 522px
}

.lb1 {
    left: 72px
}

.lb2 {
    left: 94px;
    top: 20px
}

.lb3 {
    left: 115px;
    top: 43px
}

.lb4 {
    left: 137px;
    top: 65px
}

.lb5 {
    left: 161px;
    top: 92px
}

.lb6 {
    left: 104px;
    top: 148px
}

.lb7 {
    left: 264px;
    top: -29px
}

.lb8 {
    left: 344px;
    top: -27px
}

.lb9 {
    left: 304px;
    top: -46px
}

.lb10 {
    left: 108px;
    top: -17px
}

.lb11 {
    left: 81px;
    top: -40px
}

.purple-line {
    top: 182px
}

.p1 {
    left: 52px;
    top: 0
}

.p2 {
    left: 43px;
    top: 31px
}

.p3 {
    left: 56px;
    top: 69px
}

.p4 {
    left: 71px;
    top: 103px
}

.p5 {
    left: 59px;
    top: 141px
}

.p6 {
    left: 45px;
    top: 167px
}

.p7 {
    left: 89px;
    top: 192px
}

.p8 {
    left: 147px;
    top: 216px
}

.p9 {
    left: 127px;
    top: 242px
}

.p10 {
    left: 268px;
    top: 282px
}

.p11 {
    left: 341px;
    top: 249px
}

.p12 {
    left: 588px;
    top: 280px
}

.p13 {
    left: 624px;
    top: 397px
}

.p14 {
    left: 657px;
    top: 442px
}

.p15 {
    left: 817px;
    top: 517px
}

.p16 {
    left: 857px;
    top: 557px
}

.p17 {
    left: 886px;
    top: 580px
}

.p18 {
    left: 822px;
    top: 610px
}

.p19 {
    left: 827px;
    top: 628px
}

.p20 {
    left: 982px;
    top: 611px
}

.p21 {
    left: 982px;
    top: 647px
}

.p22 {
    left: 982px;
    top: 685px
}

.green-line {
    left: 108px;
    top: 102px
}

.g1 {
    left: 31px
}

.g2 {
    left: 21px;
    top: 38px
}

.g3 {
    left: 50px;
    top: 80px
}

.g4 {
    left: 74px;
    top: 123px
}

.g5 {
    left: 81px;
    top: 150px
}

.g6 {
    left: 111px;
    top: 175px
}

.g7 {
    left: 125px;
    top: 218px
}

.g8 {
    left: 192px;
    top: 272px
}

.g9 {
    left: 345px;
    top: 322px
}

.g10 {
    left: 418px;
    top: 396px
}

.g11 {
    left: 440px;
    top: 582px
}

.g12 {
    left: 508px;
    top: 637px
}

.g13 {
    left: 475px;
    top: 730px
}

.g14 {
    left: 591px;
    top: 804px
}

.g15 {
    left: 590px;
    top: 835px
}

.g16 {
    left: 590px;
    top: 872px
}

.g17 {
    left: 542px;
    top: 919px
}

.g18 {
    left: 591px;
    top: 956px
}

.g19 {
    left: 586px;
    top: 990px
}

.g20 {
    left: 599px;
    top: 1023px
}

.g21 {
    left: 626px;
    top: 1056px
}

.grey-line {
    left: 254px;
    top: 2px
}

.gr1 {
    left: 84px;
    top: 0
}

.gr2 {
    left: 119px;
    top: 32px
}

.gr3 {
    left: 118px;
    top: 59px
}

.gr4 {
    left: 111px;
    top: 91px
}

.gr5 {
    left: 16px;
    top: 115px
}

.gr6 {
    left: 64px;
    top: 148px
}

.gr7 {
    left: 76px;
    top: 176px
}

.gr8 {
    left: 76px;
    top: 205px
}

.gr9 {
    left: 60px;
    top: 239px
}

.gr10 {
    left: 147px;
    top: 339px
}

.gr11 {
    left: 182px;
    top: 393px
}

.gr12 {
    left: 100px;
    top: 570px
}

.gr13 {
    left: 211px;
    top: 654px
}

.gr14 {
    left: 197px;
    top: 778px
}

.gr15 {
    left: 224px;
    top: 816px
}

.gr16 {
    left: 200px;
    top: 850px
}

.gr17 {
    left: 186px;
    top: 883px
}

.gr18 {
    left: 115px;
    top: 908px
}

.gr19 {
    left: 142px;
    top: 936px
}

.gr20 {
    left: 162px;
    top: 963px
}

.gr21 {
    left: 226px;
    top: 990px
}

.gr22 {
    left: 211px;
    top: 1014px
}

.gr23 {
    left: 145px;
    top: 1044px
}

.gr24 {
    left: 223px;
    top: 1070px
}

.gr25 {
    left: 249px;
    top: 1119px
}

.lightGreen-line {
    top: 191px;
    left: 404px
}

.ag1 {
    left: 40px;
    top: 0
}

.ag2 {
    left: 52px;
    top: 33px
}

.ag3 {
    left: 157px;
    top: 145px
}

.ag4 {
    left: 110px;
    top: 197px;
    white-space: normal !important
}

.ag5 {
    left: 378px;
    top: 370px
}

.ag6 {
    left: 406px;
    top: 420px
}

.ag7 {
    left: 260px;
    top: 529px
}

.ag8 {
    left: 329px;
    top: 585px
}

.ag9 {
    left: 310px;
    top: 620px
}

.ag10 {
    left: 344px;
    top: 646px
}

.ag11 {
    left: 454px;
    top: 663px
}

.ag12 {
    left: 454px;
    top: 688px
}

.ag13 {
    left: 455px;
    top: 714px
}

.ag14 {
    left: 454px;
    top: 739px
}

.ag15 {
    left: 450px;
    top: 822px
}

.ag16 {
    left: 450px;
    top: 862px
}

.ag17 {
    left: 449px;
    top: 897px
}

.orange-line {
    left: 652px;
    top: -5px
}

.o1 {
    left: 55px;
    top: 19px
}

.o2 {
    left: 56px;
    top: 59px
}

.o3 {
    left: 32px;
    top: 90px
}

.o4 {
    left: 5px;
    top: 110px
}

.o5 {
    left: 4px;
    top: 151px
}

.o6 {
    left: 4px;
    top: 186px
}

.o7 {
    left: 4px;
    top: 223px
}

.o8 {
    left: -112px;
    top: 251px
}

.o9 {
    left: -123px;
    top: 317px
}

.o10 {
    left: -18px;
    top: 407px
}

.o11 {
    left: -113px;
    top: 640px
}

.o12 {
    left: -305px;
    top: 741px
}

.o13 {
    left: -310px;
    top: 792px
}

.o14 {
    left: -370px;
    top: 814px
}

.o15 {
    left: -367px;
    top: 839px
}

.o16 {
    left: -384px;
    top: 859px
}

.o17 {
    left: -431px;
    top: 881px
}

.o18 {
    left: -406px;
    top: 902px
}

.o19 {
    left: -420px;
    top: 930px
}

.o20 {
    left: -426px;
    top: 957px
}

.o21 {
    left: -445px;
    top: 986px
}

.o22 {
    left: -399px;
    top: 1011px
}

.o23 {
    left: -418px;
    top: 1034px
}

.red-line {
    top: 146px;
    left: 822px
}

.r1 {
    left: 0;
    top: 0
}

.r2 {
    left: 3px;
    top: 43px
}

.r3 {
    left: -22px;
    top: 71px
}

.r4 {
    left: -51px;
    top: 101px
}

.r5 {
    left: -77px;
    top: 126px
}

.r6 {
    left: -123px;
    top: 178px
}

.r7 {
    left: -156px;
    top: 208px
}

.r8 {
    left: -189px;
    top: 235px
}

.r9 {
    left: -319px;
    top: 287px
}

.r10 {
    left: -383px;
    top: 327px
}

.r11 {
    left: -363px;
    top: 416px
}

.r12 {
    left: -430px;
    top: 478px
}

.r13 {
    left: -476px;
    top: 527px
}

.r14 {
    left: -622px;
    top: 559px
}

.r15 {
    left: -649px;
    top: 592px
}

.r16 {
    left: -714px;
    top: 636px
}

.r17 {
    left: -727px;
    top: 669px
}

.r18 {
    left: -815px;
    top: 698px
}

.r19 {
    left: -799px;
    top: 730px
}

.r20 {
    left: -810px;
    top: 758px
}

.r21 {
    left: -810px;
    top: 805px
}

.r22 {
    left: -810px;
    top: 850px
}

.yellow-line {
    top: 661px;
    left: 401px
}

.y1 {
    left: 485px;
    top: -137px
}

.y2 {
    left: 452px;
    top: -112px
}

.y3 {
    left: 530px;
    top: -79px
}

.y4 {
    left: 506px;
    top: -52px
}

.y5 {
    left: 476px;
    top: -25px
}

.y6 {
    left: 412px;
    top: 11px
}

.y7 {
    left: 241px;
    top: 10px
}

.y8 {
    left: -304px;
    top: 27px
}

.y9 {
    left: -340px;
    top: 62px
}

.azure-line {
    top: 1052px;
    left: 205px
}

.az1 {
    left: 48px;
    top: 5px
}

.az2 {
    left: 113px;
    top: 36px
}

.az3 {
    left: 91px;
    top: 64px
}

.az4 {
    left: 120px;
    top: 96px
}

.az5 {
    left: 77px;
    top: 124px
}

.az6 {
    left: 141px;
    top: 156px
}

.az7 {
    left: 303px;
    top: 158px
}

.kah-line {
    top: 927px;
    left: 500px
}

.k1 {
    left: 28px;
    top: 33px
}

.k2 {
    left: 92px;
    top: -10px
}

.brown-line {
    top: 447px;
    left: 136px
}

.br1 {
    left: 0;
    top: 0
}

.br2 {
    left: 299px;
    top: -162px
}

.br3 {
    left: 335px;
    top: 272px
}

.station-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.station-row ul {
    width: 33.333%
}

.rightBlock-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    top: -60px
}

.rightBlock-menu li {
    text-align: center;
    cursor: pointer;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.rightBlock-menu li:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.station-row {
    padding: 0 0 40px
}

.station-row a {
    color: #5e5e5e
}

.dinamic-h2 {
    text-align: center;
    padding: 30px 0;
    font: 41px 'RobotoRegular', sans-serif;
    text-transform: uppercase
}

.centerImg {
    width: 100%;
    height: 547px;
    text-align: center
}

.regions {
    top: 0
}

.regions a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff, #aaa);
    box-shadow: 0 0 4px #383838;
    position: absolute
}

.regions a::after {
    content: attr(data-tooltip);
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-left: 35px;
    text-align: center;
    border: 1px solid #000;
    min-width: 130px;
    border-radius: 4px;
    color: #fff;
    background: #8B0000;
    padding: 5px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: all .3s
}

.regions a:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.regions li:nth-of-type(1) a {
    left: 450px;
    top: 0
}

.regions li:nth-of-type(2) a {
    left: 594px;
    top: 0
}

.regions li:nth-of-type(3) a {
    left: 800px;
    top: 60px
}

.regions li:nth-of-type(4) a {
    left: 882px;
    top: 115px
}

.regions li:nth-of-type(5) a {
    left: 919px;
    top: 252px
}

.regions li:nth-of-type(6) a {
    left: 970px;
    top: 345px
}

.regions li:nth-of-type(7) a {
    left: 973px;
    top: 400px
}

.regions li:nth-of-type(8) a {
    left: 968px;
    top: 634px
}

.regions li:nth-of-type(9) a {
    left: 974px;
    top: 682px
}

.regions li:nth-of-type(10) a {
    left: 987px;
    top: 731px
}

.regions li:nth-of-type(11) a {
    left: 958px;
    top: 1164px
}

.regions li:nth-of-type(12) a {
    left: 770px;
    top: 1200px
}

.regions li:nth-of-type(13) a {
    left: 495px;
    top: 1266px
}

.regions li:nth-of-type(14) a {
    left: 150px;
    top: 900px
}

.regions li:nth-of-type(15) a {
    left: 0px;
    top: 714px
}

.regions li:nth-of-type(16) a {
    left: -135px;
    top: 427px
}

.regions li:nth-of-type(17) a {
    left: 50px;
    top: 100px
}

.regions li:nth-of-type(18) a {
    left: 158px;
    top: 1144px
}

.regions li:nth-of-type(19) a {
    left: 0;
    top: 15px
}
/* ***********manager************** */
.top-manager {
    box-shadow: 0 4px 3px 0px #555
}

.top-manager .container {
    background: url(../images/operator.png) no-repeat right bottom;
    padding: 30px 0
}

.top-manager h2 {
    font-size: 3em;
    margin: 20px 0
}

.top-manager p {
    font-size: 1.5em
}

.top-manager input,
.top-manager select {
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #555;
    padding: 10px 0;
    text-indent: 10px;
    width: 196px;
    margin: 20px 20px 20px 0
}

.top-manager input {
    display: block;
    margin-bottom: 0;
    width: 414px
}

.top-manager textarea {
    border: 1px solid #555;
    border-radius: 10px;
    width: 642px;
    height: 100px;
    padding: 10px 0 0 10px;
    box-sizing: border-box
}

.top-manager button {
    display: block;
    border-radius: 25px;
    padding: 15px 25px;
    border: none;
    background: #f70;
    color: #fff;
    font-size: 1em;
    margin-top: 20px;
    cursor: pointer
}

.top-manager button:hover {
    background: rgba(255, 119, 0, 0.66)
}

.testim{
    padding: 0;
}
.testim p{
    text-align: center;
    font-size: 20px;
    padding: 20px;
    border: 1px dashed;
}