@import url("https://fonts.googleapis.com/css?family=Roboto:300,400&subset=cyrillic");
html {
  min-height: 100%;
  height: 100%; }

body {
  /*max-width: 1920px;*/
  max-width: 1600px !important;
  margin: 0 auto !important;
  font-family: 'Roboto', sans-serif;
  min-height: 100%;
  height: 100%; }

.text-content {
  position: relative;
  min-height: 100%; }
  .text-content-block {
    padding-bottom: 200px; }

.top {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: rgba(51, 204, 153, 0.75);
  max-width: 1600px; }
  .top-menu {
    max-width: 1120px;
    padding: 0 25px;
    margin: 0 auto; }
    .top-menu-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 80px; }
      .top-menu-list > li {
        display: inline-block;
        transition: background 1s ease; }
        .top-menu-list > li:hover {
          background: rgba(0, 0, 0, 0.2); }
          .top-menu-list > li:hover .top-menu-submenu {
            display: block;
            visibility: visible;
            opacity: 1;
            transition: all 1s ease; }
    .top-menu a, .top-menu a:visited {
      font-size: 15px;
      color: #fff;
      text-transform: uppercase;
      height: 80px;
      line-height: 80px;
      padding: 0 20px; }
      @media only screen and (max-width: 930px) {
        .top-menu a, .top-menu a:visited {
          font-size: 13px; } }
    .top-menu-logo {
      display: inline-block;
      padding-right: 120px; }
      @media only screen and (max-width: 930px) {
        .top-menu-logo {
          padding-right: 50px; } }
      .top-menu-logo a {
        height: auto !important;
        line-height: normal !important; }
      @media only screen and (max-width: 930px) {
        .top-menu-logo img {
          width: 120px; } }
    .top-menu-submenu {
      display: none;
      visibility: hidden;
      opacity: 0;
      text-transform: uppercase;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      list-style: none;
      padding: 25px 40px;
      transition: all 1s ease; }
      .top-menu-submenu-header {
        display: block;
        border-bottom: 1px solid #868787;
        padding-bottom: 10px;
        margin-bottom: 10px; }
      .top-menu-submenu li {
        list-style: none; }
      .top-menu-submenu a {
        display: inline-block;
        padding: 3px 0 !important;
        line-height: normal;
        height: auto;
        color: #33cc99 !important; }
        .top-menu-submenu a:hover {
          color: #fff !important; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

#section0 {
  background: url("../img/sections/01.jpg") center no-repeat;
  color: #fff; }
  #section0 > div {
    background: rgba(0, 0, 0, 0.45); }
  #section0 h1 {
    font-size: 40pt;
    font-weight: 300;
    max-width: 475px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 930px) {
      #section0 h1 {
        font-size: 40px; } }
    #section0 h1 span {
      font-size: 25pt;
      display: block;
      padding-top: 20px; }
      @media only screen and (max-width: 930px) {
        #section0 h1 span {
          font-size: 25px; } }
  #section0 .section-bottom {
    display: flex;
    max-width: 1120px;
    padding: 0 25px 20px;
    margin: 0 auto; }
    @media only screen and (max-width: 930px) {
      #section0 .section-bottom {
        display: block; } }
    #section0 .section-bottom a, #section0 .section-bottom a:visited {
      color: #fff;
      text-decoration: none;
      display: inline-block;
      height: 60px; }
    #section0 .section-bottom-wrap {
      position: absolute;
      bottom: 20px;
      width: 100%; }
    #section0 .section-bottom > div {
      width: 33%;
      height: 60px;
      text-align: center; }
      @media only screen and (max-width: 930px) {
        #section0 .section-bottom > div {
          width: auto;
          text-align: left;
          margin-bottom: 5px; } }
    #section0 .section-bottom-phone {
      line-height: 60px;
      font-size: 20px; }
      #section0 .section-bottom-phone > a:hover .section-bottom-icon {
        background: url("../img/icons.png") left bottom no-repeat; }
      #section0 .section-bottom-phone-icon {
        background: url("../img/icons.png") left top no-repeat; }
      #section0 .section-bottom-phone .section-bottom-text {
        padding-top: 0; }
    #section0 .section-bottom-geo {
      font-size: 14px; }
      #section0 .section-bottom-geo > a:hover .section-bottom-icon {
        background: url("../img/icons.png") center bottom no-repeat; }
      #section0 .section-bottom-geo-icon {
        background: url("../img/icons.png") center top no-repeat; }
    #section0 .section-bottom-mail {
      font-size: 14px; }
      #section0 .section-bottom-mail > a:hover .section-bottom-icon {
        background: url("../img/icons.png") right bottom no-repeat; }
      #section0 .section-bottom-mail-icon {
        background: url("../img/icons.png") right top no-repeat; }
    #section0 .section-bottom-text {
      height: 60px;
      display: inline-block;
      vertical-align: top;
      padding-top: 10px;
      text-align: left; }
    #section0 .section-bottom-icon {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      width: 60px;
      height: 60px; }

