* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  height: 100%;
  margin: 0; }

p, ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

button {
  padding: 0;
  border: none;
  background: none; }
  
  
  #price {font: 16px 'Conv_ProximaNova-regular'; 
border-collapse: collapse; 
border-color: #ccc;}
  .form-messages.success { text-align: center;
    border: 1px solid green;
    color: green;
    padding: 10px;
    margin-bottom: 20px; }
	
	.form-messages.error  { text-align: center;
    border: 1px solid red;
    color: red;
    padding: 10px;
    margin-bottom: 20px; }
  .time_inp { display:none!important; }
  #price th{background-color: #f50d03;
color: #fff;
padding: 10px;
font-size: 20px;}

#price td{border-color: #ccc;
padding: 10px;}
  
  
  .header_menu ul.header_menu_list > li ul {display:none;}
  
  .header_menu ul.header_menu_list > li:hover ul{
    display: block;
}

#price-content {text-align: center;
border: 1px dashed #f50d03;
padding: 5px;}

#price-content p{font-size: 20px !important;}

#price-content p span{font-size: 24px; color:#f50d03; font-weight:bold;}
  
  .main-photo-work {float: left;
border: 1px solid #ccc;
padding: 5px;
margin-right: 15px;}

.work-pict img {border: 1px solid #ccc;
padding: 4px;}


.item-work h3{color: #f50d03 !important;}

.item-work {border-bottom: 1px solid #f50d03; }

 #content .services_list-cont{ margin-left:0 !important;}

  
  
  #works-ul {list-style: none !important; margin: 0 !important;}
 #works-ul li {text-align: center;
width: 24%;
margin-bottom: 50px;
display: inline-block;}

#works-ul li a img{width: 100%;
height: 100%;}
  
  
  
  #content {margin-top: 200px;}
  
  
  #content h1{font: 35px 'Conv_ProximaNova-regular';
border-bottom: 1px solid;
padding-bottom: 0;
margin-bottom: 10px;
padding-top: 0;}

#content p{font: 16px 'Conv_ProximaNova-regular';
margin: 10px 0;}

#content ul{margin-left: 30px; 
list-style: square;
font: 16px 'Conv_ProximaNova-regular';}

#content h2{font: 26px 'Conv_ProximaNova-regular';
padding-bottom: 0; 
margin: 10px 0;
padding-top: 0;
color: #f50d03 !important;}



#content h3 {font: 22px 'Conv_ProximaNova-regular';}

#crumbs {margin-bottom: 30px;font: 14px 'Conv_ProximaNova-regular';}
#crumbs a {color: #f50d03 !important;}  
#crumbs a:hover {text-decoration: none;}



.contacts-1 {
    overflow: hidden;
    text-align: center;
}

#content a{color:#003b92;}
#content a:hover {text-decoration:none;}

.contacts-1-1 {
    width: 33.33%;
    float: left;
}

.contacts-img-1 {
    text-align: center;
}

.contacts-img-1 img {
    width: 75px;
}
.contacts-text-1 {
    text-align: center;
}

.contacts-text-1 span {
    display: block;
    clear: both;
    padding: 5px 0;
    color: #535353;
	font: 16px 'Conv_ProximaNova-regular';
}


.contacts-text-1 span a {
    color: #f50d03 !important;
}




input, select {
  outline: none; }

