/*
Theme Name:  
Theme URI:  rybnoemesto.ru
Description: The original rybnoemesto.ru  theme.
Version: 2020
Author: alisa
*/

/* CSS Document */




  /*Убрать обводку браузера*/
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
/*Конец Убрать обводку браузера*/
:focus {
    outline-style: none;
   /* outline-width: 0px !important;  */
    outline-color: none !important;
}

a {
    color: #e74a1e;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
 color: #e74a1e;
}

 @font-face {
font-family: opensans-bold;
src: url(fonts/opensans-bold.ttf) format("opentype");
} 

 @font-face {
font-family: opensans;
src: url(fonts/opensans.ttf) format("opentype");
} 

 @font-face {
font-family: opensanssemibold;
src: url(fonts/open-sans-semibold.ttf) format("opentype");
} 

 body {
font-family: opensans;
	background: #fff;
	font-size: 24px;
  color: #000;
} 


 @media only screen and  (min-width: 2000px) { 

.lg100.w-100 {
max-width: 2000px;
    height: auto;
    margin: 0 auto;
}
}


@media (min-width: 1200px) {
.container {
    max-width: 1200px !important;
}
}

h1 {

}

h2 {
font-size: 83px;
color: #e74a1e;
font-family: opensans-bold;
text-transform: uppercase;
}


.allpage .yslh1 h1 {
  font-size: 48px;
color: #e74a1e;
font-family: opensans-bold;
text-transform: uppercase;
}

.allpage h2 {
 font-size: 48px;
 margin: 40px 0px;
}

.paddingnone {
padding-left: 0px !important;
padding-right: 0px !important;
}

.row {
margin-left: 0px !important;
margin-right: 0px !important;
}

.container {
    max-width: 1200px;
}

header img {
margin: 0 auto;
}


.allpage .header {
background: #000;
padding: 10px 0px;
 margin-bottom: 30px;
}

.post-template-page-project  .header, .post-template-page-project-black  .header {
margin-bottom: 0px;
} 

.post-template-page-project  footer, .post-template-page-project-black  footer {
margin-top: 0px;
}

.header {
position: relative;
width: 100%;
padding-top: 30px;
}

header .row {
align-items: center;
}

.logo {
background: url(img/logo.png) left no-repeat;
/*background: url(img/logo-ng.png) left no-repeat;*/
display: block;
width: 100%;
height: 39px;
}

.phoneheader, .phoneheader:hover, .phoneheader:active {
color: #fff;
font-family: opensanssemibold;
font-size: 16px;
text-decoration: none;
}

.nav-link {
  color: #fff;
 font-family: opensanssemibold;
 font-size: 16px;
 text-transform: uppercase;
 padding: 0px 10px !important;

}

.sub-menu {
 display: none;
 position: absolute;
}

.menu-item-has-children:hover .sub-menu {
 display: block;
}

div#navbar1 {
    z-index: 1000;
}

   .nav-link:hover, .nav-link:active {
     color: #fff;
      text-decoration: underline !important;
   }

.about {
font-size: 30px;
 font-family: opensans-bold;
 text-transform: uppercase;
 text-align: center;
 padding: 30px 0px;
}

.about strong {
color: #e74a1e;
}

.portfolio img {
width: 100%;
height: auto;
position: relative;
 z-index: 1;
}


 @media screen and (min-width: 960px) {
    .home__video {
        z-index: -1;
        position: absolute;
     
        left: 0;
        width: 100%;
        height: 78vh;
        box-sizing: border-box;
     
    }

    .home__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: rgba(0, 0, 0, .25);
        box-sizing: border-box
    }
}

.carousel-item {
height: 440px;
}
 
 .carousel-indicators {
   
    justify-content: flex-start  !important;
 margin-right: 0% !important;  
     margin-left: 0% !important; 
}
 
 .eyrXYKELUQ {
    position: absolute;
    bottom: 0!important;
    left: 0;
    height: 6rem;
    z-index: 1;
    counter-reset: steps;
}
 