#section1 {
  background: url("../img/about_bg.jpg") bottom center no-repeat; }
  @media only screen and (max-width: 930px) {
    #section1 {
      background: url("../img/about_bg.jpg") right bottom no-repeat; } }
  #section1 .columns {
    display: flex;
    min-height: 100%;
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 25px 20px; }
    @media only screen and (max-width: 1100px) {
      #section1 .columns .column {
        padding: 0 50px !important; } }
    @media only screen and (max-width: 930px) {
      #section1 .columns {
        display: block; }
        #section1 .columns .column {
          width: auto;
          padding: 0 25px !important; } }
  #section1 .column {
    /*background: url("../img/dots_bg_2.png") bottom left no-repeat;*/
    min-height: 100%;
    width: 50%;
    padding-top: 170px;
    padding-left: 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #section1 .column-text {
      color: #4D4D4D;
      font-size: 14px;
      line-height: 1.5; }
      #section1 .column-text-readmore {
        padding-top: 45px;
        font-size: 14px; }
        #section1 .column-text-readmore a, #section1 .column-text-readmore a:visited {
          font-size: 15px;
          text-transform: uppercase;
          color: #EF3C24;
          text-decoration: none; }
          #section1 .column-text-readmore a > span, #section1 .column-text-readmore a:visited > span {
            color: #999;
            font-size: 18px; }
    #section1 .column-news {
      padding-bottom: 30px; }
      #section1 .column-news:last-child {
        padding-bottom: 0; }
      #section1 .column-news-date {
        color: #999;
        font-weight: 300;
        font-size: 25px;
        padding-bottom: 10px; }
      #section1 .column-news-intro {
        font-size: 14px;
        line-height: 1.5; }
  #section1 .column:first-child {
    /*background: url("../img/dots_bg_1.png") bottom right no-repeat;*/
    padding-right: 110px;
    padding-left: 0; }
  #section1 h2 {
    color: #009980;
    border-bottom: 1px solid #ccc; }

#section2 .services-list, #section2 .slick-slider, #section2 .slick-list, #section2 .slick-track, #section2 .slick-slide, #section2 .slick-slide > div {
  height: 100%; }
#section2 .service-slide {
  color: #fff; }
  #section2 .service-slide h2 {
    padding: 0 20px 10px;
    text-align: center; }
  #section2 .service-slide > div {
    background: rgba(0, 0, 0, 0.45); }
  #section2 .service-slide-1, #section2 .service-slide-2, #section2 .service-slide-3 {
    background: url("../img/sections/02-1.jpg") center;
    height: 100%; }
  #section2 .service-slide-2 {
    background: url("../img/sections/02-2.jpg") center; }
  #section2 .service-slide-3 {
    background: url("../img/sections/02-3.jpg") center; }
#section2 .service-text {
  text-align: center;
  font-size: 17px;
  max-width: 1120px;
  padding: 0 25px; }
#section2 .slick-dots {
  bottom: 70px; }
  #section2 .slick-dots li button:before {
    color: #333;
    font-size: 14px;
    opacity: 1; }
  #section2 .slick-dots li.slick-active button:before {
    color: #fff;
    font-size: 16px; }