::-webkit-input-placeholder {
  font: 14px 'Conv_GothaProReg';
  color: #222; }

::-moz-placeholder {
  font: 14px 'Conv_GothaProReg';
  color: #222; }

::-ms-input-placeholder {
  font: 14px 'Conv_GothaProReg';
  color: #222; }

.container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
   }

header {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0; 
  }
  header .header_block {
    overflow: hidden;
    padding: 30px 0 20px 0;
	background-color: #1c180d; }
    header .header_block .logo {
      float: left;
      width: 131px;
	  margin-left: 10px; 
	  }
      header .header_block .logo a {
        display: block;
        width: 131px;
        height: 48px;
        background: url("../pics/logo.png") no-repeat center; }
    header .header_block .header_data {
      float: right;
      width: -webkit-calc(100% - 190px);
      width: calc(100% - 190px); }
      header .header_block .header_data ul {
        padding-top: 10px;
				margin-left: -45px; 
		 }
        header .header_block .header_data ul li {
          display: inline-block;
          vertical-align: top; }
          header .header_block .header_data ul li .adres {
            position: relative;
            padding: 5px 10px 5px 50px;
            font: 16px 'Conv_ProximaNova-Regular';
            color: #fff; }
            header .header_block .header_data ul li .adres:after {
              position: absolute;
              content: '';
              border: 4px solid #444444;
              -webkit-border-radius: 50%;
                      border-radius: 50%;
              width: 32px;
              height: 32px;
              left: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%);
              background: url("../pics/pin.png") no-repeat center; }
          header .header_block .header_data ul li .mail {
            position: relative;
            padding: 5px 10px 5px 50px; }
            header .header_block .header_data ul li .mail a {
              font: 16px 'Conv_ProximaNova-Regular';
              color: #fff;
              text-decoration: none; }
              header .header_block .header_data ul li .mail a:hover {
                text-decoration: underline; }
            header .header_block .header_data ul li .mail:after {
              position: absolute;
              content: '';
              border: 4px solid #444444;
              -webkit-border-radius: 50%;
                      border-radius: 50%;
              width: 32px;
              height: 32px;
              left: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%);
              background: url("../pics/mail.png") no-repeat center; }
          header .header_block .header_data ul li .phone {
            position: relative;
            padding: 5px 10px 5px 50px; }
            header .header_block .header_data ul li .phone a {
              font: 20px 'Conv_ProximaNova-Bold';
              color: #fff;
              text-decoration: none; }
            header .header_block .header_data ul li .phone:after {
              position: absolute;
              content: '';
              border: 4px solid #444444;
              -webkit-border-radius: 50%;
                      border-radius: 50%;
              width: 32px;
              height: 32px;
              left: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%);
              background: url("../pics/phone.png") no-repeat center; }
          header .header_block .header_data ul li a.vk {
            display: block;
            border: 4px solid #444444;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            width: 40px;
            height: 40px;
            background: url("../pics/vk.png") no-repeat center;
            margin: -5px 5px 0 5px; }
          header .header_block .header_data ul li a.inst {
            display: block;
            border: 4px solid #444444;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            width: 40px;
            height: 40px;
            background: url("../pics/inst.png") no-repeat center;
            margin: -5px 5px 0 5px; }
          header .header_block .header_data ul li .order {
            padding-left: 15px; }
            header .header_block .header_data ul li .order a {
              display: block;
              background: #f50d03;
              -webkit-border-radius: 30px;
                      border-radius: 30px;
              text-decoration: none;
              text-transform: uppercase;
              font: 12px 'Conv_ProximaNova-Bold';
              color: #fff;
              border: 2px solid #f50d03;
              padding: 10px 25px;
              -webkit-transition: .5s;
              -o-transition: .5s;
              transition: .5s; }
              header .header_block .header_data ul li .order a:hover {
                color: #f50d03;
                background: none; }

.header_menu {
  background: #2c2922; }
  .header_menu ul.header_menu_list {
    font-size: 0;
    text-align: center;
    position: relative; }
    .header_menu ul.header_menu_list > li {
      display: inline-block;
      border-right: 1px solid #1d180d; }
      .header_menu ul.header_menu_list > li:last-child {
        border: none; }
      .header_menu ul.header_menu_list > li > a {
        position: relative;
        display: block;
        font: 16px 'Conv_ProximaNova-Regular';
        color: #fff;
        text-decoration: none;
        padding: 25px 41px; }
      .header_menu ul.header_menu_list > li:hover > a {
        background: #f50d03; }
        .header_menu ul.header_menu_list > li:hover > a:after {
          position: absolute;
          content: '';
          width: 100%;
          height: 5px;
          background: #f95049;
          left: 0;
          top: -5px; }
      .header_menu ul.header_menu_list > li:hover .drop_menu {
        display: block; }
      .header_menu ul.header_menu_list > li .drop_menu {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        background: #fff;
        border-top: 10px solid #f50d03; }
        .header_menu ul.header_menu_list > li .drop_menu ul {
          text-align: center;
          padding: 25px; }
          .header_menu ul.header_menu_list > li .drop_menu ul li {
            display: inline-block;
            padding: 10px;
            width: 95px;
            vertical-align: top; }
            .header_menu ul.header_menu_list > li .drop_menu ul li .drop_menu_img {
              position: relative;
              width: 70px;
              height: 70px; }
              .header_menu ul.header_menu_list > li .drop_menu ul li .drop_menu_img img {
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%); }
            .header_menu ul.header_menu_list > li .drop_menu ul li a {
              font: 14px 'Conv_GothaProReg';
              color: #222; }

.slider_top .slider_top_block {
  position: relative;
  height: 660px;
  overflow: hidden; }
  .slider_top .slider_top_block img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .slider_top .slider_top_block .slider_top_cont {
    position: absolute;
    top: 255px;
    left: 15px;
    z-index: 2; }
    .slider_top .slider_top_block .slider_top_cont .slider_top_title {
      font: 55px 'Conv_ProximaNova-Bold';
      color: #ffffff; }
    .slider_top .slider_top_block .slider_top_cont p {
      max-width: 465px;
      font: 16px 'Conv_ProximaNova-Regular';
      color: #999;
      padding-bottom: 40px; }
    .slider_top .slider_top_block .slider_top_cont a {
      background: #f50d03;
      -webkit-border-radius: 30px;
              border-radius: 30px;
      text-decoration: none;
      text-transform: uppercase;
      font: 12px 'Conv_ProximaNova-Bold';
      color: #fff;
      border: 2px solid #f50d03;
      padding: 10px 25px;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .slider_top .slider_top_block .slider_top_cont a:hover {
        color: #f50d03;
        background: none; }

.slider_top .owl-nav {
  position: absolute;
  width: 1140px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 110px;
  z-index: 2; }
  .slider_top .owl-nav button {
    position: absolute;
    display: block;
    border: 4px solid #444444 !important;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 40px;
    height: 40px;
    outline: none; }
    .slider_top .owl-nav button.owl-prev {
      left: 0;
      background: url("../pics/prev.png") no-repeat center; }
    .slider_top .owl-nav button.owl-next {
      right: 0;
      background: url("../pics/next.png") no-repeat center; }

.slider_top .owl-dots {
  position: absolute;
  width: 1140px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 85px;
  text-align: center; }
  .slider_top .owl-dots button {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 3px solid #444;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 0 10px;
    outline: none; }
    .slider_top .owl-dots button.active {
      background: #fff;
      border-color: #fff; }

h1 {
  font: 35px 'Conv_ProximaNova-Bold';
  color: #222;
  padding: 50px 0 25px; }

h2 {
  font: 30px 'Conv_ProximaNova-Bold';
  color: #222;
  padding: 50px 0 25px;
  margin: 0; }
  h2.white {
    color: #fff; }
  h2 p {
    font: 16px 'Conv_ProximaNova-Regular'; }

.services_list {
  text-align: center;
  margin: 0 -15px;
  padding-bottom: 50px; }
  .services_list li {
    display: inline-block;
    width: 360px;
    height: 230px;
    position: relative;
    margin: 0 13px 30px 13px; }
    .services_list li img {
      width: 100%;
      height: 100%; }
    .services_list li p {
      position: absolute;
      width: 100%;
      z-index: 2;
      font: 16px 'Conv_ProximaNova-Bold';
      color: #fff;
      padding: 25px;
      top: 0;
      left: 0; }
	  
	  .services_list li p a {
      color: #fff; }
	  
	  .services_list li p a:hover {text-decoration:none;}
	  
	  
	  
	  
.services_list-cont {
  text-align: center;
  margin: 0 -15px;
  padding-bottom: 50px; }
  .services_list-cont li {
    display: inline-block;
    width: 346px;
    height: 230px;
    position: relative;
    margin: 0 13px 30px 13px; }
    .services_list-cont li img {
      width: 100%;
      height: 100%; }
    .services_list-cont li p {
      position: absolute;
      width: 100%;
      z-index: 2;
      font: 16px 'Conv_ProximaNova-Bold';
      color: #fff;
      padding: 25px;
      top: 0;
      left: 0; }
	  
	  .services_list-cont li p a {
      color: #fff !important; }
	  
	  .services_list-cont li p a:hover {text-decoration:none;}	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  

.slide_3 {
  background: #f7f7f7;
  position: relative; }
  .slide_3:after {
    position: absolute;
    content: '';
    width: 742px;
    height: 419px;
    background: url("../pics/volkswagen-car-png-image.png") no-repeat center;
    right: -webkit-calc(50% + 600px);
    right: calc(50% + 600px);
    bottom: -100px; }

.about {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 60px; }
  .about .about_cont {
    width: 860px;
    float: left; }
    .about .about_cont p {
      font: 16px 'Conv_ProximaNova-Regular';
      color: #666;
      padding-bottom: 30px; }
    .about .about_cont a {
      float: right;
      font: 16px 'Conv_ProximaNova-Regular';
      color: #f50d03; }
      .about .about_cont a:hover {
        text-decoration: none; }
  .about .about_slider {
    width: 260px;
    float: right; }
    .about .about_slider .slider_about {
      border: 7px solid #fff;
      margin-bottom: 75px;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .about .about_slider .owl-nav {
      position: absolute;
      width: 100%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      left: 50%;
      bottom: -40px; }
      .about .about_slider .owl-nav button {
        position: absolute;
        display: block;
        border: 4px solid #9d9d9d !important;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        width: 40px;
        height: 40px;
        outline: none; }
        .about .about_slider .owl-nav button.owl-prev {
          left: 0;
          background: url("../pics/prev.png") no-repeat center; }
        .about .about_slider .owl-nav button.owl-next {
          right: 0;
          background: url("../pics/next.png") no-repeat center; }
    .about .about_slider .owl-dots {
      display: none; }

.price {
  padding-bottom: 80px; }
  .price ul {
    margin-bottom: 55px;
    background: #f5f5f5; }
    .price ul li {
      overflow: hidden;
      padding: 15px 30px 15px 20px; }
      .price ul li:nth-child(2n) {
        background: #fafafa; }
      .price ul li p {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        float: left;
        font: 16px 'Conv_ProximaNova-Regular';
        color: #222;
        overflow: hidden; }
        .price ul li p > span {
          float: right; }
          .price ul li p > span span {
            font: 20px 'Conv_ProximaNova-Bold'; }
      .price ul li a {
        float: right;
        font: 16px 'Conv_ProximaNova-Bold';
        color: #f50d03; }
        .price ul li a:hover {
          text-decoration: none; }
  .price .price_link a {
    background: #f50d03 url("../pics/view.png") no-repeat 30px center;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font: 12px 'Conv_ProximaNova-Bold';
    color: #fff;
    border: 2px solid #f50d03;
    padding: 20px 35px 20px 70px; }
    .price .price_link a:hover {
      color: #f50d03;
      background: url("../pics/view-h.png") no-repeat 30px center; }

.slide_5 {
  background: url("../pics/slide_5.jpg") no-repeat top center; }

.benefits {
  padding-bottom: 80px; }
  .benefits ul li {
    display: inline-block;
    width: 180px;
    margin-right: 10px;
    vertical-align: top; }
    .benefits ul li .benefits_list_img {
      position: relative;
      width: 100%;
      height: 110px; }
      .benefits ul li .benefits_list_img img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .benefits ul li p {
      text-align: center;
      font: 14px 'Conv_ProximaNova-Bold';
      color: #fff; }

.slide_6 {
  position: relative;
  background: #f7f7f7; }
  .slide_6:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: -80px;
    width: 820px;
    height: 500px;
    background: url("../pics/kia_PNG69.png") no-repeat left center; }

.question {
  padding-bottom: 70px; }
  .question form {
    width: 550px;
    overflow: hidden; }
    .question form ul {
      margin: 0 -15px;
      font-size: 0; }
      .question form ul li {
        margin: 0 15px 30px 15px;
        width: 260px;
        display: inline-block; }
        .question form ul li input[type="text"], .question form ul li select {
          width: 100%;
          font: 14px 'Conv_GothaProReg';
          color: #222;
          padding: 15px 20px;
          border: 1px solid #bdbdbd;
          background: none; }
        .question form ul li select {
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          background: url("../pics/select_arrow.png") no-repeat -webkit-calc(100% - 20px) center;
          background: url("../pics/select_arrow.png") no-repeat calc(100% - 20px) center; }
    .question form textarea {
      width: 100%;
      font: 14px 'Conv_GothaProReg';
      color: #222;
      padding: 15px 20px;
      border: 1px solid #bdbdbd;
      background: none;
      resize: none;
      height: 80px;
      margin-bottom: 25px; }
    .question form label {
      display: block;
      width: 260px;
      float: left; }
      .question form label input[type="checkbox"] {
        display: none; }
        .question form label input[type="checkbox"]:checked + span:after {
          background: #f50d03 url("../pics/ch.png") no-repeat center; }
      .question form label span {
        position: relative;
        display: block;
        padding-left: 45px;
        font: 14px 'Conv_GothaProReg';
        color: #222; }
		
		.question form label span a {color: #222;}
		.question form label span a:hover {text-decoration:none;}
        .question form label span:after {
          position: absolute;
          content: '';
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          width: 24px;
          height: 24px;
          background: #f50d03; }
    .question form input[type="submit"] {
      float: right;
      background: #f50d03;
      -webkit-border-radius: 30px;
              border-radius: 30px;
      text-decoration: none;
      text-transform: uppercase;
      font: 12px 'Conv_ProximaNova-Bold';
      color: #fff;
      border: 2px solid #f50d03;
      padding: 15px 30px;
      cursor: pointer;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      margin-top: -10px; }
      .question form input[type="submit"]:hover {
        color: #f50d03;
        background: none; }

.work {
  border: 1px solid #eaeff3;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .work .work_cont {
    width: 530px;
    float: left;
    padding: 40px 0 0 50px; }
    .work .work_cont .work_title {
      font: 20px 'Conv_ProximaNova-Bold';
      color: #222; }
    .work .work_cont p {
      padding: 30px 0;
      font: 16px 'Conv_ProximaNova-Regular';
      color: #666; }
    .work .work_cont a {
      font: 16px 'Conv_ProximaNova-Bold';
      color: #f50d03; }
      .work .work_cont a:hover {
        text-decoration: none; }
  .work .work_img {
    float: right; }
    .work .work_img img {
      display: block; }

.work_link {
  padding: 50px 0 80px 0; }
  .work_link a {
    background: #f50d03 url("../pics/view.png") no-repeat 30px center;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font: 12px 'Conv_ProximaNova-Bold';
    color: #fff;
    border: 2px solid #f50d03;
    padding: 20px 35px 20px 70px; }
    .work_link a:hover {
      color: #f50d03;
      background: url("../pics/view-h.png") no-repeat 30px center; }

.map_cont {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 1px solid #e8eae7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  left: 15px;
  top: 70px;
  width: 360px;
  padding: 0 20px 50px 50px; }
  .map_cont span {
    display: block;
    font: 14px 'Conv_ProximaNova-Bold';
    color: #444; }
  .map_cont .map_adres {
    padding-left: 30px;
    font: 14px 'Conv_ProximaNova-Regular';
    color: #444;
    padding-bottom: 20px;
    background: url("../pics/pin.png") no-repeat left top; }
  .map_cont .map_phone {
    padding-left: 30px;
    padding-bottom: 20px;
    background: url("../pics/phone.png") no-repeat left top; }
    .map_cont .map_phone a {
      text-decoration: none;
      font: 25px 'Conv_ProximaNova-Bold';
      color: #444; }
  .map_cont .map_mail {
    padding-left: 30px;
    padding-bottom: 20px;
    background: url("../pics/mail.png") no-repeat left top; }
    .map_cont .map_mail a {
      font: 16px 'Conv_ProximaNova-Regular';
      color: #444;
      text-decoration: none; }
      .map_cont .map_mail a:hover {
        text-decoration: underline; }

footer {
  background: #222; }
  footer .footer_block {
    overflow: hidden;
    padding: 40px 0; }
    footer .footer_block .logo {
      float: left;
      width: 130px; }
      footer .footer_block .logo a {
        display: block;
        width: 131px;
        height: 48px;
        background: url("../pics/logo.png") no-repeat center; }
    footer .footer_block .footer_menu {
      float: left;
      width: 1000px;
      margin-left: 10px;
      overflow: hidden; }
      footer .footer_block .footer_menu .footer_menu_block {
        display: inline-block;
        width: 32%;
        padding-right: 25px; }
        footer .footer_block .footer_menu .footer_menu_block span {
          display: block;
          font: 16px 'Conv_GothaProBol';
          color: #fff;
          padding-bottom: 10px; }
        footer .footer_block .footer_menu .footer_menu_block ul li {
          padding: 10px;
          border-bottom: 1px solid #737373; }
          footer .footer_block .footer_menu .footer_menu_block ul li:last-child {
            border: none; }
          footer .footer_block .footer_menu .footer_menu_block ul li a {
            position: relative;
            font: 14px 'Conv_GothaProReg';
            color: #fff;
            text-decoration: none; }
            footer .footer_block .footer_menu .footer_menu_block ul li a:hover {
              text-decoration: underline; }
            footer .footer_block .footer_menu .footer_menu_block ul li a:after {
              position: absolute;
              content: '';
              width: 5px;
              height: 1px;
              background: #ffffff;
              left: -10px;
              top: 50%;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%); }
    footer .footer_block .footer_soc {
      float: right;
      width: 165px; }
      footer .footer_block .footer_soc ul {
        padding: 0 0 15px 60px; }
        footer .footer_block .footer_soc ul li {
          display: inline-block; }
          footer .footer_block .footer_soc ul li a.vk {
            display: block;
            border: 4px solid #444444;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            width: 40px;
            height: 40px;
            background: url("../pics/vk.png") no-repeat center;
            margin: -5px 5px 0 5px; }
          footer .footer_block .footer_soc ul li a.inst {
            display: block;
            border: 4px solid #444444;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            width: 40px;
            height: 40px;
            background: url("../pics/inst.png") no-repeat center;
            margin: -5px 5px 0 5px; }

#popup {
  display: none;
  width: 360px; }
  #popup .popup_title {
    text-align: center;
    text-transform: uppercase;
    font: 20px 'Conv_ProximaNova-Bold';
    color: #444;
    padding-bottom: 20px; }
  #popup form input[type="text"] {
    width: 100%;
    font: 14px 'Conv_GothaProReg';
    color: #222;
    padding: 15px 20px;
    border: 1px solid #bdbdbd;
    background: none;
    margin-bottom: 20px; }
  #popup form input[type="submit"] {
    width: 100%;
    margin-top: 10px;
    background: #f50d03;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font: 12px 'Conv_ProximaNova-Bold';
    color: #fff;
    border: 2px solid #f50d03;
    padding: 15px 30px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: -10px; }
    #popup form input[type="submit"]:hover {
      color: #f50d03;
      background: none; }