._3QRNH3Ifbp {
    position: relative;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 20px;
    display: inline-block;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    font-family: opensans-bold;
}

._3QRNH3Ifbp:before {
    counter-increment: steps;
    content: "0" counter(steps);
    position: absolute;
    z-index: 1;
    top: 2rem;
    left: 0rem;
} 

.carousel-indicators .active {
    color: #ea4a1e;
   /* height: .3rem;     */
    background: none !important;
}

.nameslide {
font-size: 83px;
font-family: opensans-bold;
text-transform: uppercase;
text-align: left;
line-height: 1;
}

.textslide {
 font-size: 24px;
 text-align: left;
}

.textslide div {
margin-left: 100px;
}

.carousel-inner {
    overflow: visible !important;
}

.carousel-item .col-md-6 {
padding-left: 0px;
padding-right: 0px;
}

.carousel-caption { 
right: 0% !important;
left: 0% !important;
top: 150px;
}


 .logoklienty {
    margin-top: 50px;
    margin-bottom: 40px;
}

.we {
 margin-top: 30px;
}


.wetext {
font-family: opensans-bold;
    font-size: 211px;
    color: #e74a1e;
    display: block;
    position: relative;
    margin-top: -187px;
    margin-left: -19px;
    line-height: 1;
}

.wetext span {
font-size: 120px;
}

.portfolio .col-md-3 {
/*align-self: center; */
}

.saitportimg {
align-self: center;
 overflow:hidden;
}

.saitportimg img {
cursor: pointer;
transition: 0.4s;
width: 100%;
height: auto;
}

