@charset "UTF-8";
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

body {
  color: #2f2f2f;
  font-family: "OSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  font-size: 16px;
  color: #2f2f2f; }

h1, h2, h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #0e65be; }

.remodal {
  border-radius: 10px;
  padding: 45px; }

.remodal-wrapper h1 {
  margin-bottom: 35px; }

.remodal-wrapper input[type="password"],
.remodal-wrapper input[type="email"],
.remodal-wrapper input[type="text"] {
  padding: 10px 20px;
  line-height: 1.4; }

.remodal-confirm {
  border-radius: 50px;
  width: 100%;
  background: #4DC152; }
  .remodal-confirm:hover {
    background: #4DCC53; }

.remodal-close {
  width: 55px;
  height: 55px; }
  .remodal-close:before {
    line-height: 55px;
    width: 55px; }

.checkbox {
  font-size: 0.9em; }

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

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

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

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.container {
  max-width: 960px;
  padding-right: 10px;
  padding-left: 10px; }
  .container:before,
  .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.row:before,
.row:after,
.form-group:before,
.form-group:after {
  content: " ";
  display: table; }

.row:after,
.form-group:after {
  clear: both; }

.parallax-mirror {
  visibility: visible !important; }

.control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right; }

.form-group {
  margin-bottom: 15px;
  text-align: left; }

.form-control {
  display: inline-block;
  width: 100%;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b3c2d1;
  border-radius: 5px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus,
  .form-control:active {
    outline: none;
    border: 1px solid #0E65BE; }

.btn {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  letter-spacing: 0.06em; }
  .btn.btn-line {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: .1em; }
    .btn.btn-line:hover {
      background: #fff;
      color: #0E65BE; }
  .btn svg {
    display: inline-block;
    width: 20px;
    height: 24px; }
    .btn svg path {
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }

#navigation-menu {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 94px;
  z-index: 1000;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease; }
  #navigation-menu .top-bar__buttons {
    position: absolute;
    right: 40px;
    top: 20px; }
    #navigation-menu .top-bar__buttons ul {
      margin: 0;
      padding: 0; }
      #navigation-menu .top-bar__buttons ul li {
        list-style: none;
        display: inline-block;
        float: left;
        padding-left: 20px;
        font-size: 0.9em;
        box-shadow: inset 0 -2px 0 #75caf5;
        box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.2); }
        #navigation-menu .top-bar__buttons ul li:first-child {
          padding-left: 0; }
        #navigation-menu .top-bar__buttons ul li.btn-line {
          box-shadow: none;
          padding: 4px 0 4px 30px; }
          #navigation-menu .top-bar__buttons ul li.btn-line a {
            height: 46px;
            line-height: 46px;
            border-radius: 50px;
            border: 1px solid #75caf5;
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 0 20px;
            box-sizing: border-box; }
            #navigation-menu .top-bar__buttons ul li.btn-line a:hover {
              border: 1px solid #fff;
              background: #fff;
              color: #0e65be;
              box-shadow: none !important; }
        #navigation-menu .top-bar__buttons ul li a {
          display: block;
          text-decoration: none;
          color: #fff;
          height: 54px;
          line-height: 54px;
          -webkit-transition: all ease 0.3s;
          transition: all ease 0.3s; }
          #navigation-menu .top-bar__buttons ul li a.active {
            box-shadow: inset 0 -8px 0 #fff; }
          #navigation-menu .top-bar__buttons ul li a:hover {
            box-shadow: inset 0 -2px 0 #fff; }
  #navigation-menu.bar-scroll {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }
    #navigation-menu.bar-scroll .top-bar__buttons ul li {
      box-shadow: inset 0 -2px 0 #e2e2e2;
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08); }
      #navigation-menu.bar-scroll .top-bar__buttons ul li.btn-line {
        box-shadow: none; }
        #navigation-menu.bar-scroll .top-bar__buttons ul li.btn-line a {
          border: 1px solid #e2e2e2;
          border: 1px solid rgba(0, 0, 0, 0.08); }
          #navigation-menu.bar-scroll .top-bar__buttons ul li.btn-line a:hover {
            border: 1px solid #0e65be;
            background: #0e65be;
            color: #fff; }
      #navigation-menu.bar-scroll .top-bar__buttons ul li a {
        color: #999;
        color: rgba(0, 0, 0, 0.5); }
        #navigation-menu.bar-scroll .top-bar__buttons ul li a.active {
          color: #0e65be;
          box-shadow: inset 0 -8px 0 #0e65be; }
        #navigation-menu.bar-scroll .top-bar__buttons ul li a:hover {
          color: #009CDA;
          box-shadow: inset 0 -2px 0 #009CDA; }
    #navigation-menu.bar-scroll .top-bar__logo {
      background-image: url("../img/logo-gray.png") !important; }

