/*

Theme Name: Mov

Version: 1.0

Author: Olenchenko Artem

Description: 

*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
* {
  box-sizing: border-box;
}
body.quotepage {
  background-color: #f7f7f7;
}
@font-face {
  font-family: Roboto-Bold;
  src: url(fonts/RobotoBold.ttf);
}
@font-face {
  font-family: RobotoCondensed-Light;
  src: url(fonts/RobotoCondensed-Light.ttf);
}
@font-face {
  font-family: OpenSans-Regular;
  src: url(fonts/OpenSansRegular.ttf);
}
@font-face {
  font-family: OpenSans-Bold;
  src: url(fonts/OpenSansBold.ttf);
}
@font-face {
  font-family: Roboto-Regular;
  src: url(fonts/RobotoRegular.ttf);
}
@font-face {
  font-family: "Roboto Condensed Bold";
  src: url(fonts/RobotoCondensed-Bold.ttf);
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(fonts/RobotoCondensed-Regular.ttf);
}
.pickmeup {
  font-family: "Roboto Condensed";
}
.l-c {
  overflow: hidden;
  *zoom: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
head {
  display: block;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 999;
  color: #333;
  background: rgba(255, 255, 255, 0.25);
}

@media (min-width: 720px) and (max-width: 1200px) {
  .l-c {
    width: 100%;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .banner a{
    display: block;
    font-size: 32px;
  }
  .l-c {
    width: 100%;
  }
}
img {
  max-width: 100%;
}
header {
  background: #0068a4;
  position: relative;
}
header .top {
  display: flex;
  justify-content: flex-end;
  height: 80px;
}
@media (min-width: 240px) and (max-width: 720px) {
  header .top {
    height: 50px;
  }
}
header .top .logo {
  background: url(img/logo.svg);
  width: 270px;
  height: 47px;
  float: right;
  background-repeat: no-repeat;
}
@media (min-width: 720px) and (max-width: 1200px) {
  header .top .logo {
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100%;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  header .top .logo {
    background: url(img/logo.svg) no-repeat center;
    width: 100%;
    background-size: 191px 33px;
  }
}
header .top .topcenter, header .top .topright, header .top .topleft {
  width: 33.333%;
  padding-top: 14px;
}
@media (min-width: 240px) and (max-width: 720px) {
  header .top .topcenter, header .top .topright, header .top .topleft {
    padding-top: 0px;
  }
}
@media (min-width: 720px) and (max-width: 1200px) {
  header .top .topleft {
    padding-left: 30px;
  }
}
@media (min-width: 720px) and (max-width: 1200px) {
  header .top .topleft {
    order: 2;
    width: 50%;
  }
  header .top .topcenter {
    order: 1;
    width: 13.333%;
  }
  header .top .topright {
    order: 3;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  header .top .topleft {
    order: 2;
    width: calc(100% - 100px);
  }
}
@media (min-width: 1200px) and (max-width: 1580px) {
  header .top .topleft, header .top .topright {
    width: 25%;
  }
  header .top .topcenter {
    width: 50%;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  header .top .topcenter {
    order: 1;
    width: 50px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  header .top .topright {
    order: 3;
    width: 50px;
  }
}
header .top .topright {
  padding-top: 0;
  background: #ee282d;
  color: #fff;
  font-family: "Roboto Condensed";
}
@media (min-width: 240px) and (max-width: 720px) {
  header .top .topright {
    background: url(img/phone.png) no-repeat center;
    background-color: #ee282d;
  }
}
header .top .tel {
  margin-top: 24px;
  padding-left: 50px;
  font-size: 29px;
  background: url(img/phone.png) no-repeat 24px -1px;
  font-weight: 700;
  line-height: 21px;
  height: 29px;
  padding-top: 1px;
}
@media (min-width: 240px) and (max-width: 720px) {
  header .top .tel {
    display: none;
  }
}
#menu {
  padding-left: 80px;
  padding-top: 16px;
  display: flex;
}
@media (min-width: 1580px) and (max-width: 1920px) {
  #menu {
    padding-left: 35px;
  }
}
@media (min-width: 240px) and (max-width: 1200px) {
  #menu {
     display: none;
     position: absolute;
     left: 0;
     top: 80px;
     padding-top: 15px;
     padding-left: 0;
     background-color: #004c78;
     width: 410px;
     padding-bottom: 40px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  #menu {
    display: none;
  }
}
#menu li {
  height: 45px;
  margin-right: 20px;
}
#menu li:hover ul {
  display: inline-block;
}
#menu li a {
  display: block;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}
#menu li a:hover {
  color: #a0e2ff;
  text-decoration: underline;
}
@media (min-width: 1200px) and (max-width: 1920px) {
  #menu li {
    margin-right: 13px;
  }
}
#menu li:last-child {
  margin-right: 0;
}
#menu li ul {
  background-color: #004c78;
  padding: 12px 0px;
  border-radius: 3px;
  display: none;
  position: absolute;
  margin-left: -10px;
  margin-top: 10px;
}
#menu li ul li {
  margin-right: 0;
  display: flex;
  height: 32px;
  align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid #045688;
}
#menu li ul li a {
  font-family: "Roboto Condensed Bold";
  color: #fff;
  font-size: 17px;
  text-transform: inherit;
}
#menu li ul li a:hover {
  color: #a0e2ff;
  text-decoration: none;
}
.banner {
  border-top: 2px solid #fff;
  height: 500px;
  font-family: "Roboto Condensed";
  background: url(img/banner.jpg);
  background-size: cover;
}
@media (min-width: 240px) and (max-width: 1920px) {
  .banner {
    background-position: center;
  }
}
@media (min-width: 720px) and (max-width: 1200px) {
  .banner {
    background: url(img/tab/banner.jpg);
    height: 415px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .banner {
    background: url(img/mob/banner.jpg);
    height: 425px;
    background-size: cover;
  }
}
.banner h1 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  color: white;
  line-height: 48px;
  font-size: 59px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-left: 2px;
  width: 884px;
  margin: 0 auto;
  margin-top: 145px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  .banner h1 {
    font-size: 40px;
    margin-top: 95px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .banner h1 {
    width: 100%;
    margin-top: 52px;
    font-size: 35px;
    line-height: 42px;
  }
}
.banner .subban {
  font-family: "Roboto Condensed";
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  font-size: 39px;
  text-align: center;
  color: #fff;
  width: 776px;
  margin: 0 auto;
  margin-top: 12px;
  line-height: 1.2;
}
@media (min-width: 720px) and (max-width: 1200px) {
  .banner .subban {
    margin-top: 5px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .banner .subban {
    width: 243px;
    font-size: 33px;
    margin-top: 1px;
  }
}
.banner .go {
  display: block;
  width: 170px;
  height: 56px;
  background-color: #c42026;
  border: 1px solid #ee282d;
  border-radius: 3px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  font-family: RobotoCondensed-Light;
}
@media (min-width: 720px) and (max-width: 1200px) {
  .banner .go {
    margin-top: 22px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .banner .go {
    margin-top: 10px;
    font-size: 20px;
  }
}
.banner .go span {
  font-family: "Roboto Condensed";
}
.wel {
  background-color: #0068a4;
  padding-top: 54px;
  text-align: center;
}
@media (min-width: 720px) and (max-width: 1200px) {
  .wel {
    padding-top: 30px;
  }
}
.wel h2, .wel h3 {
  color: white;
  font-family: "Roboto Condensed Bold";
  font-size: 33px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  .wel h2, .wel h3 {
    font-size: 28px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .wel h2, .wel h3 {
    font-size: 24px;
    width: 281px;
    margin: 0 auto;
    display: block;
    line-height: 36px;
  }
}
.wel .sub {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 23px;
  margin-top: 39px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  .wel .sub {
    margin-top: 30px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .wel .sub {
    font-size: 22px;
    line-height: 26px;
    margin-top: 20px;
  }
  .wel .sub span {
    display: block;
  }
}
.wel p {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 16px;
  margin-top: 31px;
  width: 1148px;
  line-height: 24px;
  text-align: justify;
}
@media (min-width: 720px) and (max-width: 1200px) {
  .wel p {
    width: 93%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .wel p {
    width: 287px;
    margin: 0 auto;
    margin-top: 25px;
  }
}
.wel .more {
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  display: inline-block;
  margin-top: 32px;
  margin-bottom: 37px;
  text-decoration: none;
  height: 17px;
}
.wel .more:hover {
  border-bottom: 1px solid #a0e2ff;
  color: #a0e2ff;
}
@media (min-width: 240px) and (max-width: 720px) {
  .wel .more {
    margin-top: 20px;
    border-bottom: 1px solid #a0e2ff;
    color: #a0e2ff;
  }
}
.moving {
  padding-top: 1px;
  background-color: #e0e0e0;
  padding-bottom: 80px;
}
.moving h2, .moving h3 {
  color: #333;
  font-family: "Roboto Condensed";
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  margin-top: 63px;
  margin-bottom: 45px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  .moving h2, .moving h3 {
    font-size: 28px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .moving h2, .moving h3 {
    margin-top: 37px;
  }
}
.moving .movcont {
  display: flex;
  justify-content: center;
}
@media (min-width: 720px) and (max-width: 1200px) {
  .moving .movcont {
    flex-wrap: wrap;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .moving .movcont {
    flex-wrap: wrap;
  }
}
.moving .movitem {
  background: #fff;
  width: 320px;
  margin: 0 30px;
  text-align: center;
  padding-bottom: 15px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  .moving .movitem {
    margin-bottom: 30px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .moving .movitem {
    width: 290px;
    margin: 0;
    margin-bottom: 30px;
  }
}
.moving .movitem .title {
  font-family: "Roboto Condensed Bold";
  color: #333;
  font-size: 20px;
  line-height: 26px;
  margin-top: 5px;
}
.moving .movitem .intr {
  font-family: "Roboto Condensed";
  color: #333;
  font-size: 16px;
  width: 241px;
  margin: 0 auto;
  height: 66px;
  line-height: 22px;
}
.moving .movitem .read {
  color: #ee282d;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  height: 19px;
  display: inline-block;
}
.moving .movitem .read:hover {
  border-bottom: 1px solid #ee282d;
}
.moving .movitem:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.13);
}
.moving .movitem:nth-child(2) .intr {
  width: 264px;
}
.moving .movitem:nth-child(3) .intr {
  width: 269px;
}
.moving .movitem:nth-child(4) .intr {
  width: 253px;
}
.resource {
  height: 700px;
  display: flex;
}
.resource .left {
  width: 50%;
  background: url(img/car.png) no-repeat center;
  background-size: cover;
}
@media (min-width: 1200px) and (max-width: 1920px) {
  .resource .left {
    background: url(img/car12.png) no-repeat center;
  }
}
@media (min-width: 720px) and (max-width: 1200px) {
  .resource .left {
    display: none;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .resource .left {
    display: none;
  }
}
.resource .right {
  background: url(img/man.jpg) no-repeat right bottom;
  width: 50%;
  padding-left: 115px;
  background-color: #f7f7f7;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .resource .right {
    background-position-x: right;
    background-size: 574px 400px;
  }
}
@media (min-width: 720px) and (max-width: 1200px) {
  .resource .right {
    width: 100%;
    padding-left: 45px;
    background: url(img/tab/man.jpg) no-repeat right bottom;
    background-color: #f7f7f7;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .resource .right {
    background: none;
    width: 100%;
    background-color: #f7f7f7;
    padding-left: 0;
  }
}
.resource .right .title {
  color: #333;
  font-family: "Roboto Condensed Bold";
  font-size: 30px;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 50px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  .resource .right .title {
    font-size: 28px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .resource .right .title {
    text-align: center;
  }
}
.resource .right .sub {
  margin-top: 35px;
  width: 400px;
  color: #333;
  font-family: "Roboto Condensed";
  font-size: 20px;
  line-height: 22px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .resource .right .sub {
    margin-top: 25px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .resource .right .sub {
    text-align: center;
    width: 280px;
    margin: 25px auto 0;
  }
}
.resource .right .list {
  margin-top: 60px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .resource .right .list {
    width: 290px;
    margin: 40px auto 0;
  }
}
.resource .right .list .listtile {
  color: #333;
  font-family: "Roboto Condensed";
  font-size: 22px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.resource .right .list .listtile span {
  font-weight: 600;
}
@media (min-width: 240px) and (max-width: 720px) {
  .resource .right .list .listtile {
    text-align: center;
  }
}
.resource .right .list a {
  color: #ee282d;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  margin-top: 24px;
  display: block;
  text-transform: uppercase;
}
.resource .right .list a:hover {
  text-decoration: underline;
}
@media (min-width: 240px) and (max-width: 720px) {
  .resource .right .list a {
    text-align: center;
    text-decoration: underline;
  }
}
.resource .right .item {
  height: 55px;
  color: #333;
  width: 300px;
  font-family: "Roboto Condensed";
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .resource .right .item {
    width: 100%;
  }
}
.resource .right .item:nth-child(1) {
  background: url(img/resources/1.png) no-repeat left center;
}
.resource .right .item:nth-child(2) {
  background: url(img/resources/2.png) no-repeat 3px center;
}
.resource .right .item:nth-child(3) {
  background: url(img/resources/3.png) no-repeat 4px center;
}
.resource .right .item:nth-child(4) {
  background: url(img/resources/4.png) no-repeat 3px center;
}
.resource .right .item:nth-child(5) {
  background: url(img/resources/5.png) no-repeat 2px center;
}
.resource .right .item:nth-child(6) {
  background: url(img/resources/6.png) no-repeat 2px center;
}
.say {
  padding-bottom: 70px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  .say {
    padding-bottom: 50px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .say {
    padding-bottom: 45px;
    height: 554px;
  }
}
.say h2, .say h3 {
  color: #333;
  font-family: "Roboto Condensed";
  font-size: 30px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .say h2, .say h3 {
    line-height: 35px;
    font-size: 28px;
    display: block;
    width: 170px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.say > div {
  display: flex;
  justify-content: center;
}
@media (min-width: 720px) and (max-width: 1200px) {
  .say > div {
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-around;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .say > div {
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-around;
    position: relative;
  }
}
.say > div .prev {
  background: url(img/arrow_left.png);
  margin-right: 10px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .say > div .prev {
    position: absolute;
    left: 15px;
    top: -25px;
    margin-top: 0;
  }
}
.say > div .next {
  background: url(img/arrow_right.png);
  margin-left: 10px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .say > div .next {
    position: absolute;
    right: 15px;
    top: -25px;
    margin-top: 0;
  }
}
.say > div .next, .say > div .prev {
  width: 27px;
  height: 51px;
  margin-top: 65px;
}
.say > div .next:hover, .say > div .prev:hover {
  cursor: pointer;
}
.say .sitem {
  width: 300px;
  margin: 0 35px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  .say .sitem {
    margin: 0;
  }
  .say .sitem:nth-child(4) {
    display: none;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .say .sitem {
    display: none;
    width: 244px;
  }
  .say .sitem:nth-child(2) {
    display: block;
  }
}
.say .sitem .top {
  display: flex;
}
@media (min-width: 240px) and (max-width: 720px) {
  .say .sitem .top {
    display: block;
    text-align: center;
  }
}
.say .sitem .block {
  padding-left: 10px;
}
.say .sitem .block .name {
  color: #333;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 45px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .say .sitem .block .name {
    margin-top: 22px;
  }
}
.say .sitem .block .loc {
  margin-top: 10px;
  color: #333;
  font-family: "Roboto Condensed";
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}
.say .sitem .block .starts {
  width: 96px;
  height: 14px;
  background: url(img/stars.png) no-repeat center;
  margin-top: 5px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .say .sitem .block .starts {
    margin: 10px auto 0;
  }
}
.say .sitem .bot {
  color: #333;
  font-family: "Roboto Condensed";
  font-size: 14px;
  width: 292px;
  line-height: 20px;
  margin-top: 15px;
}

.contact {
  background: url(img/banner2.jpg) no-repeat center;
  height: 579px;
  padding-top: 1px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  .contact {
    background: url(img/tab/banner2.jpg) no-repeat center;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .contact {
    background: url(img/mob/banner2.jpg) no-repeat center;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  .contact {
    height: 610px;
  }
}
.contact .ch1 {
  margin-top: 78px;
  color: #fff;
  font-family: "Roboto Condensed";
  text-align: center;
  display: block;
  height: 25px;
  font-size: 30px;
}
.contact .ch1 span {
  font-family: "Roboto Condensed Bold";
}
@media (min-width: 240px) and (max-width: 720px) {
  .contact .ch1 {
    margin-top: 43px;
  }
}
.contact .text {
  width: 427px;
  color: white;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 auto;
  text-align: center;
  margin-top: 22px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .contact .text {
    width: 283px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.contact form {
  width: 570px;
  height: 256px;
  background-color: rgba(255, 255, 255, 0.75);
  border: 3px solid white;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  margin-top: 26px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .contact form {
    width: 290px;
    height: 347px;
  }
}
.contact form .formtitle {
  color: #333;
  font-family: "Roboto Condensed";
  font-size: 25px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin-top: 50px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .contact form .formtitle {
    margin: 0 auto;
    margin-top: 34px;
    width: 252px;
    line-height: 19px;
  }
  .contact form .formtitle span {
    display: block;
    margin-top: 16px;
  }
}
.contact form .inputs {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .contact form .inputs {
    flex-wrap: wrap;
  }
}
.contact form input {
  margin: 0 10px;
  width: 190px;
  height: 40px;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  display: block;
  color: #908f8f;
  font-family: "Roboto Condensed";
  font-size: 13px;
  padding-left: 10px;
  border: none;
}
@media (min-width: 240px) and (max-width: 720px) {
  .contact form input {
    margin-bottom: 16px;
  }
}
.contact form a.submit {
  width: 140px;
  margin: 0 auto;
  margin-top: 30px;
  height: 45px;
  background-color: #ee282d;
  border-radius: 3px;
  color: #fefefe;
  font-family: "RobotoCondensed-Light";
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
}
.contact form a.submit:hover{
  cursor: pointer;
}
@media (min-width: 240px) and (max-width: 720px) {
  .contact form a.submit {
    margin-top: 12px;
  }
}
.contact form a.submit span {
  font-family: "Roboto Condensed";
}
footer {
  background-color: #0068a4;
  padding-top: 50px;
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 16px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  footer {
    font-size: 15px;
    padding-top: 37px;
  }
}
@media (min-width: 720px) and (max-width: 1200px) {
  footer {
    padding-top: 40px;
  }
}
footer .l-c {
  display: flex;
  justify-content: center;
}
@media (min-width: 240px) and (max-width: 720px) {
  footer .l-c {
    flex-wrap: wrap;
  }
}
footer .col {
  width: 25%;
  padding: 0 15px;
  padding-left: 65px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  footer .col {
    padding-left: 15px;
    font-family: RobotoCondensed-Light;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  footer .col {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}
footer .col:nth-child(1) {
  padding-left: 15px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  footer .col:nth-child(1) {
    padding-left: 30px;
  }
}
footer .col .title {
  color: #fefefe;
  font-family: "Roboto Condensed";
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 28px;
  padding-top: 8px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  footer .col .title {
    padding-top: 0;
  }
}
footer .col a {
  display: block;
  color: #fefefe;
  margin-bottom: 13px;
  text-decoration: none;
}
footer .col a:hover {
  text-decoration: underline;
  color: #a0e2ff;
}
footer .addr {
  margin-top: 37px;
  margin-bottom: 20px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  footer .addr {
    margin-top: 31px;
    margin-bottom: 16px;
  }
}
footer .mail {
  margin-top: 20px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  footer .mail {
    font-size: 12px;
    margin-top: 18px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  footer .mail {
    font-size: 14px;
  }
}
footer .fottext {
  margin-top: 50px;
}
@media (min-width: 240px) and (max-width: 720px) {
  footer .fottext {
    margin-top: 0;
  }
}
footer .fottext .innr {
  margin: 0 auto;
  text-align: center;
  width: 1200px;
  max-width: 100%;
  padding: 0 15px;
  line-height: 20px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  footer .fottext .innr {
    font-family: RobotoCondensed-Light;
    padding: 0 22px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  footer .fottext {
    font-size: 15px;
  }
}
footer .cop {
  height: 69px;
  margin-top: 35px;
  background-color: #072b40;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Condensed";
  font-size: 16px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  footer .cop {
    font-family: RobotoCondensed-Light;
    font-size: 14px;
    height: 57px;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  footer .cop {
    height: 69px;
  }
  footer .cop span {
    display: block;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }
}
footer .logo {
  background: url(img/logo.svg);
  width: 270px;
  height: 47px;
}
@media (min-width: 720px) and (max-width: 1200px) {
  footer .logo {
    background: url(img/logo.svg) no-repeat;
    width: 165px;
    height: 35px;
    background-size: contain;
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  footer .logo {
    margin: 0 auto;
    width: 223px;
    height: 39px;
    background-size: contain;
  }
}
.banner3 {
  background: url(img/baner3.png) no-repeat center;
  height: 420px;
  display: flex;
}
@media (min-width: 240px) and (max-width: 720px) {
  .banner3 {
    background: url(img/mob/baner3.jpg) no-repeat center;
    background-size: cover;
  }
}
@media (min-width: 720px) and (max-width: 1200px) {
  .banner3 {
    background: url(img/tab/baner3.jpg) no-repeat center;
    background-size: cover;
  }
}
.banner3 form {
  margin-top: 141px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .banner3 form {
    margin-top: 66px;
  }
}
.banner3 form .wr {
  width: 596px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.75);
  border: 3px solid white;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 240px) and (max-width: 720px) {
  .banner3 form .wr {
    width: 244px;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.75);
    border: 3px solid white;
    border-radius: 3px;
    box-shadow: 1px 1.7px 4px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    margin-top: 21px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (min-width: 720px) and (max-width: 1200px) {
  .banner3 form .wr {
    margin: 0 auto;
    margin-top: 16px;
  }
}
.banner3 form .title {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 30px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 17px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .banner3 form .title {
    color: white;
    font-family: "Roboto Condensed";
    font-size: 29px;
    font-weight: 400;
    line-height: 37px;
    width: 300px;
    margin: 0 auto;
  }
  .banner3 form .title span {
    display: block;
  }
}
.banner3 form input {
  width: 205px;
  height: 40px;
  background-color: white;
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  padding-left: 10px;
  color: #908f8f;
  font-family: "Roboto Condensed Bold";
  font-size: 13px;
  margin: 0 5px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .banner3 form input {
    margin-top: 13px;
  }
  .banner3 form input:nth-child(2) {
    margin-top: 0;
  }
}
.banner3 form a {
  width: 140px;
  height: 40px;
  background-color: #ee282d;
  border-radius: 3px;
  display: block;
  color: #fff;
  font-family: "RobotoCondensed-Light";
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  font-size: 20px;
}
.banner3 form a span {
  font-family: "Roboto Condensed";
}
.breadcrumbs {
  padding: 0 15px;
  margin-top: 25px;
  list-style: none;
  display: flex;
  justify-content: start;
}
@media (min-width: 240px) and (max-width: 720px) {
  .breadcrumbs {
    margin-top: 30px;
  }
}
.breadcrumbs a {
  font-family: "Roboto Condensed Bold";
  text-decoration: none;
}
.breadcrumbs a span + span {
  color: gainsboro;
  text-decoration: none;
  padding: 0 4px 0 3px;
}
.breadcrumbs li {
  display: block;
}
.breadcrumbs li a {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  color: gainsboro;
}
.breadcrumbs li:nth-child(1) a {
  color: #0068a4;
  font-family: "Roboto Condensed Bold";
}
.breadcrumbs li:nth-child(1) span:nth-child(1) {
  text-decoration: underline;
}
.breadcrumbs li:last-child span + span {
  display: none;
}
.content {
  padding: 0 15px;
  padding-bottom: 60px;
}
.content h1 {
  color: #0068a4;
  font-family: "Roboto Condensed Bold";
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 30px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .content h1 {
    height: 28px;
    margin-top: 35px;
  }
}
.content p {
  color: #333;
  font-family: "Roboto Condensed";
  font-size: 17px;
  line-height: 26px;
  text-align: justify;
  letter-spacing: -0.088px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .content p {
    letter-spacing: 0;
    text-align: left;
  }
}
.content img.right, img.alignright  {
  float: right;
  padding: 15px 0 15px 30px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .content img.right {
    padding: 30px 0;
    float: none;
  }
}
@media (min-width: 720px) and (max-width: 1200px) {
  .content img.right {
    width: 570px;
    height: auto;
    padding: 25px 0 25px 30px;
  }
}
.content img.left, img.alignleft {
  float: left;
  padding: 15px 30px 15px 0px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .content img.left, {
    padding: 30px 0;
    float: none;
  }
}
@media (min-width: 720px) and (max-width: 1200px) {
  .content img.left {
    width: 570px;
    height: auto;
    padding: 25px 30px 25px 0px;
  }
}
.content h2, .content h3 {
  font-family: "Roboto Condensed Bold";
  color: #0068a4;
  font-size: 25px;
  line-height: 20px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 25px;
  padding: 0;
}
.plist{
  margin-top: 14px;
}
.plist .pitem:last-child{
}
.plist .pitem {
  color: #333;
  padding-left: 23px;
  font-family: "Roboto Condensed";
  font-size: 17px;
  line-height: 26px;
  text-align: justify;
  letter-spacing: -0.088px;
  padding-bottom: 14px;
  background: url(img/pi.png) no-repeat left 7px;
}
.plist .pitem:nth-child(2n) {
  background: url(img/pi1.png) no-repeat left 7px;
}
.numlist {
  color: #333;
  margin-top: 18px;
  font-family: "Roboto Condensed";
  font-size: 17px;
  line-height: 26px;
  text-align: justify;
  letter-spacing: -0.088px;
  position: relative;
}
.numlist .num {
  display: inline;
  vertical-align: top;
  font-family: "Roboto Condensed Bold";
  color: #0068a4;
}
.numlist .numitem:nth-child(2n) .num {
  color: #ee282d;
}
.numlist p {
  display: inline-block;
  width: calc(100% - 25px);
  padding-left: 7px;
  padding-bottom: 14px;
}
.l02 {
  letter-spacing: -0.2px !important;
}
.infwrap {
  position: relative;
}
@media (min-width: 240px) and (max-width: 720px) {
  .infwrap {
    height: 600px;
  }
}
.info {
  width: 1170px;
  height: 438px;
  margin-bottom: 30px;
  margin-top: 45px;
  background-color: rgba(0, 104, 164, 0.44);
  background: url(img/carinf.png) no-repeat center;
  padding-top: 1px;
  text-align: center;
}
@media (min-width: 240px) and (max-width: 720px) {
  .info {
    position: absolute;
    left: 0;
    background: url(img/mob/carinf.jpg) no-repeat center;
    background-size: cover;
    height: 525px;
    width: 100%;
    margin-top: -570px;
  }
}
@media (min-width: 720px) and (max-width: 1200px) {
  .info {
    background: url(img/tab/carinf.jpg) no-repeat center;
    width: 100%;
  }
}
.info .titel {
  margin-top: 45px;
  margin-bottom: 13px;
  color: #d5d1d1;
  font-family: "RobotoCondensed-Light";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 240px) and (max-width: 720px) {
  .info .titel {
    margin-top: 47px;
  }
}
.info .h {
  color: white;
  font-family: "Roboto Condensed Bold";
  font-size: 25px;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.info .text {
  background: url(img/q.png) no-repeat center top;
  color: white;
  margin: 0 auto;
  padding-top: 30px;
  font-family: "Roboto Condensed Bold";
  font-size: 17px;
  line-height: 19px;
  width: 808px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .info .text {
    width: 290px;
    letter-spacing: -0.3px;
  }
}
.info .img {
  background: url(img/ron.png) no-repeat center;
  width: 104px;
  height: 104px;
  margin: 0 auto;
  margin-top: 18px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .info .img {
    margin-top: 27px;
  }
}
.info .name {
  color: white;
  font-family: "Roboto Condensed Bold";
  font-size: 17px;
  line-height: 20px;
  text-transform: capitalize;
  margin-top: 17px;
}
.info .com {
  color: #d5d1d1;
  font-family: "RobotoCondensed-Light";
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  margin-top: 7px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .info .com {
    margin-top: 4px;
  }
}
.biglogo {
  width: 500px;
  height: 87px;
  background: url(img/logo2.svg) no-repeat center;
  margin: 70px auto;
}
@media (min-width: 240px) and (max-width: 720px) {
  .biglogo {
    display: none;
  }
}

.quote {
  background: #fff;
  width: 770px;
  margin: 0 auto;
  padding: 0 30px 40px;
  color: #333;
  font-family: "Roboto Condensed";
  font-size: 25px;
  line-height: 39px;
  margin-bottom: 130px;
}

@media (min-width: 240px) and (max-width: 720px) {
  .quote {
    width: 100%;
    font-size: 20px;
    padding: 0 15px 40px;
    margin-bottom: 47px;
  }
  .row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .row div{
    width: 290px;
  }
}
@media (max-width: 450px) {
  .pickmeup * {
    font-size: 95%;
  }
  .pickmeup .pmu-instance{
    width: 12em!important;
  }
}
@media (min-width: 627px) and (max-width: 720px) {
  .quote {
    width: 100%;
    font-size: 20px;
    padding: 0 15px 40px;
    margin-bottom: 47px;
    display: flex;
    justify-content: center;
    width: 290px;
    flex-wrap: wrap;
  }
  .frow{
    width: 290px;
  }
  .row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 290px;
  }
  .row div{
    width: 290px;
  }
}
.quote .title {
  font-family: "Roboto Condensed Bold";
  width: 300px;
  color: #333;
  line-height: 39px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .quote .title {
    width: 255px;
    font-size: 22px;
    line-height: 36px;
    padding-top: 35px;
  }
}
.quote .frow {
  display: flex;
  justify-content: center;
}
@media (min-width: 240px) and (max-width: 720px) {
  .quote .frow {
    flex-wrap: wrap;
  }
}
.quote .frow input {
  width: 345px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .quote .frow input {
    width: 290px;
  }
}
.quote .frow .l {
  margin-right: 15px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .quote .frow .l {
    margin-right: 0;
  }
}
.quote input {
  border: none;
  color: #000;
  font-family: "Roboto Condensed";
  font-size: 22px;
  padding-left: 10px;
  height: 71px;
  background-color: #eee;
  width: 705px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .quote input {
    width: 290px;
    height: 40px;
    font-size: 16px;
  }
}
.quote .date {
  background-image: url(img/calendar.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
}
@media (min-width: 240px) and (max-width: 720px) {
  .quote .date {
    background-image: url(img/mob/calendar.png);
  }
}
.quote .row {
  margin-top: 17px;
}
.quote .submit {
  width: 203px;
  height: 71px;
  background-color: #ee282d;
  border-radius: 3px;
  display: block;
  color: #fefefe;
  font-family: "RobotoCondensed-Light";
  font-size: 31px;
  line-height: 39px;
  border: none;
  margin: 30px auto 45px auto;
  text-align: center;
}
.quote .submit:hover{
  cursor: pointer;
}
.quote .submit span {
  font-family: "Roboto Condensed Bold";
  display: inline;
}
@media (min-width: 240px) and (max-width: 720px) {
  .quote .submit {
    width: 142px;
    height: 40px;
    background-color: #ee282d;
    border-radius: 3px;
    font-size: 20px;
  }
}
.quote .text {
  width: 686px;
  color: #333;
  font-family: "Roboto Condensed";
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 240px) and (max-width: 720px) {
  .quote .text {
    width: 260px;
    font-size: 20px;
  }
}
.frow.bot {
  margin-top: 17px;
}
h1 {
  color: #0068a4;
  font-family: "Roboto Condensed Bold";
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 30px;
}
.contactpage {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media (min-width: 720px) and (max-width: 1200px) {
  .contactpage {
    padding: 0 15px;
  }
}
.contactpage .left {
  width: 570px;
  height: 665px;
  background-color: #f7f7f7;
  padding: 60px 70px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .contactpage .left {
    width: 100%;
    padding-left: 15px;
    padding-top: 37px;
    padding-right: 15px;
    height: auto;
  }
}
@media (min-width: 720px) and (max-width: 1200px) {
  .contactpage .left {
    width: 460px;
    padding-left: 15px;
    padding-top: 37px;
    padding-right: 15px;
    height: 665px;
  }
}
.contactpage .left .title {
  color: #ee282d;
  font-family: "Roboto Condensed";
  font-size: 28px;
  line-height: 25px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .contactpage .left .title {
    font-size: 27px;
  }
}
.contactpage .left .secondtitle {
  color: #333;
  font-family: "Roboto Condensed Bold";
  font-size: 30px;
  line-height: 25px;
  margin-top: 15px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .contactpage .left .secondtitle {
    font-size: 28px;
  }
}
.contactpage .left .text {
  margin-top: 35px;
  width: 424px;
  color: #333;
  font-family: "Roboto Condensed";
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .contactpage .left .text {
    width: 100%;
  }
}
.contactpage .left form {
  display: flex;
  flex-wrap: wrap;
  width: 430px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .contactpage .left form {
    width: 100%;
  }
}
.contactpage .left form input {
  width: 207px;
  height: 40px;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  padding-left: 10px;
  border: none;
}
@media (min-width: 240px) and (max-width: 720px) {
  .contactpage .left form input {
    width: 100%;
  }
}
.contactpage .left form input:nth-child(2n+1) {
  margin-right: 15px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .contactpage .left form input:nth-child(2n+1) {
    margin-right: 0;
  }
}
.contactpage .left form input:nth-child(5), .contactpage .left form input:nth-child(6) {
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.contactpage .left form textarea {
  width: 430px;
  height: 115px;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border: none;
  font-family: "Roboto Condensed";
  font-size: 12px;
  line-height: 25px;
  padding: 10px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .contactpage .left form textarea {
    width: 100%;
  }
}
.contactpage .left form button {
  width: 100px;
  height: 37px;
  background-color: #ee282d;
  border-radius: 3px;
  color: #fefefe;
  font-family: "Roboto Condensed Bold";
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  margin-top: 32px;
  text-align: center;
  border: none;
}
@media (min-width: 240px) and (max-width: 720px) {
  .contactpage .left form button {
    display: block;
    margin: 0 auto;
    margin-top: 35px;
  }
}
.contactpage .right {
  background: url(img/conactwom.png) no-repeat center;
  width: 600px;
  height: 665px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .contactpage .right {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 1200px) {
  .contactpage .right {
    width: calc(100% - 450px);
    background: url(img/tab/wom.jpg) no-repeat center;
    background-size: cover;
  }
}
h2, h3 {
  color: #0068a4;
  font-family: "Roboto Condensed Bold";
  font-size: 25px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  padding: 40px 0 30px;
}
p {
  color: #333;
  font-family: "Roboto Condensed";
  font-size: 17px;
  line-height: 26px;
}

.proc p {
  padding-right: 28px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .proc p {
    padding-right: 0;
    padding: 0 15px;
    letter-spacing: -0.4px;
  }
}
@media (min-width: 720px) and (max-width: 1200px) {
  .proc p {
    padding-right: 0;
    padding: 0 15px;
  }
}
.resource .right .item a{
  
margin-top: 0;
}
.adv {
  background-color: #f7f7f7;
  display: flex;
  color: #333;
  font-family: "Roboto Condensed";
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  padding-top: 45px;
  margin-top: 80px;
  padding-bottom: 60px;
}
.adv a{
  text-decoration: none;
  color: #333;
}
@media (min-width: 240px) and (max-width: 720px) {
  .adv {
    margin-top: 50px;
    padding-top: 0;
  }
}
.adv .l-c {
  display: flex;
  justify-content: center;
}
@media (min-width: 240px) and (max-width: 720px) {
  .adv .l-c {
    flex-wrap: wrap;
  }
}
.adv .l-c div {
  padding-top: 56px;
  width: 300px;
}
@media (min-width: 240px) and (max-width: 720px) {
  .adv .l-c div {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.adv .l-c div:nth-child(1) {
  background: url(img/adv1.png) no-repeat center top;
  padding-left: 80px;
  padding-right: 80px;
}
.adv .l-c div:nth-child(2) {
  background: url(img/adv2.png) no-repeat center top;
}
.adv .l-c div:nth-child(3) {
  background: url(img/adv3.png) no-repeat center top;
}
.adv .l-c div:nth-child(4) {
  background: url(img/adv4.png) no-repeat center top;
}
.map {
  background: url(img/map.png) no-repeat center;
  height: 579px;
}
.submit:hover{
  cursor: pointer;
}
button:hover{
  cursor: pointer;
}
a:hover{
  cursor: pointer;
}
.navbut{
  background: url(img/tab/nav.png)no-repeat center;
  margin-left: 30px;
  width: 33px;
  height: 20px;
  margin-top: 10px;
  cursor: pointer;
}
@media (min-width: 240px) and (max-width: 1200px) {
  #menu li{margin-right: 0;padding-left: 30px;align-items: center;display: flex;border-bottom: 1px solid #003f63;}
  .navbut.openvav{
    background: url(img/tab/nav1.png)no-repeat center;
  }
  #menu li a{
    font-family: "Roboto Condensed Bold";
    font-size: 22px;
  }
  #menu ul{
    display: block!important;
    position: relative!important;
    margin-top: 0!important;
    background-color: #003f63!important;
    margin-left: -30px!important;
    padding-top: 10px!important;
    padding-left: 30px!important;
  }
  #menu ul li {
    padding-left: 0!important;
    border-bottom: none!important;
  }
  #menu li.menu-item-has-children{height: auto;display: block;padding-top: 10px;background-color: #003f63!important;}
    #menu li.menu-item-has-children a{margin-bottom:10px}
  #menu ul li a{
    
  }
}
@media (min-width: 240px) and (max-width: 720px) {
  #menu{
    width: 202px;
    top: 50px;
  }
  .navbut{
  background: url(img/nav1.png)no-repeat right center;
  float: right;
  width: 22px;
  background-position-x: right;
  height: 13px;
  margin-top: 18px;
  cursor: pointer;
  }
  .navbut.openvav{
    background: url(img/nav.png)no-repeat center!important;
  }
}
.topright a{
  text-decoration: none;
  color: #fff;
}
@media (min-width: 240px) and (max-width: 720px) {
  .topright a{
    display: block;
    width: 100%;
    height: 50px;
  }
}
.banner a, .banner b{
  color: #fff;
  text-decoration: none;
}
.sitems{width: 1080px;overflow: hidden;justify-content: flex-start;}
.sinner{display: flex;min-width: 2220px;}
@media (min-width: 240px) and (max-width: 1200px) {
.sitems {
    width: 296px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}
}
@media (min-width: 240px) and (max-width: 720px) {
.say .sitem .bot{
  width: 250px;
}
}
.cpage{
  padding-top: 40px;
}
.confirm p{
text-align: center;
font-size: 31px;
width: 80%;
margin: 0 auto;
line-height: 1.3;
letter-spacing: 1px;
padding-bottom: 40px;
}
@media (min-width: 400px) and (max-width: 770px) {
  .quote{
    width: 100%;
  }
  .quote input{
    width: 100%;
  }
  .quote .l, .quote .r{
    width: 50%;
  }
  .quote .frow input{
    width: 100%;
  }
  footer .col .title{
    font-size: 17px;
  }
  footer .col:nth-child(1){
    padding-left: 15px;
  }
}
@media (min-width: 720px) and (max-width: 1200px) {
  header .top .tel {
    margin-top: 24px;
    padding-left: 40px;
    font-size: 29px;
    background: url(img/phone.png) no-repeat 14px -1px;
    font-weight: 700;
    line-height: 21px;
    height: 29px;
    padding-top: 1px;
}
}
@media (min-width: 720px) and (max-width: 780px) {
.banner h1{
  width: 100%;
}
.banner .subban{
  width: 100%;
}
}
@media (min-width: 720px) and (max-width: 965px) {
.adv .l-c div{
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.adv .l-c div:nth-child(1) {
  padding-left: 10px;
  padding-right: 10px;
}
.adv .l-c div:nth-child(4) {
  padding-left: 37px;
  padding-right: 37px;
}
}
.banner a, .banner b{
  color: #fff;
  text-decoration: none;
}
a{
  color: #fff;
  text-decoration: none;
}
.quote b{
  text-decoration: none;
  color: #333;
}
@media (min-width: 720px) and (max-width: 965px) {
.quote .text{
  width: 100%;
}
.quote .submit{
  font-size: 25px;
}
}
.error{
  border: 1px solid #EE282D!important;
}
.wsp-pages-list a{
  color: #000;
  font-family: "Roboto Condensed";
}