.saitport:hover  img {
opacity: 1;
transform: scale(1.15, 1.15);
}

 
.alm-reveal {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 
 
.ajax-load-more-wrap.white .alm-load-more-btn {
    background-color: #fff !important;
    border: 2px solid #e74a1e !important;
    color: #e74a1e !important;
    padding: 4px 20px !important;
        border-radius: 20px !important;
    text-align: center;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
    outline: 0;
} 
 
/*.mt30px {
 margin-top: 30px;
} */
 
.portlinktext {
font-size: 20px;
font-family: opensans-bold;
text-transform: uppercase;
color: #000;
/*border-right: 1px solid #e74a1e; */
width: 100%;
display: block;
text-align: center;
margin: 10px 0px;
} 

.portlinktext:hover {
text-decoration: none;
}

.weul {
list-style-type: none;
padding-inline-start: 0px;
}


 
.weul li  {
background: url(img/sp.png)  left no-repeat; 
margin: 10px 0px;
padding: 15px 0px 15px 60px;
}
 

.ulnopage {
list-style-type: none;
padding-inline-start: 0px;
}


.ulnopage li  {
background: url(img/sp.png)  left no-repeat; 
margin: 5px 0px;
padding: 10px 0px 10px 30px;
background-size: 20px;
font-size: 16px;
font-family: opensanssemibold;
}

.ulnopage a {
color: #000;
}

.otzimg {
text-align: center;
}

.otzimg img {
width: 100%;
height: auto;
}

.otzyvtext {
font-size: 16px;
}

.otztitle {
 font-size: 20px;
 font-family: opensans-bold;
text-transform: uppercase;
}

.oneotzyv.row {
    align-items: center;
}

    .yslygi .col-md-6 {
    padding: 0px !important;
    }

.yslygi .col-md-6 a {
padding-left: 220px;
color: #fff;
display: block;
padding-bottom: 20px;
}

.yslygi .col-md-6 a:hover {
text-decoration: none;
opacity: 0.8;
}

.sozd  {
background: url(/i/1.png) 20px no-repeat, #d9441c;
width: 100%;
}
.prodv  {
background: url(/i/2.png) 20px no-repeat, #fd8b04;
}

.podderg  {
background: url(/i/3.png) 20px no-repeat, #0b94bc;
}

.prodsety  {
background: url(/i/4.png) 20px no-repeat, #0e5083;
}

.ysltitle {
text-transform: uppercase;
font-size: 44px;
 font-family: opensans-bold;
 margin-bottom: 70px;
 display: block;
}
        .smalltext {
        font-size: 16px;
         display: block;
        }
        
        .ysprice {
text-transform: uppercase;
font-size: 30px;
 font-family: opensans-bold;
  display: block;
}

.page-id-7 .header {
margin-bottom: 0px;
}

.page-id-7  footer {
margin-top: 0px;
}

.mapscont {
 position: absolute;
 z-index: 1000;
 background: #fff;
   padding: 40px 25px;
   border-radius: 20px;
   margin-top: 50px;
}

.ymaps {

}

.logomaps   {
background: url(img/logomap.jpg) left no-repeat;
	display: block;
	width: 100%;
	height: 56px;
  margin-bottom: 30px;
}

.orangephone {
  font-family: opensans-bold;
  font-size: 24px;
  display: block;
  color: #ea4a1e;
}
.orangephone:hover {
text-decoration: none;
color: #ea4a1e;
} 

.phoneblack {
font-family: opensans-bold;
  font-size: 18px;
  color: #000;
}

.phoneblack:hover {
color: #000;
text-decoration: none;
}

.mailmap {
 font-size: 18px;
 text-decoration: underline;
 display: block;
 color: #000;
 margin-top: 10px;
}
.mailmap:hover {
 text-decoration: none;
 color: #000;
}

.page-id-7  h1 {
 text-transform: uppercase;
color: #e74a1e; 
font-family: opensanssemibold;
margin: 30px 0px;
}

.contblock {
 margin-bottom: 30px;
}
.marsr  {
    border: 2px solid #e74a1e;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    color: #e74a1e;
    padding: 5px 15px;
    font-family: opensanssemibold;
    font-size: 16px;
}

.marsr:hover {
 color: #e74a1e;
 text-decoration: none;
}

.marsr.summary   {
background: url(img/rekv.jpg)  right no-repeat; 
padding-right: 30px;
}

 

details[open] > .marsr.summary {
background: url(img/rekv2.jpg)  right no-repeat; 
}

 .rekv div {
margin: 30px 0px  0px 0px;
}

.rekv {
margin-bottom: 30px;
}

.adressmap {
  color: #000;
  font-size: 18px;
  display: block;
  }
  
  .svyazmap {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
  }
  
  .mapsallcont {
  margin-left: 150px;
  }
  
  .yslh1 {
  border-right: 1px solid #000;
  }
  
  .yslslogan {
   font-family: opensanssemibold;
   color: #000;
   font-size: 36px;
   line-height: 1;
   margin-left: 15px;
   display: block;
  }
  
.ysltitlepage  {
  align-items: center;
  margin: 50px 0px;
  }
  
  .textaboutysl {
  font-size: 24px;
  text-align: center;
  }
  
  .padding10 .col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
/*-ms-flex: 0 0 25%;
    flex: 0 0 23%;
    max-width: 23%; */ 
  }
  
  .reds, .oranges, .blues, .darkblues {
  padding: 30px 10px 10px 20px;
  font-size: 16px;
  color: #fff;
/*  margin: 0px 10px; */
    height: 100%;
  }
  
  .poddergblock .reds, .poddergblock .oranges, .poddergblock .blues, .poddergblock .darkblues  {
   height: auto;
  }
  
.poddergblock .pricenblock {
    display: block;
  margin-top:  0px;  
}
       .poddergblock.prodvigblock h4 {
    height: auto;
    margin-bottom: 0px;
}
  
  .reds h4, .oranges h4, .blues h4, .darkblues h4 {
  color: #fff;
  font-size: 32px;
  font-family: opensans-bold;
  text-transform: uppercase;
  height: 76px;
  margin-bottom: 30px;
  }
  
  .reds {
  background: #d9441c;
  }
  
  .oranges {
      background: #fd8b04;
  }
  
  .blues {
     background: #0b94bc;
  }
  
  .darkblues {
      background: #0e5083;
  }
  
  .colorblock {
align-items: stretch;  
   margin-bottom: 50px;
  }
  
  .colorblock  ul  {
list-style-type: none;
padding-inline-start: 0px;
height: 230px;
}


 
.colorblock li  {
background: url(img/spysl.png)  top left no-repeat; 
margin: 0px 0px;
padding: 0px 0px 20px 40px;
}

