/*

*/

html, body {
	font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color: #00ACE9;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover {
	text-decoration: none;
}
a:active, a:link {
	text-decoration: none;
}

p {
	color: #777;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

img {
  	max-width: 100%;
  	height: auto;
  	/*width:100%;*/
}

.content-hidden {
    max-height: 1px;
}
.content-hidden img {
    display: none;
}

.templatemo_footer {
	font-size: 13px;
}

.btn-primary {
  background-color: #00ACE9;
  border-color: #00ACE9;
}

.mainTop {
	margin: 0;
    min-height: 80px;
}
.mailme {
	line-height: 36px;
    max-height: 80px;
}
.mailme>p>a>img{
    margin-top: 5px;
    max-height: 70px; 
    width: auto;
}
.fa-envelope {
	margin-right: 10px;
}
.socials {
	overflow: hidden;
}
.socials p {
    text-align: left;
    margin-top: 30px;
    float: right;
}
.socials ul {
	padding-left: 0;
	margin-bottom: 0;
	float: right;
}
.socials ul li {
	display: inline-block;
	list-style-type: none;
}
.socials ul li a {
	display: block;
}
.socials ul li a:hover {
	background-color: #00ACE9;
	color: whitesmoke;
}
.soc {
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 20px;
	line-height: 38px;
}

/* IMG slider TXT */
.imgTxt {
  color: white;
	text-align: center;
}
.txtWrap1 {
  color: white;
	margin: 0 auto;
}
.txtWrap1 ul {
	margin-bottom: 20px;
  padding-left: 0;
}
.txtWrap1 ul li {
	list-style-type: none;
	display: inline-block;
}
.tinyCell {
	width: 45px;
	height: 10px;
	border-bottom: 2px solid white;
	position: relative;
	top: -30px;
	margin: 0 30px;
}
.txtWrap1 h2 {
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 0;
}
.txtWrap1 h1 {
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 3px;
	margin-top: 0;
}

.txtWrap2 {
  color: white;
  margin: 0 auto;
}
.txtWrap2 p {
	margin-bottom: 30px;
	color: white;
	font-weight: 100;
}
.listContact,
.listButton {
  color: white;
	list-style-type: none;
	padding-left: 0;
	margin-top: 40px;
}
.listContact li {
	margin: 0 10px;
	font-weight: 100;
}
.listContact i,
.listContact span {
	margin-right: 10px;
}
.listContact li,
.listButton li {
	display: inline-block;
}
.listButton li {
	margin: 0 10px;
}
.listButton li a {
	color: whitesmoke;
	padding: 10px 35px;
	border: 1px solid whitesmoke;
	display: block;
}
.listButton li a:hover {
	cursor: pointer;
}

/* logo + main menu */
.mWrapper {
	margin-bottom: 50px;
	box-shadow: 0 4px 4px -2px #ddd;
  	width: 100%;
  	background-color: white;
  	z-index: 5000;
}
.logo {
	padding: 0;
}
.mainMenu {

}
.mainMenu ul {
	float: right;
	padding-left: 0;
	margin-bottom: 0;
}
.mainMenu li {
	list-style-type: none;
	display: inline-block;
}
.mainMenu li a {
	display: block;
	text-transform: uppercase;
	padding: 20px;
}
.mainMenu li a:hover {
	background-color: #00ACE9;
	color: whitesmoke;
}

/* section 1 */
.section1,
.section2,
.section3,
.section4,
.section5 {
	padding-bottom: 30px;
	padding-top: 70px;
	border-bottom: 1px solid #E4E4E4;
}
.secHeader {
	width: 60%;
	margin: 0 auto;
}
.secHeader h1 {
	text-transform: uppercase;
	color: #00ACE9;
	letter-spacing: 2px;
	font-size: 32px;
	font-weight: 600;
    margin-bottom: 40px;
}
.secHeader p {
	letter-spacing: 1px;
}

.hexagon-a {
	height: 160px;
	margin-top: 6px;
	position: absolute;
	z-index: 300;
	left: 50%;
	margin-left: -55px;
}
.hexagon-a a {
  margin: 0 auto;
  width: 26%;
  display: block;
  min-width: 110px;
  position: relative;
    cursor: default;
}
.hexagon-a a.hlinktop:hover .hexa-a {
  background: #00ACE9;
  color: #fff;
}

.hexagon {
    height: 155px;
    margin-top: 20px;
}
.hexagon a.hlinkbott {
  margin: 0 auto;
  width: 26%;
  display: block;
  min-width: 120px;
  position: relative;
    cursor: default;
}

.hexagon a.hlinkbott:hover .hexa {
  background: #0094D3;
}

/* mid hexa */
.hexa-a {
  width: 100%;
  min-width: 110px;
  height: 0;
  padding-bottom: 57.7%;
  margin: 30% 0 0;
  background: #fff;
  position: absolute;
  color: #00ACE9;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 0%;
}

.hexa-a:before, .hexa-a:after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  padding: inherit;
  background: inherit;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  z-index: 0;
  position: absolute;
  border-radius: inherit;
}

.hexa-a:after {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hcontainer-a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.vertical-align-a {
  display: table;
  height: 100%;
  width: 100%;
}

.texts-a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
} 

/* main Hexa */ 
.hexa {
  width: 100%;
  min-width: 120px;
  height: 0;
  padding-bottom: 57.7%;
  margin: 30% 0 0;
  background: #0094D3;
  position: absolute;
  color: #FFF;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 0%;
}

