html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,  
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, 
tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

@font-face {
font-family: 'Eurostile';
font-style: normal;
font-weight: normal;
src: local('Eurostile'), url('fonts/eurostile.woff') format('woff');
}


@font-face {
font-family: 'EuroStyle Normal';
font-style: normal;
font-weight: normal;
src: local('EuroStyle Normal'), url('fonts/EuroStyle Normal.woff') format('woff');
}



* {
    font-family: Eurostile, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color:  #464646;
    letter-spacing: 1px;
}

body {
  position: relative;
}


.header {
  height: 95px;
  padding: 20px 0;
  background-color: white;
}

.phone {
  color: #008dd4;
  font-size: 22px;
  text-align: right;
  font-weight: bold;
} 


.logo img {
  height: 45px;
}

.nav-item {
  margin-right: 20px;
}

.nav-item a{
  color: #66686b;
  font-size: 18px;
  text-decoration: none;
}

.nav-item a:hover{
  color: #008dd4;
}



.navbar {
    z-index: 999999;
}


.slide {
     background: url("../images/1200_fon_1.jpg") no-repeat scroll 0px 100%;
     background-size:  cover;
     min-height: 360px; 
     width: 100%;
     padding: 50px 0 0;
}

.slide h1, .slide p {
  color: white;
}

.slide h1 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 3px;
}

.text-top {
  padding-right: 45%;
}

.poslugi {
  text-align: center;
}

h2 {
  width: 100%;
  font-size: 30px;
  padding: 100px 0 15px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}

.poslugi .col-md-4 {
    outline: 1px dotted #008dd4; /* Пунктирная рамка */
    outline-offset: -20px; /* Выводим рамку внутри элемента */
    padding: 45px;
     font-size: 18px;
     line-height: 20px;
}

.perevagi {
background-color: #e5e5e5;
padding: 50px 0;
margin-top: 50px;
}

.perevagi h2, .contact h2{
  margin-bottom: 30px;
}

.img-fluid {
    margin: 0 auto;
}

h4 {
  text-transform: uppercase;
  color: #008dd4;
  font-weight: bold;
  padding: 25px 0 10px;
}

.contact .col-md-3 {
    text-align: center;
}

.contact p{
  font-size: 15px;
}

.map {
  margin-top: 50px;
}

.footer {
  background-color: #323233;
  padding: 30px 0;
}

.footer p{
  color: white;
}

.footer img {
  width: 220px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.btn-primary {
  background-color: #008dd4; 
  border-radius: 0;
  text-transform: uppercase;
  padding: 0.375rem 1.75rem;
}

.navbar-toggler {
    border: 0px;

}


button:focus {outline:0;}




/*Animation icon*/

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #008dd4;
}

.animated-icon2 span {
background: #e3f2fd;
}

.animated-icon3 span {
background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}


.to_top {
width:40px;
height: 40px;
background:#151515;
text-align:center;
padding:4px;
position:fixed;
bottom:10px; /* отступ кнопки от нижнего края страницы*/
right:20px;
cursor:pointer;
display:none;
color:#fff;
font-family:verdana;
font-size:27px;
}

.right .fab{
color: white;
margin-left: 15px;
}