.textcolorblock {
height: 100px;
display: block;
margin-bottom: 30px;
}

.tarif {

}


.prodvigblock p {
margin-bottom: 0px;
}

.prodvigblock img {
margin-bottom: 30px;
}

.yslprice  {
  color: #fff;
  font-size: 32px;
  font-family: opensans-bold;
display: block;
}

.pricenblock  {
display: block;
margin-top: 70px;
}

h4.opt {
font-size: 28px;
}

.prodvigblock  h4 {
height: auto;
}

.prodvigblock.colorblock ul {
    list-style-type: none;
    padding-inline-start: 0px;
     height: 700px; 
}

.poddergblock.prodvigblock.colorblock ul {
    list-style-type: none;
    padding-inline-start: 0px;
     height: auto; 
}

.prodvigblock .pricenblock  {
margin-bottom: 20px;
}


.backprohect {
 padding: 30px 0px;
}

.blacktext {
color: #fff;
}

.post-template-page-project h4 {
color: #000;
  font-size: 36px;
  font-family: opensans-bold;
  text-transform: uppercase;
  text-align: center;
}

.post-template-page-project-black h4 {
color: #fff;
  font-size: 36px;
  font-family: opensans-bold;
  text-transform: uppercase;
  text-align: center;
}

.post-template-page-project .contpage a {
color: #ea4a1e;
text-decoration: underline;
}

.post-template-page-project .contpage a:hover {
text-decoration: none;
}

.aboutproject {
margin-bottom: 50px;
margin-top: 20px;
}


.post-template-page-project-black .contpage a {
color: #ea4a1e;
text-decoration: underline;
}

.post-template-page-project-black .contpage a:hover {
text-decoration: none;
}

/*--------footer--------------------------------*/

footer {
background: #000000;
color: #fff;
padding: 30px 0px;
font-size: 16px;
margin-top: 30px;
}


.logofooter {

background: url(/i/logo-52.png) left no-repeat;
	display: block;
	width: 100%;
	height: 39px;
}

.footermenu a {
color: #fff;
text-transform: uppercase;
font-family: opensanssemibold;
}
.footermenu a:hover {
 color: #fff;
}

.footermenu a:nth-child(2) {
padding: 0px 30px;
}

.adressfooter {
margin-top: 20px;
}
.phonefooter, .phonefooter:hover, .phonefooter:active {
 color: #fff;
 font-family: opensanssemibold;
 font-size: 16px;
 text-decoration: none;
}

.morebuttom {
width: 100%;
border: 2px solid #e74a1e;
border-radius: 20px;
text-align: center;
display: block;
color:  #e74a1e;
padding: 0px 10px;
 font-family: opensanssemibold;
 font-size: 16px;
}

.morebuttom:hover {
 color:  #000;
background:  #e74a1e; 
text-decoration: none;
}

.morebuttomtext {
width: 100%;
border: 2px solid #e74a1e;
border-radius: 20px;
text-align: center;
display: block;
color:  #e74a1e;
padding: 4px 10px;
 font-family: opensanssemibold;
 font-size: 16px;
}

.morebuttomtext:hover {
 color:  #fff;
background:  #e74a1e; 
text-decoration: none;
}

.hiddenall {
display: none !important;
}