.hexa:before, .hexa:after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  padding: inherit;
  background: inherit;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  z-index: 0;
  position: absolute;
  border-radius: inherit;
}

.hexa:after {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hcontainer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.vertical-align {
  display: table;
  height: 100%;
  width: 100%;
}

.texts {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* bloks */
.blok p {
	margin-bottom: 30px;
}

/* section 2 */
.glView {

}
.switcher {
	text-align: center;
	margin: 50px 0 30px;
}
.switcher ul {
	padding-left: 0;
}
.switcher ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 20px;
}
.switcher ul li {
	color: #ccc;
  cursor:  pointer;
}
.switcher ul li:hover {
	color: #00ACE9;
}
.switcher ul li i {
	font-size: 32px;
	-webkit-font-smoothing: antialiased;
}

.switcher ul li.grid-active,
.switcher ul li.list-active {
  color: #00ACE9;
}

.menuSwitch {
	text-align: center;
	margin: 30px 0 50px;
}
.menuSwitch ul {
	padding-left: 0;
}
.menuSwitch ul li {
	list-style-type: none;
	display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  color: #00ACE9;
  -webkit-transition:background-color 0.3s ease-in;  
    -moz-transition:background-color 0.3s ease-in;  
    -o-transition:background-color 0.3s ease-in;  
    transition:background-color 0.3s ease-in;
}
.menuSwitch ul li:hover {
	background-color: #00ACE9;
	color: white;
}

.menuSwitch ul li.cat-active {
  background-color: #00ACE9;
  color: white;
}

.imgSwitch {

}

.dbox {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.dbox .itemCont {
  display: inline-block;
}
.dbox .itemCont a {
  display: block;
  padding-bottom: 5px;
}
.dbox .itemCont a:hover {
  background-color: #00ACE9;
  color: white;
}
.dbox .goto {
  display: none;
}
.itemCont {
  overflow: hidden;
}
.itemInfo {
  display: block;
}
.itemInfo p {
  display: none;
}
.thumb img {
  text-align: center;
}
.loadit {
  text-align: center;
}

/* switch mode */
.dbox-list {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.dbox-list > .itemCont > a > .thumb {
  width: 100px;
  float: left;
}
.dbox-list > .itemCont > a > .itemInfo {
  float: left;
  margin-left: 30px;
  width: 75%;
}
.dbox-list > .itemCont > a > .itemInfo > p {
  display: block;
  color: #777;
}
.dbox-list .goto {
  display: block;
  float: right;
}


/* section 3 */
.knobWrap {
  margin: 100px 0 30px;
}
.knob {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
    transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}

.teamInfo {
  overflow: hidden;
  margin-bottom: 80px;
}
.teamInfo ul {
  padding-left: 0;
  margin: 80px 0;
}
.teamInfo ul li {
  list-style-type: none;
  display: inline-block;
  float: left;
  width: 20%;
  cursor: pointer;
}
.teamBox {
}
.imgWrp {
  height: 190px;
  overflow: hidden;
  cursor:pointer;
  opacity: 0.5;
    transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}
.imgWrp:hover {
    height: 220px;
    opacity: 1;
    margin-top: -15px;
}
.tInfo {
}
.sbot {
  margin: 50px 0;
}
.sbot ul {
  float: none;
  text-align: center;
}

/* section 4 */
/* none */

/* section 5 */
.templatemo_maps {
  margin: 100px 0;
  display: block;
  overflow: hidden;
  height: 400px;
}
.fluid-wrapper {
    position: relative;
    /* padding-bottom: 56.25%;  16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    border: none;
}
.addr {

}
.addr ul {
  padding-left: 0;
}
.addr ul li {
  list-style-type: none;
} 
.addr ul li i {
  width: 14px;
  margin-right: 10px;
  margin-bottom: 15px;
  color: #00ACE9;
  font-size: 18px;
  text-align: center;
}

/* section 6 */
.partnerWrap {
  margin: 100px 0;
  position: relative;
}
.slideshow { 
  margin: auto;
  width: 80%;
}
.slideshow img { padding: 2px; }
div.responsive img { width: auto; height: auto }
.cycle-pager { position: static; margin-top: 5px }
div.vertical { width: 100px }


#prev {
  width: 35px;
  height: 50px;
  position: absolute;
  top: -10%;
  left:0;
  text-indent: -9999px;
  background: url(../images/prev-min.png)0px -50px no-repeat;
}
#next {
  width: 35px;
  height: 50px;
  position: absolute;
  top: -10%;
  right: 0;
  text-indent: -9999px;
  background: url(../images/next-min.png)0px -50px no-repeat;
}
#prev:hover,
#next:hover {
  background-position: 0px 0px;
}

/* section7 */
.testimon {
  background-color: #00ACE9;
  padding: 30px 0;
}
blockquote small {
  color: white;
  margin-bottom: 20px;
}
.bxslider {
  padding-left: 0;
}
.bxslider blockquote {
    position: relative;
    padding: 0 20%;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-left: 0;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    margin-bottom: 8px;
}

.bxslider blockquote:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url('../images/quote-left-min.png') center center no-repeat;
    left: 5%;
    top: 10px;
}

.bxslider blockquote:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url('../images/quote-right-min.png') center center no-repeat;
    right: 5%;
    top: 10px;
}

.bxslider span.date-post {
    margin-bottom: 15px;
}
.bxslider li{
    overflow:hidden;
    margin-bottom: 40px;
}

