@font-face {
  font-family: ApercuProB;
  src: url(../fonts/ApercuPro-Bold.otf);
}
@font-face {
  font-family: pfagorasansproB;
  src: url(../fonts/pfagorasanspro-black.ttf);
}
@font-face {
  font-family: pfagorasansproR;
  src: url(../fonts/pfagorasanspro-reg.ttf);
}
body {
  font-family: 'Arial', sans-serif;
}
html, body {
  height: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'ApercuProB', sans-serif;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0 auto;
}
.content {
  flex: 1 0 auto;
  overflow: hidden;
}
.footer {
  flex: 0 0 auto;
  margin-top: 60px;
}
header .col-xs-12 {
  min-height: 0px;
}
.navbar-default {
  background-color: #ffffff;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .offcanvas-stop-scrolling {
    height: 100%;
    overflow: hidden
  }
  .navbar-default .navbar-offcanvas {
    background-color: #f8f8f8
  }
  .navbar-inverse .navbar-offcanvas {
    background-color: #222
  }
  .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 250px;
    left: -250px;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in
  }
  .navbar-offcanvas.in {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
  }
  .navbar-offcanvas.navbar-offcanvas-fade {
    opacity: 0
  }
  .navbar-offcanvas.navbar-offcanvas-fade.in {
    opacity: 1
  }
  .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px)
  }
  .navbar-offcanvas.offcanvas-position.in {
    left: 0
  }
  .navbar-offcanvas.navbar-offcanvas-right {
    left: auto;
    right: -250px
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
    left: auto;
    right: 0
  }
  .navbar-offcanvas .dropdown.active .caret {
    border-top: 0;
    border-bottom: 4px solid
  }
  .navbar-offcanvas .dropdown-menu {
    position: relative;
    width: 100%;
    border: inherit;
    box-shadow: none;
    -webkit-transition: height 0.15s ease-in;
    transition: height 0.15s ease-in
  }
  .navbar-offcanvas .dropdown-menu.shown {
    display: block;
    margin-bottom: 10px
  }
}
.offcanvas-toggle {
  background: #ffffff00;
}
.offcanvas-toggle .icon-bar {
  background: #000;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}
.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
  -ms-transform: rotate(45deg) translate(5px, 4px);
  transform: rotate(45deg) translate(5px, 4px)
}
.offcanvas-toggle.is-open .icon-bar:nth-child(2) {
  opacity: 0
}
.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  -ms-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px)
}
.why_are_we {
  background: url(../img/fon2.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 30px;
}
.why_are_we:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffde;
}
.list_services {
  background: url(../img/fon3.jpg) no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
.go_around {
  background: url(../img/fon4.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 20px;
      padding-bottom: 40px;
}
.go_around:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffde;
}
.work {
  background: url(../img/fon5.jpg) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}
.portfolio {
  background: url(../img/fon6.jpg) no-repeat;
  background-size: cover;
  padding-top: 4px;
  padding-bottom: 10px;
}
.reviews {
  background: url(../img/fon7.jpg) no-repeat;
  background-size: cover;
  padding-top: 20px;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer {
  background: rgba(81, 154, 199, 1);
}
.footer_bottom {
  background: #292929;
  color: #fff;
  padding: 11px 0px;
  margin-top: 10px;
}
.footer_bottom p{
  margin-bottom: 0;
}
.offers {
  background: url(../img/fon9.jpg) no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 40px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 14px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default .navbar-toggle {
    border-color: #51c786;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #51c786;
}
:focus {
    outline: none;
}
.navbar-brand {
    float: left;
    padding: 13px 0px;
    padding-top: 18px;
    font-size: 18px;
    line-height: 13px;
}
li.mebu_name {
    color: #51c786;
    font-weight: 600;
    font-size: 20px;
    padding-left: 15px;
    padding-top: 5px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #252525;
    background-color: #9bd0f2;
}
li.top_mebu_info {
    padding-left: 15px;
    margin-top: 15px;
}
li.top_mebu_info a{
  color: #252525;
  text-decoration: none;
}
li.top_mebu_info p{
  padding-right: 20px;
}
button.red_transparent {
    background: #f97001;
    border: none;
    border-radius: 4px;
    padding: 8px 11px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    margin-top: 20px;
}
.top_banner {
    position: relative;
}
.top_banner_wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top_banner_info{
  text-align: center;
}
.top_banner_info h1{
  color: #fff;
  text-transform: uppercase;
  margin-top: 29px;
}
.top_banner_info h2 {
    color: #64c1fc;
    font-size: 20px;
    text-transform: uppercase;
}
.top_banner_info h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.butt {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 11px 15px;
    border-radius: 4px;
    text-shadow: 0px 0px 6px #4e4e4e;
    display: inline-block;
    text-align: center;
    border: 0;
}
.butt_green{
  background: #30e581;
}
.butt_blue{
  background: #5199c7;
}
.top_banner_img img {
    height: 350px;
}
.butt:hover, .butt:focus, .butt:active{
  color: #fff;
  text-decoration: none;
}
.why_we_info_title h3{
  color: #5199c7;
  font-size: 24px;
  text-transform: uppercase;
}
.why_we_info_title {
    text-align: center;
    margin-bottom: 37px;
}
.why_we_info_title h4{
  font-family: pfagorasansproR;
  text-transform: uppercase;
}
.why_we_info_title p{
  font-weight: 800;
}
.why_we_info_info_img{
  text-align: center;
}
.why_we_info_info_desc h3{
  text-align: center;
  text-transform: uppercase;
}
.why_we_info_info {
  margin: 0 auto;
    margin-bottom: 40px;
    max-width: 349px;
}
.list_services_title h3{
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 25px;
}
.list_services_title h4{
  color: #64c1fc;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}
.list_services_title p{
  color: #fff;
  font-size: 16px;
  text-align: left;
  margin-bottom: 25px;
}
.list_services_title{
  text-align: center;
}
.list_services_one_time {
    color: #f26c0a;
    position: absolute;
    display: inline-block;
    right: 40px;
}
.list_services_one_time:before{
  content: '';
  background: url(../img/ico32.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  padding-top: 18px;
}
.list_services_one {
    background: rgba(255, 255, 255, 0.10);
    padding: 25px 25px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-bottom: 40px;
    max-width: 349px;

}
.list_services_one_img {
    margin-top: 45px;
    text-align: center;
}
.list_services_one_desk{
  color: #fff;
}
.list_services_one_desk h3{
  text-align: center;
  color: #64c1fc;
}
.list_services_one_prise span{
    background: #64c1fc;
    display: inline-block;
    padding: 8px 9px;
    text-align: center;
}

.list_services_one_prise {
    text-align: center;
    margin-bottom: -50px;
    margin-top: 37px;
}
.text_cent{
  text-align: center;
}
.foot_list_services{
  color: #fff;
  text-transform: uppercase;
}
.offers_title{
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.offers_time img{
  width: 150px;
}
.offers_time p{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  /*font-family: pfagorasansproB;*/
  text-align: left;
}
.offers_time {
    text-align: center;
}
.offers_foot {
    text-align: center;
    margin-top: 32px;
}
.go_around_title{
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.go_around_title h4{
  color: #5199c7;
}
.go_around_one_desc h3{
  color: #5199c7;
  text-align: center;
  text-transform: uppercase;
}
.go_around_one_img{
  text-align: center;
}
.go_around_one {
  margin: 0 auto;
    margin-bottom: 30px;
    max-width: 349px;
}
.go_around_foot_form{
  text-align: center;
}
.go_around_foot_form h3{
  color: #5199c7;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.go_around_foot_form form{
  background: #000000b3;
      padding: 30px 30px;
      border: 2px solid #64c1fc;
      max-width: 345px;
      margin: 0 auto;
}
.go_around_foot_form textarea{
    background: rgba(255, 255, 255, 0.30);
    padding: 15px 15px;
    border: 2px solid #64c1fc;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    width: 100%;
}
.go_around_foot_form input{
    background: rgba(255, 255, 255, 0.30);
    padding: 15px 15px;
    border: 2px solid #64c1fc;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    width: 100%;
}
.go_around_foot_form input::placeholder { 
  color: #fff; 
} 
.go_around_foot_form textarea::placeholder { 
  color: #fff; 
} 
textarea{
  resize: vertical;
}
.go_around_foot_form .butt{
  width: 100%;
  background: #64c1fc;
}
.work_title{
  text-align: center;
  margin-bottom: 30px;
}
.work_title h3{
  text-transform: uppercase;
  color: #fff;
}
.work_title h4{
  color: #64c1fc;
  text-transform: uppercase;
}
.work_title p{
  color: #fff;
}
.work_drsc_one {
    position: relative;
    background: rgba(255, 255, 255, 0.10);
    padding: 25px 25px;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 349px;
}
.work_drsc_one_numb{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  background: #64c1fc;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.work_drsc_one_img {
    text-align: center;
    margin-top: 30px;
}
.work_drsc_one_foot h3{
    color: #64c1fc;
    text-align: center;
    text-transform: uppercase;
}
.work_drsc_one_foot p{
  color: #fff;
}
.foot_work p{
  color: #fff;
  text-transform: uppercase;
}
.portfolio h3{
  text-transform: uppercase;
  color: #5199c7;
  text-align: center;
  margin-bottom: 30px;
}
.portfolio_slid_one img{
  width: 100%;
}
.portfolio_slid_top {
  display: inline-block;
  width: 100%;
      margin-bottom: 15px;
}
.portfolio_slid_name {
  color: #5199c7;
  border-bottom: 1px solid #5199c7; 
  font-weight: 600;
  margin-right: 15px;
}
.portfolio_slid_prob{
  color: #a75050;
  font-weight: 600;
}
.portfolio_slid_time{
  float: right;
  color: #52a750;
  font-weight: 600;
}
.portfolio_slid_info {
    background: #fff;
    padding: 15px 15px;
}
.portfolio_slid_deck ul{
  padding-left: 15px;
}
.portfolio_slid_prise span{
    background: #5199c7;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 8px 10px;
}
.portfolio_slid_prise {
    text-align: right;
    margin-bottom: -15px;
    margin-right: -15px;
}
.portfolio_slid_one {
    margin-bottom: 30px;
}
.reviews h3{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.reviews_slid_one {
    background: #fff;
}
.reviews_slid_img img{
    margin: 0 auto
}
.reviews_slid_img{
  margin-bottom: 20px;
}
.reviews_slid_desc {
    padding: 6px 24px;
}
.foot_work {
    margin-top: 30px;
    margin-bottom: 30px;
}
.about_us_slider_one img{
  width: 100%;
}
.about_us {
    padding-top: 30px;
}
.about_us h3{
  color: #5199c7;
  text-align: center;
}
.adress h3{
  text-transform: uppercase;
  text-align: center;
}
.adress{
  color: #fff;
  margin-bottom: 20px;
}
.adress_ico{
  color: #fff;
}
.adress_ico_one {
    padding-left: 30px;
    position: relative;
}
.adress_ico_one a,.adress_ico_one a:active{
  color: #fff;
  text-decoration: none;
}
.ico_ad:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/ico24.png) no-repeat;
  background-size: contain;
}
.ico_ti:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/ico25.png) no-repeat;
  background-size: contain;
}
.ico_tel:before{
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/ico26.png) no-repeat;
  background-size: contain;
}
.foot_map iframe{
  height: 300px;
}
.slick-next:before {
    content: '';
    background: url(../img/next.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: contain;
}
.slick-next {
    right: 0;
    width: 20px;
    height: 20px;
}
.slick-prev:before {
    content: '';
    background: url(../img/prew.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: contain;
}
.slick-prev{
  left: -8px;
  width: 20px;
  height: 20px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #9bd0f2;
    background-color: transparent;
}
.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}
.modal-body {
    text-align: center;
    padding-bottom: 35px;
}
.modal-title {
    text-transform: uppercase;
    color: #5199c7;
    font-size: 20px;
    margin-bottom: 20px;
}
.inp_class {
    border: 2px solid #5199c7;
    padding: 9px 15px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 65%;
}
.modal-body .butt {
    font-size: 18px;
    padding: 9px 15px;
}
.modal_bg{
  background: url(../img/fon8.jpg) no-repeat;
  background-size: cover;
}
.modal_bg .modal-content{
  background: none;
}
.modal_bg .modal-body {
    text-align: center;
    padding-bottom: 35px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.modal_bg_title h3{
  color: #fff;
  text-transform: uppercase;
}
.modal_bg_title h4{
  color: #64c1fc;
  text-transform: uppercase;
}
.modal_bg_title {
    text-align: center;
    margin-bottom: 40px;
}
.modal_bg_block_one_desk h3{
  color: #64c1fc;
  text-transform: uppercase;
  font-size: 13px;
}
.modal_bg_block_one_desk p{
  color: #fff;
}
.modal_bg_block_one {
    background: rgba(255, 255, 255, 0.1);
    padding: 17px 10px;
    height: 274px;
        margin-bottom: 30px;
}
.modal_bg .close {
    color: #fff;
    opacity: 1;
}
.modal-lg{
  width: 100%;
}
.portfolio_slid_img {
    background: #000;
    text-align: center;
    /* max-height: 300px; */
}
.slick-prev, .slick-next{
  z-index: 9;
}
/* Related demos */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.content--related {
  text-align: center;
  font-weight: bold;
  padding-top: 4em;
}

.media-item {
  display: inline-block;
  padding: 1em;
  vertical-align: top;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.media-item__img {
  max-width: 100%;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
  opacity: 1;
}

.media-item__title {
  margin: 0;
  padding: 0.5em;
  font-size: 1em;
}

@media screen and (max-width: 50em) {
  .codrops-header {
    padding: 3em 10% 4em;
  }
}

@media screen and (max-width: 40em) {
  .codrops-header h1 {
    font-size: 2.8em;
  }
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

/* style 1 */

.inputfile-1 + label {
  color: #fff6fe;
  background-color: #3e51d3;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background-color: #3e51d3;
}

/* style 2 */

.inputfile-2 + label {
  color: #5199c7;
  border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
  color: #5199c7;
}

/* style 3 */

.inputfile-3 + label {
  color: #fff6fe;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
  color: #fff6fe;
}

/* style 4 */

.inputfile-4 + label {
  color: #fff6fe;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
  color: #fff6fe;
}

.inputfile-4 + label figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #3e51d3;
  display: block;
  padding: 20px;
  margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
  background-color: #3e51d3;
}

.inputfile-4 + label svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

/* style 5 */

.inputfile-5 + label {
  color: #fff;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
  color: #fff;
}

.inputfile-5 + label figure {
  width: 100px;
  height: 135px;
  background-color: #3e51d3;
  display: block;
  position: relative;
  padding: 30px;
  margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
  background-color: #3e51d3;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}

.inputfile-5 + label figure::before {
  border-top: 20px solid #dfc8ca;
  border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
  border-bottom: 20px solid #3e51d3;
  border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
  border-bottom-color: #3e51d3;
}

.inputfile-5 + label svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

/* style 6 */

.inputfile-6 + label {
  color: #3e51d3;
}

.inputfile-6 + label {
  border: 1px solid #3e51d3;
  background-color: #fff;
  padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
  border-color: #3e51d3;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.inputfile-6 + label span {
  width: 200px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.inputfile-6 + label strong {
  height: 100%;
  color: #fff;
  background-color: #3e51d3;
  display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
  background-color: #5687ff;
}

@media screen and (max-width: 50em) {
  .inputfile-6 + label strong {
    display: block;
  }
}
.box {
    margin-bottom: 20px;
}
@media (max-width: 450px) {}
@media (min-width: 768px) {
  header.container-fluid {
      padding: 0;
      background: #000;
  }
  .navbar-default {
      background-color: #000000;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
      color: #9bd0f2;
      background: none;
  }
  .navbar-default .navbar-nav>li>a {
      color: #fff;
  }
  .nav>li>a {
      padding: 10px 5px;
      font-size: 13px;
  }
  .dt_header {
    padding-top: 17px;
    padding-bottom: 13px;
  }
  button.red_transparent{
    margin-top: 10px;
  }
  .if_dt p{
    margin-bottom: 3px;
  }
  .top_phone_dt{
    padding-top: 9px;
  }
  .top_phone_dt p{
    font-weight: 800;
  }
  .top_phone_dt a{
    font-weight: 400;
    color: #000;
  }
  .top_phone_dt a:hover, .top_phone_dt a:active{
    text-decoration: none;
    color: #000;
  }
  .if_dt .col-sm-5{
    text-align: right;
  }
  .top_banner_img img {
      height: auto;
      width: 100%;
  }
  .top_banner_wrap {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .top_banner_info h1 {
      margin-top: 0;
  }
  .why_we_info_info_img {
      height: 104px;
  }
  .why_we_info_info_desc h3 {
      height: 55px;
  }
  .list_services_one_img {
      height: 122px;
  }
  .list_services_one {
      max-width: 100%;
      height: 390px;
  }
  .list_services_one_desk p{
    height: 60px;
  }
  .list_services_one_desk h3 {
      height: 54px;
  }
  .go_around_one_img {
      height: 92px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .work_drsc_one_img {
      height: 99px;
  }
  .work_drsc_one {
      height: 300px;
  }
  .reviews_slid_desc {
      display: inline-block;
      width: 70%;
      vertical-align: middle;
  }
  .reviews_slid_img {
      width: 29%;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
  }
  .reviews_slid_img img{
    width: 100%;
  }
  .reviews_slid {
      padding: 0 30px;
  }
  .portfolio_slid {
    padding: 0 30px;
  }
  .about_us_slider {
    padding: 0 30px;
  }
  .modal_bg_block_one {
      height: 193px;
  }

}
@media (min-width: 992px) {
  .footer {
    background: rgba(81, 154, 199, 1);
    background: -moz-linear-gradient(left, rgba(81, 154, 199, 1) 0%, rgba(81, 154, 199, 1) 59%, rgba(255, 255, 255, 1) 59%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(81, 154, 199, 1)), color-stop(59%, rgba(81, 154, 199, 1)), color-stop(59%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(81, 154, 199, 1) 0%, rgba(81, 154, 199, 1) 59%, rgba(255, 255, 255, 1) 59%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(81, 154, 199, 1) 0%, rgba(81, 154, 199, 1) 59%, rgba(255, 255, 255, 1) 59%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(81, 154, 199, 1) 0%, rgba(81, 154, 199, 1) 59%, rgba(255, 255, 255, 1) 59%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(81, 154, 199, 1) 0%, rgba(81, 154, 199, 1) 59%, rgba(255, 255, 255, 1) 59%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#519ac7', endColorstr='#ffffff', GradientType=1);
  }
  .top_phone_dt{
    text-align: right;
  }
  .nav>li>a {
      padding: 17px 13px;
      font-size: 15px;
  }
  .why_we_info_info_desc h3 {
      font-size: 19px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .foot_list_services {
      margin-top: 30px;
  }
  .go_around_one_desc h3 {
      font-size: 19px;
  }
  .work_drsc_one {
      height: 363px;
  }
  .footer_bottom {
      margin-top: -5px;
  }
  .modal_bg_block_one {
      height: 269px;
  }
  .modal-body .col-md-4{
      position: relative;
      height: 508px;
  }
  .car {
      background: url(../img/fon8_1.png) no-repeat;
      background-size: contain;
      height: 197px;
      position: absolute;
      bottom: 30px;
      width: 100%;
  }
}
@media (min-width: 1200px) {
  header.container-fluid {
      margin-top: 20px;
  }
  .navbar-nav {
      float: right;
  }
  .nav>li>a {
      padding: 15px 16px;
      font-size: 13px;
  }
  .top_banner_info h1 {
      font-size: 49px;
      margin-bottom: 50px;
  }
  .top_banner_info h2 {
      font-size: 27px;
  }
  .top_banner_info h3 {
      font-size: 21px;
      margin-bottom: 100px;
  }
  .butt {
      font-size: 28px;
      padding: 18px 15px;
      border-radius: 9px;
  }
  .top_banner_img {
      /*padding-top: 26px;*/
  }
  .why_we_info_title h3 {
      font-size: 30px;
      margin-top: 0;
      margin-bottom: 30px;
  }
  .why_are_we {
      padding-top: 33px;
      padding-bottom: 161px;
  }
  .why_we_info_title h4 {
      margin-bottom: 26px;
  }
  .why_we_info_info_img {
      height: 94px;
  }
  .list_services_title h3 {
      font-size: 30px;
      margin-bottom: 29px;
      margin-top: 0;
  }
  .list_services {
      padding-top: 32px;
  }
  .list_services_title h4 {
      font-size: 20px;
  }
  .foot_list_services p{
    font-size: 18px;
  }
  .go_around_title h3 {
      font-size: 30px;
      margin-top: 15px;
      margin-bottom: 23px;
  }
  .go_around_title {
      margin-bottom: 99px;
  }
  .go_around_one_desc h3 {
      font-size: 19px;
      margin-top: 36px;
      margin-bottom: 6px;
  }
  .go_around_foot_form h3 {
      font-size: 20px;
      margin-top: 3px;
      margin-bottom: 46px;
  }
  .go_around_foot_form form {
      padding: 54px 49px;
      max-width: 394px;
  }
  .go_around_foot_form .butt {
      font-size: 22px;
  }
  .go_around {
      padding-bottom: 119px;
  }
  .work_title h3 {
      font-size: 30px;
      margin-top: 15px;
      margin-bottom: 20px;
  }
  .work_title h4 {
      margin-bottom: 20px;
  }
  .work_title p {
      margin-bottom: 98px;
  }
  .work_drsc_one_numb {
      font-size: 45px;
      width: 77px;
      height: 77px;
  }
  .work_drsc_one_foot h3 {
      font-size: 18px;
  }
  .work_drsc_one {
      height: 317px;
  }
  .foot_work p {
      font-size: 19px;
      margin-bottom: 20px;
  }
  .work {
      padding-bottom: 25px;
  }
  .portfolio h3 {
      font-size: 30px;
      margin-top: 25px;
      margin-bottom: 49px;
  }
  .portfolio_slid {
      padding: 0 30px;
      width: 841px;
      margin: 0 auto;
  }
  .slick-prev:before {
      width: 30px;
      height: 30px;
  }
  .slick-prev {
      left: -40px;
      width: 30px;
      height: 30px;
  }
  .slick-next {
      right: -22px;
      width: 30px;
      height: 30px;
  }
  .slick-next:before {
      width: 30px;
      height: 30px;
  }
  .portfolio_slid_name {
      font-size: 16px;
  }
  .portfolio_slid_prob{
    font-size: 16px;
  }
  .portfolio_slid_time{
    font-size: 16px;
  }
  .portfolio_slid_prise span {
      font-size: 24px;
  }
  .portfolio {
      padding-bottom: 22px;
  }
  .reviews h3 {
      font-size: 30px;
      margin-top: 15px;
      margin-bottom: 95px;
  }
  .reviews_slid {
      padding: 0 30px;
      margin: 0 auto;
      width: 1113px;

  }
  .foot_work {
      margin-bottom: 120px;
  }
  .about_us h3 {
      font-size: 30px;
      margin-top: 7px;
      margin-bottom: 40px;
  }
  .about_us_slider {
      margin-top: 59px;
  }
  .footer {
      margin-top: 93px;
  }
  .adress h3 {
      font-size: 30px;
      margin-top: 40px;
      margin-bottom: 21px;
      padding-left: 121px;
  }
  .adress p{
    padding-left: 206px;
  }
  .adress_ico {
      padding-left: 210px;
      margin-top: 57px;
  }
  .ico_ad:before {
      top: -19px;
      width: 49px;
      height: 49px;
  }
  .ico_ti:before {
      top: -2px;
      width: 49px;
      height: 49px;
  }
  .ico_tel:before {
      top: -15px;
      width: 49px;
      height: 49px;
  }
  .adress_ico_one {
      padding-left: 92px;
      position: relative;
      padding-bottom: 24px;
      font-size: 18px;
  }
  .foot_map iframe {
      height: 699px;
  }
  .offers_title h3{
    font-size: 30px;
        margin-bottom: 21px;
  }
  .offers_title p{
    font-size: 20px;
  }
  .offers_time img {
      width: 330px;
  }
  .offers_time {
      margin-top: 73px;
  }
  .offers_time p {
      font-size: 29px;
  }
  .offers_foot {
      margin-bottom: 40px;
  }
  .foot_map {
      margin-right: -15px;
  }
  .if_dt {
      padding-top: 20px;
  }
  .modal-lg {
      width: 1180px;
  }
  .modal_bg_block_one {
      height: 242px;
  }
}
@media (min-width: 1600px) {}
@media (min-width: 2560px) {}