.top-bar__logo {
  position: relative;
  top: 30px;
  left: 40px;
  width: 148px;
  height: 38px;
  background-image: url("../img/logo.png");
  background-size: 148px 38px; }
  .top-bar__logo h1 {
    display: none; }

a {
  color: #0e65be; }
  a:hover {
    color: #288df4; }
  a:active {
    color: #0056ad; }

#content {
  position: relative;
  top: 0;
  margin: 0;
  max-width: 100%;
  overflow: hidden; }

#section-1,
#section-2,
#section-3,
#section-4,
#section-5,
#section-6 {
  padding-top: 94px;
  padding-bottom: 50px;
  min-height: 750px; }
  #section-1 ul,
  #section-2 ul,
  #section-3 ul,
  #section-4 ul,
  #section-5 ul,
  #section-6 ul {
    padding-left: 45px; }
    #section-1 ul li,
    #section-2 ul li,
    #section-3 ul li,
    #section-4 ul li,
    #section-5 ul li,
    #section-6 ul li {
      position: relative;
      list-style: none;
      font-size: 0.9em;
      line-height: 2; }
      #section-1 ul li:before,
      #section-2 ul li:before,
      #section-3 ul li:before,
      #section-4 ul li:before,
      #section-5 ul li:before,
      #section-6 ul li:before {
        content: '';
        position: absolute;
        left: -45px;
        top: 8px;
        background: #fff;
        width: 16px;
        height: 16px;
        border: 2px solid #8BDEFF;
        border-radius: 50px; }

.section__title {
  text-align: center; }
  .section__title h1 {
    position: relative;
    font-weight: 100;
    font-size: 3em;
    text-transform: uppercase;
    color: #0e65be;
    margin-bottom: 65px; }
    .section__title h1:before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -15px;
      width: 70px;
      height: 2px;
      background: #9fc1e5;
      margin-left: -35px; }

.section__descript {
  font-size: 2.2em;
  font-weight: 100; }

.section__box-img {
  position: absolute;
  right: -75px;
  top: 220px; }

#section-1 {
  min-height: 1000px; } /* 920 */
  #section-1 .section__title h1 {
    letter-spacing: 0.2em;
    font-weight: 100;
    font-size: 4em;
    color: #fff; }
    #section-1 .section__title h1:before {
      background: #75caf5;
      background: rgba(255, 255, 255, 0.35);
      height: 4px;
      width: 120px;
      margin-left: -60px; }
  #section-1 .container {
    position: relative;
    top: 20px; }

#line__lk {
  padding: 15px 0;
  background-color: #0E65BE; }
  #line__lk h1 {
    color: #AFD4F5;
    font-size: 1.4em;
    font-weight: 100;
    margin: 0;
    line-height: 2; }
  #line__lk .btn.btn-line {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 1em;
    border: 1px solid #4792D3; }
    #line__lk .btn.btn-line:hover {
      border: 1px solid #fff; }

#section-2 .row {
  margin: 100px 0; }

#section-2 .about__image-1,
#section-2 .about__image-2,
#section-2 .about__image-3 {
  width: 100%;
  max-width: 422px;
  height: auto; }

#section-2 .about__image-1 {
  margin-top: 80px; }