#box-img_testimonial {
  text-align: center;
}
#box-img_testimonial a {
  width: 50px;
  margin: 0 12px;
  opacity: 0.5;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
transition:all .2s linear; 
-o-transition:all .2s linear; 
-moz-transition:all .2s linear; 
-webkit-transition:all .2s linear;
}
#box-img_testimonial a:hover {
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
opacity: 1;
}
.tesimonial-autor {
  color: white;
}
.tesimonial-autor h4 {
  font-weight: 700;
}

/* footer */
footer {
  margin-top: 40px;
}
.info1 h4,
.info2 h4,
.info3 h4 {
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.info2 > div > div {
  margin-bottom: 20px;
}
.gotop {
  background-color: #ddd;
  padding: 15px 0;
}
.bfWrap {
  padding: 20px 0;
}
.opener {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.opener span {
    display: inline-block;    
}
.opener span:before,
.opener span:after {
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    content: " ";
    width: 45%;
    position: absolute;
    left: 0;
    top: 1.2em;
}
.opener span:after {
   right: 0;  
   left: auto; 
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-width : 480px) {

  #slider-direction-nav,
	#slider-control-nav { opacity: 1; }
	.mailme {
		
	}
	.socials ul {
		float: none;
		text-align: center;
	}
  .mainMenu li a {
		padding: 5px;
    font-size: 8px;
	}
  .secHeader {
    width: 100%;
  }
  .txtWrap1 {
    margin-bottom: 10px;
  }
  .txtWrap1 h2,
  .txtWrap1 h1 {
    font-size: 14px;
  }
  .listContact, .listButton {
    margin-top: 20px;
  }
  .menuSwitch ul li {
    padding: 5px;
    font-size: 11px;
  }
  .teamInfo ul li {
    width: 50%;
  }
  .imgWrp {
    height: 150px !important;
  }
  .imgWrp:hover {
      height: 150px;
      opacity: 1;
      margin-top: 0px;
  }
  .txtarea {
    margin: 20px 0;
  }
  #box-img_testimonial a {
    width: 30px;
  }
  .opener span:before,
  .opener span:after {
    width: 25%;
  }
}

@media(max-width:767px){
	.mailme {
		
	}
	.logo {
		text-align: center;
	}
	.socials ul {
		float: none;
		text-align: center;
	}
	.mainMenu ul {
		float: none;
		text-align: center;
	}
	.mainMenu li a {
		padding: 10px;
	}
  .teamInfo ul li {
    width: 50%;
  }
  .imgWrp {
    height: 220px;
  }
  .imgWrp:hover {
      height: 220px;
      opacity: 1;
      margin-top: 0px;
  }
  .txtarea {
    margin: 20px 0;
  }
  .info3 {
    margin-bottom: 30px;
  }
}
@media(min-width:768px){
	.mainMenu li a {
		padding: 20px 10px;
	}
  .socials ul {
    float: none;
    text-align: center;
  }
  .imgWrp {
    height: 160px;
  }
  .imgWrp:hover {
      height: 160px;
      opacity: 1;
      margin-top: 0px;
  }
  .txtarea {
    margin: 20px 0;
  }
  #box-img_testimonial a {
    width: 40px;
  }
  .opener span:before,
  .opener span:after {
    width: 30%;
  }
  .info3 {
    margin-bottom: 30px;
  }
}
@media(min-width:992px){
	.mainMenu li a {
		padding: 20px;
	}
  .imgWrp {
    height: 315px;
    opacity: 0.5;
  }
  .imgWrp:hover {
      height: 320px;
      opacity: 1;
      margin-top: -15px;
  }
  .txtarea {
    margin: 0;
  }
  #box-img_testimonial a {
    width: 50px;
  }
  .opener span:before,
  .opener span:after {
    width: 45%;
  }
  .socials ul {
    float: right;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	#slider-direction-nav,
	#slider-control-nav { opacity: 1; }

}
.first-scr {
    min-height: 520px;
    /*background-image: url(../images/slider/img_2-min.jpg);*/
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    border: 3px solid #00ace9;
    border-radius: 15px;
    padding-bottom: 25px;
    margin-top: 35px;
}

.phone-top {
    font-size: 20px;
    margin-right: 50px;
    color: #47e0fd;
    font-family: Arial, Helvetica, sans-serif;
}
.phone-top .glyphicon {
    font-size: 17px;
    color: #006e6f;
    margin-right: 3px;
}
.phone-top img {
    width: 28px;
    margin-right: 5px;
}
.phone-top:hover {
    color: #47e0fd;
}

.btn-call {
    font-size: 16px;
    padding: 8px 16px;
    background-color: #006e6f;
    color: #fff;
}
.btn-call:hover {
    background-color: #00ACE9;
    color: #fff;
}

.first-text {
    margin-top: 0px;
    padding: 0;
}
.first-text h1, .first-text h2{
    color: #ffffff;
    background-color: #00ACE9;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 29px;
    text-align: center;
}

.section3-my {
    border-bottom: 1px solid #E4E4E4;
}



.knob-min {
    position: relative;
    min-height: 100px;
}

