/* Reset CSS rules */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

.bulleted-list {list-style: disc; line-height: 1.5em; margin-left: 5%; font-size: 18px; line-height: 28px; font-weight: normal; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

/* Main CSS */
body {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1, h2, h3 {
  color: #003663; text-transform: uppercase; }
h1 {font-size:3em; line-height: 2em;}
h2{font-size:2.3em; line-height: 1.5em;}
h3{font-size:1.5em;line-height: 1.3em;}

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

img {
  width: 100%; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.border-for-header-img {
  border: 2px solid #919191; }

.header {
  font-family: 'Montserrat', sans-serif;
  padding: 22px 0;
  border-top: 4px solid #d10d40;
  border-bottom: 4px solid #d10d40; }
  .header .logo {
    display: block; }
    .header .logo img {
      width: 100%; }
  .header .header-contacts {
    float: right;
    font-size: 20px;
    padding: 14px;
    background-color: #003663;
    color: #fff;
    -webkit-border-radius: 15px;
            border-radius: 15px; }
    .header .header-contacts a {
      color: #fff; }
  .header .header-navigation {
    float: right;
    margin-top: 40px; }
    .header .header-navigation li {
      padding: 4px 23px;
      display: inline-block; }
      .header .header-navigation li:last-child {
        padding-right: 0; }
    .header .header-navigation .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      min-width: 250px;
      -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1;
      text-align: center;
      padding-bottom: 10px; }
      .header .header-navigation .dropdown-content a:hover {
        border: none;
        padding: 10px 2px;
        color: #003663;
        font-weight: bold; }
    .header .header-navigation a {
      display: block;
      padding: 10px 2px;
      text-transform: uppercase;
      color: #2e2d2d;
      -webkit-transition: all .3s ease-in-out .1s;
      transition: all .3s ease-in-out .1s; }
      .header .header-navigation a:hover {
        border-bottom: 4px solid #d10d40;
        padding-bottom: 0; }
    .header .header-navigation .dropdown-button:hover .dropdown-content {
      display: block; }

.mobile-menu-button {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: none;
  padding: 20px 0 0 0; }

.navigation-wrapper,
.header-contacts-wrapper {
  position: relative; }

.homepage-main-section {
  padding: 25px 0; }
  .homepage-main-section h1 {
    margin-bottom: 30px;
    margin-top: 10px; }
  .homepage-main-section .homepage-main-section__image {
    margin-top: 1px; }
  .homepage-main-section .homepage-main-section__services {
    height: 100%;
    padding: 30px 30px 20px 30px; }
    .homepage-main-section .homepage-main-section__services li a {
      display: block;
      padding: 8px 0;
      text-align: right;
      font-size: 26px;
      color: #003663; }
    .homepage-main-section .homepage-main-section__services li .contact-us-link {
      width: 100%;
      padding: 20px 0;
      margin-top: 10px;
      background-color: #003663;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      -webkit-border-radius: 20px;
              border-radius: 20px; }
              

.services-list {
  padding: 50px 0;
  background-color: #e1e1e1;
  border-bottom: 4px solid #d10d40; }

.services-list-item {
  width: -webkit-calc(100%/5 - 36px);
  width: calc(100%/5 - 36px);
  min-height: 194px;
  margin-right: 45px;
  float: left;
  position: relative; }
  .services-list-item:last-child {
    margin-right: 0; }
  .services-list-item a {
    display: block;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    height: 100%;
    background-color: #a1a1a1; }
    .services-list-item a:hover {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
      .services-list-item a:hover .services-list-item-description {
        color: #fff; }
  .services-list-item .services-list-item-description {
    position: absolute;
    padding: 24px 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-transform: uppercase;
    text-align: center;
    color: #020202;
    background-color: #a1a1a1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }

.footer {
  margin-top: 12px;
  padding: 45px 0 70px 0;
  background-color: #003663; }
  .footer p {
    color: #fff;
    font-size: 18px; }
  .footer .copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 16px; }
.footer a:link {color:white; font-weight:bold!important;}
.footer a:hover{color:#ccc;}
.about-us {
  padding: 25px 0 100px 0; }
  about-us h2 {
    font-size: 46px;
    color: #003663;
    margin: 10px 0 30px 0; }
  .about-us img {
    margin-bottom: 40px; }
  .about-us p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px; }

.services {
  padding: 25px 0 100px 0; }
  .services h2 {
    margin: 10px 0 30px 0; }
  .services h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px; }
  .services p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px; }
  .services img {
    margin: 20px 0; }

.contacts h2 {
   margin: 20px 0; }

.contacts #google-map {
  min-height: 400px;
  width: 100%; }

.contacts .contact-info-block {
  min-height: 270px;
  margin: 50px 0 40px 0;
  padding: 40px 20px 40px 20px;
  background-color: #ebebeb;
  text-align: center; }
  .contacts .contact-info-block h3 {
    font-size: 34px;
    margin-bottom: 25px; }
  .contacts .contact-info-block p {
    font-size: 18px;
    line-height: 24px; }

.contact-form h2 {
  font-size: 40px;
  margin-bottom: 20px; }

.contact-form input {
  width: 100%;
  margin-bottom: 24px;
  height: 50px;
  border: none;
  background-color: #ebebeb;
  text-indent: 20px;
  font-size: 20px;
  -webkit-border-radius: 5px;
          border-radius: 5px; }
  .contact-form input:focus {
    border: 1px solid #003663; }

.contact-form textarea {
  width: 100%;
  height: 170px;
  border: none;
  padding: 20px;
  background-color: #ebebeb; }
  .contact-form textarea:focus {
    border: 1px solid #003663; }

.contact-form .submit-button {
  display: block;
  width: 230px;
  margin: 30px auto;
  text-indent: 0;
  background-color: #d10d40;
  text-align: center;
  color: #fff;
  padding: 12px 0 15px 0;
  cursor: pointer; }

.service {
  margin: 40px 0; }
  .service h2 {
    font-size: 40px;
    margin-bottom: 20px; }
  .service p {
    line-height: 24px; }

table.greyGridTable {
  border: 2px solid #FFFFFF;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.greyGridTable td, table.greyGridTable th {
  border: 1px solid #FFFFFF;
  padding: 3px 4px;
}
table.greyGridTable tbody td {
  font-size: 13px;
	line-height: 20px;
}
table.greyGridTable td:nth-child(even) {
  background: #EBEBEB;
}
table.greyGridTable thead {
  background: #FFFFFF;
  border-bottom: 4px solid #ffffff;
}
table.greyGridTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  border-left: 2px solid #ffffff;
}
table.greyGridTable thead th:first-child {
  border-left: none;
}

table.greyGridTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  border-top: 4px solid #333333;
}
table.greyGridTable tfoot td {
  font-size: 14px;
}


/* Media Queries */
/* Screen Size less than 1200px  */
@media only screen and (max-width: 1200px) {
  .header .header-navigation {
    margin-top: 20px; }
    .header .header-navigation li {
      padding: 4px 16px; }
  .homepage-main-section .homepage-main-section__services {
    padding: 15px; }
    .homepage-main-section .homepage-main-section__services li a {
      font-size: 20px;
      padding: 6px 0; }
  .services-list-item {
    width: -webkit-calc(100%/5 - 20px);
    width: calc(100%/5 - 20px);
    margin-right: 20px; }
    .services-list-item .services-list-item-description {
      padding: 20% 0;
      font-size: 14px; } }

/* Screen Size 992px - 1023px */
/* Screen Size less than 991px  */
@media only screen and (max-width: 991px) {
  .header .header-navigation li {
    padding: 4px 4px; }
    .header .header-navigation li a {
      font-size: 14px; }
  .services-list-item {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
    .services-list-item a {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
    .services-list-item .services-list-item-description {
      padding: 20px 0;
      color: #fff;
      font-size: 26px; }
  .homepage-main-section__services,
  .homepage-main-section__image {
    display: none; } }

/* Screen Size 768px - 991px */
/* Screen Size less than 768px  */
@media only screen and (max-width: 768px) {
  .header .header-contacts {
    float: none;
    text-align: center;
    margin-top: 20px; }
  .footer p {
    margin-bottom: 20px;
    text-align: center; }
  .mobile-menu-button {
    display: block; }
  .header .header-navigation {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(0, 54, 99, 0.97);
    color: #fff; }
    .header .header-navigation li {
      display: block;
      padding: 20px; }
      .header .header-navigation li:last-child {
        padding-right: 20px; }
      .header .header-navigation li a {
        color: #fff;
        text-align: center;
        font-size: 24px; }
    .header .header-navigation .dropdown-content {
      width: 90%; }
      .header .header-navigation .dropdown-content a {
        color: #000; }
  .contacts .contact-info-block {
    margin: 30px 0 15px 0; }
  .service img {
    margin: 30px 0 0 0; } }

/* Screen Size 480px - 767px */
/* Screen Size less than 480px  */
/* Screen Size 320px - 480px */