#section3 .map-img {
  background: url("../img/map.jpg") top right no-repeat; }
  @media only screen and (max-width: 930px) {
    #section3 .map-img {
      background: url("../img/map-mobile.jpg") center right no-repeat;
      min-height: 100%;
      height: 100%; } }
  @media only screen and (min-width: 930px) {
    #section3 .map-img {
      height: 100%; } }
#section3 .contacts-block {
  max-width: 1120px;
  padding: 0 25px;
  color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 100%; }
  #section3 .contacts-block > div {
    max-width: 400px;
    width: 100%;
    margin-top: -100px; }
  #section3 .contacts-block h2 {
    color: #fff;
    margin: 0;
    margin-bottom: 40px; }

.contacts-block-contact {
  display: block;
  padding-bottom: 40px; }
  .contacts-block-contact a, .contacts-block-contact a:visited {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 60px; }
  .contacts-block-contact-wrap {
    position: absolute;
    bottom: 20px;
    width: 100%; }
  .contacts-block-contact > div {
    width: auto;
    text-align: left;
    margin-bottom: 20px;
    height: 60px; }
  .contacts-block-contact-phone {
    line-height: 60px;
    font-size: 20px; }
    .contacts-block-contact-phone > a:hover .section-bottom-icon {
      background: url("../img/icons.png") left bottom no-repeat; }
    .contacts-block-contact-phone-icon {
      background: url("../img/icons.png") left top no-repeat; }
    .contacts-block-contact-phone .contacts-block-contact-text {
      padding-top: 0; }
  .contacts-block-contact-geo {
    font-size: 14px; }
    .contacts-block-contact-geo > a:hover .section-bottom-icon {
      background: url("../img/icons.png") center bottom no-repeat; }
    .contacts-block-contact-geo-icon {
      background: url("../img/icons.png") center top no-repeat; }
  .contacts-block-contact-mail {
    font-size: 14px; }
    .contacts-block-contact-mail > a:hover .section-bottom-icon {
      background: url("../img/icons.png") right bottom no-repeat; }
    .contacts-block-contact-mail-icon {
      background: url("../img/icons.png") right top no-repeat; }
  .contacts-block-contact-text {
    height: 60px;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    text-align: left; }
  .contacts-block-contact-icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 60px;
    height: 60px; }

.flex-aligner-vert {
  display: flex;
  align-items: center;
  justify-content: center; }

