@font-face {
  font-family: 'calibri';
  src: url("../fonts/calibri/Calibri.woff") format("woff"), url("../fonts/calibri/Calibri.ttf") format("truetype"), url("../fonts/calibri/Calibri.svg#Calibri") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'calibri';
  src: url("../fonts/calibri/calibri.eot");
  src: url("../fonts/calibri/calibri.woff2") format("woff2"), url("../fonts/calibri/calibri.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'calibri-light';
  src: url("../fonts/calibri-light/calibri-light.eot") format("embedded-opentype");
  src: url("../fonts/calibri-light/Calibri-Light.woff") format("woff"), url("../fonts/calibri-light/Calibri-Light.ttf") format("truetype"), url("../fonts/calibri-light/calibri-light.eot?#iefix") format("embedded-opentype"), url("../fonts/calibri-light/Calibri-Light.svg#Calibri-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'calibri-bold';
  src: url("../fonts/calibri-bold/Calibri-Bold.woff") format("woff"), url("../fonts/calibri-bold/Calibri-Bold.ttf") format("truetype"), url("../fonts/calibri-bold/calibri-bold.eot"), url("../fonts/calibri-bold/calibri-bold.woff2") format("woff2"), url("../fonts/calibri-bold/calibri-bold.eot") format("embedded-opentype"), url("../fonts/calibri-bold/Calibri-Bold.svg#Calibri-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'peace-sans';
  src: url("../fonts/peace-sans/PeaceSans.woff") format("woff"), url("../fonts/peace-sans/PeaceSans.ttf") format("truetype"), url("../fonts/peace-sans/PeaceSans.svg#PeaceSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'peace-sans';
  src: url("../fonts/peace-sans/peace-sans.eot");
  src: url("../fonts/peace-sans/peace-sans.woff2") format("woff2"), url("../fonts/peace-sans/peace-sans.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'calibri';
  letter-spacing: 0.5px;
}

p {
  font-family: 'calibri-light';
}

h1 {
  position: absolute;
}

span {
  font-family: 'calibri-light';
}

h2 {
  font-family: 'calibri-light';
  text-transform: uppercase;
  font-weight: 700;
}

body {
  overflow-x: hidden;
  background: #fff;
}

.full-width {
  width: 100%;
}

body,
html {
  height: 100%;
}

.sticky-page {
  min-height: 100%;
  overflow: hidden;
}
h1
{
    margin-top: -122px;
    font-size: 22px;
}
.title-relative {
  position: relative;
}

.title-relative:before {
  content: '';
  width: 82px;
  height: 3px;
  background: #c00031;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -41px;
}

.btn-danger {
  background: #c00031;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 10px;
  border: none;
  border-radius: 6px;
  letter-spacing: 1px;
  outline: none;
  box-shadow: 0px 1px 12px 2px rgba(0, 0, 0, 0.4);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  outline: none !important;
}

.btn-danger:active {
  box-shadow: 0px 1px 12px 2px rgba(0, 0, 0, 0.4), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-md {
  padding: 11px 20px 9px;
}

.header {
  padding: 18px 0 15px;
  border-bottom: 2px solid #c8c6bf;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 10;
  transition: 0.3s ease-in-out;
}

.header .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header .row-flex:before, .header .row-flex:after {
  content: none;
}

@media (max-width: 991px) {
  .header .row-flex {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .header .row-flex > div:nth-child(1) {
    width: 40%;
  }
  .header .row-flex > div:nth-child(2) {
    width: 100%;
    -ms-flex-order: 3;
        order: 3;
  }
  .header .row-flex > div:nth-child(3) {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .header .row-flex > div:nth-child(1) {
    width: auto;
    -ms-flex: 1;
        flex: 1;
  }
  .header .row-flex > div:nth-child(2) {
    width: 100%;
    -ms-flex-order: 3;
        order: 3;
  }
  .header .row-flex > div:nth-child(3) {
    width: 50%;
    padding-right: 70px;
  }
}

@media (max-width: 479px) {
  .header .row-flex > div:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .header .row-flex > div:nth-child(2) {
    width: 100%;
    -ms-flex-order: 3;
        order: 3;
  }
  .header .row-flex > div:nth-child(3) {
    width: 100%;
    padding-right: 10px;
  }
}

.header__logo {
  max-width: 100%;
}

@media (max-width: 767px) {
  .header__logo {
    width: 100%;
    max-width: 300px;
  }
}

.header__navbar-collapse {
  border: none;
  padding: 0;
}

.header__navbar-collapse.in {
  overflow-x: visible;
  overflow-y: visible;
}

.header__navbar {
  background-color: transparent;
  border: none;
  margin: 0;
  min-height: 1px;
  -ms-flex: 1;
      flex: 1;
  margin-top: 15px;
}

.header__navbar .navbar-toggle .icon-bar {
  background: #000;
}

.header__navbar .navbar-toggle:hover, .header__navbar .navbar-toggle:focus, .header__navbar .navbar-toggle:active {
  background: transparent;
  border-color: transparent;
}

@media (max-width: 767px) {
  .header__navbar .navbar-toggle {
    position: absolute;
    top: -55px;
    right: -10px;
    padding: 0;
    border: none;
    z-index: 5;
  }
}

@media (max-width: 479px) {
  .header__navbar .navbar-toggle {
    top: -55px;
  }
}

.header__action {
  text-align: right;
}

@media (max-width: 479px) {
  .header__action {
    text-align: center;
    margin-top: 15px;
  }
}

.header__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 0 -4px 10px;
  padding: 0;
}

.header__social li {
  padding: 0 4px;
  list-style-type: none;
}

@media (max-width: 479px) {
  .header__social {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.header.fix-header {
  position: fixed;
  left: 0;
  top: 0;
  background: white;
  transform: translateY(0) !important;
  transition: transform 0.3s ease-in-out;
}

.header.top {
  transform: translateY(-101%);
}

@media (max-width: 767px) {
  .header {
    padding: 14px 0 10px;
  }
}

@media (max-width: 767px) {
  .header {
    min-height: 100px;
  }
}

.navbar-default .header__nav {
  margin: 0;
  padding: 0;
  float: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1;
      flex: 1;
}

.navbar-default .header__nav .header__nav__item {
  margin: 0 10px;
}

.navbar-default .header__nav .header__nav__item a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .navbar-default .header__nav .header__nav__item a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .navbar-default .header__nav .header__nav__item a {
    font-size: 16px;
  }
}

.navbar-default .header__nav .header__nav__item.active {
  background: transparent;
}

.navbar-default .header__nav .header__nav__item.active a {
  background: transparent;
  color: #8a1919 !important;
  border-bottom: 1px solid #8a1919;
}

@media (max-width: 1199px) {
  .navbar-default .header__nav .header__nav__item {
    margin: 0 8px;
  }
}

@media (max-width: 991px) {
  .navbar-default .header__nav .header__nav__item {
    margin: 0 12px;
  }
}

@media (max-width: 767px) {
  .navbar-default .header__nav .header__nav__item {
    margin: 10px 0 0;
  }
}

.navbar-default .header__nav:after, .navbar-default .header__nav:before {
  content: none;
}

@media (max-width: 767px) {
  .navbar-default .header__nav {
    display: block;
    text-align: center;
  }
}

.block-1 {
  background: url(../img/block-1-bg.jpg) no-repeat center center/cover;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 100%;
}

.block-1__backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.block-1 .container {
  position: relative;
  z-index: 2;
}

.block-1__title {
  font-size: 40px;
  color: #323232;
  font-family: "peace-sans";
  text-transform: uppercase;
  font-weight: 400;
  line-height: 60px;
}

@media (max-width: 767px) {
  .block-1__title {
    font-size: 32px;
    line-height: 44px;
  }
}

@media (max-width: 479px) {
  .block-1__title {
    font-size: 22px;
    line-height: 31px;
  }
}

.block-1__subtitle {
  font-weight: 700;
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "calibri-bold";
}

@media (max-width: 479px) {
  .block-1__subtitle {
    font-size: 14px;
  }
}

.block-1 .arrow-down {
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -11px;
  cursor: pointer;
  animation: jump-arrow 1.1s infinite;
}

@keyframes jump-arrow {
  from {
    transform: translateY(-7px);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateY(0px);
    animation-timing-function: ease-in;
  }
  to {
    transform: translateY(-7px);
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
}

@media (max-width: 1199px) {
  .block-1 {
    padding: 100px 0 50px;
  }
}

@media (max-width: 767px) {
  .block-1 {
    padding: 130px 0 70px;
  }
}

@media (max-width: 479px) {
  .block-1 {
    padding: 170px 0 70px;
  }
}

.order-form {
  display: block;
}

.order-form__wrap {
  padding: 15px 22px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  margin: 100px 0 33px;
}

@media (max-width: 991px) {
  .order-form__wrap {
    padding: 30px 25px;
  }
}

@media (max-width: 767px) {
  .order-form__wrap {
    max-width: 450px;
    margin: 45px auto 0;
  }
}

.order-form__item {
  float: left;
  width: 27%;
  padding: 0 15px;
  position: relative;
}

.order-form__item--sm {
  width: 19%;
}

@media (max-width: 991px) {
  .order-form__item--sm {
    width: 50%;
  }
}

.order-form__item:nth-child(3) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .order-form__item:nth-child(3) {
    margin-bottom: 30px;
  }
}

.order-form__item:nth-child(4) {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .order-form__item {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .order-form__item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .order-form__item {
    width: 100%;
  }
}

.order-form .form-group {
  margin: 0;
  position: relative;
}

.order-form .form-group .err-msg {
  display: none;
  color: #c00031;
  position: absolute;
  left: 0;
  font-size: 16px;
  top: 42px;
}

.order-form .form-group.has-error .form-control {
  border-color: #c00031;
  box-shadow: 0 0 2px 0 #c00031;
}

.order-form .form-group.has-error .btn-phone {
  border-color: #c00031;
}

.order-form .form-group.has-error .err-msg {
  display: block;
}

.order-form .form-control {
  height: 40px;
  text-align: center;
  border: 1px solid #808080;
  border-radius: 4px;
  padding: 6px 45px;
  font-size: 18px;
  color: #000;
}

.order-form .form-control[readonly] {
  background: #fff;
}

.order-form .form-control.order-form__phone {
  text-align: left;
  padding: 6px 15px 6px 55px;
}

.order-form .form-control:focus {
  box-shadow: none;
}

.order-form .btn-default {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #c00031;
  background: #fff;
  border: 1px solid #808080;
  position: absolute;
  top: 0;
}

.order-form .btn-default:hover, .order-form .btn-default:focus, .order-form .btn-default:active {
  outline: none;
}

.order-form .btn-plus:before {
  content: '';
  width: 14px;
  height: 2px;
  background: #c00031;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.order-form .btn-plus:after {
  content: '';
  width: 2px;
  height: 14px;
  background: #c00031;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.order-form .btn-minus:before {
  content: '';
  width: 12px;
  height: 2px;
  background: #c00031;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.order-form .btn-left {
  font-size: 55px;
  left: 0;
  border-radius: 4px 0 0 4px;
}

.order-form .btn-left span {
  display: inline-block;
  transform: translateY(-4px);
}

.order-form .btn-right {
  font-size: 40px;
  right: 0;
  border-radius: 0 4px 4px 0;
}

.order-form .btn-right span {
  display: inline-block;
  transform: translateY(-2px);
}

.order-form .btn-phone {
  font-size: 20px;
}

.order-form .btn-phone span {
  display: inline-block;
  transform: translateY(-1px);
  font-weight: 600;
}

.order-form .btn-phone[disabled] {
  opacity: 1;
}

.order-form .btn-phone:before, .order-form .btn-phone:after {
  content: none;
}

.order-form .btn-send {
  width: 100%;
  height: 40px;
}

.order-form-2 {
  padding: 30px 0;
  background: #f4f5f3;
}

.order-form__title {
  font-family: "calibri-bold";
  font-size: 30px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.order-form__subtitle {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "calibri-light";
  margin-bottom: 20px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .order-form {
    max-width: 420px;
    margin: 0 auto;
  }
}

.about-company {
  margin: 30px 0 60px;
}

.about-company .row-padding {
  padding: 0 40px;
}

.about-company .row-padding > div {
  padding: 0 15px;
}

@media (max-width: 479px) {
  .about-company .row-padding {
    padding: 0;
  }
}

.about-company__title {
  font-family: "calibri-bold";
  font-size: 36px;
  margin: 0 0 60px;
  text-transform: none;
}

@media (max-width: 479px) {
  .about-company__title {
    font-size: 30px;
  }
}

.about-company__item {
  background: #f4f5f3;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  color: #545454;
  padding: 0 20px;
  height: 280px;
  text-align: center;
}

.about-company__item__media {
  height: 110px;
  line-height: 110px;
  text-align: center;
}

@media (max-width: 991px) {
  .about-company__item__media {
    height: 100px;
    line-height: 100px;
  }
}

.about-company__item__title {
  font-size: 24px;
  font-family: "calibri-bold";
  margin: 0 0 15px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .about-company__item__title {
    font-size: 22px;
    margin: 0 0 8px;
  }
}

@media (max-width: 767px) {
  .about-company__item__title {
    font-size: 24px;
    margin: 0 0 15px;
  }
}

.about-company__item__subtitle {
  font-family: "calibri-light";
  font-size: 18px;
  line-height: 1.15;
}

@media (max-width: 1199px) {
  .about-company__item__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .about-company__item__subtitle {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .about-company__item__subtitle {
    font-size: 16px;
  }
}

.about-company__item.big {
  height: 340px;
  transform: translateY(-30px);
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 30px;
}

.about-company__item.big .about-company__item__title {
  color: #8a1919;
  display: inline-block;
  border-bottom: 2px solid #8a1919;
}

.about-company__item.big .about-company__item__subtitle {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .about-company__item.big .about-company__item__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about-company__item.big {
    transform: translateY(0);
    margin: 30px auto;
  }
}

@media (max-width: 991px) {
  .about-company__item {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .about-company__item {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 350px;
  }
}

.eco {
  background-color: #f8f8f8;
  background-image: url(../img/eco-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 50px 0 60px;
}

.eco__title {
  font-family: "calibri-bold";
  font-size: 36px;
  margin: 0 0 30px;
  text-transform: none;
  position: relative;
  padding-left: 15px;
}

.eco__title:before {
  content: '';
  width: 3px;
  height: 42px;
  background: #c00031;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 479px) {
  .eco__title {
    font-size: 30px;
  }
}

.eco__description {
  font-size: 18px;
  font-family: "calibri-light";
  color: #000;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .eco {
    padding: 50px 0 280px;
  }
}

.how-mach {
  padding: 30px 0 0 0;
}

.how-mach__title {
  font-family: "calibri-bold";
  font-size: 36px;
  margin: 0 0 35px;
  text-transform: none;
}

@media (max-width: 479px) {
  .how-mach__title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .how-mach .col-xs-480 {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .how-mach .col-xs-480 {
    width: 100%;
  }
}

.how-mach__item {
  padding: 20px 15px 15px;
  border: 1px solid #aeaeae;
  margin-bottom: 25px;
  text-align: center;
}

.how-mach__item__title {
  font-family: "calibri-bold";
  font-size: 20px;
  margin-bottom: 0;
}

.how-mach__item__price {
  font-family: "calibri-bold";
  font-size: 30px;
}

.how-mach__item small {
  font-size: 0.7em;
}

@media (max-width: 991px) {
  .how-mach__item {
    padding: 20px 35px 15px;
  }
}

@media (max-width: 767px) {
  .how-mach__item {
    padding: 20px 10px 15px;
  }
}

.question {
  padding-top: 25px;
}

.question__title {
  font-family: "calibri-bold";
  font-size: 36px;
  margin: 0 0 30px;
  text-transform: none;
}

@media (max-width: 479px) {
  .question__title {
    font-size: 30px;
  }
}

.accordion {
  margin-bottom: 60px;
}

.accordion__item {
  border-top: 2px solid #d1d1d1;
}

.accordion__item__header a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 22px;
  font-family: "calibri-bold";
  line-height: 1.2;
  color: #8a1919;
  width: 100%;
  padding: 23px 0;
  text-decoration: none;
  border: none;
  background: #fff;
  font-weight: 700;
}

.accordion__item__header a .carat {
  display: inline-block;
  margin-right: 35px;
  transform: rotateZ(0deg);
  transition: 0.3s ease;
}

@media (max-width: 479px) {
  .accordion__item__header a .carat img {
    width: 20px;
  }
}

@media (max-width: 479px) {
  .accordion__item__header a .carat {
    margin-right: 5px;
  }
}

.accordion__item__header a.collapsed .carat {
  transform: rotateZ(-180deg);
  transition: 0.3s ease;
}

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

@media (max-width: 479px) {
  .accordion__item__header a {
    font-size: 18px;
    padding: 15px 0;
  }
}

.accordion__item__body {
  padding: 5px 0 15px;
  font-size: 18px;
}

@media (max-width: 479px) {
  .accordion__item__body {
    font-size: 14px;
  }
}

.accordion__item:last-child {
  border-bottom: 2px solid #d1d1d1;
}

.works {
  margin-top: 40px;
}

.works__title {
  font-family: "calibri-bold";
  font-size: 32px;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.works__subtitle {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "calibri-light";
  margin-bottom: 20px;
  letter-spacing: 1px;
}

@media (max-width: 479px) {
  .works__subtitle {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.works .nav-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border: none;
}

.works .nav-tabs li {
  margin: 0;
  float: none;
  padding: 0 15px;
}

.works .nav-tabs li a {
  padding: 0;
  font-size: 20px;
  color: #000;
  border: none;
  margin: 0;
  display: inline-block;
}

.works .nav-tabs li a:hover {
  border: none;
  background: #fff;
}

@media (max-width: 479px) {
  .works .nav-tabs li a {
    font-size: 16px;
  }
}

.works .nav-tabs li.active {
  margin: 0;
}

.works .nav-tabs li.active a {
  border: none;
  background: #fff;
  color: #c00031;
  margin: 0;
  border-bottom: 2px solid #c00031;
}

.works .nav-tabs li.active a:hover, .works .nav-tabs li.active a:focus, .works .nav-tabs li.active a:active {
  background: #fff;
}

@media (max-width: 479px) {
  .works .nav-tabs li {
    padding: 0 9px;
  }
}

.works .tab-content {
  max-width: 1000px;
  margin: 25px auto 0;
}

.works .tab-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

@media (max-width: 991px) {
  .works .tab-backdrop {
    display: none;
  }
}

.works .tab-pane {
  height: 560px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.works .tab-pane .desktop {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "calibri-bold";
  font-size: 18px;
  color: #fff;
  height: 100%;
}

.works .tab-pane .desktop li {
  position: absolute;
  line-height: 1.1;
  display: inline-block;
}

.works .tab-pane .desktop li:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #c00031;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
}

@media (max-width: 991px) {
  .works .tab-pane .desktop {
    display: none;
  }
}

.works .tab-pane .tablet {
  display: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .works .tab-pane .tablet li {
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .works .tab-pane .tablet li {
    font-size: 14px;
  }
}

.works .tab-pane .tablet li:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background: #c00031;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .works .tab-pane .tablet {
    list-style-type: none;
    display: inline-block;
    text-align: left;
    padding-left: 25px;
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .works .tab-pane .tablet {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .works .tab-pane {
    text-align: center;
    height: auto;
    min-height: 230px;
  }
}

.works #room {
  background-image: url(../img/room-bg.jpg);
}

.works #room .desktop li:nth-child(1) {
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}

.works #room .desktop li:nth-child(1):before {
  top: -1px;
  left: -27px;
}

.works #room .desktop li:nth-child(2) {
  left: 25px;
  top: 152px;
}

.works #room .desktop li:nth-child(2):before {
  top: -30px;
  left: -11px;
}

.works #room .desktop li:nth-child(3) {
  left: 225px;
  top: 392px;
}

.works #room .desktop li:nth-child(3):before {
  top: -20px;
  left: -30px;
}

.works #room .desktop li:nth-child(4) {
  right: 165px;
  top: 110px;
}

.works #room .desktop li:nth-child(4):before {
  top: 0;
  left: -30px;
}

.works #room .desktop li:nth-child(5) {
  right: 415px;
  top: 140px;
}

.works #room .desktop li:nth-child(5):before {
  top: 20px;
  left: -30px;
}

.works #room .desktop li:nth-child(6) {
  right: 45px;
  bottom: 40px;
}

.works #room .desktop li:nth-child(6):before {
  top: 9px;
  left: -30px;
}

@media (max-width: 991px) {
  .works #room {
    background: #fff;
  }
}

.works #hallway {
  background-image: url(../img/hallway-bg.png);
}

