@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300&subset=latin,cyrillic);
/*@keyframes ani1 {
    0% {
        display: none;
    }        
    
    1% {
        display: block;
    }
    
    100% {
        display: block;
    }
}

@keyframes ani2 {
    0% {
        
    }
}*/
/*
@keyframes ani1-back {
    0% {
        display: block;
    }       
    
    100% {
        opacity: 1;
    }
}*/
/** Generated by FG **/
@font-face {
  font-family: 'Beer Money';
  src: url("../fonts/Beer_Money.eot");
  src: local("☺"), url("../fonts/Beer_Money.woff") format("woff"), url("../fonts/Beer_Money.ttf") format("truetype"), url("../fonts/Beer_Money.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  outline: none; }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto';
  font-weight: 100;
  font-size: 22px; }

.wrapper {
  max-width: 1334px;
  margin: 0 auto;
  overflow: hidden; }

.table {
  display: table;
  /*border-collapse: collapse;*/
  border-spacing: 0px; }

.row {
  display: table-row; }

.cell {
  display: table-cell; }

h1 {
  font-size: 62px;
  color: #2a2a2a;
  margin: 65px 0 35px;
  font-weight: 100; }

h2 {
  font-size: 62px;
  color: #FFF;
  font-weight: 100;
  text-align: center; }

h3 {
  font-family: 'Roboto';
  font-weight: 100;
  color: #2a2a2a;
  font-size: 34px;
  line-height: 34px;
  margin: 120px 0 50px 0;
  padding: 0; }

.hover1 {
  opacity: 0.7;
  transition: 0.2s ease-in-out; }
  .hover1:hover {
    opacity: 1;
    transition: 0.2s ease-in-out; }

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none; }

#popup-2 h2 {
  line-height: 35px; }

#popup-2 p {
  margin: 25px 0 25px 0; }

.popup, .overlay form {
  width: 410px;
  height: 405px;
  background: #FFF;
  position: fixed;
  z-index: 1001;
  top: calc(50vh - (410px / 2));
  left: calc(50vw - (405px / 2));
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.5);
  text-align: center; }
  .popup img, .overlay form img {
    display: block;
    margin: 80px auto 20px; }
  .popup h2, .overlay form h2 {
    color: #2a2a2a;
    font-size: 34px;
    line-height: 22px;
    margin: 0;
    padding: 0; }
  .popup p, .overlay form p {
    margin: 18px 0 73px 0;
    padding: 0;
    font-size: 16px;
    text-align: center; }
  .popup span, .overlay form span {
    color: #29608b;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    border-bottom: 1px dashed #29608b;
    cursor: pointer; }

.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.yellow-button {
  width: 212px;
  height: 58px;
  line-height: 58px;
  font-family: 'Roboto';
  font-size: 22px;
  font-weight: 300;
  color: #010101;
  display: block;
  background: #ffe700;
  border: none; }

header.menu-fixed {
  padding-top: 95px; }
  header.menu-fixed .nav-wrapper {
    position: fixed;
    z-index: 999;
    background: #FFF;
    width: 100%;
    top: 0; }