.services-header {
  /*background: url("../img/sections/services.jpg") top no-repeat;*/
  background: url("../img/sections/01.jpg") center no-repeat; }
  .services-header > div {
    background: rgba(0, 0, 0, 0.45);
    padding-top: 155px;
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .services-header > div > div {
      max-width: 1120px;
      margin: 0 auto; }
  .services-header h1 {
    color: #fff;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 50px; }
.services-item > div {
  max-width: 1120px;
  margin: 0 auto; }
.services-item-header {
  font-weight: 300;
  color: #009980;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 40px; }
.services-item-text {
  min-height: 340px;
  width: 75%;
  background: #fff;
  padding-right: 65px;
  padding-top: 55px;
  padding-bottom: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 930px) {
    .services-item-text {
      width: 100%;
      padding: 20px !important;
      height: auto;
      min-height: 0; } }
.services-item:nth-child(even) > div {
  display: flex;
  justify-content: flex-end; }
.services-item:nth-child(even) .services-item-text {
  background: #eee;
  padding-left: 65px;
  /*padding-right: 0;*/ }
.services-item:nth-child(1) {
  background: url("../img/services/1.jpg") right no-repeat #fff;
  background-size: contain; }
.services-item:nth-child(0) {
  background: url("../img/services/0.jpg") left no-repeat #eee;
  background-size: contain; }
.services-item:nth-child(3) {
  background: url("../img/services/3.jpg") right no-repeat #fff;
  background-size: contain; }
.services-item:nth-child(2) {
  background: url("../img/services/2.jpg") left no-repeat #eee;
  background-size: contain; }
.services-item:nth-child(5) {
  background: url("../img/services/5.jpg") right no-repeat #fff;
  background-size: contain; }
.services-item:nth-child(4) {
  background: url("../img/services/4.jpg") left no-repeat #eee;
  background-size: contain; }
.services-item:nth-child(7) {
  background: url("../img/services/7.jpg") right no-repeat #fff;
  background-size: contain; }
.services-item:nth-child(6) {
  background: url("../img/services/6.jpg") left no-repeat #eee;
  background-size: contain; }
.services-item:nth-child(9) {
  background: url("../img/services/9.jpg") right no-repeat #fff;
  background-size: contain; }
.services-item:nth-child(8) {
  background: url("../img/services/8.jpg") left no-repeat #eee;
  background-size: contain; }

.products {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px; }
  .products-item {
    padding: 20px 0;
    border-bottom: 1px solid #333; }
    .products-item:last-child {
      border-bottom: none; }
  .products-image {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

h2.general-header {
  font-weight: 300;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  font-size: 40px;
  padding-bottom: 10px; }

.purchase-form {
  background: url("../img/sections/02-2.jpg") center;
  color: #ffffff; }
  .purchase-form-wrapper {
    background: rgba(2, 89, 75, 0.85);
    min-height: 580px;
    padding-top: 40px; }
  .purchase-form-content {
    max-width: 1120px;
    padding: 0 25px;
    margin: 0 auto; }
  .purchase-form-top > div {
    display: inline-block; }
  .purchase-form-header {
    font-size: 60px;
    font-weight: 300;
    padding-right: 50px; }
  .purchase-form-desc {
    font-size: 20px;
    max-width: 300px; }
  .purchase-form-selectors {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
    margin: 0 -15px; }
  .purchase-form-selector {
    background: rgba(0, 0, 0, 0.25);
    padding: 0 39px;
    height: 50px;
    line-height: 50px;
    justify-content: space-between;
    display: flex;
    font-size: 20px;
    margin-bottom: 38px; }
    .purchase-form-selector-wrap {
      flex-grow: 1;
      flex-basis: 0;
      margin: 0 15px; }
    .purchase-form-selector-left, .purchase-form-selector-right {
      font-size: 45px;
      line-height: 43px;
      color: #00ddb8;
      cursor: pointer; }
    .purchase-form-selector:last-child {
      margin-right: 0; }
    .purchase-form-selector-mid {
      font-size: 30px;
      font-weight: 300; }
      .purchase-form-selector-mid > div {
        min-width: 100px;
        text-align: center;
        display: none; }
        .purchase-form-selector-mid > div:first-child {
          display: block; }
    .purchase-form-selector-desc > div {
      color: #009980;
      padding-bottom: 10px; }
      .purchase-form-selector-desc > div span {
        color: #fff;
        width: 30px;
        display: inline-block; }

.footer-grey .footer-top {
  background: #eee; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 1600px; }
  .footer > div {
    padding: 25px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 930px) {
      .footer > div {
        min-height: 100px; } }
  .footer-top {
    background: rgba(255, 255, 255, 0.75); }
    .footer-top > div {
      max-width: 1120px;
      padding: 0 25px;
      margin: 0 auto; }
  .footer-bottom {
    background: rgba(51, 204, 153, 0.75);
    color: #fff; }
    .footer-bottom > div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1120px;
      padding: 0 25px;
      margin: 0 auto; }
    .footer-bottom-left {
      display: inline-block; }
      .footer-bottom-left > div {
        height: 40px;
        vertical-align: middle;
        display: table-cell; }
    .footer-bottom-right > div {
      height: 40px;
      display: inline-block; }
    .footer-bottom-right .randomaze-logo {
      padding-right: 30px; }
    .footer-bottom-right .randomaze-link a, .footer-bottom-right .randomaze-link a:visited {
      color: #fff; }
    .footer-bottom-right .randomaze-link > div {
      display: table-cell;
      vertical-align: middle; }

.brands {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1100px) {
    .brands-item {
      padding: 10px;
      width: 33%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  .brands-item > img {
    display: block; }
    @media only screen and (max-width: 1100px) {
      .brands-item > img {
        margin: 0 auto; } }

/*# sourceMappingURL=styles.css.map */