.works #hallway .desktop li:nth-child(1) {
  left: 75px;
  top: 160px;
}

.works #hallway .desktop li:nth-child(1):before {
  top: -20px;
  left: -30px;
}

.works #hallway .desktop li:nth-child(2) {
  left: 425px;
  top: 220px;
}

.works #hallway .desktop li:nth-child(2):before {
  top: 18px;
  left: -30px;
}

.works #hallway .desktop li:nth-child(3) {
  right: 20px;
  bottom: 20px;
}

.works #hallway .desktop li:nth-child(3):before {
  top: 9px;
  left: -30px;
}

.works #hallway .desktop li:nth-child(4) {
  right: 250px;
  bottom: 20px;
}

.works #hallway .desktop li:nth-child(4):before {
  top: 1px;
  left: -30px;
}

.works #hallway .desktop li:nth-child(5) {
  right: 110px;
  bottom: 150px;
}

.works #hallway .desktop li:nth-child(5):before {
  top: 1px;
  left: -30px;
}

@media (max-width: 991px) {
  .works #hallway {
    background: #fff;
  }
}

.works #kitchen {
  background-image: url(../img/kitchen-bg.jpg);
}

.works #kitchen .desktop li:nth-child(1) {
  left: 245px;
  top: 362px;
}

.works #kitchen .desktop li:nth-child(1):before {
  top: 0px;
  left: -30px;
}