#section-2 .about__image-2 {
  margin-top: 20px; }

#section-2 .about__image-3 {
  margin-top: 90px; }

#section-2 article {
  position: relative; }
  #section-2 article h2 {
    position: relative;
    color: #009CDA;
    position: relative;
    font-weight: 100;
    font-size: 2.2em;
    text-transform: uppercase;
    margin-bottom: 40px; }
    #section-2 article h2:before {
      content: '';
      position: absolute;
      left: 35px;
      bottom: -15px;
      width: 140px;
      height: 2px;
      background: #8BDEFF;
      margin-left: -35px; }
  #section-2 article p {
    line-height: 2;
    font-size: 0.9em; }
  #section-2 article ul {
    padding-left: 45px; }
    #section-2 article ul li {
      position: relative;
      list-style: none;
      font-size: 0.9em;
      line-height: 2; }
      #section-2 article ul li:before {
        content: '';
        position: absolute;
        left: -45px;
        top: 8px;
        background: #fff;
        width: 16px;
        height: 16px;
        border: 2px solid #8BDEFF;
        border-radius: 50px; }

#section-2 .right-align article h2:before {
  right: 0;
  left: auto; }

.section__descript {
  margin-top: 65px;
  max-width: 660px;
  color: #fff; }
  .section__descript p {
    margin-top: 80px;
    font-size: 0.6em; }

#line__go_price {
  /*background-color: #0E65BE;*/
  padding: 50px; }
  #line__go_price .btn-line {
    padding: 15px 100px; }