.knob-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 3px solid #00ACE9;
    background-color: #fff;
    color: #00ACE9;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    
    background-image: url(../images/icons/guarantee-min.png);
}
.knob-2:hover {
    border: 3px solid #00ACE9;
    background-color: #00ACE9;
    color: #fff;
    background-image: url(../images/icons/guarantee1-min.png);
    
}
.knop-text {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    color: #3C3C3C;
}
.knob-3 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 3px solid #00ACE9;
    background-color: #fff;
    color: #00ACE9;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    
    background-image: url(../images/icons/time-min.png);
}
.knob-3:hover {
    border: 3px solid #00ACE9;
    background-color: #00ACE9;
    color: #fff;
    background-image: url(../images/icons/time1-min.png);
}
.knob-4 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 3px solid #00ACE9;
    background-color: #fff;
    color: #00ACE9;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    
    background-image: url(../images/icons/calendar-min.png);
}
.knob-4:hover {
    border: 3px solid #00ACE9;
    background-color: #00ACE9;
    color: #fff;
    background-image: url(../images/icons/calendar1-min.png);
}
.knob-5 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 3px solid #00ACE9;
    background-color: #fff;
    color: #00ACE9;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    
    background-image: url(../images/icons/button-of-four-tiles-squares-outlines-min.png);
}
.knob-5:hover {
    border: 3px solid #00ACE9;
    background-color: #00ACE9;
    color: #fff;
    background-image: url(../images/icons/button-of-four-tiles-squares-outlines1-min.png);
}

.knobWrap2 {
    margin: 60px 0 30px;
}