.works #kitchen .desktop li:nth-child(2) {
  left: 150px;
  top: 100px;
}

.works #kitchen .desktop li:nth-child(2):before {
  top: -15px;
  left: -30px;
}

.works #kitchen .desktop li:nth-child(3) {
  left: 350px;
  top: 230px;
}

.works #kitchen .desktop li:nth-child(3):before {
  top: -20px;
  left: -30px;
}

.works #kitchen .desktop li:nth-child(4) {
  left: 630px;
  top: 280px;
}

.works #kitchen .desktop li:nth-child(4):before {
  top: 0px;
  left: -30px;
}

.works #kitchen .desktop li:nth-child(5) {
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}

.works #kitchen .desktop li:nth-child(5):before {
  top: -1px;
  left: -27px;
}

.works #kitchen .desktop li:nth-child(6) {
  right: 50px;
  bottom: 45px;
}

.works #kitchen .desktop li:nth-child(6):before {
  top: -1px;
  left: -27px;
}

@media (max-width: 991px) {
  .works #kitchen {
    background: #fff;
  }
}

.works #bathroom {
  background-image: url(../img/bathroom-bg.png);
}

.works #bathroom .desktop li:nth-child(1) {
  left: 150px;
  top: 100px;
}

.works #bathroom .desktop li:nth-child(1):before {
  top: 0px;
  left: -30px;
}