.section__btns {
  position: relative;
  z-index: 100;
  max-width: 455px;
  text-align: center;
  margin: 110px auto 0;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }
  .section__btns .btn {
    padding: 15px 25px;
    font-size: 0.9em;
    letter-spacing: 0.06em; }
    .section__btns .btn.btn-primary {
      width: 217px;
      background: #fff;
      color: #0e65be;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12); }
      .section__btns .btn.btn-primary:hover {
        color: #009CDA;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }
        .section__btns .btn.btn-primary:hover svg path {
          stroke: #009CDA; }
      .section__btns .btn.btn-primary:active {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07); }
    .section__btns .btn.btn-secondary {
      width: 212px;
      background: #1066ad;
      background: rgba(0, 0, 0, 0.14);
      color: #fff; }
      .section__btns .btn.btn-secondary:hover {
        background: #105b98;
        background: rgba(0, 0, 0, 0.2); }
      .section__btns .btn.btn-secondary:active {
        background: #1066ad;
        background: rgba(0, 0, 0, 0.3); }
    .section__btns .btn.btn-left-icon {
      padding-left: 50px; }
      .section__btns .btn.btn-left-icon svg {
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -12px; }
        .section__btns .btn.btn-left-icon svg path {
          stroke: #0e65be; }
    .section__btns .btn:first-child {
      margin-right: 18px; }

@media (max-width: 487px) {
  .section__btns .btn:first-child {
    margin-right: 0;
    margin-bottom: 10px; } }


.sale{
	position: relative;
	z-index: 100;
	max-width: 455px;
	text-align: center;
	margin: 50px auto 0;
	color:white;
	font-size: 28px;
	font-weight: 500;
}
	
	
.section__scrollmore {
  position: relative;
  margin: 70px 0 20px;
  text-align: center; }
  .section__scrollmore svg {
    width: 18px;
    height: 32px; }
    .section__scrollmore svg path {
      fill: transparent; }
    .section__scrollmore svg path, .section__scrollmore svg line {
      stroke: #fff;
      stroke-width: 2; }

.section__down-arrow .down-arrow__anim--1 svg {
  -webkit-animation: go-left-right 1s 0.3333s linear infinite alternate;
  animation: go-left-right 1s 0.3333s linear infinite alternate; }

.section__down-arrow .down-arrow__anim--2 svg {
  -webkit-animation: go-left-right 1s 0.6666s linear infinite alternate;
  animation: go-left-right 1s 0.6666s linear infinite alternate; }

.section__down-arrow .down-arrow__anim--3 svg {
  -webkit-animation: go-left-right 1s 1s linear infinite alternate;
  animation: go-left-right 1s 1s linear infinite alternate; }

.section__down-arrow div {
  height: 12px; }

.section__down-arrow svg {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0;
  float: none; }

@-webkit-keyframes go-left-right {
  0% {
    opacity: .15; }
  50% {
    opacity: .15; }
  100% {
    opacity: 1; } }

@keyframes go-left-right {
  0% {
    opacity: .15; }
  50% {
    opacity: .15; }
  100% {
    opacity: 1; } }

@media (max-width: 992px) {
  .section__descript {
    max-width: 580px;
    font-size: 2em; }
  .section__box-img {
    width: 380px;
    height: auto; } }

@media (max-width: 780px) {
  .section__descript {
    max-width: 100%;
    text-align: center; }
  .section__box-img {
    display: inline;
    position: relative;
    top: auto;
    left: auto;
    right: auto; }
  .img {
    text-align: center;
    margin-top: 30px;
    margin-bottom: -150px; } }

@media (max-width: 500px) {
  body {
    font-size: 13px; }
  .section__box-img {
    width: 100%; }
  .section__descript {
    line-height: 1.2; } }

#section-3 .row {
  margin: 20px 0;
  text-align: center; }
  #section-3 .row .col-sm-4 {
    height: 100%; }

.b-adv {
  display: inline-block;
  height: 100%;
  padding: 20px;
  text-align: center;
  max-width: 270px;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow ease 0.3s;
  transition: box-shadow ease 0.3s; }

.b-adv-number {
  display: inline-block;
  background: #fff;
  color: #0E65BE;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 2.2em;
  font-weight: 100;
  border-radius: 70px;
  margin-bottom: 30px;
  box-shadow: 0 0 0 2px #9DC5EF, 0 0 0 10px #ecf3fa;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.b-adv-text {
  line-height: 1.6;
  text-align: left;
  font-size: 0.95em; }

.b-adv:hover .b-adv-number {
  background-color: #ecf3fa;
  box-shadow: 0 0 0 15px #ecf3fa, 0 0 0 20px #9DC5EF;
  color: #003C79; }

#line__blue-wave {
  margin-top: 60px;
  background-image: url("../img/line-wave.jpg");
  height: 161px; }

@media (max-width: 767px) {
  #line__blue-wave {
    background-size: cover;
    height: 100px; } }

@media (max-width: 500px) {
  #line__blue-wave {
    background-size: cover;
    height: 70px; } }

#section-4 P {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px; }

#section-4 small {
  padding: 0 220px;
  display: block;
  text-align: center;
  margin-bottom: 60px;
  color: #8497aa;
  font-size: 0.8em; }

#section-4 img {
  width: 100%;
  max-width: 450px;
  height: auto; }

#section-4 .col-sm-6 {
  text-align: center; }