/*---------------------------------*/
.types-w {
    margin-top: 50px;
    margin-bottom: 20px;
}
.types-w h1 {
    text-transform: uppercase;
    color: #00ACE9;
    letter-spacing: 2px;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

.types-cont {
    max-width: 100%;
    min-height: 350px;
    border: 1px solid #80a3af;
    margin-top: 35px;
}

.types-cont h3{
    text-align: center;
}
.types-cont p{
    font-size: 18px;
    color: #363636;
}
.text-center {
    text-align: center;
}
.text-left {
    
    padding-left: 30px;
    text-align: left;
}
.types-cont img{
    width: 85%;
    max-width: 300px;
}
.types-cont .price{
    padding: 10px 30px;
    background-color: #80a3af;
    color: #fff;
    font-weight: bold;
    width: 50%;
    float: left;
    text-align: center;
}
.types-cont .price .glyphicon{
    color: #fff;
    margin: 0 8px;
}


.glyphicon {
    font-size: 18px;
    color: #363636;
    margin-right: 10px;
}


.types-cont .btn {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}
.types-cont .btn a{
    background-color: #0094d3;
    padding: 10px 50px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.types-cont .btn a:hover{
    background-color: #076b96;
}
/*-----------------------------------------*/
.form-wrap {
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    min-height: 350px;
    margin-top: 0px;
    padding: 5px;
}

.form-wrap h2 {
    text-align: center;
    padding: 10px 20px;
    font-size: 24px;
    line-height: 36px;
    border: 2px solid #e88a14;
    color: #e88a14;
    border-radius: 15px;
}
.form-wrap h2>span {
    color: #c12f1c;
    font-size: 22px;
}
.form-wrap p {
    text-align: center;

}
.form-order {
    margin-top: 40px;
}
.form-order input {
    text-align: center;
    width: 75%;
    height: 40px;
    border: 1px solid #909090;
    background-color: transparent;
}
.form-order .send {
    background-color: #e88a14;
        border: 1px solid #cc602d;
    box-shadow: none;
    padding: 10px 60px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
        -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.form-order .send:hover {
    background-color: #ff7600;
        border: 1px solid #ff7600;
}
.form-order p {
    text-align: center;
}
}
.form-order2 {
    margin-top: 40px;
}
.form-order2 input {
    text-align: center;
    width: 75%;
    height: 40px;
    border: 1px solid #909090;
    background-color: transparent;
}
.form-order2 .send {
    background-color: #e88a14;
        border: 1px solid #cc602d;
    box-shadow: none;
    padding: 10px 60px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
        -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.form-order2 .send:hover {
    background-color: #ff7600;
        border: 1px solid #ff7600;
}
.form-order2 p {
    text-align: center;
}

/*---------------------------------------*/
.form-order-2 {
    margin-top: 30px;
}
.form-order-2 input {
    text-align: center;
    height: 40px;
    width: 90%;
    border: 1px solid #1b3944;
    background-color: rgba(255, 255, 255, 0.7);
    color: #1b3944;
}
.form-order-2 .send {
    background-color: #00ace9;
    box-shadow: none;
    border: none;
    padding: 10px 60px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.form-order-2 p {
    text-align: center;
    width: 33%;
    float: left;
}

/*----------------------------------------*/
/*---------------------------------------*/
.form-order-3 {
    margin-top: 30px;
}
.form-order-3 input {
    text-align: center;
    height: 40px;
    width: 90%;
    border: 1px solid #1b3944;
    background-color: rgba(255, 255, 255, 0.7);
    color: #1b3944;
}
.form-order-3 .send {
    background-color: #00ace9;
    box-shadow: none;
    border: none;
    padding: 10px 60px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.form-order-3 p {
    text-align: center;
    width: 33%;
    float: left;
}

/*----------------------------------------*/
.types-or {
    margin-top: 50px;
    margin-bottom: 20px;
}
.types-or h2 {
    text-transform: uppercase;
    color: #00ACE9;
    letter-spacing: 2px;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.types-or .table {
    margin-top: 30px;
}


.rest-text {
    margin-top: 50px;
}
.rest-text h3 {
        text-transform: uppercase;
    color: #00ACE9;
    letter-spacing: 2px;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.rest-text p {

}

.cont-hr {
    border-bottom: 1px solid #E4E4E4;
    width: 100%;
}

.wrap-form-center {
    margin-top: 60px;
    min-height: 200px;
    background-image: url(../images/mosaic_230-min.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}
.wrap-form-center h3 {
    text-transform: uppercase;
    color: #1b3944;
    letter-spacing: 2px;
    font-size: 26px;
    font-weight: 600;
    margin-top: 35px;
    text-align: center;
}

.col-md-offset-15 {
        margin-left: 12.5%;
}

.text-center-p {
    text-align: center;
    padding-top: 15px;
}

/*--------------------------------------*/

.container-we {
border: 1px solid #80a3af;
    padding: 30px 20px;
    margin-top: 20px;
    margin-bottom: 60px;
    min-height: 250px;
}
.container-we h4{
    text-align: center;
    
}
.container-we p{
    line-height: 30px;
    margin-top: 20px;
}
.container-we .we-are, .container-we .they-are{
    width: 50%;
    float: left;
    
}
.container-we .we-are i{
    color: #0e9613;
    padding-right: 15px;
}
.container-we .they-are i{
    color: #d43621;
    padding-right: 15px;
}

.h-text-h {
    text-transform: uppercase;
    color: #00ACE9;
    letter-spacing: 2px;
    font-size: 30px;
}
.h-text-h2 {
    text-transform: uppercase;
    color: #00ACE9;
    letter-spacing: 2px;
    font-size: 26px;
    margin-top: 30px;
}

.text-center-p2 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

/*-----------------------*/
.wrap-form-bottom {
    margin-top: 60px;
    min-height: 200px;
    background-image: url(../images/mosaic_230-min.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
        padding-bottom: 30px;
}
.wrap-form-bottom h3 {
    text-transform: uppercase;
    color: #1b3944;
    letter-spacing: 2px;
    font-size: 26px;
    font-weight: 600;
    margin-top: 35px;
    text-align: center;
}
.wrap-form-bottom h3>span {
    color: #ce1515;
}

.form-sale {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.81);
}
.form-sale p {
    text-align: center;
}

.contacts {
    min-height: 400px;
}
.contacts .map {
    min-height: 400px;
        padding: 0;
}
.contacts .conta {
    min-height: 400px;
    background-color: #80a3af;
    text-align: center;
    padding: 0;
}
.contacts .row {
    margin-right: 0;
    margin-left: 0;
}

.section5 {
    padding-bottom: 0;
}

.contacts .conta h3 {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}
.contacts .conta p {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}
.contacts .conta p.photo_art {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.contacts .conta p.photo_art img {
    border-radius: 100%;
    max-width: 90px;
    border: 2px solid #fff;
}


/*Модальные формы*/
#order-call {
	padding: 40px 35px;
	background: #fff;
	min-width: 390px;
	margin: auto;
	position: relative;
	text-align: center;
	width: 22%;

}
#order-call h3 {
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 25px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
#order-call p {
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-bottom: 20px;
}
#order-call input {
 	width: 100%;
	color: #000;
	height: 40px;
	margin: 10px 0;
	padding-left: 15px;
    border: 1px solid #9ea3af;
    font-size: 15px;
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;

}
#order-call .send {
    border: 1px solid #e88a14;
    height: 35px;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto Slab Bold';
    padding: 5px 65px;
    margin-top: 15px;
    background-color: #e88a14;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
 #order-call .send:hover {
    background-color: #e85d14;
    border: 0;
 }
/*Модальные формы*/
/*Модальные формы*/
#order-call2 {
	padding: 40px 35px;
	background: #fff;
	min-width: 390px;
	margin: auto;
	position: relative;
	text-align: center;
	width: 22%;

}
#order-call2 h3 {
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 25px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
#order-call2 p {
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-bottom: 20px;
}
#order-call2 input {
 	width: 100%;
	color: #000;
	height: 40px;
	margin: 10px 0;
	padding-left: 15px;
    border: 1px solid #9ea3af;
    font-size: 15px;
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;

}
#order-call2 .send {
    border: 1px solid #e88a14;
    height: 35px;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto Slab Bold';
    padding: 5px 65px;
    margin-top: 15px;
    background-color: #e88a14;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
 #order-call2 .send:hover {
    background-color: #e85d14;
    border: 0;
 }
/*Модальные формы*/
.faq {
    margin-top: 45px;
}
.first-text h2 {
    font-size: 24px;
    text-align: center;
}


@media(max-width:1200px) {
    .types-cont .price {
        padding: 10px 0px;
        height: 45px;
    }
    .container-we {
        border: 0px solid #80a3af;
    }
}
@media(max-width:1100px) {
    .first-text h1, .first-text h2 {
        font-size: 22px;
    }
    .form-wrap h2 {
        text-align: center;
        padding: 0px 20px;
        font-size: 22px;
        line-height: 28px;
    }
    .first-scr {
        min-height: 400px;
        margin-top: 35px;
    }
    .form-order {
        margin-top: 20px;
    }
    .form-order2 {
        margin-top: 20px;
    }
    element.style {
        height: 50px;
    }
    #timera014b88b0dc326d69cc1651f0758c616 .timer-slide-inner {
        font-size: 40px;
    }
    .form-wrap h2 {
        font-size: 19px;
        line-height: 25px;
    }
}
@media(max-width:991px) {
    .socials p {
        margin-top: 0px;
    }
    .phone-top {
        font-size: 20px;
        line-height: 20px;
        margin-right: 10px;
        
    }
    .types-cont p {
        width: 50%;
        float: left;
    }
    .conta-price {
        width: 100%;
        display: inline-block;
    }
    .col-md-offset-15 {
        margin-left: 0;
    }
    .phone-top img {
        margin-right: 5px;
        margin-top: 3px;
        margin-bottom: 10px;
    }
}
@media(max-width:768px) {
    iframe {
        max-width: 100%;
    }
    .mailme p {
        text-align: center;
    }
    .phone-top {
        text-align: center;
    }
    .socials p {
        text-align: center;
        margin-bottom: 25px;
    }
    .socials p {
        text-align: center;
        margin-top: 15px;
        float: none;
    }
    .first-text h1, .first-text h2, .secHeader h1 {
        font-size: 20px;
        margin-top: 15px;
    }
    .first-text h1, .first-text h2 {
        font-size: 20px;
        margin-top: 0;
    }
	.first-text h2 {
		font-size: 17px;
		text-align: center;
	}
    #timera014b88b0dc326d69cc1651f0758c616 .timer-slide-inner {
        font-size: 40px;
    }
    .form-order {
        margin-top: 10px;
    }
    .form-order2 {
        margin-top: 10px;
    }
    .types-w h1 {
        font-size: 24px;
    }
    .types-cont p {
        width: 100%;
    }
    .types-or h2, .rest-text h3 {
        font-size: 22px;
    }
    .types-or .scroll {
        overflow-x: scroll;
    }
    .wrap-form-center h3 {
        font-size: 20px;   
    }
    .form-order-2 p {
        width: 100%;
    }
    .form-order-3 p {
        width: 100%;
    }
    .knob {
        margin-bottom: 25px;
    }
    .container-we .we-are, .container-we .they-are {
        width: 100%;
    }
    .h-text-h {
        font-size: 22px;
        margin-top: 50px;
    }
    .teamInfo ul {
        margin: 40px 0;
    }
    .h-text-h2 {
        font-size: 18px;
    }
    .menuSwitch ul li {
        display: block;
    }
    .wrap-form-bottom h3 {
        font-size: 20px;
        margin-top: 30px;
    }
    .contacts .conta h3 {
        margin-top: 0;
    }
    .contacts .conta {
        min-height: 350px;
        padding: 45px 0;
    }
}