.vk {
    background: url(/i/vk-1.png) left no-repeat;
    color: #fff;
    background-size: contain;
    padding-left: 50px;
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

.vk:hover {
color: #fff;		
}
/*--------------------адаптивность-----------------------------*/


button.navbar-toggler {
    color: #ea4a1e;       /*-Меню бургер, цвет, шрифт и центрирование-*/
    font-size: 40px;
   /* margin: 0 auto; */
}

  .mobocopy {
  display: none;
  }
 
   .navbar-toggler[aria-expanded="true"] .fa-bars {
display: none;
}

.navbar-toggler[aria-expanded="false"]  .fa-times {
display: none;
}

.navbar-toggler .fa-bars {
display: block;
}
 .hiddenall {
display: block;
}

/*-----Страница поддержки----------------*/
.redback {
background:   #ea4a1e;
color: #fff;
padding: 50px 0px;
margin-top: -30px;
}
.poddergblok1 div {
   margin-bottom: 30px;
}


.poddergblok1 span {
height: 100%;
 display: block;
  font-family: opensans-bold;
  font-size: 24px;
    padding-left: 80px;
  
}


  .napolneniye {
  background: url(/i/fish-4.png) left no-repeat, #fff;
  color: #ea4a1e;
  padding: 30px 20px;
  
 
  }
  .dorab  {
   background: url(/i/fish-3.png) left no-repeat, #fd8b04;
  color: #fff;
  padding: 23px 20px 23px 20px;
  padding-left: 80px;
 
  line-height: 1.1;
  
  }
  .razmesh {
   background: url(/i/fish-2.png) left no-repeat, #0b94bc;
  color: #fff;
  padding: 23px 20px 23px 20px;
  
 
  line-height: 1.1;
  }
  .monitoring {
    background: url(/i/fish-1.png) left no-repeat, #0e5083;
  color: #fff;
  padding: 23px 20px 23px 20px;

 
  line-height: 1.1;
  
  }
  
 .formpodderg  .wpcf7-text,  .formpodderg  .wpcf7-submit {
 width: 100%;
 padding: 10px 15px;
 border-radius: 30px;
 border: 2px solid #fff;
 }
 
 .formpodderg  .wpcf7-submit  {
 background: none;
 color: #fff;
 font-family: opensans-bold;
 cursor: pointer; 
 }

 .formpodderg {
 margin-top: 40px;
 }
 
 .bespl {
  color: #000;
 }
 
 .redback h1 {
   font-family: opensans-bold;
   font-size: 48px;
   text-transform: uppercase;
 }
 
 .page-template-poddergka h2 {
 font-family: opensans-bold;
   font-size: 48px;
   text-transform: uppercase;
   color: #ea4a1e;
 }
 
 .vklpodd div {
   margin-bottom: 30px;
 }
 
 .blockaboutpodder {
 border: 1px solid #ea4a1e;
 padding: 30px;
 border-radius: 30px;
 height: 100%;

 }
 
  .blockaboutpodder li::before {
    content: "›";
    margin-right: 5px;
    display: inline-block;
    color: #ea4a1e;
     font-family: opensans-bold;
}

.blockaboutpodder  ul {
    list-style-type: none;
    padding-inline-start: 30px;
}

.blockaboutpodder  span {
color: #ea4a1e;
}

.blockaboutpodder  strong {
margin-bottom: 20px;
display: block;
font-size: 28px;
}

.blockaboutpodder.sin {
  border-color: #0e5083;
}

.blockaboutpodder.blue {
  border-color: #0b94bc;
}

.blockaboutpodder.orange2 {
 border-color: #fd8b04;
}

.orange {
 background: #fd8b04;
 color: #fff;
 font-family: opensans-bold;
 font-size: 36px;
 line-height: 1.2;
 padding: 15px 0px;
 
}

.orange  .content {
 background: url(/i/map.png) left no-repeat;

  padding: 20px 0px;
  padding-left: 300px;
}

 

.orange  .content {
 background: url(/i/map.png) left no-repeat;

  padding: 20px 0px;
  padding-left: 300px;
}



.tablicapricepodd {
margin: 50px 0px;
width: 100%;
}

.tablicapricepodd td {
padding: 15px 0px;
font-size: 20px;
border-bottom: 2px solid #000;
}

.tablicapricepodd td:nth-child(2) {
 background: #ea4a1e;
 color: #fff;
 border-bottom: 2px solid #fff;
 padding: 15px;
}

.tablicapricepodd td:nth-child(3) {
 background: #fd8b04;
  color: #fff;
  border-left: 5px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 15px;
}


.tablicapricepodd td:nth-child(4) {
 background: #0b94bc;
  color: #fff;
  border-left: 5px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 15px;
}

.tablicapricepodd td:last-child  {
 background: #0e5083;
  color: #fff;
  border-left: 5px solid #fff;
  border-bottom: 2px solid #fff; 
  padding: 15px;
}

.tablicapricepodd tr:last-child  td {
  border-bottom: none;
}

.tablicapricepodd strong {
 color: #ea4a1e;
  font-family: opensans-bold;
}

.no {
  background: url(/i/no.png) left no-repeat;
  width: 27px;
  height: 27px;
  display: block;
  }
  
  .yes {
  background: url(/i/yes.png) left no-repeat;
  width: 27px;
  height: 27px;
  display: block;
  }
  .typetarif {
    font-family: arial;
    font-weight: bold;
  }
  
  .tarprice {
   font-size: 36px;
   display: block;
  }
  
  .redback2 .content {
 background: url(/i/raschet.jpg) left no-repeat, #ea4a1e;
 padding: 30px 0px;
  padding-left: 300px;
  font-size: 36px;
}

.redback2  {
 background: #ea4a1e;
 padding: 20px 0px;
 font-family: opensans-bold;
 color: #fff;
 line-height: 1.2;
} 

.cms {
 margin: 30px 0px;
}

.redback3 {
  background: #ea4a1e;
 padding: 15px 0px;
}

.redback3 h2 {
color: #fff;
}

 .page-template-poddergka footer {

    margin-top: 0px;
}

.logopodder {
margin: 30px 0px;
 
}

.logopodder img {
width: 100%;
height: auto;
}
/*--------Страница поддержки конец-----------------*/


@media only screen and (max-width: 768px) {

.videoshapka {
 height: 620px !important;
}
	
	.mobinone {
	display: none;	
		
	}
  /*--------Страница поддержки-----------------*/
  
  .blockaboutpodder {
    border: 1px solid #ea4a1e;
    padding: 15px;
    border-radius: 30px;
    height: 100%;
    font-size: 14px;
}

.blockaboutpodder strong {
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
}

.blockaboutpodder ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

.redback2 .content {
    background: url(/i/raschet.jpg) top no-repeat, #ea4a1e;
    padding: 30px 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    padding-top: 150px;
    text-align: center;
}

.orange .content {
    background: url(/i/map.png) top  no-repeat;
padding-left: 10px;
    padding-right: 10px;
    padding-top: 150px;
    text-align: center;
    font-size: 26px;
}

.redback h1 {
    font-family: opensans-bold;
    font-size: 28px;
    text-transform: uppercase;
}
.tableblock {
     overflow: scroll;
}

.tarprice {
    font-size: 16px;
    display: block;
}

.tablicapricepodd td {
    padding: 5px 5px;
    font-size: 16px;
    width: 20%;
    white-space: nowrap;
    }
    
    .tablicapricepodd td:first-child {
  white-space: normal;
  /* position: absolute;  */
   background: #fff;
  /* width: 150px;  */
    }
    
        .bespl {
    color: #000;
    font-size: 18px;
}
    
    .tablicapricepodd td:nth-child(2) {
    padding: 10px;
    
    }
    
    .formpodderg .wpcf7-text, .formpodderg .wpcf7-submit {
    width: 100%;
    padding: 10px 15px;
    border-radius: 30px;
    border: 2px solid #fff;
    margin-bottom: 20px;
    font-size: 16px;
}
 /*--------Страница поддержки конец-----------------*/
.mapsallcont {
    margin-left: 0px;
}

.mapscont {
    position: relative;
    z-index: 1000;
    background: #fff;
    padding: 20px 25px;
    border-radius: 20px;
    margin-top:  0px;
}
	
	.hiddenall {
display: block !important;
}

.allpage h2 {
    font-size: 30px;
    margin: 20px 0px;
}
.mobocopy {
  display: block;
  margin-top: 30px;
  }

.header {
    padding-top: 10px;
}

div#navbar1 {
    margin-top: 50px;
    z-index: 100;
}

.allpage div#navbar1 {
   background: #000;
}

 .navbar {
padding: 0rem;
}	
 .container {
    max-width: 100%;
}