.b-price {
  padding: 25px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.b-price,
.b-price__title,
.b-price__descript,
.b-price__price,
.b-price__kit,
.b-price__btn {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.b-price__title {
  color: #0E65BE;
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.b-price__descript {
  text-align: center;
  height: 75px;
  color: #111; }

.b-price__price {
  text-align: center;
  padding: 16px 0 0;
  font-size: 2.5em;
  line-height: 1;
  font-weight: 100;
  color: #009CDA;
  height: 75px;
  background-color: #F2F6F9;
  border-radius: 10px; }
  .b-price__price small {
    display: block;
    text-align: center;
    font-size: 0.3em;
    line-height: 0.5; }
  .b-price__price span {
    display: inline-block;
    position: relative;
    font-size: 0.7em; }
    .b-price__price span:before {
      content: '―';
      position: absolute;
      top: 0.8em;
      font-size: 0.5em; }

.b-price__kit {
  margin-bottom: 30px; }
  .b-price__kit li {
    margin-bottom: 12px;
    line-height: 1.4 !important; }
    .b-price__kit li:before {
      left: -30px !important;
      width: 8px !important;
      height: 8px !important;
      top: 8px !important;
      line-height: 1 !important; }

.b-price__btn {
  text-align: center; }
  .b-price__btn .btn-line {
    padding: 10px 50px;
    border-color: #009CDA;
    color: #0E65BE; }
    .b-price__btn .btn-line:hover {
      border-color: #0E65BE;
      background-color: #0E65BE;
      color: #fff; }

.b-price--select {
  background-color: #0E65BE; }
  .b-price--select .b-price__title,
  .b-price--select .b-price__descript,
  .b-price--select .b-price__price,
  .b-price--select .b-price__kit,
  .b-price--select .b-price__btn {
    color: #fff; }
  .b-price--select .b-price__price {
    background-color: #2576CA; }
    .b-price--select .b-price__price small {
      color: #8BB5E0; }
  .b-price--select .b-price__btn .btn-line {
    border-color: #fff;
    color: #fff; }

.b-price:hover {
  background-color: #ECF3FA; }
  .b-price:hover .b-price__title {
    color: #0E65BE; }
  .b-price:hover .b-price__descript,
  .b-price:hover .b-price__price,
  .b-price:hover .b-price__kit,
  .b-price:hover .b-price__btn {
    color: inherit; }
  .b-price:hover .b-price__price {
    color: #0E65BE;
    background-color: #fff; }
  .b-price:hover .b-price__btn .btn-line {
    border-color: #0E65BE;
    background-color: #0E65BE;
    color: #fff; }
    .b-price:hover .b-price__btn .btn-line:hover {
      border-color: #009CDA;
      background-color: #009CDA;
      color: #fff; }

.b-contacts {
  text-align: left; }
  .b-contacts h3 {
    margin-top: 0;
    font-weight: 100;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #0e65be; }
  .b-contacts select {
    width: 100%;
    border-color: #b3c2d1;
    margin-bottom: 40px; }
  .b-contacts ul {
    padding: 0 !important;
    margin: 0 !important; }
    .b-contacts ul li {
      font-size: 1em !important;
      margin-bottom: 20px; }
      .b-contacts ul li span {
        font-weight: 100;
        text-transform: uppercase;
        color: #0e65be;
        margin-right: 10px; }
      .b-contacts ul li:before {
        content: none !important; }
  .b-contacts form label {
    font-weight: 100;
    text-transform: uppercase;
    color: #0e65be;
    min-width: 100px;
    text-align: right; }
    .b-contacts form label span {
      color: #e61611; }
  .b-contacts form .form-control {
    line-height: 2em; }
  .b-contacts form .descript {
    color: #83919f; }
    .b-contacts form .descript span {
      color: #e61611; }
  .b-contacts form .btn.btn-primary {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #0E65BE;
    border: 0;
    color: #fff; }
    .b-contacts form .btn.btn-primary:hover {
      background-color: #0781CD; }

footer {
  background-color: #0E65BE; }
  footer .footer-lighter {
    text-align: center; }
    footer .footer-lighter a {
      display: inline-block;
      padding: 15px;
      color: #fff;
      width: 100%;
      background-color: #0781CD;
      text-decoration: none;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      footer .footer-lighter a:hover {
        background-color: #148FDC; }
  footer .container {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px; }
    footer .container .name {
      margin-top: 40px;
      text-transform: uppercase; }
      footer .container .name p {
        font-size: 0.9em; }
  footer .footer__logo {
    display: inline-block;
    width: 148px;
    height: 38px;
    background-image: url("../img/logo.png");
    background-size: 148px 38px; }

#navigation-menu .slicknav_menu {
  background: #0E65BE;
  background: rgba(14, 101, 190, 0.75);
  display: none; }
  #navigation-menu .slicknav_menu .slicknav_btn {
    background-color: #0781CD;
    text-shadow: none; }
  #navigation-menu .slicknav_menu .slicknav_icon-bar {
    box-shadow: none; }
  #navigation-menu .slicknav_menu ul li a {
    border-radius: 5px; }
    #navigation-menu .slicknav_menu ul li a.active {
      background-color: #fff;
      color: #0E65BE;
      border-color: #fff; }
  #navigation-menu .slicknav_menu ul li.btn-line a {
    box-shadow: inset 0 0 0 1px #fff;
    background-color: #0781CD; }

#navigation-menu .slicknav_nav .slicknav_row,
#navigation-menu .slicknav_nav a {
  padding: 8px 10px; }

.remodal-bg {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2); }

@media (max-width: 767px) {
  .section__btns {
    margin: 40px auto 0; }
  .section__scrollmore {
    margin: 40px 0 25px; }
  #line__lk {
    text-align: center; }
  #line__go_price .btn-line {
    padding: 15px 15px;
    width: 100%; }
  #section-2 .row {
    margin: 20px 0;
    text-align: center !important; }
    #section-2 .row .about__image-1,
    #section-2 .row .about__image-2,
    #section-2 .row .about__image-3 {
      margin-top: 0;
      margin-bottom: 10px; }
    #section-2 .row .right-align {
      text-align: center !important; }
  #section-2 article h2 {
    margin-top: 10px;
    margin-bottom: 40px; }
    #section-2 article h2:before {
      left: 50% !important;
      margin-left: -70px !important; }
  .b-adv {
    max-width: 90%; }
    .b-adv .b-adv-text {
      text-align: center; }
  .b-price__descript {
    height: auto;
    margin-bottom: 10px; }
  #section-4 small {
    padding: 0 20px; }
  #section-1, #section-2, #section-3, #section-4, #section-5, #section-6 {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: auto !important; }
  .b-price {
    margin-bottom: 15px; }
  .b-price__kit {
    text-align: center; }
  footer .right-align,
  footer .left-align {
    text-align: center !important; }
  footer .footer__logo {
    margin: 10px 0 20px; } }

@media (max-width: 991px) {
  #section-5 {
    font-size: 14px; } }

@media (max-width: 985px) {
  #navigation-menu .top-bar__buttons ul li {
    padding-left: 15px; }
    #navigation-menu .top-bar__buttons ul li.btn-line {
      padding: 4px 0 4px 15px; } }

@media (max-width: 940px) {
  #navigation-menu .top-bar__buttons ul li {
    padding-left: 10px; }
    #navigation-menu .top-bar__buttons ul li.btn-line {
      padding: 4px 0 4px 10px; } }

@media (max-width: 905px) {
  #navigation-menu .top-bar__logo {
    left: 20px; }
  #navigation-menu .top-bar__buttons {
    right: 20px; }
    #navigation-menu .top-bar__buttons ul li.btn-line a {
      padding: 0 10px; } }

@media (max-width: 850px) {
  body {
    font-size: 14px; }
  #navigation-menu .top-bar__logo {
    left: 10px; }
  #navigation-menu .top-bar__buttons {
    right: 10px; } }

@media (max-width: 780px) {
  #navigation-menu {
    height: 1px; }
    #navigation-menu .slicknav_menu {
      display: block; }
    #navigation-menu .top-bar__logo {
      position: absolute;
      top: 8px;
      left: 10px;
      width: 117px;
      height: 30px;
      background-size: 117px 30px; }
    #navigation-menu.bar-scroll .top-bar__logo {
      background-image: url("../img/logo.png") !important; }
    #navigation-menu .slicknav_nav .slicknav_row,
    #navigation-menu .slicknav_nav a {
      padding: 15px 10px;
      text-align: center; }
  #top-menu {
    display: none; } }

@media (max-width: 460px) {
  #navigation-menu .slicknav_nav .slicknav_row,
  #navigation-menu .slicknav_nav a {
    padding: 8px 10px;
    text-align: left; } }

@media (max-height: 767px) {
  .top-bar__logo {
    top: 20px; }
  #navigation-menu {
    height: 74px; }
  #navigation-menu .top-bar__buttons {
    top: 10px; } }