.text-center-b {
    text-align: center;
    margin-bottom: 0;
    
}
.text-center-b p {
    line-height: 40px;    
    margin-bottom: 0;
}

.socials p {
    text-align: left;
    margin-top: 15px;
    float: right;
}

.btn-call1 {
    margin-top: 27px !important;
}

@media(max-width:768px) {

    .socials p {
        text-align: center;
        margin-top: 15px;
        float: none;
    }
    .first-img-new2 {
        min-height: 250px;
        background-size: 100%;
    }
    .first-img-new {
        min-height: 250px;
        background-size: 100%;
    }
    
}



.video-fs {
    padding: 10px 10px;
}
.video-fs .fa {
    color: #c12f1c;
    font-size: 25px;
    margin-left: 7px;
    margin-right: 7px;
}
.video-fs h2 {
    text-align: center;
    padding: 5px 20px;
    font-size: 20px;
    line-height: 34px;
    text-transform: none;
}

.videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
}
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}


.rest-text img {
    width: 100%;
}
.img-c-ghf {
    width: 100%;
    height: 60px;
    background-color: #ececec;
}


.form-wrap {
    background-color: rgba(247, 247, 247, 0.85);
    width: 100%;
    min-height: 350px;
    margin-top: 30px;
    /* margin-bottom: 0; */
    padding-bottom: 25px;
    padding-top: 5px;
    /* height: 100%; */
}

.first-text h1 {
    /*border-radius: 10px 10px 0 0;*/
}

.slider-top {
    padding: 0;
}

.first-img-new {
    min-height: 100px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-image: url(../images/slider/img_1-min.jpg);*/
}
.first-img-new2 {
    min-height: 100px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   /* background-image: url(../images/slider/bg4.png);*/
}

.pos-ab-im {
/*   margin-top: 25px;
    margin-left: 70px;*/
}

.section-2-newrest {
    border-bottom: 1px solid #E4E4E4;
    padding-top: 30px;
    padding-bottom: 20px;
}
.section-2-newrest h2 {
    text-transform: uppercase;
    color: #00ACE9;
    letter-spacing: 2px;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}
.section-2-newrest p {
    text-align: center;
    font-size: 17px;
    margin-top: 0;
    color: #00ace9;
}

/*------*/
.img-pr .img-pr-vn {
    margin: auto;
    width: 296px;
    height: 430px;
    background-position: center;
    background-repeat: repeat;
    background-size: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.img-pr .img-prob1 {
    background-image: url(../images/new/1.jpg);
}
.img-pr .img-prob1:hover {
    background-image: url(../images/new/1a.jpg);
}
.img-pr p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}


.img-pr .img-prob2 {
    background-image: url(../images/new/2.jpg);
}
.img-pr .img-prob2:hover {
    background-image: url(../images/new/2a.jpg);
}
.img-pr .img-prob3 {
    background-image: url(../images/new/3.jpg);
}
.img-pr .img-prob3:hover {
    background-image: url(../images/new/3a.jpg);
}