.logo {
    background: url(img/logofish.png) left no-repeat;
    display: block;
    width: 100%;
    height: 39px;
}


header .row {
    align-items: start;
}

.hiddenmobi {
display: none;
}

header .row .col-md-5 {
 order: 2;
}

.col-md-5.col-12 {
padding: 0px;

}

.mobimenu {
/*position: absolute;  */
}
button.navbar-toggler {
position: absolute;
    right: -10px;
    top: -45px;
}


.nameslide {
    font-size: 36px;
    font-family: opensans-bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
}

.carousel-caption {
    top: 50px;
}
.textslide div {
    margin-left: 0px;
    font-size: 16px;
    margin-top: 30px;
}
.logoklienty {
    margin-top: 0px; 
     margin-bottom: 0px; 
}

.about {
    font-size: 25px;
    font-family: opensans-bold;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0px;
}

.portlinktext {
    font-size: 14px;
    }
    
    .wetext {
    font-size: 67px;
    margin-top: -59px;
    margin-left:  10px;
    line-height: 1;
}

.wetext span {
    font-size: 48px;
}

.we {
    margin-right: -15px;
    margin-left: -15px;
}

.weul li {
  background: url(img/sp.png) left 5px no-repeat;
    margin: 10px 0px;
    padding: 5px 0px 5px 30px;
    font-size: 16px;
    background-size: 20px 30px;
}

