/* FAVOURITES */
@import url("/node_modules/font-awesome/css/font-awesome.css");
@import url("/node_modules/material-design-icons-iconfont/dist/material-design-icons.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic");
a.decorness {
  text-decoration: underline;
}

a:hover.decorness {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.v-align-middle {
  vertical-align: middle;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.center-block {
  margin: 0 auto;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.hidden {
  display: none;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

.color-black {
  color: #000;
}

.color-white {
  color: #fff;
}

.color-333 {
  color: #333;
}

.color-777 {
  color: #777;
}

.layout {
  width: 100%;
  float: left;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.todo {
  outline: dashed red;
}

.no-user-select {
  -moz-touch-callout: none;
  -khtml-touch-callout: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* EXTRAS */
.thumb, .thumb > a {
  position: relative;
  overflow: hidden;
  display: block;
}

.thumb img {
  vertical-align: top;
}

.mb-1 {
  margin-bottom: 1px;
}

.mt-1 {
  margin-top: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pt-1 {
  padding-top: 1px;
}

.pl-1 {
  padding-left: 1px;
}

.pr-1 {
  padding-right: 1px;
}

.fs-1 {
  font-size: 1px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mt-2 {
  margin-top: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pt-2 {
  padding-top: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.pr-2 {
  padding-right: 2px;
}

.fs-2 {
  font-size: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mt-3 {
  margin-top: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pt-3 {
  padding-top: 3px;
}

.pl-3 {
  padding-left: 3px;
}

.pr-3 {
  padding-right: 3px;
}

.fs-3 {
  font-size: 3px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.fs-4 {
  font-size: 4px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.fs-5 {
  font-size: 5px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mt-6 {
  margin-top: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pt-6 {
  padding-top: 6px;
}

.pl-6 {
  padding-left: 6px;
}

.pr-6 {
  padding-right: 6px;
}

.fs-6 {
  font-size: 6px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mt-7 {
  margin-top: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pt-7 {
  padding-top: 7px;
}

.pl-7 {
  padding-left: 7px;
}

.pr-7 {
  padding-right: 7px;
}

.fs-7 {
  font-size: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.fs-8 {
  font-size: 8px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mt-9 {
  margin-top: 9px;
}

.ml-9 {
  margin-left: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pt-9 {
  padding-top: 9px;
}

.pl-9 {
  padding-left: 9px;
}

.pr-9 {
  padding-right: 9px;
}

.fs-9 {
  font-size: 9px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.fs-10 {
  font-size: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.fs-5 {
  font-size: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.fs-10 {
  font-size: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.fs-15 {
  font-size: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.fs-20 {
  font-size: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.fs-25 {
  font-size: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.fs-30 {
  font-size: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.fs-35 {
  font-size: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.fs-40 {
  font-size: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.fs-45 {
  font-size: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.fs-50 {
  font-size: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mt-55 {
  margin-top: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.fs-55 {
  font-size: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.fs-60 {
  font-size: 60px;
}

/*border-radius*/
/*box-shadow*/
/*clearfix*/
/*border-radius*/
/*keyframes*/
/*animation*/
/*transform*/
body {
  background-color: #fff;
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  color: #37474f;
}

a {
  color: #00ACC1;
}

.container {
  margin: 0 auto;
  max-width: 1255px;
  padding-left: 15px;
  padding-right: 15px;
}

.main-header {
  z-index: 30;
}

.top-line .logo-holder {
  display: inline-block;
  padding: 10px 0;
}

.corporate-line {
  padding: 5px 0;
  font-size: 13px;
  background-color: #FAFAFA;
}
.corporate-line a {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  margin: 0 5px;
}
.corporate-line a:first-child {
  margin-left: 0;
}
.corporate-line a:hover {
  text-decoration: underline;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.img-responsive {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.main-nav .item {
  display: inline-block;
  padding: 5px;
  margin: 5px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.2s linear;
  text-decoration: none;
  color: #424242;
}
.main-nav .item.active, .main-nav .item:hover {
  font-weight: 700;
}

.slogan-holder {
  background: url("/assets/img/header.jpg") no-repeat center center;
  position: relative;
  background-size: cover;
}
.slogan-holder .container {
  height: 80vh;
}
.slogan-holder .slogan {
  margin-top: 0px;
  color: #fff;
  font-size: 58px;
  text-align: center;
  font-weight: 300;
}
.slogan-holder .arrow-scroll {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  line-height: 67px;
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  background-color: #fff;
  color: #2196f3;
  font-size: 24px;
  text-align: center;
  transition: all 0.2s linear;
}
@media all and (max-width: 600px) {
  .slogan-holder .slogan {
    font-size: 40px;
  }
}

.what-is-holder {
  overflow-x: hidden;
  padding: 100px 0;
}
.what-is-holder .col.col-description {
  max-width: 480px;
}
.what-is-holder .col.col-description .title {
  font-size: 36px;
  font-weight: 300;
}
.what-is-holder .col.col-description .description {
  line-height: 1.6;
}

.advantages-holder {
  background: url("/assets/img/advantages-bg.jpg") no-repeat center center;
  position: relative;
  background-size: cover;
  padding: 90px 0;
}
.advantages-holder .title-section {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 36px;
  text-align: center;
  font-weight: 300;
}
.advantages-holder .box {
  background-color: #ffffff;
  padding: 15px;
  width: 745px;
  max-width: 100%;
  margin-bottom: 20px;
  transition: all 0.2s linear;
}
.advantages-holder .box .box-title {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: 1px #dcdcdc solid;
  text-align: center;
  max-width: 265px;
  margin: 0 auto;
}
.advantages-holder .box .image-holder {
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}
.advantages-holder .box .info-holder {
  position: relative;
}
.advantages-holder .box .info-holder .line-horisontal {
  position: absolute;
  left: 17.4%;
  right: 16%;
  top: 14px;
  height: 2px;
  background: url("/assets/img/line1.png") repeat-x;
}
.advantages-holder .box .info-holder .item {
  margin-bottom: 30px;
  position: relative;
}
.advantages-holder .box .info-holder .item .icon-holder {
  display: block;
  background-color: #8bc34a;
  width: 28px;
  height: 28px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 35px;
  z-index: 10;
}
.advantages-holder .box .info-holder .item .line-down {
  position: absolute;
  left: 50%;
  top: 1px;
  width: 2px;
  height: 48px;
  background-color: #8bc34a;
  transform: translateX(-50%);
}
.advantages-holder .box .info-holder .item .text {
  font-size: 18px;
  text-align: center;
}
@media all and (max-width: 600px) {
  .advantages-holder .box .info-holder .line-horisontal {
    display: none;
  }
}

.our-offer-holder .img-holder img {
  vertical-align: top;
}
.our-offer-holder .info-holder {
  padding-top: 30px;
  padding-left: 100px;
}
.our-offer-holder .info-holder .title {
  font-weight: 300;
  font-size: 36px;
  margin-top: 0px;
  margin-bottom: 55px;
}
.our-offer-holder .info-holder .list-features {
  margin: 0;
  padding: 0;
  max-width: 500px;
  list-style: none;
}
.our-offer-holder .info-holder .list-features .item {
  font-size: 18px;
  font-weight: 300;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.our-offer-holder .info-holder .list-features .item .material-icons {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #8bc34a;
}
@media all and (max-width: 600px) {
  .our-offer-holder .info-holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main-footer {
  background-color: #444444;
  color: #a3a3a3;
  padding-top: 30px;
  font-size: 14px;
  padding-bottom: 30px;
}
.main-footer .menu-holder {
  text-align: center;
  margin-bottom: 30px;
}
.main-footer .menu-holder a {
  color: #a3a3a3;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.main-footer .menu-holder a:hover {
  text-decoration: underline;
}
.main-footer .copyright {
  border-top: 1px solid #a3a3a3;
  padding-top: 30px;
  text-align: center;
}

.cookie-popup {
  position: fixed;
  right: 0;
  bottom: 50px;
  max-width: 400px;
  width: 100%;
  background-color: rgba(33, 33, 36, 0.9);
  padding: 15px;
  color: #fff;
  transition: all 0.2s linear;
  font-size: 12px;
}
.cookie-popup .title {
  font-weight: bold;
  margin-bottom: 15px;
}
.cookie-popup a {
  color: #fff;
  text-decoration: underline;
}
.cookie-popup .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  opacity: 0.7;
}
.cookie-popup .close:hover {
  opacity: 1;
}

md-icon.fa {
  font-size: 1.6em;
  height: auto;
  width: auto;
}

.panel {
  background: #fff;
  padding: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 3px;
}