.img-pr .img-prob4 {
    background-image: url(../images/new/4.jpg);
}
.img-pr .img-prob4:hover {
    background-image: url(../images/new/4a.jpg);
}
.img-pr .img-prob5 {
    background-image: url(../images/new/5.jpg);
}
.img-pr .img-prob5:hover {
    background-image: url(../images/new/5a.jpg);
}
.img-pr .img-prob6 {
    background-image: url(../images/new/6.jpg);
}
.img-pr .img-prob6:hover {
    background-image: url(../images/new/6a.jpg);
}

@media(max-width:991px) {

    .first-img-new2 {
        min-height: 100px;
        background-size: 100%;
        background-image: url(../images/slider/bg3min.jpg);
    }
    .first-img-new {
        min-height: 100px;
        background-size: 100%;
    }
    .pos-ab-im {
        max-width: 80px;
    }
    
}
.slider-top .slider-topimg {
    width: 100%;
}


.phone_news {
    font-size: 16px;
    padding: 6px 20px;
    border: 2px solid #006e6f;
    color: #006e6f;
    margin-right: 15px;
}
.phone_news:hover {
    color: #fff;
    background-color: #00ace9;
    border: 2px solid #00ace9;
}
.socials p.phone-top {
    margin-top: 24px;
}
.phone-top {
    margin-right: 25px;
}
.mainTop {
    margin: 0;
    position: fixed;
    min-height: 70px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(237,237,237,0.8);
}
.mailme p {
    margin-bottom: 5px;
}
.socials {
    overflow: visible;
    margin-bottom: 5px;
}
.top_head_mask {
    min-height: 81px;
}

.newblock_form {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 30px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    background-image: url(../images/santeh.jpg);
    min-height: 250px;
}
.newblock_form .form-wrap {
    min-height: 250px;
    margin-top: 0;
    border-radius: 10px;
    border: 2px solid #e88a14;
}
.newblock_form .form-wrap h2 {
    border: none;
    color: #2e2e2e;
}
.newblock_form .form-order {
    margin-top: 15px;
}

.newblock_form .form-order2 {
    margin-top: 15px;
}

.slick-prev:before, .slick-next:before {
    font-size: 25px;
    color: #fff;
}
.slick-next {
    right: 25px;
    z-index: 99;
}
.slick-prev {
    left: 25px;
    z-index: 99;
}


.type_new_conf {
    max-width: 100%;
    min-height: 350px;
    border: 1px solid #80a3af;
    margin-top: 35px;
    position: relative;
    margin-bottom: 50px;
    background-image: url(../images/bg_new.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}
.price_left_n {
    background-color: #80a3af;
    min-height: 350px;
}
.price_left_n2 {
    background-color: #80a3af;
    min-height: 350px;
}
.plahka_top_new {
    position: absolute;
    top: 0;
    margin: auto;
    right: 0;
    left: 0;
    max-width: 700px;
    z-index: 99;
}
.plahka_top_new h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #80a3af;
    padding: 6px 25px;
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin-top: 5px;
}
.plahka_bot_new {
    position: absolute;
    bottom: -50px;
    margin: auto;
    right: 0;
    left: 0;
    max-width: 900px;
}
.plahka_bot_new p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #80a3af;
    padding: 6px 25px;
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin-top: 5px;
}
.text_left_newtype {
    min-height: 300px;
    /*border-right: 1px solid #80a3af;*/
}
.video_right_newtype {
    margin-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 35px;
}

.text_left_newtype {
    margin-top: 50px;
}
.text_left_newtype h3 {
    margin-bottom: 25px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #00ace9;
}
.text_left_newtype p {
    font-size: 18px;
    color: #000;
}