.works #bathroom .desktop li:nth-child(2) {
  left: 530px;
  top: 50px;
}

.works #bathroom .desktop li:nth-child(2):before {
  top: -15px;
  left: -30px;
}

.works #bathroom .desktop li:nth-child(3) {
  left: 410px;
  top: 400px;
}

.works #bathroom .desktop li:nth-child(3):before {
  top: -20px;
  left: -30px;
}

.works #bathroom .desktop li:nth-child(4) {
  left: 630px;
  top: 280px;
}

.works #bathroom .desktop li:nth-child(4):before {
  top: 0px;
  left: -30px;
}

.works #bathroom .desktop li:nth-child(5) {
  right: 50px;
  bottom: 45px;
}

.works #bathroom .desktop li:nth-child(5):before {
  top: -1px;
  left: -27px;
}

@media (max-width: 991px) {
  .works #bathroom {
    background: #fff;
  }
}

.footer {
  background: #303130;
  padding: 25px 0 31px;
}

@media (max-width: 767px) {
  .footer .row-flex > div:nth-child(1) {
    width: 49.9%;
  }
}

@media (max-width: 479px) {
  .footer .row-flex > div:nth-child(1) {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer .row-flex > div:nth-child(3) {
    width: 49.9%;
  }
}

@media (max-width: 479px) {
  .footer .row-flex > div:nth-child(3) {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer .row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}

@media (max-width: 479px) {
  .footer .row-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer .header__navbar {
  margin-top: 22px;
}

.footer .footer-nav.header__nav li a {
  color: #fff;
}

.footer .footer-nav.header__nav li a.active {
  color: #8a1919 !important;
}

@media (max-width: 1199px) {
  .footer .footer-nav.header__nav li a {
    font-size: 14px;
  }
}

.footer .phone {
  font-family: "calibri-bold";
  font-size: 20px;
  color: #fff;
  margin: 0;
}

@media (max-width: 1199px) {
  .footer .phone {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .footer .header__social {
    margin-top: 25px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 620px;
  }
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  padding: 30px 25px;
  border-bottom: none;
}

.modal-header .close {
  width: 30px;
  height: 30px;
  background: url(../img/modal-close.png) no-repeat center center/contain;
  opacity: 1;
  margin-top: -10px;
  outline: none;
  position: absolute;
  right: 20px;
}

.modal-header .close:hover, .modal-header .close:focus, .modal-header .close:active {
  outline: none;
}

@media (max-width: 479px) {
  .modal-header .close {
    width: 20px;
    height: 20px;
    margin-top: -20px;
  }
}

.modal-title {
  font-family: "calibri-bold";
  color: #c00031;
  font-size: 26px;
  margin: 0 0 8px;
}

.modal-title__total {
  color: #000;
  margin: 0;
}

.modal-title__total span {
  font-family: "calibri-bold";
}

.modal-subtitle {
  color: #000;
  margin: 0;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}

.modal-body {
  padding: 10px 25px;
}

@media (max-width: 479px) {
  .modal-body {
    padding: 10px 15px;
  }
}

.modal__not-does__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}

.modal__not-does {
  margin: 30px 0 0;
  padding: 0;
  list-style-type: none;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}

.modal__not-does li {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.1;
  color: #000;
  position: relative;
  padding: 0 0 0 25px;
}

.modal__not-does li:before {
  content: '';
  width: 12px;
  height: 9px;
  background: url(../img/modal-not-does.png) no-repeat center center/contain;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 479px) {
  .modal__not-does {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.modal__make-order {
  text-align: center;
  margin: 10px 0 35px;
}

.modal__make-order .btn-send {
  padding: 0 25px;
  height: 40px;
}

.modal-question {
  font-size: 17px;
  line-height: 22px;
}

.modal-question a {
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #000;
  line-height: 17px;
}

.modal-question a:hover {
  text-decoration: none;
}

.modal-order {
  padding: 0 40px;
}

.modal-order .form-group {
  margin-bottom: 25px;
}

.modal-order .order-form__item {
  float: none;
  width: 100%;
  padding: 0;
}

.modal-order .form-control {
  height: 40px;
  text-align: left;
  border: 1px solid #808080;
  border-radius: 4px;
  padding: 6px 20px;
  font-size: 18px;
  color: #000;
}

.modal-order .form-control:focus {
  box-shadow: none;
}

.modal-order .btn-send {
  padding: 0 25px;
  height: 44px;
}

@media (max-width: 479px) {
  .modal-order {
    padding: 0 10px;
  }
}

.additional__item {
  margin-bottom: 40px;
}

.additional__item__title {
  font-size: 24px;
  font-family: "calibri-bold";
  margin: -3px 0 15px;
}

.additional__item__body {
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.additional__list {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  padding: 0 15px;
}

.additional__list ul {
  margin: 0;
  padding: 0 0 0 15px;
  list-style-type: none;
}

.additional__list ul li {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.1;
  color: #000;
  position: relative;
}

.additional__list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #c10636;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

@media (max-width: 479px) {
  .additional__list {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.additional__options__wrap {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  padding: 0 15px;
}

@media (max-width: 479px) {
  .additional__options__wrap {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.additional__options {
  background: #f3f3f3;
  border-radius: 6px;
  margin-left: -10px;
}

.additional__options__header {
  border-bottom: 1px solid #a6a6a6;
  padding: 14px 0 12px;
}

.additional__options__title {
  font-family: "calibri-bold";
  font-size: 20px;
  color: #a6a6a6;
  margin: 0;
  text-align: center;
}

.additional__options__body {
  padding: 15px 0 22px;
}

.additional__options__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.additional__options__item__media {
  width: 60px;
  text-align: center;
}

.additional__options__item__description {
  -ms-flex: 1;
      flex: 1;
  font-size: 16px;
  color: #000;
  line-height: 1.1;
  padding-right: 30px;
  position: relative;
}

.additional__options__item__description span {
  font-family: "calibri-bold";
}

.additional__options__item__description input {
  width: 0;
  height: 0;
  opacity: 0;
}

.additional__options__item__description .checked {
  position: absolute;
  top: 5px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: url(../img/verification-mark.svg) no-repeat center center/contain;
}

.additional__options__item__description .checked-front {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  right: 0;
  z-index: 2;
  background: #f3f3f3;
}

.additional__options__item__description input:checked + .checked .checked-front {
  width: 0;
  transition: width 0.25s ease-in-out;
}

.additional__options__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .additional__options {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  #modal-order .modal-dialog {
    width: 500px;
  }
}
