/* Large desktops and laptops */
@media (min-width: 1651px) {
  .container {
    width: 1650px;
  }
}
@media (min-width: 1651px) and (max-width: 1850px) {

  #body #main-index-slider .video-holder{ 
      height: 775px; 
  }
  #body #main-index-slider .buttons-section .price .new {
    font-size: 4em;
  }
  #body #main-index-slider .buttons-section .price .old {
    font-size: 12px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 1460px) and (max-width: 1650px) {

  #body #main-index-slider .video-holder{ 
      height: 680px; 
  }
  .container {
    width: 90%;
  }
  #body #main-index-slider .carousel-caption {
    margin-right: 6%;
    width: 42%;
  }
  #body #main-index-slider .product-title {
    font-size: 6em ;
    margin: 0;
  }
  #body #main-index-slider .product-subtitle {
    font-size: 1.5em ;
  }
  #body #main-index-slider .buttons-section .price .new {
    font-size: 4em;
  }
  #body #main-index-slider .buttons-section .price .old {
    font-size: 12px;
  }
  #body #main-index-slider .buttons-section .col + .col {
    padding: 0 10px;
  }
  #body #main-index-slider .buttons-section .buybtn {
    padding: 18px 30px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 1200px) and (max-width: 1459px) {

  #body #main-index-slider .video-holder{ 
      height: 595px; 
  }
  .container {
    width: 90%;
  }
  #body #main-index-slider .carousel-caption {
    margin-right: 6%;
    width: 42%;
  }
  #body #main-index-slider .product-title {
    font-size: 5em ;
    margin: 0;
  }
  #body #main-index-slider .product-subtitle {
    font-size: 1.3em ;
  }
  #body #main-index-slider .product-description {
    font-size: 13px;
    margin-top: 15px;
  }
  #body #main-index-slider .small-text {
    font-size: 12px;
    margin-top: -5px;
    line-height: 1.1em;
  }
  #body #main-index-slider .buttons-section .price .new {
    font-size: 3em;
  }
  #body #main-index-slider .buttons-section .price .old {
    font-size: 12px;
  }
  #body #main-index-slider .buttons-section .col + .col {
    padding: 0 10px;
  }
  #body #main-index-slider .buttons-section .buybtn {
    padding: 18px 30px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

  #body #main-index-slider .video-holder{ 
      height: 475px; 
  }

  #main-header {
    padding: 12px 0;
  }
  #logo {
    float: left;
    max-width: 156px;
    margin-top: 5px;
  }
  #main-navigation .navbar-nav > li > a {
    padding: 15px 20px;
  }
  #body #main-index-slider .carousel-caption {
    margin-right: 3%;
  }
  #body #main-index-slider .product-title {
    font-size: 5em ;
    margin: 0;
  }
  #body #main-index-slider .product-subtitle {
    font-size: 1em ;
  }
  #body #main-index-slider .product-description {
    font-size: 13px;
    margin-top: 15px;
  }
  #body #main-index-slider .small-text {
    font-size: 10px;
  }
  #body #main-index-slider .buttons-section .price .new {
    font-size: 3em;
  }
  #body #main-index-slider .buttons-section .price .old {
    font-size: 12px;
  }
  #body #main-index-slider .buttons-section .col + .col {
    padding: 0 20px;
  }
  #body #main-index-slider .buttons-section .buybtn {
    padding: 18px 20px;
  }
  #body.index-layout .advantages .panel {
    padding: 100px 0;
  }
  #body.index-layout .advantages .panel .list.left {
    margin-left: -70px;
  }
  #body.index-layout .advantages .panel .list.right {
    margin-right: -70px;
  }
  #body.index-layout .inovation {
    padding-top: 160px;
  }
  #body.index-layout .inovation .timeline {
    align-items: flex-start;
  }
  #body.index-layout .inovation .timeline > li .number:after {
    left: 66%;
    width: 70%;
  }
  #body.index-layout .inovation .timeline-overflow {
    margin-top: 170px;
    margin-bottom: 140px;
  }
  #body.index-layout .inovation .section-title h2.title {
    font-size: 140px;
    height: 122px;
  }
  #body.index-layout .normal {
    padding: 20px 0;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

  #body #main-index-slider .video-holder{ 
      height: 315px; 
  }
  .swal2-modal {
    padding: 20px 45px;
  }
  /* collapse menu brakpoint change*/
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* END collapse menu brakpoint change*/
  .swal2-modal {
    padding: 25px;
  }
  #logo {
    max-width: 160px;
    float: left;
    margin-top: 5px;
  }
  #main-header {
    padding: 10px 0;
  }
  #main-header .navbar-header {
    align-items: center;
  }
  #main-header .navbar-toggle {
    margin-right: 0;
    border: 0;
    border-radius: 0;
  }
  #OrderModal .modal-dialog {
    width: 90%;
    max-width: 100%;
  }
  #OrderModal .modal-dialog .modal-body {
    padding: 30px 20px;
  }
  #OrderModal .modal-dialog .checkbox-inline,
  #OrderModal .modal-dialog .radio-inline {
    float: left;
    padding-left: 18px;
  }
  #OrderModal .modal-dialog .checkbox-inline label,
  #OrderModal .modal-dialog .radio-inline label {
    font-size: 13px;
  }
  #OrderModal .modal-dialog .submitorderbtn {
    margin-left: 10px;
  }
  #body #main-index-slider .carousel-caption {
    margin-right: 0;
    left: 0;
    right: 0;
    position: relative;
    margin-top: -150px;
  }
  #body #main-index-slider .buttons-section .buybtn {
    width: 80%;
    display: block;
    margin: 20px 0;
  }
  #body #main-index-slider .buttons-section .price {
    margin-top: 15px;
  }
  #body #main-index-slider .buttons-section .price .new {
    font-size: 4em;
  }
  #body #main-index-slider .product-title {
    font-size: 4em;
  }
  #body #main-index-slider .product-subtitle {
    font-size: 1em;
  }
  #body .section-title .title {
    font-size: 3em;
  }
  #body.index-layout .advantages .panel {
    padding: 30px 25px;
  }
  #body.index-layout .advantages .panel .list {
    float: none !important;
    max-width: 100%;
    margin: 10px 0;
  }
  #body.index-layout .advantages .panel .list.left {
    margin-left: 0;
  }
  #body.index-layout .advantages .panel .list.right {
    margin-right: 0;
    margin-top: 10px;
  }
  #body.index-layout .advantages .panel .list.right > li:last-child {
    margin-bottom: 10px;
  }
  #body.index-layout .advantages .panel .list > li .title {
    font-size: 2em;
  }
  #body.index-layout .inovation {
    padding-top: 180px;
  }
  #body.index-layout .inovation .section-title h1.title {
    font-size: 2.2em;
  }
  #body.index-layout .inovation .section-title h1.title:before {
    margin-bottom: -7px;
  }
  #body.index-layout .inovation .timeline-overflow {
    margin-top: 100px;
    margin-bottom: 0;
  }
  #body.index-layout .inovation .timeline-overflow .timeline {
    display: block;
    text-align: center;
  }
  #body.index-layout .inovation .timeline-overflow .timeline > li {
    width: 80%;
    margin: 20px auto;
    margin-bottom: 55px;
  }
  #body.index-layout .inovation .timeline-overflow .timeline > li .text .icon.icon1,
  #body.index-layout .inovation .timeline-overflow .timeline > li .text .icon.icon2,
  #body.index-layout .inovation .timeline-overflow .timeline > li .text .icon.icon3,
  #body.index-layout .inovation .timeline-overflow .timeline > li .text .icon.icon4 {
    margin: 10px auto;
  }
  #body.index-layout .inovation .timeline-overflow .timeline > li .number {
    margin-top: -30px;
    margin-bottom: 0;
  }
  #body.index-layout .inovation .timeline-overflow .timeline > li .number:after {
    content: none;
  }
  #body.index-layout .inovation .section-title h2.title {
    font-size: 4em;
    height: 49px;
  }
  #body.index-layout .defense {
    padding: 60px 0;
    min-height: 680px;
    background-position: top center;
  }
  #body.index-layout .defense .section-title .title {
    font-size: 23px;
  }
  #body.index-layout .defense .section-title .title .bold {
    margin-bottom: 5px;
  }
  #body.index-layout .defense .section-title .title .boldest {
    font-size: 35px;
  }
  #body.index-layout .defense .section-descriptio {
    margin: 0;
  }
  #body.index-layout .normal {
    padding: 30px 0;
  }
  #body.index-layout .normal .section-title div {
    margin-top: 8px ;
  }
  #body.index-layout .normal .section-title .title {
    margin: 0;
    font-size: 3em;
  }
  #main-footer .flex-align {
    display: block;
  }
  #main-footer .links > li {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
  #main-footer .webstar-logo {
    float: none;
    display: block;
    text-align: center;
    margin: 25px auto;
  }
  #main-footer .webstar-logo img {
    margin: 0 auto;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #body #main-index-slider .video-holder{ 
      height: 165px; 
  }
  .swal2-modal {
    padding: 25px;
  }
  #logo {
    max-width: 160px;
    float: left;
    margin-top: 5px;
  }
  #main-header {
    padding: 10px 0;
  }
  #main-header .navbar-header {
    align-items: center;
  }
  #main-header .navbar-toggle {
    margin-right: 0;
    border: 0;
    border-radius: 0;
  }
  #OrderModal .modal-dialog {
    width: auto;
    max-width: 100%;
  }
  #OrderModal .modal-dialog .modal-body {
    padding: 30px 20px;
  }
  #OrderModal .modal-dialog .checkbox-inline,
  #OrderModal .modal-dialog .radio-inline {
    float: left;
    padding-left: 18px;
  }
  #OrderModal .modal-dialog .checkbox-inline label,
  #OrderModal .modal-dialog .radio-inline label {
    font-size: 13px;
  }
  #OrderModal .modal-dialog .submitorderbtn {
    margin-left: 10px;
  }
  #body #main-index-slider .carousel-caption {
    margin-right: 0;
    left: 0;
    right: 0;
    position: static;
  }
  #body #main-index-slider .buttons-section {
    display: block;
  }
  #body #main-index-slider .buttons-section .buybtn {
    width: 100%;
    display: block;
    margin: 20px 0;
  }
  #body #main-index-slider .buttons-section .price {
    margin-top: 15px;
  }
  #body #main-index-slider .buttons-section .price .new {
    font-size: 4em;
  }
  #body #main-index-slider .product-title {
    font-size: 4em;
  }
  #body #main-index-slider .product-subtitle {
    font-size: 1em;
  }
  #body .section-title .title {
    font-size: 3em;
  }
  #body.index-layout .advantages .panel {
    padding: 30px 25px;
  }
  #body.index-layout .advantages .panel .list {
    float: none !important;
    max-width: 100%;
    margin: 10px 0;
  }
  #body.index-layout .advantages .panel .list.left {
    margin-left: 0;
  }
  #body.index-layout .advantages .panel .list.right {
    margin-right: 0;
    margin-top: 10px;
  }
  #body.index-layout .advantages .panel .list.right > li:last-child {
    margin-bottom: 10px;
  }
  #body.index-layout .advantages .panel .list > li .title {
    font-size: 2em;
  }
  #body.index-layout .inovation {
    padding-top: 180px;
  }
  #body.index-layout .inovation .section-title h1.title {
    font-size: 2.2em;
  }
  #body.index-layout .inovation .section-title h1.title:before {
    margin-bottom: -7px;
  }
  #body.index-layout .inovation .timeline-overflow {
    margin-top: 100px;
    margin-bottom: 0;
  }
  #body.index-layout .inovation .timeline-overflow .timeline {
    display: block;
    text-align: center;
  }
  #body.index-layout .inovation .timeline-overflow .timeline > li {
    width: 80%;
    margin: 20px auto;
    margin-bottom: 55px;
  }
  #body.index-layout .inovation .timeline-overflow .timeline > li .text .icon.icon1,
  #body.index-layout .inovation .timeline-overflow .timeline > li .text .icon.icon2,
  #body.index-layout .inovation .timeline-overflow .timeline > li .text .icon.icon3,
  #body.index-layout .inovation .timeline-overflow .timeline > li .text .icon.icon4 {
    margin: 10px auto;
  }
  #body.index-layout .inovation .timeline-overflow .timeline > li .number {
    margin-top: -30px;
    margin-bottom: 0;
  }
  #body.index-layout .inovation .timeline-overflow .timeline > li .number:after {
    content: none;
  }
  #body.index-layout .inovation .section-title h2.title {
    font-size: 4em;
    height: 49px;
  }
  #body.index-layout .defense {
    padding: 60px 0;
    min-height: 680px;
    background-position: top center;
  }
  #body.index-layout .defense .section-title .title {
    font-size: 23px;
  }
  #body.index-layout .defense .section-title .title .bold {
    margin-bottom: 5px;
  }
  #body.index-layout .defense .section-title .title .boldest {
    font-size: 35px;
  }
  #body.index-layout .defense .section-descriptio {
    margin: 0;
  }
  #body.index-layout .normal {
    padding: 30px 0;
  }
  #body.index-layout .normal .section-title div {
    margin-top: 8px ;
  }
  #body.index-layout .normal .section-title .title {
    margin: 0;
    font-size: 3em;
  }
  #main-footer .flex-align {
    display: block;
  }
  #main-footer .links > li {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
  #main-footer .webstar-logo {
    float: none;
    display: block;
    text-align: center;
    margin: 25px auto;
  }
  #main-footer .webstar-logo img {
    margin: 0 auto;
  }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {

  #body #main-index-slider .video-holder{ 
      height: 165px; 
  }
  .swal2-modal {
    padding: 25px;
  }
  #logo {
    max-width: 160px;
    float: left;
    margin-top: 5px;
  }
  #main-header {
    padding: 10px 0;
  }
  #main-header .navbar-header {
    align-items: center;
  }
  #main-header .navbar-toggle {
    margin-right: 0;
    border: 0;
    border-radius: 0;
  }
  #OrderModal .modal-dialog {
    width: auto;
    max-width: 100%;
  }
  #OrderModal .modal-dialog .modal-body {
    padding: 30px 20px;
  }
  #OrderModal .modal-dialog .checkbox-inline,
  #OrderModal .modal-dialog .radio-inline {
    float: left;
    padding-left: 18px;
  }
  #OrderModal .modal-dialog .checkbox-inline label,
  #OrderModal .modal-dialog .radio-inline label {
    font-size: 13px;
  }
  #OrderModal .modal-dialog .submitorderbtn {
    margin-left: 10px;
  }
  #body #main-index-slider .carousel-caption {
    margin-right: 0;
    left: 0;
    right: 0;
    position: static;
  }
  #body #main-index-slider .buttons-section {
    display: block;
  }
  #body #main-index-slider .buttons-section .buybtn {
    width: 100%;
    display: block;
    margin: 20px 0;
  }
  #body #main-index-slider .buttons-section .price {
    margin-top: 15px;
  }
  #body #main-index-slider .buttons-section .price .new {
    font-size: 4em;
  }
  #body #main-index-slider .product-title {
    font-size: 4em;
  }
  #body #main-index-slider .product-subtitle {
    font-size: 1em;
  }
  #body .section-title .title {
    font-size: 3em;
  }
  #body.index-layout .advantages .panel {
    padding: 30px 25px;
  }
  #body.index-layout .advantages .panel .list {
    float: none !important;
    max-width: 100%;
    margin: 10px 0;
  }
  #body.index-layout .advantages .panel .list.left {
    margin-left: 0;
  }
  #body.index-layout .advantages .panel .list.right {
    margin-right: 0;
    margin-top: 10px;
  }
  #body.index-layout .advantages .panel .list.right > li:last-child {
    margin-bottom: 10px;
  }
  #body.index-layout .advantages .panel .list > li .title {
    font-size: 2em;
  }
  #body.index-layout .inovation {
    padding-top: 180px;
  }
  #body.index-layout .inovation .section-title h1.title {
    font-size: 2.2em;
  }
  #body.index-layout .inovation .section-title h1.title:before {
    margin-bottom: -7px;
  }
  #body.index-layout .inovation .timeline-overflow {
    margin-top: 100px;
    margin-bottom: 0;
  }
  #body.index-layout .inovation .timeline-overflow .timeline {
    display: block;
    text-align: center;
  }
  #body.index-layout .inovation .timeline-overflow .timeline > li {
    width: 80%;
    margin: 20px auto;
    margin-bottom: 55px;
  }
  #body.index-layout .inovation .timeline-overflow .timeline > li .text .icon.icon1,
  #body.index-layout .inovation .timeline-overflow .timeline > li .text .icon.icon2,
  #body.index-layout .inovation .timeline-overflow .timeline > li .text .icon.icon3,
  #body.index-layout .inovation .timeline-overflow .timeline > li .text .icon.icon4 {
    margin: 10px auto;
  }
  #body.index-layout .inovation .timeline-overflow .timeline > li .number {
    margin-top: -30px;
    margin-bottom: 0;
  }
  #body.index-layout .inovation .timeline-overflow .timeline > li .number:after {
    content: none;
  }
  #body.index-layout .inovation .section-title h2.title {
    font-size: 4em;
    height: 49px;
  }
  #body.index-layout .defense {
    padding: 60px 0;
    min-height: 680px;
    background-position: top center;
  }
  #body.index-layout .defense .section-title .title {
    font-size: 23px;
  }
  #body.index-layout .defense .section-title .title .bold {
    margin-bottom: 5px;
  }
  #body.index-layout .defense .section-title .title .boldest {
    font-size: 35px;
  }
  #body.index-layout .defense .section-descriptio {
    margin: 0;
  }
  #body.index-layout .normal {
    padding: 30px 0;
  }
  #body.index-layout .normal .section-title div {
    margin-top: 8px ;
  }
  #body.index-layout .normal .section-title .title {
    margin: 0;
    font-size: 3em;
  }
  #main-footer .flex-align {
    display: block;
  }
  #main-footer .links > li {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
  #main-footer .webstar-logo {
    float: none;
    display: block;
    text-align: center;
    margin: 25px auto;
  }
  #main-footer .webstar-logo img {
    margin: 0 auto;
  }
}