.price_left_n {
    background-image: url(../images/bg_price1.png);
    background-repeat: no-repeat;
    background-size: contain;
     /*-webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
     transform: rotate(-90deg);*/
}
.price_left_n2 {
    background-image: url(../images/bg_price2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.video_right_newtype img {
    width: 100%;
    height: auto;
}

.btn_types_new .btn {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
}
.btn_types_new .btn a {
    font-size: 18px;
    background-color: #0094d3;
    padding: 10px 50px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
    
.text_left_newtype .types-cont .btn {
    text-align: left;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}

.tet_r_new_1 {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 2px;
    font-size: 18px;
    color: #04ade9;
}
.tet_r_new_2 {
    text-align: center;
    color: #c12f1c;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
}
  

.text_left_newtype .types-cont {
    min-height: 50px;
    border: 0px solid #80a3af;
    margin-top: 20px;
}
.text_left_newtype .types-cont .conta-price {
    
}
.slider-top {
    max-height: 300px;
    overflow: hidden;
}


    
    /*--*/
    .lakub_derza_timan {
        background-color: #1a4463;
        -webkit-border-radius: 7px;
        border-radius: 43px;
        border: none;
        color: #e4e2e2;
        cursor: pointer;
        display: inline-block;
        font-family: Arial;
        font-size: 17px;
        padding: 4px 9px;
        text-align: center;
        text-decoration: none;
    }

    @keyframes glowing {
      0% { border-color: #006e6f; box-shadow: 0 0 2px #006e6f; }
      50% { border-color: #085455; box-shadow: 0 0 9px #085455; }
      100% { border-color: #00ACE9; box-shadow: 0 0 2px #00ACE9; }
    }
    @-webkit-keyframes glowing {
      0% { border-color: #006e6f; box-shadow: 0 0 2px #006e6f; }
      50% { border-color: #085455; box-shadow: 0 0 9px #085455; }
      100% { border-color: #00ACE9; box-shadow: 0 0 2px #00ACE9; }
    }

    .lakub_derza_timan {
      animation: glowing 1500ms infinite;
    }
    
    .phone_news {
        background-color: #006e6f;
        color: #fff;
        webkit-animation: glowing 1500ms infinite;
          animation: glowing 1500ms infinite;
    }
    /*--*/




/*---------*/
.new_navtabs.nav-tabs>li {
    width: 25%;
}
.new_navtabs.nav-tabs>li>a {
    padding: 0px;
    padding-top: 3px;
}
.btnclass {
    margin-top: 30px;
    text-align: center;
}
.btnclass img {
    max-width: 150px;
}
.rest-text h4 {
    text-align: center;
}
/*---------*/

@media(max-width:1200px) {
    .phone-top {
        font-size: 16px;
    }
    .socials p.phone-top {
        margin-top: 27px;
        margin-right: 0;
    }
}
@media(max-width:991px) {
    .socials p.phone-top {
        margin-top: 26px;
    }
    .mailme>p>a>img {
        margin-top: 10px;
    }
    .hidden_mysm {
        display: none;
    }
    article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
        overflow-x: hidden;
    }
    .btn-call1 {
        /*display: none;*/
    }
    .btn-call1 {
        margin-top: 26px !important;
    }
    .slider-top {
        max-height: 352px;
    }
    .text_left_newtype .types-cont .btn {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 45px;
    }
    .video_right_newtype {
        margin-bottom: 5px;
    }
    .text_left_newtype {
        margin-top: 5px;
    }
    .text_left_newtype h3,
    .text_left_newtype p {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(max-width:768px) {
    
    .text_left_newtype h3,
    .text_left_newtype p {
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
    }
    .mailme>p>a>img {
        margin-top: 0;
    }
    .socials p {
        /*width: 48%;
        float: right;*/
        margin: auto;
        margin-bottom: 10px;
        width: 100%;
        float: left;
    }
    
    .btn-call1 {
        display: block;
    }
    .socials p.btn-call1 {
        margin-top: 12px !important;
        margin-bottom: 25px;
    }
    .socials p.phone-top {
        margin-top: 0;
        margin-bottom: 15px;
    }
    
    .top_head_mask {
        min-height: 80px;
    }
    #order-call {
        padding: 25px 15px;
        min-width: 290px;
        width: 100%;
    }
    
    .img-pr .img-pr-vn {
        width: 155px;
        height: 220px;
        background-repeat: no-repeat;
    }
    .c100.big {
        font-size: 140px !important;
    }
    .c100 > span {
        font-size: 14px;
        line-height: 1.6em;
    }
    
    .plahka_top_new {
        position: relative;
    }
    .plahka_bot_new {
        position: relative;
        bottom: auto;
        margin-top: 10px;
    }
    .plahka_top_new h2 {
        margin-top: 0;
        
    }
    .price_left_n, .price_left_n2 {
        background-color: #80a3af;
        min-height: 1px;
        background-image: none;
    }
    .text_left_newtype {
        margin-top: 0;
        padding: 5px 35px;
    }
    .type_new_conf {
        min-height: 1px;
        background-position: left top;
        margin-bottom: 0px;
    }
    .video_right_newtype {
        margin-top: 10px;
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 0px;
    }
    .text_left_newtype {
        min-height: 3px
    }
    .plahka_bot_new p {
        font-size: 18px;
        margin-top: 5px;
    }
    .video_right_newtype img {
        margin-bottom: 0px;
    }
    .section-2-newrest h2 {
        font-size: 24px;
    }
    .text_left_newtype h3 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .text_left_newtype .types-cont .btn {
        text-align: center;
    }
    
    .socials p.phone-top {
        width: 50%;
        float: right;
        margin-top: 13px;
    }
    .socials p.btn-call1 {
        width: 50%;
        float: left;
    }
    .mainTop {
        min-height: 45px;
        padding-top: 5px;
    }
    
    .container {
        max-width: 400px;
    }
    .phone_news {
        font-size: 12px;
        padding: 9px 20px;
        margin-right: 0;
    }
    .slider-top {
        max-height: 188px;
    }
    body {
        overflow-x: hidden;
    }
    
    .btn-call {
        border: 2px solid #006e6f;
        padding: 6px 16px;
    }
    
}
@media(max-width:470px) {
    .phone-top img {
        display: none;
    }
    .socials p.phone-top {
        /*margin-top: 7px;*/
        margin-bottom: 15px;
    }
    .phone_news {
        font-size: 14px;
        padding: 6px 15px;
        margin-right: 5px;
    }
}
@media(max-width:400px) {
    .phone_news {
        font-size: 13px;
        padding: 8px 10px;
        margin-right: 5px;
    }
    .btn-call {
        font-size: 14px;
        padding: 8px 15px;
    }
    .socials p.btn-call1 {
        margin-top: 7px !important;
        margin-bottom: 15px;
    }
    .mailme img {
        max-width: 180px;
    }
    
    .top_head_mask {
        min-height: 70px;
    }
    
    .socials p.phone-top {
        margin-top: 7px;
    }
    .container {
        max-width: 360px;
    }
    .slider-top {
        max-height: 168px;
    }
    .text_left_newtype .types-cont .btn {
        margin-bottom: 1px;
    }
}
@media(max-width:355px) {
    .phone_news {
        font-size: 12px;
        padding: 6px 5px;
    }
    .btn-call {
        font-size: 14px;
        padding: 8px 10px;
    }
}