h2 {
    font-size: 36px;
}

.otzyvy .col-md-6 {
padding: 0px;
}

.otzyvy .col-md-6:last-child {
display: none;
}

.otzyvtext {
    font-size: 14px;
}

.logofooter {
display: none;
}

.sozd, .prodv, .podderg, .prodsety {
    width: 100%;
    background-size: 80px;
    background-position:  10px 10px;
}

.yslygi .col-md-6 a {
    padding-left: 100px;
    }
    .ysltitle {
font-size: 24px;
 margin-bottom: 30px;
}

.ysprice {
 font-size: 18px;
}

.yslygi .col-md-6 {
    padding: 0px !important;
    margin-bottom: 20px;
}

.footermenu {
padding: 0px;
}

.footermenu a:nth-child(2) {
    padding: 0px  0px;
}

.footermenu .col-md-12    {
 padding: 0px;
}

footer .col-md-2  {
    padding: 0px;
}

.phonefooter {
text-align: right;
display: block;
margin-bottom: 15px;
}

#contact_form_pop p {
font-size: 14px;
}
	
.prodvigblock.colorblock ul {
    height: auto;
}
	
	.pricenblock {
    margin-top: 0px;
}
}

@media only screen and (min-width: 768px) and (max-width: 993px) {

  .container {
    max-width: 100%;
}

}

/*-----------------------------странный размер от 991 до 1190px-------------------------------*/



@media only screen and (min-width: 993px) and (max-width: 1174px) {

   .container {
    max-width: 100%;
}

 
}
/*------------адаптивность-end--------------------*/

@media screen and (max-width: 959px) {
 }

/**/
.podskazka {
position: relative;
display: inline-block;
cursor: pointer;
color: #ea4a1e;
/*text-decoration: underline;*/
border-bottom: 1px dashed #ea4a1e;
}

.podskazka .podskazkatext {
  visibility: hidden;
  width: 200px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Расположение над элементом */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.podskazka .podskazkatext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.podskazka:hover .podskazkatext {
  visibility: visible;
  opacity: 1;
}
 
/**/
a.btn.btn-light {
    font-size: 20px;
    text-decoration: none;
 font-family: opensans-bold;
}