header {
  /*height: 150px;*/ }
  header .top-line {
    height: 55px;
    line-height: 55px;
    width: 100%;
    background: #256194;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 300; }
  header nav {
    display: block;
    width: 1080px;
    margin: auto;
    height: 95px;
    position: relative; }
    header nav .logo {
      width: 260px;
      height: 95px;
      background: url("../img/logo.png") left center no-repeat;
      float: left;
      display: block;
      opacity: 1;
      transition: 0.2s ease-in-out; }
      header nav .logo:hover {
        transition: 0.2s ease-in-out;
        opacity: 0.7; }
    header nav ul {
      display: table;
      width: 590px;
      margin: 0;
      padding: 0;
      float: left; }
      header nav ul li {
        display: table-cell;
        height: 95px;
        line-height: 95px;
        position: relative; }
        header nav ul li:hover ul {
          display: inline-table; }
        header nav ul li a {
          display: block;
          font-size: 16px;
          font-weight: 300;
          text-decoration: none;
          height: 30px;
          text-align: center;
          color: #29608b;
          white-space: nowrap;
          transition: 0.2s ease-in-out; }
          header nav ul li a:hover {
            color: #8eb0cb;
            transition: 0.2s ease-in-out; }
        header nav ul li ul {
          width: auto;
          display: none;
          position: absolute;
          border: 1px solid #dedede;
          border-radius: 7px;
          background: #FFF;
          z-index: 100;
          margin: 0;
          padding: 15px 5px;
          top: 75px;
          right: 20px; }
          header nav ul li ul:before {
            display: block;
            position: absolute;
            width: 18px;
            height: 10px;
            content: ' ';
            background: url("../img/arrow_1.png");
            margin-top: -25px;
            right: 25px; }
          header nav ul li ul li {
            display: block;
            margin: 0;
            padding: 0 25px;
            height: 30px;
            line-height: 30px; }
            header nav ul li ul li a {
              text-align: left; }
    header nav .button {
      display: block;
      cursor: pointer;
      width: 206px;
      height: 50px;
      line-height: 50px;
      float: left;
      text-align: center;
      border: 2px dotted #bbc7dc;
      color: #29608b;
      margin: 20px 0 0 20px;
      border-radius: 5px;
      font-size: 18px;
      font-weight: 300;
      position: relative; }
      header nav .button:hover .block {
        /*display: block;*/
        transition: 0.2s ease-in-out;
        visibility: visible;
        opacity: 1; }
      header nav .button .block {
        width: 223px;
        height: 135px;
        border: 1px solid #dedede;
        position: absolute;
        z-index: 90;
        right: 0;
        background: #FFF;
        border-radius: 4px;
        margin-top: 14px;
        text-align: left;
        padding: 25px 0 0 22px;
        line-height: 16px;
        /*display: none;*/
        visibility: hidden;
        cursor: auto;
        opacity: 0;
        transition: 0.2s ease-in-out; }
        header nav .button .block:before {
          width: 210px;
          height: 15px;
          content: ' ';
          background: url("../img/arrow_1.png") right bottom no-repeat;
          background-position: 155px 5px;
          position: absolute;
          top: -15px;
          right: 0px; }
        header nav .button .block .phone {
          font-size: 16px;
          line-height: 16px;
          font-weight: 300;
          color: #29608b;
          height: 20px; }
        header nav .button .block .callback {
          display: inline-block;
          text-decoration: none;
          border-bottom: 1px dashed #aec0ce;
          font-size: 13px;
          line-height: 13px;
          font-weight: 300;
          height: 15px;
          color: #29608b;
          margin-top: 0px;
          transition: 0.2s ease-in-out; }
          header nav .button .block .callback:hover {
            color: #8eb0cb;
            transition: 0.2s ease-in-out; }
        header nav .button .block .email {
          display: block;
          color: #29608b;
          font-size: 16px;
          line-height: 16px;
          margin-top: 10px; }
        header nav .button .block .social a {
          display: block;
          margin: 0;
          padding: 0;
          width: 30px;
          height: 30px;
          float: left;
          margin: 18px 21px 0 0;
          opacity: 1;
          transition: 0.2s ease-in-out; }
          header nav .button .block .social a:hover {
            opacity: 0.7;
            transition: 0.2s ease-in-out; }
          header nav .button .block .social a:nth-of-type(1) {
            background-image: url("../img/svg/vk-top.svg"); }
          header nav .button .block .social a:nth-of-type(2) {
            background-image: url("../img/svg/fb-top.svg"); }
          header nav .button .block .social a:nth-of-type(3) {
            background-image: url("../img/svg/tw-top.svg"); }

.slide-top {
  width: 100%;
  height: 460px;
  display: table;
  background: center center;
  background-size: cover;
  color: #FFF;
  text-align: center; }
  .slide-top .content {
    display: table-cell;
    vertical-align: middle; }
  .slide-top h2 {
    font-size: 62px;
    font-weight: 100;
    margin: 0;
    padding: 0 0 25px 0; }

.slide-1 {
  background-image: url("../img/bg_4.jpg"); }

.block-1 ul {
  width: 100%;
  height: calc(100vh - 150px);
  margin: 0;
  padding: 0;
  position: absolute; }
  .block-1 ul li {
    margin: 0;
    padding: 0;
    width: calc(100% / 3); }
    .block-1 ul li .title {
      color: #FFF;
      font-size: 60px; }
    .block-1 ul li .description {
      color: #FFF;
      font-size: 22px; }
    .block-1 ul li .button {
      opacity: 0;
      transition: 0.7s; }
      .block-1 ul li .button.visible {
        opacity: 1;
        margin-top: 40px;
        margin-bottom: 40px; }
      .block-1 ul li .button a {
        width: 188px;
        height: 58px;
        line-height: 58px;
        background: #ffe700;
        color: #2a2a2a;
        display: block;
        margin: auto;
        text-decoration: none;
        transition: 0.2s ease-in-out; }
        .block-1 ul li .button a:hover {
          transition: 0.2s ease-in-out;
          background: #fff271; }
    .block-1 ul li .content {
      position: absolute;
      overflow: hidden; }
      .block-1 ul li .content .bg {
        background: center center no-repeat;
        background-size: cover;
        position: absolute;
        display: block;
        width: calc(100% + 1px);
        height: 100%;
        transform: scale(1);
        transition: 0.7s; }
      .block-1 ul li .content .table {
        position: absolute;
        width: 100%;
        height: 100%; }
        .block-1 ul li .content .table .row:nth-of-type(2) {
          height: 180px; }
          .block-1 ul li .content .table .row:nth-of-type(2) .cell {
            vertical-align: middle; }
        .block-1 ul li .content .table .row:nth-of-type(3) {
          height: 140px; }
          .block-1 ul li .content .table .row:nth-of-type(3) .cell {
            vertical-align: middle; }
        .block-1 ul li .content .table .row:nth-of-type(4) {
          height: 0px; }
          .block-1 ul li .content .table .row:nth-of-type(4) .cell {
            vertical-align: top;
            height: 60px;
            transition: 0.7s; }
        .block-1 ul li .content .table .row .cell {
          text-align: center; }
    .block-1 ul li:nth-of-type(1) .bg {
      background-image: url("../img/img_7.jpg"); }
    .block-1 ul li:nth-of-type(2) .bg {
      background-image: url("../img/img_6.jpg"); }
    .block-1 ul li:nth-of-type(3) .bg {
      background-image: url("../img/img_8.jpg"); }
    .block-1 ul li:hover .bg {
      transition: 0.7s;
      transform: scale(1.2); }
    .block-1 ul li:hover .button {
      opacity: 1;
      transition: 0.7s; }
    .block-1 ul li:hover .content .table .row:nth-of-type(4) .cell {
      transition: 0.7s;
      height: 150px; }

.block-6 {
  width: 1080px;
  height: 210px;
  background: #eaeaea;
  line-height: 210px;
  margin: 60px auto;
  color: #9f9f9f;
  font-size: 34px;
  text-align: center;
  background: url(../img/bg_7.png);
  display: flex; }
  .block-6 .popup-7 {
    width: 430px;
    height: 60px;
    background: #ffe700;
    margin: auto;
    font-size: 22px;
    color: #000;
    line-height: 60px;
    cursor: pointer; }

.block-2 {
  padding: 110px 0px 80px;
  background: linear-gradient(to bottom, #125e9d, #125b99);
  margin-top: calc(100vh - 150px); }
  .block-2 h2 {
    margin: 0px;
    padding-top: 0; }
  .block-2 ul {
    display: block;
    width: 1080px;
    margin: 95px auto 0px;
    overflow: hidden; }
    .block-2 ul li {
      width: 250px;
      height: 180px;
      display: block;
      margin: 0px;
      padding: 0px 0px 0px 110px;
      float: left; }
      .block-2 ul li .title {
        font-size: 24px;
        font-weight: 100;
        color: #FFF; }
      .block-2 ul li .description {
        color: #c0cfdb;
        font-size: 22px; }
      .block-2 ul li a {
        color: #ffe700;
        display: inline-block;
        text-decoration: none;
        border-bottom: 1px solid #ffe700;
        transition: 0.2s ease-in-out; }
        .block-2 ul li a:hover {
          color: #b6deff;
          border-bottom: 1px solid #b6deff;
          transition: 0.2s ease-in-out; }
      .block-2 ul li:nth-of-type(1) {
        background: url("../img/icon_1.png") 28px 0px no-repeat; }
      .block-2 ul li:nth-of-type(2) {
        background: url("../img/icon_3.png") 26px 0px no-repeat; }
      .block-2 ul li:nth-of-type(3) {
        background: url("../img/icon_5.png") 26px 0px no-repeat; }
      .block-2 ul li:nth-of-type(4) {
        background: url("../img/icon_2.png") 28px 0px no-repeat; }
      .block-2 ul li:nth-of-type(5) {
        background: url("../img/icon_4.png") 28px 0px no-repeat; }

.block-3 {
  background: url("../img/bg_1.jpg");
  min-height: 1290px;
  overflow: hidden;
  padding: 0; }
  .block-3 h2 {
    margin: 85px 0px 40px;
    padding: 0px; }
  .block-3 .title-1, .block-3 .title-2 {
    font-size: 34px;
    color: #FFF;
    font-weight: 100;
    text-align: center; }
  .block-3 .plus {
    height: 75px;
    background: url("../img/svg/line.svg") center center no-repeat; }
  .block-3 .ruler {
    height: 320px;
    margin: 75px 0px 0px;
    background: url("../img/svg/ruler2.svg") center center no-repeat rgba(0, 0, 0, 0.5);
    background-size: 800px auto; }
  .block-3 ul.icons {
    width: 1080px;
    margin: 0 auto;
    padding: 0px;
    display: block; }
    .block-3 ul.icons li {
      width: 360px;
      height: 150px;
      margin: 0;
      padding: 295px 0 0 0;
      display: block;
      float: left;
      text-align: center;
      font-size: 16px;
      color: #FFF;
      font-weight: 300; }
      .block-3 ul.icons li:nth-of-type(1) {
        background: url("../img/icon_6.png") center 122px no-repeat; }
      .block-3 ul.icons li:nth-of-type(2) {
        background: url("../img/icon_7.png") center 105px no-repeat; }
      .block-3 ul.icons li:nth-of-type(3) {
        background: url("../img/icon_8.png") center 130px no-repeat; }

.block-4 {
  min-height: 904px;
  background: url("../img/bg_3.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden; }
  .block-4 .slider-1 {
    width: 920px;
    height: 600px;
    margin: auto;
    position: relative;
    padding-top: 25px;
    /*border: 1px solid red;*/ }
    .block-4 .slider-1 h2 {
      margin: 70px 0 75px 0;
      padding: 0;
      color: #FFF; }
    .block-4 .slider-1 .owl-prev, .block-4 .slider-1 .owl-next {
      width: 49px;
      height: 98px;
      position: absolute;
      opacity: 1;
      transition: 0.2s ease-in-out; }
      .block-4 .slider-1 .owl-prev:hover, .block-4 .slider-1 .owl-next:hover {
        opacity: 0.7;
        transition: 0.2s ease-in-out; }
    .block-4 .slider-1 .owl-prev {
      background: url("../img/svg/arrow_1_left.svg") left center no-repeat;
      left: 0;
      top: 0;
      margin: 350px 0 0 -90px; }
    .block-4 .slider-1 .owl-next {
      background: url("../img/svg/arrow_1_right.svg") right center no-repeat;
      right: 0;
      top: 0;
      margin: 350px -90px 0 0; }
    .block-4 .slider-1 .slide {
      width: 920px;
      height: 600px;
      overflow: hidden; }
      .block-4 .slider-1 .slide img {
        display: block; }
      .block-4 .slider-1 .slide .logo {
        width: 288px;
        height: 165px;
        background: center center no-repeat #FFF;
        border: 1px solid #d5dde4;
        border-radius: 10px;
        margin: 0 25px 25px 0;
        float: left; }
        .block-4 .slider-1 .slide .logo:nth-last-of-type(3n+1) {
          margin-right: 0px; }
  .block-4 ul {
    display: block;
    width: 920px;
    margin: 60px auto 0px;
    padding: 0;
    list-style-type: none; }
    .block-4 ul li {
      width: 230px;
      height: 100px;
      margin: 0;
      padding: 0;
      background: center center no-repeat;
      float: left;
      opacity: 0.7;
      transition: 0.2s ease-in-out; }
      .block-4 ul li:hover {
        opacity: 1;
        transition: 0.2s ease-in-out; }
      .block-4 ul li.active {
        opacity: 1; }
        .block-4 ul li.active a svg .cls-1 {
          opacity: 1;
          transition: 0.2s ease-in-out;
          fill: #ffe700; }
      .block-4 ul li:nth-of-type(1) a {
        display: block;
        width: 146px;
        height: 86px;
        margin: 12px 0 0 0px;
        opacity: 1;
        transition: 0.2s ease-in-out; }
        .block-4 ul li:nth-of-type(1) a svg {
          display: block;
          margin-left: 60px;
          margin-top: 12px; }
      .block-4 ul li:nth-of-type(2) a {
        display: block;
        width: 142px;
        height: 88px;
        margin: -6px 0 0 -5px;
        opacity: 1;
        transition: 0.2s ease-in-out; }
        .block-4 ul li:nth-of-type(2) a svg {
          display: block;
          margin-left: 60px;
          margin-top: 12px; }
      .block-4 ul li:nth-of-type(3) a {
        display: block;
        width: 156px;
        height: 95px;
        margin: -12px 0 0 -23px;
        opacity: 1;
        transition: 0.2s ease-in-out; }
        .block-4 ul li:nth-of-type(3) a svg {
          display: block;
          margin-left: 60px;
          margin-top: 12px; }
      .block-4 ul li:nth-of-type(4) a {
        display: block;
        width: 136px;
        height: 79px;
        margin: 15px 0 0 -26px;
        opacity: 1;
        transition: 0.2s ease-in-out; }
        .block-4 ul li:nth-of-type(4) a svg {
          display: block;
          margin-left: 60px;
          margin-top: 12px; }

footer {
  overflow: hidden;
  background: url("../img/footer_bg.png");
  padding-top: 75px;
  display: block;
  clear: both; }
  footer .wrapper {
    max-width: 1080px; }
  footer form {
    margin-bottom: 85px; }
  footer form + ul li {
    width: 320px; }
    footer form + ul li:nth-of-type(1) {
      width: 285px; }
    footer form + ul li:nth-of-type(2) {
      width: 325px; }
    footer form + ul li:nth-of-type(4) {
      width: 175px; }
      footer form + ul li:nth-of-type(4) .icon {
        margin-right: 26px; }
        footer form + ul li:nth-of-type(4) .icon:last-of-type {
          margin-right: 0; }
    footer form + ul li:last-of-type {
      text-align: left; }
  footer ul {
    margin: 15px 0 0 0;
    padding: 0;
    display: block;
    list-style-type: none; }
    footer ul li {
      display: block;
      width: 325px;
      height: 180px;
      margin: 0;
      padding: 0;
      float: left; }
      footer ul li:nth-of-type(1) {
        width: 255px; }
      footer ul li:nth-of-type(4) {
        width: 175px; }
        footer ul li:nth-of-type(4) .icon {
          margin-right: 26px; }
          footer ul li:nth-of-type(4) .icon:last-of-type {
            margin-right: 0; }
      footer ul li:nth-of-type(5), footer ul li:nth-of-type(6) {
        height: 115px; }
      footer ul li:last-of-type {
        float: right;
        text-align: right; }
      footer ul li .title {
        font-size: 14px;
        color: #95a9c2;
        font-weight: 300;
        padding-bottom: 5px; }
      footer ul li a {
        color: #a8ceee;
        text-decoration: none;
        transition: 0.2s ease-in-out; }
        footer ul li a:hover {
          color: #FFF;
          transition: 0.2s ease-in-out; }
        footer ul li a span {
          border-bottom: 1px solid #385690; }
      footer ul li a.link {
        font-size: 22px;
        font-weight: 300;
        color: #FFF;
        border-bottom: 1px solid #6f7d98;
        text-decoration: none;
        transition: 0.2s ease-in-out; }
        footer ul li a.link:hover {
          transition: 0.2s ease-in-out;
          color: #bac1c8; }
      footer ul li .icon {
        display: block;
        width: 41px;
        height: 41px;
        background: center center no-repeat;
        float: left;
        margin: 7px 27px 0 0;
        transition: 1s ease-in-out; }
        footer ul li .icon svg .cls-2, footer ul li .icon svg .cls-3, footer ul li .icon svg .cls-4, footer ul li .icon svg .cls-5, footer ul li .icon svg .cls-6, footer ul li .icon svg .cls-7 {
          fill: #e4e4e4;
          transition: 0.2s ease-in-out; }
        footer ul li .icon svg .cls-2, footer ul li .icon svg .cls-4, footer ul li .icon svg .cls-6 {
          fill-opacity: 0;
          stroke: #bac1c8;
          stroke-linejoin: round;
          stroke-width: 2px; }
        footer ul li .icon svg .cls-3, footer ul li .icon svg .cls-5, footer ul li .icon svg .cls-7 {
          fill-rule: evenodd; }
        footer ul li .icon:hover svg .cls-2, footer ul li .icon:hover svg .cls-3, footer ul li .icon:hover svg .cls-4, footer ul li .icon:hover svg .cls-5, footer ul li .icon:hover svg .cls-6, footer ul li .icon:hover svg .cls-7 {
          transition: 0.2s ease-in-out; }
        footer ul li .icon:hover svg .cls-2, footer ul li .icon:hover svg .cls-4, footer ul li .icon:hover svg .cls-6 {
          fill-opacity: 1;
          stroke: #e4e4e4; }
        footer ul li .icon:hover svg .cls-3, footer ul li .icon:hover svg .cls-5, footer ul li .icon:hover svg .cls-7 {
          fill: #052c5c; }

.form-1 {
  display: block;
  float: right;
  width: 410px;
  height: 405px;
  background: #FFF;
  border-radius: 10px;
  /*display: none;*/ }
  .form-1 .title {
    font-size: 34px;
    font-weight: 100;
    text-align: left;
    padding: 40px 45px 25px; }
  .form-1 label {
    display: block;
    float: left;
    font-size: 16px;
    color: #2a2a2a;
    margin-left: 44px;
    font-weight: 300;
    padding-bottom: 10px; }
  .form-1 .err {
    display: block;
    float: right;
    color: #df6161;
    margin-right: 50px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    font-weight: 300;
    display: none; }
  .form-1 input[type=text] {
    width: 288px;
    height: 45px;
    border: 1px solid #bac1c8;
    display: block;
    margin: 0 auto 20px;
    padding: 0 15px;
    font-weight: 300;
    color: #2a2a2a;
    transition: 0.2s ease-in-out; }
    .form-1 input[type=text]:focus {
      transition: 0.2s ease-in-out;
      border-color: #1a78c8; }
    .form-1 input[type=text].error {
      border-color: #df6161; }
  .form-1 input[type=submit] {
    margin: 30px 0 0 153px;
    transition: 0.2s ease-in-out; }
    .form-1 input[type=submit]:hover {
      background: #fff271;
      transition: 0.2s ease-in-out; }
  .form-1 + ul li {
    width: 285px;
    height: 105px; }
    .form-1 + ul li:nth-of-type(5) {
      width: 570px; }
    .form-1 + ul li:last-of-type {
      float: left; }

.block-5 {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 90px;
  color: #2a2a2a; }
  .block-5 h1 {
    font-family: 'Roboto';
    font-size: 62px;
    line-height: 62px;
    margin: 0;
    padding: 0;
    font-weight: 100; }
  .block-5 article {
    width: 330px;
    margin-bottom: 40px; }
    .block-5 article .header {
      font-size: 24px;
      font-weight: 100;
      padding: 30px 30px 25px;
      text-align: left;
      background: #f6f9fb;
      border: 1px solid #dfdfdf;
      border-radius: 10px 10px 0 0; }
    .block-5 article .content {
      font-size: 14px;
      padding: 30px;
      border: 1px solid #dfdfdf;
      border-top: none;
      border-radius: 0 0 10px 10px; }
      .block-5 article .content .title {
        font-weight: normal; }
  .block-5 .column-a {
    float: left;
    width: 380px; }
    .block-5 .column-a p {
      font-size: 22px;
      font-weight: 300; }
      .block-5 .column-a p a {
        color: #29608b;
        display: inline-block;
        text-decoration: none;
        border-bottom: 1px solid #29608b;
        line-height: 20px;
        transition: 0.2s ease-in-out; }
        .block-5 .column-a p a:hover {
          color: #1a78c8;
          transition: 0.2s ease-in-out; }
  .block-5 .column-b {
    float: left;
    width: 330px; }
    .block-5 .column-b:last-of-type article:last-of-type {
      margin-bottom: 110px; }
    .block-5 .column-b p {
      margin: 0;
      padding: 5px 0px 15px 0px;
      font-weight: 300; }
  .block-5 .column-b + .column-b {
    margin-left: 40px; }

.slide-2 {
  background-image: url("../img/bg_5.jpg");
  /*    h2 {
          font-size: 62px;
          font-weight: 100;
          margin: 0;
          padding: 165px 0 23px 0;
      }*/ }

.block-7 h1 {
  color: #2a2a2a;
  font-size: 62px;
  font-weight: 100;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 115px 0 47px; }

.block-7 ul {
  display: block;
  width: 920px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  overflow: hidden; }
  .block-7 ul li {
    width: 288px;
    height: 165px;
    display: block;
    float: left;
    border: 1px solid #d5dde4;
    border-radius: 10px;
    margin: 0 25px 25px 0;
    background: center center no-repeat; }
    .block-7 ul li:nth-of-type(3n) {
      margin-right: 0; }
    .block-7 ul li:last-of-type {
      margin-bottom: 135px; }

.block-8 {
  background: #11528b url("../img/bg_6.png") right bottom no-repeat;
  color: #FFF;
  padding: 75px 0 80px; }
  .block-8 h2 {
    color: #ffe700;
    font-weight: 100;
    font-size: 34px;
    margin: 0;
    padding: 0 0 30px 0;
    text-align: left;
    max-width: 700px; }
  .block-8 .wrapper {
    max-width: 1080px;
    margin: auto; }
  .block-8 ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .block-8 ul li {
      margin: 0;
      padding: 0 0 10px 12px;
      max-width: 610px;
      font-size: 22px;
      background: url("../img/bullet2.png") 0px 12px no-repeat; }

.block-9 {
  margin: 0 auto;
  width: 1080px; }
  .block-9 .block-left {
    width: 720px;
    vertical-align: top; }
    .block-9 .block-left h3 {
      margin: 110px 0 40px 0;
      font-weight: 300; }
    .block-9 .block-left ul {
      display: block;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .block-9 .block-left ul li {
        display: block;
        margin: 0;
        padding: 0 0 10px 15px;
        background: url("../img/bullet.png") 0px 12px no-repeat;
        font-weight: 300; }
        .block-9 .block-left ul li.imgs {
          padding: 0;
          overflow: hidden; }
          .block-9 .block-left ul li.imgs img {
            display: block;
            max-height: 40px;
            max-width: 85px;
            float: left;
            margin: 0 20px 10px 0;
            background: none; }
  .block-9 .block-right {
    width: 360px;
    height: 365px;
    vertical-align: top;
    background: url("../img/block_1_right_bg.png") 0px 30px no-repeat; }
    .block-9 .block-right img {
      display: block;
      margin: 180px 0 0 100px; }
    .block-9 .block-right .button {
      width: 235px;
      height: 60px;
      line-height: 60px;
      display: block;
      font-weight: 300;
      font-size: 22px;
      color: #010101;
      text-align: left;
      text-decoration: none;
      background: #ffe700 url("../img/icon_12.png") 220px 25px no-repeat;
      padding-left: 25px;
      margin: 35px auto;
      transition: 0.2s ease-in-out; }
      .block-9 .block-right .button:hover {
        transition: 0.2s ease-in-out;
        background-color: #fff271; }

.slide-3 {
  background-image: url("../img/bg_7.jpg"); }

.block-10 {
  width: 100%;
  max-width: 1080px;
  display: table;
  margin: auto; }
  .block-10 .block-left {
    width: 640px;
    padding: 120px 0 160px;
    display: table-cell;
    vertical-align: top; }
    .block-10 .block-left h2 {
      color: #2a2a2a;
      font-weight: 300;
      font-size: 34px;
      text-align: left;
      margin: 0;
      padding: 0 0 35px 0; }
    .block-10 .block-left ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      max-width: 460px; }
      .block-10 .block-left ul li {
        margin: 0;
        padding: 0 0 10px 15px;
        background: url("../img/bullet.png") 0px 12px no-repeat;
        font-weight: 300; }
  .block-10 .block-right {
    display: table-cell;
    vertical-align: top;
    background: url("../img/block_1_right_bg.png") 0px 10px no-repeat; }
    .block-10 .block-right img {
      display: block;
      margin: 150px auto 40px; }
    .block-10 .block-right .button {
      display: block;
      width: 237px;
      height: 59px;
      background: #ffe700;
      color: #010101;
      font-weight: 300;
      font-size: 22px;
      line-height: 59px;
      text-decoration: none;
      text-align: center;
      margin: 5px auto;
      transition: 0.2s ease-in-out; }
      .block-10 .block-right .button:hover {
        transition: 0.2s ease-in-out;
        background: #fff271; }

.block-11 {
  padding: 40px 0 60px;
  background: #11528b; }
  .block-11 ul {
    display: table;
    width: 100%;
    max-width: 1080px;
    border-collapse: collapse;
    margin: 65px auto 0; }
    .block-11 ul li {
      display: table-cell;
      width: 25%;
      height: 150px;
      text-align: center;
      vertical-align: bottom;
      transition: 0.2s ease-in-out;
      opacity: 0.7; }
      .block-11 ul li:hover {
        transition: 0.2s ease-in-out;
        opacity: 1; }
      .block-11 ul li:last-of-type {
        width: 2px;
        height: 0px;
        display: block;
        border: 20px solid transparent;
        border-bottom: 20px solid #e0eaf3;
        position: absolute;
        content: ' ';
        margin-top: 170px;
        opacity: 1;
        left: 550px; }
      .block-11 ul li.active {
        transition: 0.2s ease-in-out;
        opacity: 1; }
        .block-11 ul li.active a {
          transition: 0.2s ease-in-out;
          opacity: 1;
          color: #ffe700; }
        .block-11 ul li.active svg .cls-8 {
          transition: 0.2s ease-in-out;
          opacity: 1;
          fill: #ffe700; }
      .block-11 ul li a {
        color: #FFF;
        text-decoration: none;
        font-size: 34px;
        font-weight: 100;
        display: block;
        height: 150px;
        padding: 0px 0 0 0;
        transition: 0.2s ease-in-out; }
        .block-11 ul li a svg {
          margin-bottom: 30px;
          display: block;
          margin: 0px auto 50px; }
          .block-11 ul li a svg .cls-8 {
            transition: 0.2s ease-in-out; }
        .block-11 ul li a:nth-last-of-type(1) svg {
          width: 125px;
          height: 60px; }
        .block-11 ul li a:nth-last-of-type(2) svg {
          width: 132px;
          height: 84px; }
        .block-11 ul li a:nth-last-of-type(3) svg {
          width: 83px;
          height: 77px; }
        .block-11 ul li a:nth-last-of-type(4) svg {
          width: 113px;
          height: 61px; }
      .block-11 ul li .cls-8 {
        fill: #fff;
        fill-rule: evenodd; }

.block-12 {
  background: #e0eaf3;
  overflow: hidden;
  padding: 0; }
  .block-12 .slide {
    /*display: none;*/
    padding: 90px 0 110px 0;
    position: absolute;
    min-height: 390px; }
    .block-12 .slide:first-of-type {
      display: block;
      top: 0px; }
  .block-12 .wrapper {
    max-width: 1080px;
    margin: auto;
    overflow: visible;
    position: relative;
    height: 100%;
    z-index: 10; }
  .block-12 form {
    margin-top: 55px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 50;
    top: 0px;
    right: -20px; }
  .block-12 ul {
    display: table;
    margin: 0;
    padding: 0;
    max-width: 620px;
    list-style-type: none; }
    .block-12 ul li {
      margin: 0;
      padding: 0 0 10px 15px;
      color: #2a2a2a;
      background: url("../img/bullet.png") 0px 12px no-repeat;
      font-weight: 300; }

.block-13 .wrapper {
  max-width: 1080px; }

.block-13 .block p {
  margin: 0;
  padding: 0 400px 0 0;
  position: relative;
  overflow: hidden; }
  .block-13 .block p span {
    position: relative;
    z-index: 10; }
  .block-13 .block p .bg {
    height: 33px;
    position: absolute;
    z-index: 5;
    background: url("../img/svg/mark-left.svg") left center no-repeat, url("../img/svg/mark-right.svg") right center no-repeat, #ffe700; }

.block-13 .block:nth-of-type(1) {
  background: url("../img/bg_10.png") no-repeat;
  background-position: right 136px top 56px; }
  .block-13 .block:nth-of-type(1) h3 {
    margin: 110px 0 40px 0; }

.block-13 .block:nth-of-type(2) {
  padding: 0 0 0 415px;
  background: url("../img/bg_11.png") no-repeat;
  background-position: left 70px top 50px; }
  .block-13 .block:nth-of-type(2) h3 {
    margin: 160px 0 40px 0; }
  .block-13 .block:nth-of-type(2) p {
    padding: 0; }

.block-13 .block:nth-of-type(3) {
  background: url("../img/bg_12.png") no-repeat;
  background-position: right 80px top 5px;
  min-height: 180px; }
  .block-13 .block:nth-of-type(3) h3 {
    margin: 180px 0 40px 0; }

.block-14 .wrapper {
  max-width: 1080px; }

.block-14 h2 {
  color: #000;
  text-align: left;
  padding: 150px 0 0px 0;
  background: url("../img/bg_13.png") 280px 5px no-repeat; }

.block-14 ul {
  list-style: decimal;
  max-width: 760px;
  font-family: 'Beer Money';
  font-size: 40px;
  color: #004885;
  margin: 0 0 120px 0;
  padding: 0 0 0 45px; }
  .block-14 ul li {
    margin: 0;
    padding: 0 0 31px 0;
    line-height: 15px; }
    .block-14 ul li span {
      color: #2a2a2a;
      font-family: Roboto;
      font-size: 22px;
      line-height: 22px;
      letter-spacing: 0.2px;
      padding-top: 1px; }

.block-15 {
  min-height: 695px;
  background: url("../img/bg_9.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #FFF; }
  .block-15 .wrapper {
    max-width: 1080px;
    margin: auto; }
  .block-15 h2 {
    text-align: left;
    padding-top: 45px; }
  .block-15 p {
    max-width: 730px; }

.question {
  border-bottom: 1px dotted #000;
  cursor: help; }
  .question:after {
    display: inline-block;
    width: 24px;
    height: 26px;
    background: url("../img/question.png") right center no-repeat #FFF;
    border: 1px solid #FFF;
    content: ' ';
    position: absolute; }
  .question:hover + .help {
    transition: 0.2s ease-in-out;
    opacity: 1;
    visibility: visible; }

.question + .help {
  border: 1px solid #dedede;
  display: inline-block;
  position: absolute;
  width: auto;
  max-width: 350px;
  height: auto;
  padding: 20px 30px;
  font-size: 16px;
  background: #FFF;
  margin-left: 40px;
  margin-top: -33px;
  border-radius: 5px;
  box-shadow: -3px 3px 3px -1px rgba(127, 127, 127, 0.07);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  font-weight: 300; }
  .question + .help:before {
    width: 12px;
    height: 22px;
    display: block;
    content: ' ';
    background: url("../img/arrow_3.png");
    position: absolute;
    left: -12px;
    top: 35px; }
  .question + .help:after {
    display: none; }
  .question + .help ul {
    margin: 0;
    padding: 0; }
    .question + .help ul li {
      margin: 0;
      padding: 0 0 10px 0;
      color: #2a2a2a;
      background: none; }

.block-16 {
  max-width: 1080px;
  margin: 0 auto; }
  .block-16 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden; }
    .block-16 ul li {
      margin: 0;
      padding: 0;
      width: 360px;
      float: left;
      vertical-align: top; }
  .block-16 .contacts .title {
    background: left center no-repeat;
    font-size: 22px;
    color: #2a2a2a;
    padding-left: 30px;
    font-weight: 300;
    height: 31px;
    line-height: 34px; }
  .block-16 .contacts a {
    font-size: 34px;
    text-decoration: none;
    margin: 10px 0 0 0;
    display: inline-block;
    color: #29608b;
    transition: 0.2s ease-in-out; }
    .block-16 .contacts a:hover {
      color: #1a78c8;
      transition: 0.2s ease-in-out; }
      .block-16 .contacts a:hover span {
        color: #1a78c8;
        transition: 0.2s ease-in-out; }
    .block-16 .contacts a span {
      border-bottom: 1px solid #1a78c8; }
  .block-16 .contacts li {
    padding-bottom: 90px; }
    .block-16 .contacts li:nth-of-type(1) .title {
      background-image: url("../img/icon_13.png"); }
    .block-16 .contacts li:nth-of-type(2) .title {
      background-image: url("../img/icon_14.png");
      padding-left: 40px; }
    .block-16 .contacts li:nth-of-type(3) .title {
      background-image: url("../img/icon_15.png");
      padding-left: 50px; }
  .block-16 .offices {
    padding-bottom: 45px; }
    .block-16 .offices .title {
      background: url("../img/icon_16.png") left center no-repeat;
      padding-left: 30px;
      height: 30px;
      margin: 0 0 20px 0;
      font-weight: 300; }
    .block-16 .offices ul li {
      border-left: 1px solid #769dbd;
      margin-bottom: 40px;
      padding-left: 10px;
      width: 349px;
      min-height: 55px; }
      .block-16 .offices ul li a {
        text-decoration: none;
        color: #29608b;
        font-weight: 300;
        transition: 0.2s ease-in-out; }
        .block-16 .offices ul li a:hover {
          color: #1a78c8;
          transition: 0.2s ease-in-out; }
          .block-16 .offices ul li a:hover span {
            color: #1a78c8;
            transition: 0.2s ease-in-out; }
      .block-16 .offices ul li span {
        cursor: pointer;
        border-bottom: 1px dashed #1a78c8; }

.map {
  height: 540px;
  background: lightgray;
  position: relative; }
  .map .map-anchor {
    position: absolute;
    top: -95px; }
  .map .map-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 90;
    display: none;
    background: gray; }

.faces h2 {
  color: #2a2a2a;
  text-align: left;
  padding-top: 10px; }

.faces img {
  float: left;
  margin-right: 18px; }

.faces ul li {
  float: left;
  width: 540px;
  margin: 0 0 80px 0; }

.faces .name {
  font-size: 28px; }

.faces .post {
  font-size: 22px;
  padding: 10px 0 10px;
  color: #868686; }

.faces a {
  color: #1a78c8;
  font-size: 22px;
  line-height: 35px;
  text-decoration: none; }
  .faces a span {
    border-bottom: 1px solid #1a78c8; }

.overlay .form-agent, .overlay .form-agent-ok {
  width: 410px;
  height: 600px;
  position: fixed;
  background: #FFF;
  left: calc(50% - 205px);
  top: calc((100vh - 600px) / 2);
  border-radius: 5px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
  /*display: none;*/ }
  .overlay .form-agent h2, .overlay .form-agent-ok h2 {
    color: #000;
    font-size: 34px;
    padding: 35px 0 0px 0;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 300;
    margin: 0; }
  .overlay .form-agent table, .overlay .form-agent-ok table {
    width: 320px;
    border-collapse: collapse;
    margin: auto; }
  .overlay .form-agent label, .overlay .form-agent-ok label {
    font-size: 16px;
    display: block;
    padding: 25px 0 10px 0;
    font-family: 'Roboto Light';
    text-align: left; }
    .overlay .form-agent label.label-age, .overlay .form-agent-ok label.label-age {
      padding-left: 20px; }
  .overlay .form-agent [type=text], .overlay .form-agent [type=email], .overlay .form-agent [type=tel], .overlay .form-agent-ok [type=text], .overlay .form-agent-ok [type=email], .overlay .form-agent-ok [type=tel] {
    display: block;
    width: 288px;
    border: 1px solid #1a78c8;
    height: 45px;
    border-radius: 3px;
    padding: 0 15px; }
    .overlay .form-agent [type=text].error, .overlay .form-agent [type=email].error, .overlay .form-agent [type=tel].error, .overlay .form-agent-ok [type=text].error, .overlay .form-agent-ok [type=email].error, .overlay .form-agent-ok [type=tel].error {
      border-color: red; }
  .overlay .form-agent .citizenship, .overlay .form-agent-ok .citizenship {
    width: 185px; }
  .overlay .form-agent .age, .overlay .form-agent-ok .age {
    width: 40px;
    float: right; }
  .overlay .form-agent [type=submit], .overlay .form-agent-ok [type=submit] {
    display: block;
    border: 0;
    width: 210px;
    height: 60px;
    background: #ffe700;
    line-height: 60px;
    text-align: center;
    font-family: 'Roboto Light';
    font-size: 22px;
    float: right;
    margin-top: 25px;
    margin-bottom: 25px;
    cursor: pointer; }
    .overlay .form-agent [type=submit]:hover, .overlay .form-agent-ok [type=submit]:hover {
      background-color: #fff271; }

.overlay .form-agent-ok {
  height: 400px;
  top: calc((100vh - 400px) / 2);
  background: url(../img/v.png) top 80px center no-repeat #FFF;
  text-align: center; }
  .overlay .form-agent-ok h2 {
    padding-top: 170px; }
  .overlay .form-agent-ok label {
    text-align: center; }
  .overlay .form-agent-ok span {
    color: #29608b;
    border-bottom: 1px dashed #29608b;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    padding-top: 10px; }

.overlay .form-kasko {
/*  height: 890px; */
  height: 700px;
  max-height: 100vh;
  overflow-y: auto;
  margin: auto;
  position: static; }
  .overlay .form-kasko .mark {
    /* width: 135px; */ }
  .overlay .form-kasko .age {
    width: 90px;
    float: right; }

@media (max-width: 1299px) {
  * {
    max-width: 100% !important; }
  .block-1 {
    height: 695px; }
    .block-1 ul {
      width: 100%;
      height: 1500px;
      margin: 0;
      padding: 0;
      position: relative; }
      .block-1 ul li {
        width: 100%;
        display: block;
        height: 500px; }
        .block-1 ul li .button {
          opacity: 0;
          transition: 0.7s; }
          .block-1 ul li .button a {
            width: 188px;
            height: 58px;
            line-height: 58px;
            background: #ffe700;
            color: #2a2a2a;
            display: block;
            margin: auto;
            text-decoration: none;
            transition: 0.2s ease-in-out; }
            .block-1 ul li .button a:hover {
              transition: 0.2s ease-in-out;
              background: #fff271; }
        .block-1 ul li .content {
          position: absolute;
          overflow: hidden; }
          .block-1 ul li .content .bg {
            background: center center no-repeat;
            background-size: cover;
            position: absolute;
            display: block;
            width: calc(100% + 1px);
            height: 100%;
            transform: scale(1);
            transition: 0.7s; }
          .block-1 ul li .content .table {
            position: absolute;
            width: 100%;
            height: 100%; }
            .block-1 ul li .content .table .row:nth-of-type(2) {
              height: 180px; }
              .block-1 ul li .content .table .row:nth-of-type(2) .cell {
                vertical-align: middle; }
            .block-1 ul li .content .table .row:nth-of-type(3) {
              height: 140px; }
              .block-1 ul li .content .table .row:nth-of-type(3) .cell {
                vertical-align: middle; }
            .block-1 ul li .content .table .row:nth-of-type(4) {
              height: 0px; }
              .block-1 ul li .content .table .row:nth-of-type(4) .cell {
                vertical-align: top;
                height: 60px;
                transition: 0.7s; }
            .block-1 ul li .content .table .row .cell {
              text-align: center; }
        .block-1 ul li:nth-of-type(1) .bg {
          background-image: url("../img/img_7.jpg"); }
        .block-1 ul li:nth-of-type(2) .bg {
          background-image: url("../img/img_6.jpg"); }
        .block-1 ul li:nth-of-type(3) .bg {
          background-image: url("../img/img_8.jpg"); }
        .block-1 ul li:hover .bg {
          transition: 0.7s;
          transform: scale(1.2); }
        .block-1 ul li:hover .button {
          opacity: 1;
          transition: 0.7s; }
        .block-1 ul li:hover .content .table .row:nth-of-type(4) .cell {
          transition: 0.7s;
          height: 150px; }
  .block-4 {
    display: none; }
  /*    .block-2 {
        margin-top: 0;

        h2 {
            margin: 0px;
            padding-top: 0;
        }

        ul {
            display: block;
            width: $wrapper-width;
            margin: 95px auto 0px;
            overflow: hidden;

            li {
                width: 250px;
                height: 180px;
                display: block;
                margin: 0px;
                padding: 0px 0px 0px 110px;
                float: left;

                .title {
                    font-size: 24px;
                    font-weight: 100;
                    color: #FFF;                                
                }

                .description {
                    color: #c0cfdb;
                    font-size: 22px;
                }

                a {
                    color: #ffe700;
                    display: inline-block;
                    text-decoration: none;
                    border-bottom: 1px solid #ffe700;
                    transition: 0.2s ease-in-out;

                    &:hover {
                        color: #b6deff;
                        border-bottom: 1px solid #b6deff;
                        transition: 0.2s ease-in-out;
                    }
                }

                &:nth-of-type(1) {
                    background: url('../img/icon_1.png') 28px 0px no-repeat;
                }

                &:nth-of-type(2) {
                    background: url('../img/icon_3.png') 26px 0px no-repeat;
                }

                &:nth-of-type(3) {
                    background: url('../img/icon_5.png') 26px 0px no-repeat;
                }

                &:nth-of-type(4) {
                    background: url('../img/icon_2.png') 28px 0px no-repeat;
                }

                &:nth-of-type(5) {
                    background: url('../img/icon_4.png') 28px 0px no-repeat;
                }
            }
        }
    }*/ }

@media (max-width: 800px) {
  html, body {
    overflow-x: hidden; }
  header.menu-fixed {
    padding-top: 0px; }
    header.menu-fixed .nav-wrapper {
      position: relative;
      /*padding-top: 0px;*/ }
  header nav {
    height: auto; }
    header nav .logo {
      float: none;
      margin: auto; }
    header nav ul {
      width: 100%;
      display: block;
      float: none; }
      header nav ul li {
        display: block;
        height: 50px; }
        header nav ul li a {
          height: 50px;
          line-height: 50px; }
          header nav ul li a:active, header nav ul li a:hover {
            background: skyblue;
            color: #FFF; }
    header nav .button {
      float: none;
      margin: 20px auto; }
  .block-1 {
    position: relative; }
    .block-1 ul li .title {
      font-size: 40px; }
  .block-2 {
    padding-top: 280px; }
    .block-2 h2 {
      font-size: 40px; }
    .block-2 ul {
      width: 100%;
      padding: 0; }
      .block-2 ul li .description {
        width: 190px; }
  .block-3 h2 {
    font-size: 40px; }
  .block-3 .ruler {
    display: none; }
  .block-3 ul.icons li {
    float: none;
    margin: auto; }
  .block-13 .block {
    padding: 0 !important; }
    .block-13 .block h3 {
      padding: 30px 20px;
      margin: 0 !important; }
    .block-13 .block p {
      padding: 20px !important; }
      .block-13 .block p span.bg {
        background: none; }
  .block-14 h2 {
    font-size: 40px;
    padding: 40px 20px; }
  .block-15 h2 {
    padding: 20px;
    font-size: 40px; }
  .block-15 p {
    padding: 20px;
    margin: 0; }
  footer ul {
    padding-left: 20px; }
  footer .form-1 {
    margin: 0px auto 50px;
    float: none; }
  .block-11 h2 {
    font-size: 40px; }
  .block-11 ul li {
    width: 50%;
    display: block;
    float: left;
    margin: 0 0 50px 0; }
    .block-11 ul li:last-of-type {
      display: none; } }

@media (max-width: 320px) {
  html, body {
    overflow-x: hidden; }
  header.menu-fixed {
    padding-top: 0px; }
    header.menu-fixed .nav-wrapper {
      position: relative;
      /*padding-top: 0px;*/ }
  header nav {
    height: auto; }
    header nav .logo {
      float: none;
      margin: auto; }
    header nav ul {
      width: 300px;
      display: block;
      float: none; }
      header nav ul li {
        display: block;
        height: 50px; }
        header nav ul li a {
          height: 50px;
          line-height: 50px; }
    header nav .button {
      float: none;
      margin: 20px auto; }
  .block-1 {
    position: relative; }
    .block-1 ul li .title {
      font-size: 40px; }
  .block-2 {
    padding-top: 280px; }
    .block-2 h2 {
      font-size: 40px; }
    .block-2 ul {
      width: 100%;
      padding: 0; }
      .block-2 ul li .description {
        width: 190px; }
  .block-3 h2 {
    font-size: 40px; }
  .block-3 .ruler {
    display: none; }
  .block-3 ul.icons li {
    float: none;
    margin: auto; }
  footer ul {
    padding-left: 20px; } }

input[name="shurename"] { display: none !important; }