.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 960px;
}

.m-t {
  margin-top: 15px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}

.m-r {
  margin-right: 15px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xlg {
  margin-right: 60px;
}
.m-r-35 {
  margin-right: 35px;
}

.m-b {
  margin-bottom: 15px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px !important;
}
.m-b-50 {
  margin-bottom: 50px;
}

.m-l {
  margin-left: 15px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}

.wrapper-lg {
  padding: 30px;
}

.padder-v {
  padding-top: 15px;
  padding-bottom: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-3,
.col-4,
.col-6,
.col-8 {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333%;
}

.col-6 {
  width: 50%;
}

.col-8 {
  width: 66.666666%;
}

.icon:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-basket:after {
  width: 57px;
  height: 57px;
  background-image: url(../img/icon-basket-lt.png);
}

.icon.icon-quote {
  width: 35px;
  height: 27px;
}

.icon-quote:after {
  width: 35px;
  height: 27px;
  background-image: url(../img/icon-quote-sm.png);
}

.icon-phone {
  background-image: url(../img/icons/phone.png);
}

.icon-clock {
  background-image: url(../img/icons/clock.png);
}

.icon-marker {
  background-image: url(../img/icons/marker.png);
}

.icon-email {
  background-image: url(../img/icons/email.png);
}

.btn {
  outline: 0;
  display: inline-block;
  padding: 10px 15px;
  border: 0;
  text-align: center;
  cursor: pointer;
}

a.btn {
  text-decoration: none !important;
}

.btn-addon {
  position: relative;
  padding: 10px 57px 10px 0;
  height: 57px;
  font-weight: 700;
  overflow: hidden;
}
.btn-addon .btn-text {
  float: left;
  display: block;
  margin: -10px 0;
  width: 100%;
  line-height: 57px;
}
.btn-addon .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 57px;
  height: 57px;
}

.btn-primary {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 67, 0, 0.85);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-primary.btn-addon .btn-text {
  background-color: #ff5f26;
}
.btn-primary.btn-addon .btn-text:hover {
  background-color: #ff733e;
}
.btn-primary.btn-addon .btn-cart {
  background: #dc5829;
  border-left: 1px solid #dc5829;
}
.btn-primary.btn-addon .btn-cart.btn-active {
  background-color: #f4c29f;
}
.btn-primary.btn-addon .btn-cart.btn-active:hover {
  background-color: #f5b384;
}
.btn-primary.btn-addon .btn-cart:hover {
  background: #ca4c1f;
}
.btn-primary:hover {
  background-color: #ff733e !important;
}

.btn-info {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background-color: #0174b5;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-info:hover {
  background-color: #3191c8 !important;
}

.form-container {
  padding: 20px;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group.icon,
.form-group .control {
  padding: 10px 15px 10px 41px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background-repeat: no-repeat;
}
.form-group.icon .form-control,
.form-group .control .form-control {
  float: none;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.form-group.icon.icon-mobile,
.form-group .control.icon-mobile {
  background-image: url(../img/icon-mobile.png);
  background-position: 14px center;
}
.form-group.icon.icon-person,
.form-group .control.icon-person {
  background-image: url(../img/icon-person.png);
  background-position: 13px center;
}
.form-group.icon.icon-email,
.form-group .control.icon-email {
  background-image: url(../img/icon-email-2.png);
  background-position: 13px center;
}

.form-control {
  padding: 10px 15px;
  width: 100%;
  color: #696363;
  border: 0;
  background-color: transparent;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.required {
  position: relative;
  padding-right: 25px !important;
}
.required:before {
  content: "*";
  position: absolute;
  top: 0;
  right: 9px;
  font-size: 20px;
  line-height: 49px;
  color: #fe5e25;
}

.input-error {
  margin: -2px;
  border: 2px solid #ff0000;
  border-radius: 5px;
}

.form-inline {
  display: inline-block;
}
.form-inline .form-group,
.form-inline .btn-submit {
  float: left;
  width: 250px;
}

.checkbox {
  position: relative;
  display: block;
}
.checkbox label {
  position: relative;
  min-height: 20px;
  padding-left: 28px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
}
.checkbox span {
  display: inline-block;
}

.i-check input {
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 5px;
}

.i-check > i {
  position: absolute;
  top: 5px;
  left: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 4px;
  margin-left: -20px;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cfdadd;
}
.i-check > i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.i-check input:checked + i {
  border-color: #ff5f26;
}
.i-check input:checked + i:before {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #ff5f26;
}

.panel {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.panel-content {
  padding: 20px;
}

.panel.tabbed {
  overflow: hidden;
}
.panel.tabbed .panel-header {
  margin-right: -1px;
  height: 65px;
  background-color: #fff;
  border-bottom: 1px solid rgb(255, 213, 53);
}
.panel.tabbed .panel-header:before, .panel.tabbed .panel-header:after {
  display: table;
  content: "";
}
.panel.tabbed .panel-header:after {
  clear: both;
}
.panel.tabbed .tab-ctrl {
  float: left;
  display: inline-block;
  padding: 20px;
  height: 65px;
  color: #8A8480;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.panel.tabbed .tab-ctrl:hover {
  font-size: 18px;
  font-weight: 900;
}
.panel.tabbed .tab-ctrl.active {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  background-color: #FFD535;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.panel.tabbed .tab-ctrl .br {
  display: none;
}

.tabs {
  height: 500px;
}
.tabs.regs {
  height: 475px;
}
.tabs.regs .product-description .name {
  font-size: 24px;
}
.tabs.regs .product-description .name.fx-1 {
  font-size: 22px;
  line-height: 27px;
}
.tabs.regs .product-description,
.tabs.regs .product-price {
  width: 230px;
}

.tab {
  position: relative;
  display: none;
}
.tab.active {
  display: block;
}

#tab_films.tab .product-description,
#tab_films.tab .product-price {
  width: 230px;
}

.section {
  background-size: cover;
  background-position: center;
}
.section .section-subtitle {
  font-family: "daysregular", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.7);
}

.top-stock-section {
  display: none;
}

.statistic-section {
  font-family: "daysregular", sans-serif;
  background-color: #fff;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}
.statistic-section .section-content {
  margin: 10px 0 40px;
}
.statistic-section .item .item-icon {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-color: #eee;
  border-radius: 50%;
  line-height: 140px;
}
.statistic-section .item .item-icon img {
  vertical-align: middle;
}
.statistic-section .item .desc {
  font-size: 20px;
}
.statistic-section .hlt {
  color: #0174b5;
  white-space: nowrap;
}

.dealer-section {
  background-image: url("/img/bg-9.jpg");
}
.dealer-section .section-title {
  color: #ffd535;
}
.dealer-section .section-subtitle {
  font-weight: 300;
  line-height: 160%;
}
.dealer-section .section-subtitle span {
  color: #ffd535;
}

.defrost-section .img-1 {
  float: left;
  width: 33%;
  margin-right: 20px;
}
.defrost-section .img-2 {
  display: none;
}
.defrost-section .line {
  background-color: #fff;
}
.defrost-section .t-3 {
  color: #7b7b7b;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}
.defrost-section .contacts {
  color: #7d7d7d;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
  border-top: 1px solid #fff;
}
.defrost-section .carousel-defrost {
  margin-top: 20px;
  margin-bottom: 50px;
}
.defrost-section .slide {
  outline: 0;
  float: left;
  position: relative;
  padding: 0 5px;
  width: 270px;
}
.defrost-section .slide img {
  width: 100%;
}
.defrost-section .prev-arrow {
  left: 15px;
}
.defrost-section .next-arrow {
  right: 15px;
}
.defrost-section .slick-dots {
  bottom: -40px;
}

.calc-section {
  background-image: url(../img/bg-6-md.jpg);
  background-size: cover;
  background-position: center;
}
.calc-section .section-title {
  padding-top: 0;
  padding-bottom: 0;
  color: #ffd535;
  font-size: 32px;
  line-height: 160%;
}
.calc-section .t-3 {
  margin-bottom: 30px;
  font-family: "daysregular", sans-serif;
  font-size: 24px;
  color: #f3855e;
  line-height: 160%;
}
.calc-section .t-18 {
  float: left;
  width: 370px;
  color: #fff;
}
.calc-section .t-18 li {
  margin-bottom: 30px;
}
.calc-section .t-18 .marker {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  color: #696363;
  line-height: 30px;
  font-weight: 900;
  background-color: #FFD535;
  border-radius: 50%;
  text-align: center;
}
.calc-section .t-18 .text {
  line-height: 180%;
}

.installation-section .col-8 {
  padding-bottom: 6px;
  margin-right: 35px;
  width: 600px;
  border-right: 2px solid #d4cdc2;
}
.installation-section .col-4 {
  width: 325px;
}
.installation-section h4 {
  margin-top: 0;
  font-size: 20px;
}
.installation-section .t-1 {
  display: inline-block;
  width: 600px;
}
.installation-section .t-1 span {
  float: left;
  display: inline-block;
}
.installation-section .t-1,
.installation-section .t-2 {
  font-size: 18px;
}
.installation-section .form .btn-submit {
  width: 250px;
}
.installation-section .form-success {
  padding-top: 20px;
  margin: 0 auto;
  width: 100%;
  min-height: 90px;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
.installation-section .form-group {
  margin-right: 10px;
}
.installation-section .form-group .control {
  background-color: #fff;
}
.installation-section .sb {
  margin-bottom: 50px;
}

.portfolio-section {
  background-color: #fff;
}
.portfolio-section .section-title {
  padding: 20px 0 0;
}
.portfolio-section .section-subtitle {
  padding: 0;
  margin: 10px 0 30px;
  font-family: "daysregular", sans-serif;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-shadow: none !important;
}
.portfolio-section .section-subtitle span {
  color: #0174b5;
}

.section .contacts,
.prim-section .contacts,
.benefits-section .contacts,
.defrost-section .contacts,
.delivery-section .contacts {
  display: inline-block;
  padding: 25px 15px 0;
  margin-top: 35px;
  font-size: 24px;
  line-height: 160%;
}
.section .contacts li,
.prim-section .contacts li,
.benefits-section .contacts li,
.defrost-section .contacts li,
.delivery-section .contacts li {
  float: left;
  display: inline-block;
}
.section .contacts .dot,
.prim-section .contacts .dot,
.benefits-section .contacts .dot,
.defrost-section .contacts .dot,
.delivery-section .contacts .dot {
  margin: 0 20px;
  color: #ffd535;
}
.section .contacts.b-n,
.prim-section .contacts.b-n,
.benefits-section .contacts.b-n,
.defrost-section .contacts.b-n,
.delivery-section .contacts.b-n {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.section .t-3,
.prim-section .t-3,
.benefits-section .t-3,
.delivery-section .t-3 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}
.section .contacts,
.prim-section .contacts,
.benefits-section .contacts,
.delivery-section .contacts {
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
  border-top: 1px solid #fff;
}

.benefits-section {
  min-height: 400px;
  background-image: url(../img/bg-1-md.jpg);
  background-size: cover;
}
.benefits-section .section-title {
  color: #ffd535 !important;
}
.benefits-section .section-content {
  margin: 30px 0;
}

.manufacturers-section {
  background-color: #fff;
}
.manufacturers-section .section-title {
  padding: 0;
  margin: 10px 0 30px;
  font-size: 24px;
  line-height: 36px;
  text-shadow: none !important;
}
.manufacturers-section .section-title span {
  color: #0174b5;
  white-space: nowrap;
}

.delivery-section {
  background-image: url(../img/bg-3-md.jpg);
  background-size: cover;
  color: #fff;
}
.delivery-section .section-title {
  padding-bottom: 10px;
  color: #ffd535;
}
.delivery-section .section-subtitle {
  font-weight: 300 !important;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
.delivery-section .section-content {
  margin: 30px 0;
}

@media (max-width: 1200px) {
  .delivery-section {
    background-position: center;
    background-size: cover;
  }
}
.certs-section .section-subtitle,
.delivery-section .section-subtitle,
.installation-section .section-subtitle {
  font-family: "daysregular", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}
.certs-section .section-subtitle span,
.delivery-section .section-subtitle span,
.installation-section .section-subtitle span {
  color: #0174b5;
}

.certs-section .section-title {
  padding-bottom: 20px;
}
.certs-section .section-subtitle {
  margin-bottom: 50px;
}
.certs-section .section-content {
  margin: 30px 0;
}

.comments-section {
  background-color: #fff;
}
.map-section {
  padding-bottom: 0 !important;
}
.map-section .company-info {
  float: left;
  display: inline-block;
  text-align: left;
}
.map-section .form-success,
.map-section .form {
  float: right;
  width: 502px;
}
.map-section .form-success {
  padding: 70px 0;
  text-align: center;
}
.map-section .form {
  text-align: left;
}
.map-section .form .name-input,
.map-section .form .email-input {
  float: left;
  width: 246px;
}
.map-section .form .name-input {
  margin-right: 10px;
}
.map-section .form .comment-input .control {
  padding: 10px 15px;
}
.map-section .form .comment-input textarea {
  outline: none;
  resize: none;
  overflow: hidden;
}
.map-section .form .btn-submit {
  float: right;
  width: 246px;
  text-transform: none;
}
.map-section .form-group {
  margin-bottom: 10px;
}
.map-section .contacts {
  font-size: 24px;
  text-align: center;
}
.map-section .contacts li {
  display: inline-block;
}
.map-section .map:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  top: -2px;
  background-image: url(../img/1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
}
.map-section .map {
  min-height: 320px;
}
.map-section .address {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: "daysregular", sans-serif;
  text-align: center;
}

.thanks-section {
  display: flex;
  flex-grow: 1;
  padding-top: 100px;
  background-image: url(../img/bg-6-md.jpg);
  background-size: cover;
  background-position: left center;
  color: #fff;
  text-align: center;
}

@media (max-width: 1024px) {
  .thanks-section {
    background-image: url(../img/bg-6-sm.jpg);
  }
}
.slick-slide {
  outline: 0;
}

.prev-arrow,
.next-arrow {
  position: absolute;
  margin-top: -41px;
  top: 50%;
  width: 28px;
  height: 83px;
  overflow: hidden;
  background-image: url(../img/sprite.png);
  cursor: pointer;
}

.prev-arrow {
  left: -5px;
}
.prev-arrow:hover {
  background-position: 0 253px;
}

.next-arrow {
  right: -5px;
  background-position: 0 167px;
}
.next-arrow:hover {
  background-position: 0 82px;
}

.carousel {
  margin-right: auto;
  margin-left: auto;
  width: 810px;
}
.carousel:before, .carousel:after {
  display: table;
  content: "";
}
.carousel:after {
  clear: both;
}

.carousel-slide {
  outline: 0;
}
.carousel-slide:before, .carousel-slide:after {
  display: table;
  content: "";
}
.carousel-slide:after {
  clear: both;
}

.carousel-wrap {
  position: relative;
  padding: 0 40px;
}

.certs-carousel {
  width: 540px;
  margin-bottom: 0;
}

.carousel-portfolio {
  width: 850px;
}
.carousel-portfolio .port-img:hover:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../img/icon-more-2.png");
  background-repeat: no-repeat;
  background-position: center;
}

.carousel-portfolio-modal {
  margin-bottom: 45px;
  width: 100%;
}
.carousel-portfolio-modal .port {
  padding: 0;
}
.carousel-portfolio-modal .port-desc {
  margin-bottom: 15px;
  padding: 0 5px;
}

.port {
  padding: 0 10px;
  line-height: 140%;
}

.port-name {
  margin: 10px 0 0;
  font-weight: bold;
}

.port-area {
  margin: 7px 0 0;
}

.port-address {
  font-size: 14px;
  font-style: italic;
}

.port-img {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.port-img img {
  display: block;
  width: 100%;
}

.portfolio-gallery {
  width: 100%;
}
.portfolio-gallery.for {
  margin-bottom: 5px;
  max-height: 417px;
}
.portfolio-gallery.for .slide {
  background-color: #fff;
  text-align: center;
}
.portfolio-gallery.for .slide img {
  display: inline-block;
  width: 100%;
}
.portfolio-gallery.nav {
  margin-bottom: 0;
}
.portfolio-gallery.nav .slide {
  text-align: center;
}
.portfolio-gallery.nav .slide img {
  display: inline-block;
  width: 100%;
}
.portfolio-gallery.nav .slick-current.slick-active {
  opacity: 0.5;
}
.portfolio-gallery .pg-img {
  padding: 0 5px;
}

.fancybox-lock body {
  overflow: visible !important;
}

.fancybox-margin.app-header {
  padding-right: 17px;
}

.fancybox-wrap {
  padding-bottom: 20px;
}

.fancybox-close-wrap {
  position: absolute;
  top: 2px;
  right: 2px;
}

.fancybox-close {
  position: static;
  display: inline-block;
}

.modal-wrapper {
  padding: 50px 30px 30px;
}

.modal {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.modal .form-heading {
  margin-bottom: 20px;
  color: #ff4300;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.modal .form label {
  display: inline-block;
  margin-bottom: 7px;
}
.modal .form-group .notification {
  float: right;
  color: #ff0000;
  font-size: 13px;
}
.modal .disk {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}
.modal .agreement-link {
  display: block;
  margin-top: 10px;
  font-style: italic;
  font-size: 13px;
  color: #fe5e25;
  text-align: center;
  text-decoration: underline;
}

.modal-lg {
  width: 930px;
}

.callback-modal {
  width: 400px;
}
.callback-modal .form-success {
  padding: 40px 0;
  color: #ff4300;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.agreement-modal {
  display: block;
  width: 700px;
}

.card-modal .form-success {
  float: right;
  padding: 35px;
  width: 260px;
  min-height: 145px;
  background-color: #f0f1f2;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.portfolio-modal {
  width: 780px;
}

.offer-modal {
  width: 400px;
}
.offer-modal .form-sub-heading {
  margin: 12px 0 24px;
  font-weight: 700;
  text-align: center;
}
.offer-modal .form-success {
  padding: 40px 0;
  color: #ff4300;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.nav-menu,
.nav-menu-mobile {
  display: inline-block;
}

.nav-menu > .menu-item .angle-down,
.nav-menu > .menu-item .angle-right {
  margin-left: 4px;
  width: 8px;
  text-align: center;
}
.nav-menu > .menu-item .angle-down {
  display: none;
}
.nav-menu > .menu-item:active .angle-right, .nav-menu > .menu-item:hover .angle-right {
  display: none;
}
.nav-menu > .menu-item:active .angle-down, .nav-menu > .menu-item:hover .angle-down {
  display: inline-block;
}
.nav-menu .menu-item {
  display: inline-block;
  position: relative;
  transition: all 200ms ease-in-out;
}
.nav-menu .menu-item:active > .nav-item, .nav-menu .menu-item:active > .nav-item-noevent, .nav-menu .menu-item:hover > .nav-item, .nav-menu .menu-item:hover > .nav-item-noevent {
  color: #ff4300;
  background-color: rgb(245, 245, 243);
}
.nav-menu .menu-item .nav-item,
.nav-menu .menu-item .nav-item-noevent {
  display: inline-block;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 100ms ease-in-out, color 100ms ease-in-out;
}
.nav-menu .menu-item .item-submenu {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  background-color: #ebebe6;
}
.nav-menu .menu-item .item-submenu .menu-item {
  width: 100%;
}
.nav-menu .menu-item .item-submenu .menu-item .nav-item {
  display: block;
  white-space: nowrap;
}
.nav-menu .menu-item:active .item-submenu, .nav-menu .menu-item:hover .item-submenu {
  display: inline-block;
}

.nav-menu-mobile .item {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
}
.nav-menu-mobile .menu-item {
  padding: 5px 20px;
}
.nav-menu-mobile .line {
  margin: 10px 0;
  height: 1px;
  background-color: #c3c3c3;
}

.menu-toggle {
  padding: 10px 15px;
  font-size: 24px;
}

.menu-dropdown {
  position: absolute;
  display: none;
  padding: 10px 0;
  background-color: #ebebe6;
}
.menu-dropdown.opened {
  display: inline-block;
}

.cart-modal-wrapper {
  padding: 30px;
}

.cart-modal {
  width: 840px;
}
.cart-modal .form-container {
  float: left;
  padding: 0 0 0 30px;
  margin-left: 20px;
  width: 310px;
  border-left: 1px solid #f0f1f2;
}
.cart-modal .form-heading {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #867e7e;
  text-transform: uppercase;
  text-align: center;
}
.cart-modal .form {
  padding: 20px;
  background-color: #f0f1f2;
}
.cart-modal .control {
  background-color: #fff;
}
.cart-modal .clear-cart {
  color: #867e7e;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dotted;
  text-decoration: none;
  text-transform: uppercase;
}
.cart-modal .clear-cart:hover {
  color: #fd5d24;
}
.cart-modal .agr-link {
  display: block;
  font-size: 13px;
  font-style: italic;
  color: #ff4300;
  text-align: center;
}

.cart {
  float: left;
  width: 440px;
}
.cart.cart-empty {
  width: 400px;
  font-size: 14px;
  font-weight: 700;
  color: #fd5d24;
  text-transform: uppercase;
}

.cart-controls {
  display: inline-block;
  margin-bottom: 20px;
}

.cart-item {
  position: relative;
  padding-left: 40px;
}
.cart-item + .cart-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f0f1f2;
}
.cart-item .btn-rem-item {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-image: url(../img/sprite-trash.png);
  background-position: center -30px;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
}
.cart-item .btn-rem-item:hover {
  background-position: center 0;
}
.cart-item .prod-image,
.cart-item .prod-desc {
  float: left;
}
.cart-item .prod-image {
  margin-right: 15px;
  width: 150px;
}
.cart-item .prod-image img {
  width: 100%;
}
.cart-item .prod-info,
.cart-item .prod-price {
  float: left;
  font-size: 20px;
  color: #696363;
}
.cart-item .prod-info {
  width: 230px;
}
.cart-item .prod-info .name {
  font-size: 24px;
  font-weight: 900;
}
.cart-item .prod-price {
  font-weight: 600;
}
.cart-item .prod-price .v {
  margin: 0 5px;
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
  color: #fd5d24;
}

.clearfix:before, .clearfix:after,
.app-footer:before,
.app-footer:after,
.btn-addon:before,
.btn-addon:after,
.row:before,
.row:after,
.product-price:before,
.product-price:after,
.comment-author:before,
.comment-author:after,
.cart-item:before,
.cart-item:after {
  display: table;
  content: "";
}
.clearfix:after,
.app-footer:after,
.btn-addon:after,
.row:after,
.product-price:after,
.comment-author:after,
.cart-item:after {
  clear: both;
}

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

html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 160%;
  color: #696363;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

a {
  outline: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:focus, a:hover {
  text-decoration: underline;
}

a[href^=tel], a[href^=tel]:focus, a[href^=tel]:hover {
  text-decoration: none !important;
}

.tell, .tell:focus, .tell:hover {
  text-decoration: none !important;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

input {
  outline: 0;
}

b {
  font-weight: 600;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 0;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 48px;
}

.app {
  position: relative;
  width: 100%;
  min-width: 960px;
  height: auto;
  min-height: 100%;
  background-color: #f3eadb;
}
.app.app-header-fixed .ap-header {
  position: fixed;
}

.app-header {
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.app-header.app-header-menu-fixed {
  position: fixed;
  top: -100px;
  z-index: 999;
}
.app-header.app-header-menu-fixed .header-navbar {
  background-color: #fff;
}

.scroll-lock {
  overflow: hidden;
}
.scroll-lock .app-header {
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.app-footer {
  position: relative;
  bottom: 0;
  width: 100%;
  color: #bfbfbf;
  background-color: #777;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2);
}
.app-footer a {
  color: #53b3e2;
}
.app-footer .stock-desc {
  border-bottom: 1px solid #9c9c9c;
  padding-bottom: 10px;
  font-size: 12px;
}

.header-top {
  background-color: rgba(241, 229, 201, 0.74);
}

.header-brand {
  display: inline-block;
  padding-left: 80px;
  margin: 20px 0;
  min-height: 56px;
  background-image: url(../img/logo-sm.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none !important;
}

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

.so {
  display: inline-block;
  padding-left: 7px;
  margin-top: 20px;
  margin-right: 70px;
  line-height: 20px;
}

.st {
  margin-bottom: 5px;
  font-size: 12.6px;
  text-align: justify;
}

.ct {
  display: inline-block;
  padding-left: 40px;
  margin-top: 10px;
  font-size: 20px;
  line-height: 100%;
  background-image: url(../img/icons/phone.png);
  background-repeat: no-repeat;
  background-position: left 27px;
}
.ct .ct-grp {
  display: inline-block;
}

.cb-link {
  margin-top: 14px;
  margin-left: 16px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #ff4300;
  border-bottom: 1px dotted;
  text-transform: uppercase;
  text-decoration: none !important;
}
.cb-link:active {
  border: 0 none;
}
.cb-link:hover {
  border-bottom-style: solid;
}

.header-top {
  height: 100px;
}

.header-navbar {
  max-height: 46px;
  background-color: rgba(255, 255, 255, 0.8);
}
.header-navbar .container {
  padding: 0;
}

.header-basket {
  float: right;
  position: relative;
  margin-right: 10px;
  width: 45px;
  height: 45px;
  background-image: url(../img/sprite-cart.png);
  background-position: center 0px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.header-basket:hover {
  background-position: center -45px;
}
.header-basket .basket-cnt {
  position: absolute;
  top: 2px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  background-color: #FF4300;
  text-align: center;
}

section {
  position: relative;
  padding: 30px 0;
  background-repeat: no-repeat;
}

.section-title {
  padding: 30px 0;
  margin: 0;
  font-family: "daysregular", sans-serif;
  font-size: 48px;
  line-height: 140%;
  font-weight: normal;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.section-content {
  position: relative;
}

.prim-section {
  padding-top: 100px;
  background-image: url(../img/main-dk-md.jpg);
  background-size: cover;
  background-position: center top;
}
.prim-section .form-success {
  min-height: 105px;
  padding-top: 25px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
.prim-section .disk,
.prim-section .agr-link {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-style: italic;
}
.prim-section .disk {
  margin-top: 20px;
}
.prim-section .agr-link {
  margin-top: 10px;
  color: #ff4300;
}

.mt {
  margin-top: 60px;
  width: 70%;
  color: #fff;
}
.mt p {
  margin: 30px 0 20px;
  font-size: 30px;
  line-height: 140%;
  font-weight: 300;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}
.mt h2 {
  margin: 20px 0;
  font-size: 30px;
  line-height: 46px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.mt ul {
  margin-left: 30px;
  list-style-type: disc;
  list-style-position: outside;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  color: #ffd535;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-margin-before: 0;
  -webkit-padding-start: 0;
}
.mt ul span {
  color: #fff;
}
.mt .btn-primary {
  padding: 15px 25px;
  background-color: rgba(255, 67, 0, 0.85);
}

.m-br {
  display: inline;
}

.f-spec {
  display: block;
  margin: 0 0 7px;
  font-size: 24px;
  font-weight: bold;
  color: #fd5d24;
}

.f-1 {
  margin-top: 80px;
  width: 270px;
  color: #fff;
  background-color: rgba(253, 207, 18, 0.7);
}
.f-1 h2 {
  margin-top: 0;
  margin-bottom: 10px !important;
  line-height: 32px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.f-1 p {
  margin-top: 5px;
  font-size: 18px;
  line-height: 24px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.f-1 .stock-img-top {
  margin: -15px 0 0 -20px;
}
.f-1 .counter {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}
.f-1 .btn-submit {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 4px;
  background: rgba(255, 67, 0, 0.75);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.f-1 .btn-submit:hover {
  background: #ff733e;
}

.counter {
  display: inline-block;
  text-align: center;
}
.counter .counter-component {
  position: relative;
  display: inline-block;
}
.counter .counter-component + .counter-component {
  padding-left: 8px;
}
.counter .counter-component + .counter-component:before {
  content: ":";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -4px;
  font-size: 36px;
}
.counter .digit {
  display: block;
  margin-bottom: 10px;
  font-size: 43px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.counter .label {
  font-size: 12px;
}

.counter-label {
  font-size: 12px;
}

.nm-1,
.nm-2 {
  width: auto;
}

.nm-1 {
  margin-right: 320px;
}

.nm-3 {
  margin-right: 380px;
}

.nm-1,
.nm-3 {
  display: inline-block;
  padding-right: 25px;
  border-right: 2px solid #d4cdc2;
}

.nm-2,
.nm-4 {
  position: absolute;
  top: 0;
  right: 0;
}
.nm-2 .heading,
.nm-4 .heading {
  margin-bottom: 6px;
  font-family: "daysregular", sans-serif;
  font-size: 20px;
}

.nm-2 {
  width: 280px;
}

.nm-4 {
  width: 330px;
}

.product {
  outline: 0;
  float: left;
  position: relative;
  width: 270px;
  text-align: center;
}
.product a {
  text-decoration: none;
}
.product .btn {
  width: 230px;
}

.sticker {
  position: absolute;
  top: 0;
  left: 15px;
  width: 100px;
  height: 100px;
  background-position: center;
}
.sticker.sticker-1 {
  background-image: url(../img/sticker-1.png);
}
.sticker.sticker-2 {
  background-image: url(../img/sticker-2.png);
}
.sticker.sticker-3 {
  background-image: url(../img/sticker-3.png);
}
.sticker.sticker-4 {
  background-image: url(../img/sticker-4.png);
}

.product-image {
  margin-top: 20px;
  height: 200px;
}
.product-image img {
  display: inline-block;
  height: 100%;
}

.product-description,
.product-price {
  margin: 20px auto;
  width: 200px;
  text-align: left;
}

.product-price .price-pref {
  float: left;
  margin: -4px 5px 0 0;
  line-height: 20px;
}
.product-price .price-suf {
  margin: 0 0 0 5px;
}

.product-description {
  font-size: 20px;
}
.product-description .name {
  font-size: 24px;
  font-weight: 900;
}
.product-description.m-fix {
  margin-top: -7px;
}

.product-price {
  font-size: 20px;
  font-weight: 600;
}
.product-price .v {
  color: #ff5f26;
  font-size: 36px;
  font-weight: 900;
}

.prod-price .compact-wrap,
.product-price .compact-wrap {
  margin-top: -10px;
  margin-bottom: -10px;
}
.prod-price .price-old,
.product-price .price-old {
  margin-left: 28px;
  color: #2d96d2;
  font-size: 23px;
  line-height: 20px;
  text-decoration: line-through;
}

.image-preloader {
  background-image: url(../img/image-preloader.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.image-preloader img {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

.mnf {
  margin-bottom: 20px;
  min-height: 20px;
  text-align: center;
}

.comment {
  padding: 0 20px;
  width: 50%;
}
.comment .comment-author {
  position: relative;
  margin-top: 20px;
  min-height: 100px;
}
.comment .comment-text {
  min-height: 150px;
  font-size: 13px;
  font-style: italic;
}
.comment .comment-text .icon {
  float: left;
  margin-top: 12px;
  margin-right: 21px;
  display: inline-block;
}
.comment .client-info {
  padding: 13px 120px 0 0;
  text-align: right;
}
.comment .client-name {
  font-size: 18px;
  font-weight: 700;
}
.comment .client-email {
  color: #53b3e2;
}
.comment .client-location {
  color: #808080;
}
.comment .client-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
}
.comment .client-photo img {
  height: 100%;
  border-radius: 50%;
}

.par-component {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.6);
}
.par-component:before, .par-component:after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 60px;
}
.par-component:before {
  left: -30px;
  border-bottom: 60px solid rgba(0, 0, 0, 0.6);
  border-left: 30px solid transparent;
}
.par-component:after {
  right: -30px;
  border-top: 60px solid rgba(0, 0, 0, 0.6);
  border-right: 30px solid transparent;
}
.par-component .component-text {
  padding: 17px 30px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.par-component .component-text span {
  color: #ffd535;
}

.component {
  position: relative;
  padding-left: 90px;
  margin-bottom: 30px;
  margin-left: 143px;
  height: 70px;
}
.component .component-index {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-family: "daysregular", sans-serif;
  font-size: 36px;
  text-align: center;
}
.component .component-label {
  padding-top: 8px;
  margin-bottom: 6px;
  font-family: "daysregular", sans-serif;
  font-size: 24px;
  color: #ffd535;
}
.component .component-description {
  font-size: 18px;
}

.company-info .list-item {
  position: relative;
  padding: 10px 0 10px 45px;
  background-position: left 10px;
  background-repeat: no-repeat;
}
.company-info .list-item.icon-marker {
  background-position: left 8px;
}
.company-info .list-item.icon-phone {
  background-position: left 22px;
}

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

.line {
  display: block;
  margin: 20px 0;
  width: 100%;
  height: 2px;
}

.stock {
  position: relative;
  color: #fff;
  background-color: #ffd535;
}
.stock h2 {
  position: relative;
  margin-bottom: 30px;
  font-family: "daysregular", sans-serif;
  line-height: 32px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  z-index: 1;
}
.stock .counter,
.stock .form-wrapper {
  float: left;
}
.stock .counter {
  padding: 0 25px;
  margin-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.stock .counter .counter-component + .counter-component:before {
  top: 12px;
}
.stock .counter-label {
  font-size: 24px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.stock .digit {
  color: #ff5908;
  font-size: 54px;
  font-weight: 600;
  line-height: 54px;
}
.stock .label {
  font-size: 14px;
}
.stock .form-wrapper {
  margin-top: 8px;
  width: 230px;
}
.stock .btn {
  font-size: 16px;
  font-weight: 600;
}
.stock .form-success {
  height: 105px;
  padding-top: 25px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.stock-wrapper {
  padding: 30px;
}

.stock-img {
  float: left;
  display: inline-block;
  margin: -25px 47px -17px 23px;
}

.checkbox-group.cg-3 .checkbox {
  width: 33.33333%;
}
.checkbox-group .checkbox {
  width: 50%;
}

.checkbox {
  float: left;
  display: inline-block;
}
.checkbox.price-check {
  padding: 7px 7px 7px 10px;
  width: 33.33333%;
  border-right: 1px solid #fff;
}

.calculator {
  float: right;
  display: inline-block;
  padding: 30px;
  width: 550px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
}
.calculator .line {
  margin-right: -30px;
  margin-left: -30px;
  width: auto;
  height: 1px;
  background-color: #ededed;
}
.calculator .m-fix {
  margin-top: 8px;
}
.calculator .form-header {
  margin-bottom: 30px;
  color: #696363;
  font-size: 24px;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  text-align: center;
}
.calculator .form-group.m-b-md {
  margin-bottom: 20px;
}
.calculator .form-group:before, .calculator .form-group:after {
  display: table;
  content: "";
}
.calculator .form-group:after {
  clear: both;
}
.calculator .form-group > label {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
}
.calculator .form-control,
.calculator .control-wrap {
  float: right;
  width: 220px;
}
.calculator .price-check .i-check > span {
  margin-top: -7px;
  text-align: left;
}
.calculator .price-check .i-check > i {
  top: 10px;
}
.calculator .price-check label {
  float: left;
  margin-top: 7px;
}
.calculator .t-sm {
  font-size: 13px;
}
.calculator .btn-submit {
  padding-right: 20px;
  padding-left: 20px;
}

.product-card {
  position: relative;
  color: #696363;
}
.product-card .desc-title {
  padding-left: 240px;
  font-size: 20px;
  text-align: left;
}
.product-card .product-name {
  font-size: 24px;
  font-weight: 900;
}
.product-card .offer {
  margin-top: 4px;
  font-size: 14px;
  color: #fe5e25;
}
.product-card .product-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
}
.product-card .product-img img {
  width: 100%;
}
.product-card .product-desc {
  padding: 15px 0 0;
  margin: 15px 0 0 240px;
  width: auto;
  border-top: 1px solid #ff4300;
}
.product-card .product-desc h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
.product-card .product-desc .desc {
  font-size: 13px;
  line-height: 160%;
}
.product-card .prod-price {
  padding-left: 240px;
  margin: 15px 0 15px;
  font-size: 20px;
  font-weight: 600;
}
.product-card .prod-price .val {
  font-size: 36px;
  font-weight: 900;
  color: #fe5e25;
}
.product-card .form,
.product-card .form-success {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  width: 260px;
  background-color: #f0f1f2;
  border-radius: 4px;
}
.product-card .form .control {
  background-color: #fff;
}
.product-card .form-success {
  padding: 30px 20px;
}
.product-card .product-specs {
  font-size: 13px;
}
.product-card .product-specs table {
  border-collapse: collapse;
}
.product-card .product-specs table tr + tr {
  border-top: 1px solid #cecece;
}
.product-card .product-specs table td {
  padding: 6px 15px;
}
.product-card .price-list {
  margin: 0 0 24px;
}
.product-card .price-list h4 {
  margin-top: 10px;
}
.product-card .price-list .product-offer {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  color: #fe5e34;
}
.product-card .price-list table {
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
}
.product-card .price-list table thead tr td {
  font-weight: bold;
  text-align: center;
}
.product-card .price-list table thead tr td:first-child {
  text-align: left;
}
.product-card .price-list table thead tr td:last-child {
  text-align: right;
}
.product-card .price-list table tbody tr td {
  padding: 6px 15px;
  text-align: center;
}
.product-card .price-list table tbody tr td:first-child {
  text-align: left;
}
.product-card .price-list table tbody tr td:last-child {
  text-align: right;
  font-weight: bold;
}
.product-card .price-list table tbody tr + tr {
  border-top: 1px solid #cecece;
}

#to_top {
  opacity: 0;
  position: fixed;
  bottom: 80px;
  right: 60px;
  width: 50px;
  height: 50px;
  background-color: #ffd535;
  transition: opacity 300ms ease-in-out;
  cursor: pointer;
  z-index: 999;
}
#to_top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon-arrow-up.png);
  background-repeat: no-repeat;
  background-position: center;
}

.cert {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.cert img {
  display: block;
  width: 100%;
}
.cert.cert-preview {
  position: relative;
  width: auto;
  height: auto;
}
.cert.cert-preview:hover:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-mg.png);
}

.modal .cert {
  width: 100%;
  max-width: 540px;
  height: auto;
}
.modal .cert img {
  width: 100%;
  height: auto;
}

.ci-1 {
  margin-right: 60px;
}

.ci-2 {
  margin-top: 70px;
}

.bq-2 {
  font-size: 24px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .header-basket {
    background-image: url("../img/sprite-cart@2x.png");
    background-size: 33px 90px;
  }
  .icon-basket:after {
    background-image: url(../img/icon-basket-lt@2x.png);
    background-size: 26px 26px;
  }
}
.alert-toast {
  position: fixed;
  /*	top: -124px;*/
  top: -100px;
  right: 0;
  left: 0;
  z-index: 100000;
  padding: 16px 16px 24px;
  height: 100px;
  /*	height: 124px;*/
  background-color: #0174b5;
  opacity: 0.9;
  text-align: center;
  transition: all 0.7s ease-in-out;
}
.alert-toast.active {
  top: 0;
}
.alert-toast .toast-body {
  margin: 0 auto;
  max-width: 540px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  text-align: center;
}
.alert-toast .hide {
  display: inline-block;
  margin: 8px auto 0;
  border-bottom: 1px dashed #fff;
  padding: 0 8px;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .alert-toast {
    opacity: 0.8;
  }
}
.pos-rlt {
  position: relative;
}

.visible {
  display: block;
}

.hidden {
  display: none !important;
}

.lg-hidden {
  display: none;
}

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

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

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

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

.w-full {
  width: 100%;
}

.b-none {
  border: 0 !important;
}

.btn-submit.btn-loader,
.f-1 .btn-submit.btn-loader {
  font-size: 0;
  background-image: url(../img/btn-preloader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.text-lt.lter {
  color: #fff;
}

.text-dk.dker {
  color: #696363;
}

.text-info {
  color: #53b3e2;
}

.bg-lt.lter {
  background-color: #fff;
}

@media (max-width: 479px) {
  .xs-hidden {
    display: none !important;
  }
}
@media (min-width: 479px) {
  .br-xs {
    display: none;
  }
}
@media (min-width: 639px) {
  .br-sm {
    display: none;
  }
}
.thanks-page .app-footer .list-item,
.thanks-page .app-footer .list-item a {
  color: #696363 !important;
}

.messenger-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 16px 0 20px;
}
.messenger-links > li > a {
  position: relative;
  z-index: 0;
  display: block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.7);
}
.messenger-links > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 3px;
  display: block;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background-color: white;
}
.messenger-links > li > a > svg {
  display: block;
  width: 100%;
  height: auto;
}
.messenger-links > li > a > svg path {
  fill: white;
}
.messenger-links .viber path {
  fill: #6f40ab;
}
.messenger-links .telegram path {
  fill: #29a7e6;
}

.messenger-links.map-msg-links {
  justify-content: flex-start;
  gap: 24px;
  margin: 12px 0 12px;
}
.messenger-links.map-msg-links > li > a {
  width: 36px;
  height: 36px;
}
.messenger-links.map-msg-links > li > a:before {
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
}

@media (min-width: 479px) {
  .messenger-links {
    margin: 8px 0 20px;
  }
}
@media (max-width: 959px) {
  .app {
    overflow-x: hidden;
    min-width: 100%;
  }
  .app-header {
    position: fixed;
  }
  .app-header.app-header-menu-fixed {
    top: 0;
  }
  .app-footer {
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
  }
  .map-section .map:before {
    top: -5px;
    height: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    background-image: none;
  }
  .container {
    margin: 0;
    width: 100%;
  }
  .header-top {
    display: none;
  }
  .nav-menu {
    display: none;
  }
  .prim-section {
    padding-top: 45px;
  }
  .mt {
    margin-top: 0;
  }
  .mt h2 {
    font-size: 32px;
    line-height: 140%;
  }
  .mt ul,
  .mt p {
    font-size: 24px;
  }
  .mt ul .lg-hidden {
    display: list-item;
  }
  .statistic-section .item .desc {
    font-size: 17px;
  }
  .carousel {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }
  .portfolio-gallery {
    width: 100%;
  }
  .sticker {
    background-size: 80px;
    background-repeat: no-repeat;
    left: 0;
  }
  .modal .carousel {
    padding: 0;
  }
  .slick-dots {
    margin-left: -40px;
  }
  .portfolio-modal .slick-dots {
    margin-left: 0;
  }
  .product .btn {
    width: 200px;
    height: 46px;
  }
  .product .btn-text {
    line-height: 46px;
  }
  .product .btn-addon {
    padding: 10px 46px 10px 0;
  }
  .product .btn-addon .icon {
    width: 46px;
    height: 46px;
  }
  .product .icon-basket:after {
    width: 46px;
    height: 46px;
  }
  .product-image {
    height: 170px;
  }
  .product-description,
  .product-price {
    margin: 15px auto;
  }
  .product-description.m-fix {
    margin-top: -11px;
  }
  .product-description .name {
    font-size: 22px;
  }
  .product-price {
    font-size: 20px;
  }
  .product-price .v {
    font-size: 32px;
  }
  .product-price .price-old {
    font-size: 20px;
  }
  .prod-price .price-old {
    margin-left: 23px;
    font-size: 18px;
  }
  .product-card .product-img {
    width: 210px;
  }
  .product-card .desc-title {
    padding-left: 210px;
  }
  .product-card .prod-price {
    padding: 0 0 0 210px;
    margin-bottom: 0;
    border: none;
  }
  .product-card .prod-price .val {
    font-size: 32px;
  }
  .product-card .product-name {
    font-size: 20px;
  }
  .product-card .product-desc {
    padding: 15px 0 0;
    margin: 15px 0 0 210px;
    width: auto;
    border-top: 1px solid #ff4300;
  }
  .par-component {
    margin-bottom: 15px;
    height: auto;
    border-left: 2px solid #ffd535;
  }
  .par-component .component-text {
    padding: 12px;
    font-size: 16px;
  }
  #tab_films.tab .product-description,
  #tab_films.tab .product-price {
    width: 200px;
  }
  #tab_films .product-description {
    font-size: 16px;
  }
  #tab_films .product-description .name {
    font-size: 20px;
  }
  .tabs {
    height: 450px;
  }
  .tabs.regs {
    height: 425px;
  }
  .tabs.regs .product-description,
  .tabs.regs .product-price {
    width: 210px;
  }
  .tabs.regs .product-description .name {
    font-size: 20px;
  }
  .tabs.regs .product-description .name.fx-1 {
    font-size: 20px;
  }
  .calc-section .t-18 {
    float: none;
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 550px;
  }
  .calculator {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .delivery-section .component {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .par-component:before, .par-component:after {
    display: none;
  }
  .panel.tabbed .panel-header {
    margin-left: 0;
    margin-right: 0;
  }
  .panel.tabbed .tab-ctrl {
    padding: 20px 0;
  }
  .panel.tabbed .tab-ctrl span {
    border-bottom: 1px dotted #000;
  }
  .panel.tabbed .tab-ctrl.active {
    font-size: 16px;
  }
  .panel.tabbed .tab-ctrl.active span {
    border-bottom: none;
  }
  #to_top {
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: transparent;
    border-left: 70px solid transparent;
    border-bottom: 70px solid #ffd535;
  }
  #to_top:before {
    bottom: -75px;
    right: -5px;
    width: 50px;
    height: 50px;
    background-size: 25px 27px;
  }
  .fancybox-margin .app-header {
    padding-right: 0;
  }
  .fancybox-wrap {
    position: relative !important;
    margin: 0 auto;
    top: 0 !important;
    left: 0 !important;
    padding-bottom: 0 !important;
  }
  .fancybox-close-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 32px;
    background-color: #616263;
  }
  .fancybox-close {
    position: absolute;
    top: 0;
    right: 5px;
    background-position: 0 -64px;
  }
  .cart-modal .form-container {
    float: right;
    margin-left: 0;
  }
  .cart {
    width: 390px;
  }
  .cart-item {
    padding-left: 30px;
  }
  .cart-item .btn-rem-item {
    left: -10px;
  }
  .cart-item .prod-image {
    margin-right: 10px;
    width: 130px;
  }
  .cart-item .prod-info,
  .cart-item .prod-price {
    font-size: 16px;
  }
  .cart-item .prod-info {
    width: 220px;
  }
  .cart-item .prod-info .name {
    font-size: 20px;
  }
  .cart-item .prod-price .v {
    font-size: 32px;
    line-height: 42px;
  }
  .agr-page .app-content {
    padding: 0;
  }
  .agr-page .wrapper-lg {
    padding: 80px 0 30px;
  }
  .agr-page .agreement-section {
    padding: 0;
  }
  .defrost-section .prev-arrow {
    left: 0;
  }
  .defrost-section .next-arrow {
    right: 0;
  }
  .map-section .container {
    text-align: center;
  }
  .map-section .form-success,
  .map-section .form {
    width: 400px;
  }
  .map-section .form .name-input,
  .map-section .form .email-input,
  .map-section .form .btn-submit {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .ci-2 {
    margin-top: 0;
  }
  .product-card {
    margin: 0 auto;
    width: 80%;
  }
  .product-card .product-img {
    width: 160px;
    height: 160px;
  }
  .product-card .desc-title {
    padding-left: 170px;
  }
  .product-card .prod-price {
    padding-left: 170px;
  }
  .product-card .product-desc {
    margin-left: 0;
  }
  .product-card .form-success,
  .product-card .form {
    position: relative;
    margin-top: 10px;
    width: 100%;
    max-width: 500px;
    min-height: 85px;
  }
  .product-card .form-success {
    float: none;
    padding: 17px 35px;
  }
  .product-card .form .form-group,
  .product-card .form .btn-submit {
    float: left;
    width: 50%;
  }
  .product-card .form .form-group {
    margin: 0 0 0 -5px;
  }
  .product-card .form .btn-submit {
    margin: 0 -5px 0 10px;
  }
}
@media (max-width: 799px) {
  .mt {
    width: 100%;
  }
  .sticker {
    left: 20px;
  }
  .modal {
    border-radius: 0;
  }
  .f-1 {
    display: none;
  }
  .ci-1 {
    margin-right: 0;
  }
  .mnf img {
    width: 100%;
  }
  .fancybox-close-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 32px;
    background-color: #616263;
  }
  .fancybox-close {
    position: absolute;
    top: 0;
    right: 5px;
    background-position: 0 -64px;
  }
  .panel.tabbed .panel-header {
    height: auto;
  }
  .panel.tabbed .tab-ctrl {
    height: auto;
  }
  .panel-content {
    padding: 20px 0;
  }
  .top-stock-section {
    display: block;
  }
  .bottom-stock-section {
    display: none;
  }
  .stock-section {
    text-align: center;
  }
  .stock-wrapper {
    padding: 15px;
  }
  .stock {
    display: inline-block;
    max-width: 320px;
  }
  .stock h2 {
    font-size: 22px;
  }
  .stock .form-wrapper,
  .stock .counter {
    float: none;
    width: auto;
  }
  .stock .counter {
    display: block;
    padding: 15px 0;
    margin: 20px -22px 15px;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .stock .digit {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 48px;
  }
  .stock-img {
    float: none;
  }
  .prev-arrow {
    left: 5px;
  }
  .next-arrow {
    right: 5px;
  }
  .statistic-section .item .desc {
    font-size: 16px;
  }
  .portfolio-section .section-title span {
    display: block;
  }
  .portfolio-modal .prev-arrow,
  .certs-modal .prev-arrow {
    left: -10px;
  }
  .portfolio-modal .next-arrow,
  .certs-modal .next-arrow {
    right: -10px;
  }
  .calc-section .t-18 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .calc-section .t-18 .text {
    line-height: 140%;
  }
  .certs-section .section-subtitle {
    margin-bottom: 30px;
  }
  .installation-section .section-subtitle {
    font-size: 22px;
  }
  .installation-section .form .btn-submit {
    width: 100%;
  }
  .installation-section .form-inline {
    width: 510px;
    margin: 0 auto;
  }
  .installation-section .form-group.email-input {
    margin-right: 0;
  }
  .comment {
    width: 100%;
  }
  .comment .comment-text {
    min-height: 50px;
  }
  .agreement-modal {
    width: 100%;
  }
  .cart-modal .form-container {
    float: none;
    padding: 0;
    margin: 0 auto;
    width: 340px;
    border: none;
  }
  .cart {
    float: none;
    padding-bottom: 15px;
    margin: 0 auto 15px;
    width: 390px;
    border-bottom: 1px solid #ccc;
  }
  .cart.cart-empty {
    float: none;
    width: 390px;
  }
  .cart-item {
    padding-left: 30px;
  }
  .cart-item .btn-rem-item {
    left: 0;
  }
  .cart-item .prod-image {
    margin-right: 10px;
    width: 130px;
  }
  .cart-item .prod-info,
  .cart-item .prod-price {
    font-size: 16px;
  }
  .cart-item .prod-info {
    width: 220px;
  }
  .cart-item .prod-info .name {
    font-size: 20px;
  }
  .cart-item .prod-price .v {
    font-size: 32px;
    line-height: 42px;
  }
  .map-section .company-info,
  .map-section .form-success,
  .map-section .form {
    float: none;
    margin-top: 20px;
    display: inline-block;
  }
}
@media (max-width: 730px) {
  .t-17 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .nm-1,
  .nm-3 {
    padding-right: 0;
    width: 100%;
    border-right: 0;
  }
  .nm-2,
  .nm-4 {
    position: relative;
    margin-top: 15px;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .sticker {
    left: 0;
  }
  .cart-modal-wrapper {
    padding: 15px;
  }
  .comment .client-info {
    padding: 13px 100px 0 0;
  }
  .comment .client-photo {
    top: 8px;
    width: 80px;
    height: 80px;
  }
  .statistic-section .section-content {
    margin-bottom: 20px;
  }
  .statistic-section .item .item-icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
  }
  .statistic-section .item .item-icon img {
    width: 80px;
  }
  .installation-section .t-1,
  .installation-section .t-2 {
    width: 100%;
    font-size: 16px;
  }
  .installation-section .form-success {
    font-size: 20px;
  }
  .product-card {
    width: 100%;
  }
  .carousel-portfolio-modal .slick-dots {
    bottom: -40px;
  }
}
@media (max-width: 580px) {
  .calculator {
    padding: 20px;
    width: 100%;
  }
  .calculator .form-header {
    margin-bottom: 20px;
  }
  .calculator .line {
    margin-left: -20px;
    margin-right: -20px;
  }
  .calculator .w-1.m-t-lg {
    margin-top: 20px;
  }
  .checkbox label {
    font-size: 16px;
  }
  .i-check > i {
    top: 3px;
  }
}
@media (max-width: 567px) {
  .calculator .m-fix {
    margin-top: 0;
  }
  .calculator .form-group > label {
    display: block;
  }
  .calculator .form-control {
    float: none;
  }
  .calculator .t-sm {
    font-size: 10px;
  }
}
@media (max-width: 539px) {
  .installation-section .form-inline {
    width: 250px;
  }
  .installation-section .form-group {
    margin-right: 0;
  }
}
@media (max-width: 530px) {
  .sticker {
    left: 60px;
  }
}
@media (max-width: 529px) {
  .panel.tabbed .panel-header {
    margin: 0;
    height: auto;
  }
  .panel.tabbed .tab-ctrl {
    float: none;
    padding: 20px 0;
    display: block;
    width: 100%;
  }
  .carousel-wrap {
    padding: 0 25px;
  }
  .product-card .form,
  .product-card .form-success {
    max-width: 380px;
    width: 100%;
  }
  .product-card .form .form-group,
  .product-card .form .btn-submit {
    float: none;
    width: 100%;
  }
  .product-card .form .form-group {
    margin: 0 0 10px;
  }
  .product-card .form .btn-submit {
    margin: 0;
  }
  .statistic-section .section-title {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .statistic-section .col-4 {
    width: 100%;
  }
  .statistic-section .col-4:last-child .item {
    margin-bottom: 0;
  }
  .statistic-section .item {
    margin-bottom: 35px;
  }
  .statistic-section .item .desc {
    margin-top: 15px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .calculator .t-sm {
    font-size: 10px;
  }
  .checkbox .price-check {
    padding: 5px;
  }
  .statistic-section .section-content {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .mt {
    margin-top: 0;
    width: 100%;
  }
  .mt h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 140%;
  }
  .mt ul {
    font-size: 16px;
    line-height: 180%;
  }
  .mt p {
    white-space: nowrap;
    margin-top: 20px;
    font-size: 16px;
  }
  .mt .btn-primary {
    padding: 10px 25px;
    width: 100%;
  }
  .mt .m-br {
    display: block;
    width: 0;
  }
  .t-17 {
    width: 100%;
  }
  .bq-1,
  .bq-2 {
    margin-top: 20px;
  }
  .bq-1 .m-br,
  .bq-2 .m-br {
    display: block;
    width: 0;
  }
  .bq-2 {
    font-size: 18px;
  }
  .section-title {
    padding: 15px 0;
    font-size: 28px;
    line-height: 140% !important;
  }
  .product {
    overflow: hidden;
  }
  .product .btn {
    width: 208px;
  }
  .calc-section .section-title {
    font-size: 24px;
  }
  .calc-section .t-18 {
    width: 100%;
  }
  .calculator {
    width: 320px;
  }
  .calculator .form-control {
    width: 100%;
  }
  .calculator .t-sm {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
  }
  .calculator .t-sm:before, .calculator .t-sm:after {
    display: inline-block;
    font-size: 15px;
  }
  .calculator .t-sm:before {
    content: "(";
    margin-right: 1px;
  }
  .calculator .t-sm:after {
    content: ")";
    margin-left: 1px;
  }
  .calculator .price-check .i-check > i {
    top: 5px;
  }
  .checkbox-group .checkbox {
    width: 100%;
  }
  .checkbox + .checkbox {
    margin-top: 5px;
  }
  .checkbox.price-check {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
  }
  .installation-section .t-2 {
    margin-bottom: 24px;
  }
  .installation-section .section-subtitle {
    font-size: 20px;
  }
  .installation-section .form-success {
    font-size: 16px;
  }
  .section .t-3,
  .benefits-section .t-3,
  .defrost-section .t-3,
  .delivery-section .t-3 {
    font-size: 20px;
    line-height: 140%;
  }
  .section .contacts,
  .prim-section .contacts,
  .benefits-section .contacts,
  .defrost-section .contacts,
  .delivery-section .contacts {
    padding-top: 0;
    padding-left: 20px;
    border-top: none;
    border-left: 2px solid #0174b5;
  }
  .section .contacts li,
  .prim-section .contacts li,
  .benefits-section .contacts li,
  .defrost-section .contacts li,
  .delivery-section .contacts li {
    float: none;
    display: block;
  }
  .section .section-subtitle,
  .portfolio-section .section-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .section .t-3,
  .defrost-section .t-3 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  }
  .section .contacts,
  .defrost-section .contacts {
    border-left: 2px solid #399aca;
  }
  .section .img-1,
  .defrost-section .img-1 {
    margin-bottom: 15px;
    width: 100%;
  }
  .delivery-section .section-subtitle {
    font-size: 22px;
  }
  .delivery-section .component {
    padding-left: 48px;
    margin: 0 0 15px 0;
    width: auto !important;
    height: auto;
  }
  .delivery-section .component .component-index {
    width: 32px;
    height: 70px;
    font-size: 32px;
    line-height: 42px;
  }
  .certs-section .section-subtitle {
    font-size: 22px;
  }
  .certs-section .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .certs-section .col-3 {
    padding: 0 5px;
  }
  .comments-section .carousel {
    padding: 0 20px;
  }
  .comments-section .slick-dots {
    margin-left: -20px;
  }
  .comments-section .prev-arrow {
    left: 0;
  }
  .comments-section .next-arrow {
    right: 0;
  }
  .comments-section .client-info {
    padding: 100px 0 0;
  }
  .map-section .company-info {
    float: none;
    display: inline-block;
    text-align: left;
  }
  .map-section .container {
    text-align: center;
  }
  .map-section .form-success,
  .map-section .form {
    width: 100%;
  }
  .map-section .form {
    margin-top: 20px;
    text-align: left;
  }
  .map-section .form .name-input,
  .map-section .form .email-input {
    margin-right: 0;
    width: 100%;
  }
  .map-section .form .btn-submit {
    float: none;
    width: 100%;
  }
  .map-section .form-group {
    width: 100%;
  }
  .modal-wrapper {
    padding: 50px 15px 15px;
  }
  .xs-hidden {
    display: none;
  }
  .sticker {
    left: 30px;
  }
  .agr-page .wrapper-lg {
    padding: 30px 15px;
  }
}
@media (max-width: 449px) {
  .cart-modal .form-container {
    width: 290px;
  }
  .cart {
    width: 290px;
  }
  .cart.cart-empty {
    width: 290px;
  }
  .cart-item .btn-rem-item {
    left: -5px;
  }
  .cart-item .prod-image {
    width: 100px;
    margin-right: 0;
  }
  .cart-item .prod-image img {
    margin-top: 15px;
  }
  .cart-item .prod-info,
  .cart-item .prod-price {
    float: right;
    width: 155px;
  }
  .cart-item .prod-price .v {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 400px) {
  br.xs-none {
    display: none;
  }
  .sticker {
    left: 0;
  }
  .product-card .prod-price .val {
    font-size: 24px;
  }
}
@media (max-width: 364px) {
  .manufacturers-section .br {
    display: block;
  }
}
@media (max-width: 360px) {
  .agr-page .wrapper-lg {
    padding: 30px 0;
  }
}
@media (max-width: 359px) {
  #tab_mats .slick-dots li,
  #tab_cables .slick-dots li {
    margin: 0 3px;
  }
  .product-card .desc-title,
  .product-card .prod-price {
    padding-left: 0;
  }
  .product-card .desc-title br + br {
    display: none;
  }
  .product-card .product-img {
    position: relative;
    margin: 0 auto;
  }
  .product-card .product-specs {
    font-size: 12px;
  }
  .br-md-hidden {
    display: none;
  }
}
@media (max-width: 320px) {
  .calculator {
    margin-left: -15px;
    border-radius: 0;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .section-title {
    font-size: 32px;
    padding: 10px 0 15px;
  }
  .portfolio-section .section-subtitle {
    font-size: 20px;
    line-height: 140%;
  }
  .benefits-section .section-content {
    margin: 15px 0;
  }
  .map-section .address {
    margin-bottom: 20px;
  }
  .mt {
    line-height: 140%;
  }
  .mt h2 {
    margin: 10px 0;
    font-size: 32px;
  }
  .mt ul,
  .mt p {
    font-size: 24px;
  }
  .mt p {
    margin: 15px 0;
  }
  .mt .btn-primary {
    width: auto;
  }
  .section .t-3,
  .benefits-section .t-3,
  .defrost-section .t-3,
  .delivery-section .t-3 {
    font-size: 24px;
    line-height: 140%;
  }
  .delivery-section .component {
    padding-left: 48px;
    margin: 0 0 15px 20px;
    height: auto;
  }
  .delivery-section .component .component-index {
    width: 32px;
    height: 70px;
    font-size: 32px;
    line-height: 42px;
  }
  .certs-section .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .certs-section .col-3 {
    padding: 0 10px;
  }
  .modal-wrapper {
    padding: 50px 20px 20px;
  }
}
@media (min-width: 530px) and (max-width: 799px) {
  .panel.tabbed .tab-ctrl {
    font-size: 14px;
  }
  .panel.tabbed .tab-ctrl.active {
    font-size: 14px;
  }
}
@media (min-width: 530px) and (max-width: 639px) {
  .panel.tabbed .tab-ctrl .m-br {
    display: block;
    width: 0;
  }
}
@media (min-width: 640px) and (max-width: 799px) {
  .section-title {
    font-size: 36px;
  }
  .cart-modal-wrapper {
    padding: 20px;
  }
}
@media (min-width: 800px) and (max-width: 959px) {
  .mt {
    width: 60%;
  }
  .f-1 {
    margin-top: 30px;
  }
  .stock-wrapper {
    padding: 20px 15px 30px;
  }
  .stock-img {
    margin-left: 0;
    margin-right: 20px;
  }
  .stock h2 {
    font-size: 28px;
    line-height: 140%;
  }
  .stock .counter {
    padding: 0 20px;
    margin-right: 20px;
  }
  .stock .digit {
    font-size: 52px;
  }
  .stock .form-wrapper {
    width: 220px;
  }
  .statistic-section .section-title {
    font-size: 36px;
  }
  .portfolio-section .section-title {
    font-size: 36px;
  }
}
@media (min-width: 481px) {
  .br-md-hidden {
    display: none;
  }
}
@media (min-width: 731px) and (max-width: 959px) {
  .nm-3 {
    margin-right: 325px;
  }
  .nm-4 {
    width: 290px;
  }
}
@media (min-width: 731px) {
  .nm-1 {
    min-height: 160px;
  }
}
@media (min-width: 960px) {
  .nav-menu-mobile {
    display: none;
  }
  .modal-wrapper {
    padding: 30px;
  }
  .portfolio-section .section-title,
  .statistic-section .section-title {
    font-size: 42px;
  }
  .prim-section #p_cntx {
    display: none;
  }
}
@media (max-width: 1024px) {
  .prim-section {
    background-image: url(../img/main-dk-sm.jpg);
  }
  .dealer-section {
    background-image: url(../img/bg-9-sm.jpg);
  }
  .calc-section {
    background-image: url(../img/bg-6-sm.jpg);
  }
  .benefits-section {
    background-image: url(../img/bg-1-sm.jpg);
  }
  .delivery-section {
    background-image: url(../img/bg-3-sm.jpg);
  }
}
@media (min-width: 1441px) {
  .prim-section {
    background-image: url(../img/main-dk.jpg);
  }
  .calc-section {
    background-image: url(../img/bg-6.jpg);
  }
  .benefits-section {
    background-image: url(../img/bg-1.jpg);
  }
  .delivery-section {
    background-image: url(../img/bg-3.jpg);
  }
}

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