/* REM */
/* EM */
body {
  font-family: "Fira Sans", sans-serif;
}

p {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.img img {
  max-width: 100%;
  margin-bottom: 15px;
}

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

.display-none {
  display: none;
}

@media (min-width: 768px) {
  .flex-md-block {
    display: flex;
  }
}

.grey-bg {
  background-color: #f4f3f3;
}

.btnClose {
  text-align: right;
  margin-bottom: 20px;
}

.btnClose span {
  border: 1px solid;
  border-radius: 50%;
  padding: 7px 12px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.header {
  padding: 20px 0;
}

.header__wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 992px) {
  .header__wrap {
    justify-content: space-between;
    flex-direction: row;
  }
}

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

.header__icon {
  max-width: 100%;
  max-height: 100%;
}

.header a {
  color: #000;
}

.header__logo {
  margin-bottom: 1rem;
}

.header__zamer {
  margin-bottom: 1rem;
}

.header__messenger {
  margin-bottom: 1rem;
}

.header__contact {
  text-align: right;
}

.header_description {
  color: #999;
  font-size: 15px;
  font-weight: 400;
}

.header-logo {
  text-align: center;
  width: 250px;
}

@media (min-width: 992px) {
  .header-logo {
    margin-bottom: 0;
    text-align: left;
    width: 200px;
  }
}

.header-logo__link {
  display: block;
}

.header-zamer {
  cursor: pointer;
}

@media (min-width: 992px) {
  .header-zamer {
    margin-bottom: 0;
    width: 290px;
  }
}

@media (min-width: 1200px) {
  .header-zamer {
    width: 380px;
  }
}

.header-zamer__wrap {
  display: flex;
  align-items: center;
}

.header-messenger {
  align-items: center;
}

@media (min-width: 992px) {
  .header-messenger {
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 1440px) {
  .header-messenger {
    align-items: center;
    flex-direction: row;
  }
}

.header-messenger__link {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-messenger__link+.header-messenger__link {
  margin-left: 15px;
}

@media (min-width: 992px) {
  .header-messenger__link+.header-messenger__link {
    margin-left: 0;
  }
}

@media (min-width: 1440px) {
  .header-messenger__link+.header-messenger__link {
    margin-left: 15px;
  }
}

.header-messenger__icon {
  height: 24px;
  margin-right: 4px;
  width: 24px;
}

.header_info {
  padding-left: 5px;
}

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

.header-contact__tel {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}

.callback {
  background: url("../images/callback-form-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 25px;
}

.callback hr {
  border-top: 1px solid #bababa;
  margin-top: 0;
}

.callback__title {
  color: #ffffff;
  font-size: 1.5rem;
  margin: 1rem auto 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .callback__title {
    font-size: 2.125rem;
  }
}

.callback__subtitle {
  color: #b3b3b3;
  font-size: 1.375rem;
  margin: 0 auto 28px;
  text-align: center;
}

@media (min-width: 768px) {
  .callback__subtitle {
    max-width: 85%;
  }
}

@media (min-width: 1200px) {
  .callback__subtitle {
    max-width: 85%;
  }
}

.callback__form {
  color: #fff;
}

.callback__form input {
  border-radius: 5px;
  color: #666;
  font-size: 1.125rem;
  margin: 0 auto 15px;
  padding: 10px;
  width: 100%;
}

.callback__form button {
  border: 0;
  border-radius: 5px;
  height: 70px;
  margin: 15px auto 25px;
  width: 240px;
}

.callback__form button:hover {
  background-color: #e6413f;
  color: #fff;
}

.callback__form .control-label {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}

.callback__form .form-snoska {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 12px;
}

.callback__form .form-snoska a {
  border-bottom: 1px solid;
  color: #fff;
}

.modal .callback {
  border-radius: 5px;
}

.blue-btn {
  background-color: #184061;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 10px;
}

/* The Modal (background) */
.modal-two {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  /* Modal Content */
  /* The Close Button */
  /* Hide the slides by default */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Number text (1/3 etc) */
  /* Caption text */
}

.modal-two-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  background: #000;
  border-radius: 5px;
}

.modal-two .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.modal-two .close:hover,
.modal-two .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.modal-two .mySlides {
  display: none;
  text-align: center;
}

.modal-two .mySlides img {
  max-width: 100%;
}

.modal-two .prev,
.modal-two .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.modal-two .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.modal-two .prev:hover,
.modal-two .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-two .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.modal-two .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.modal-two img.demo {
  opacity: 0.6;
}

.modal-two .active,
.modal-two .demo:hover {
  opacity: 1;
}

.modal-two img.hover-shadow {
  transition: 0.3s;
}

.modal-two .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.section-gallery-list .padding-null {
  padding: 0;
}

.section-gallery-element {
  overflow: hidden;
  cursor: pointer;
}

.section-gallery-element img {
  width: 100%;
  height: 100%;
}

.section-gallery-element img {
  transition: all 0.6s ease-out;
}

.section-gallery-element img:hover {
  transform: scale(1.2);
}

.nav__main {
  background-color: #313130;
  padding: 20px 0;
  background-image: url(/images/GradientBar.svg);
}

.nav__main-menu {
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.nav__main-menu a {
  color: #fff;
  padding: 0 10px;
}

.nav__main-menu a:hover {
  color: #3d3d3d;
}

.separate {
  display: inline-block;
  padding: 0 5px;
}

.section-action {
  background: url(/images/top-background.jpg) no-repeat top;
  background-size: cover;
  min-height: 560px;
}

.section-action__wrap {
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media (min-width: 1200px) {
  .section-action {
    min-height: 784px;
  }
}

.section-action__counter {
  color: #000;
  padding: 15px;
  text-align: center;
  z-index: 1;
}

@media (min-width: 768px) {
  .section-action__counter {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .section-action__counter {
    margin-top: 30px;
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  .section-action__counter {
    margin-top: 30px;
    max-width: 60%;
  }
}

.section-action__image {
  opacity: 0.1;
  position: absolute;
  z-index: 0;
}

@media (min-width: 768px) {
  .section-action__image {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .section-action__image {
    opacity: 1;
    order: 2;
    position: static;
    margin-top: 30px;
    max-width: 40%;
  }
}

@media (min-width: 1200px) {
  .section-action__image {
    margin-top: 30px;
    max-width: 40%;
  }
}

.section-action__btn {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  min-height: 70px;
  width: 336px;
}

.section-action__btn:hover {
  background-color: #e6413f;
}

.section-action a:hover {
  color: #fff;
}

.page-title {
  font-size: 3em;
  line-height: 1;
  margin: 2rem 0 0.2rem;
}

@media (min-width: 1200px) {
  .page-title {
    font-size: 4em;
  }
}

.page-subtitle {
  font-size: 1.5em;
  text-transform: none;
  margin-bottom: 2.1875rem;
}

@media (min-width: 1200px) {
  .page-subtitle {
    font-size: 2em;
  }
}

.product-registry {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.product-registry__link {
  display: block;
}

.product-registry__img {
  margin-left: 10px;
  height: 48px;
  width: 43px;
}

.counter-price {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.25;
  text-transform: uppercase;
}

.counter-price__new-price {
  color: #e76161;
}

.counter-price__old-price {
  text-decoration: line-through;
}

@media (min-width: 768px) {
  .counter-price {
    font-size: 2em;
  }
}

@media (min-width: 1200px) {
  .counter-price {
    font-size: 2.8125em;
  }
}

.limit-value {
  font-size: 1.25em;
  line-height: 1;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .limit-value {
    font-size: 1.5em;
  }
}

@media (min-width: 1200px) {
  .limit-value {
    font-size: 1.875em;
    margin-bottom: 1.75rem;
  }
}

#my-soon-counter {
  margin-bottom: 1rem;
  padding: 0;
  text-align: center;
}

@media (min-width: 768px) {
  #my-soon-counter {
    text-align: left;
  }
}

.soon[data-scale=xxl] {
  font-size: 4rem;
}

.soon[data-scale=xl] {
  font-size: 3.5rem;
}

.soon[data-scale=l] {
  font-size: 3rem;
}

.soon[data-scale=m] {
  font-size: 3.75rem;
  margin: 0 -0.2166em;
}

.soon[data-scale=s] {
  font-size: 2rem;
}

.soon[data-scale=xs] {
  font-size: 1.5rem;
}

.soon[data-scale=xxs] {
  font-size: 1.25rem;
}

.soon[data-layout*=group] .soon-group-sub>.soon-group-inner {
  margin: 0 5px;
}

@media (min-width: 768px) {
  .soon[data-layout*=group] .soon-group-sub>.soon-group-inner {
    margin: 0 0.8125rem;
  }
}

@media (min-width: 1200px) {
  .soon[data-layout*=group] .soon-group-sub>.soon-group-inner {
    margin: 0 0.8125rem;
  }
}

.soon-flip-inner {
  padding: 0 0.1875rem;
  height: 1.5em;
}

.soon-flip-top::before,
.soon-flip-front::before {
  background-color: #9c2425;
}

.soon-flip-bottom::before,
.soon-flip-back::before {
  background-color: #9c2425;
}

.soon-flip-front::before {
  z-index: -1;
}

.soon-flip-top::before {
  z-index: -1;
}

.soon-flip-back::before {
  z-index: -1;
}

.soon-flip-bottom::before {
  z-index: -1;
}

.soon-flip-top::after {
  background: -webkit-linear-gradient(bottom, #6a0507 0%, transparent 100%);
  background: -o-linear-gradient(bottom, #6a0507 0%, transparent 100%);
  background: linear-gradient(to top, #6a0507 0%, transparent 100%);
}

.soon-flip-bottom::after {
  background: -webkit-linear-gradient(top, #6a0507 25%, rgba(106, 5, 7, 0.4) 100%);
  background: -o-linear-gradient(top, #6a0507 25%, rgba(106, 5, 7, 0.4) 100%);
  background: linear-gradient(to bottom, #6a0507 25%, rgba(106, 5, 7, 0.4) 100%);
}

.soon-flip-front::after {
  background: -webkit-linear-gradient(bottom, #6a0507 25%, rgba(106, 5, 7, 0.4) 100%);
  background: -o-linear-gradient(bottom, #6a0507 25%, rgba(106, 5, 7, 0.4) 100%);
  background: linear-gradient(to top, #6a0507 25%, rgba(106, 5, 7, 0.4) 100%);
}

.soon-flip-card {
  font-weight: bold;
}

.soon-flip-fallback,
.soon-flip-face,
.soon[data-face*=color-dark] .soon-flip-face {
  color: #fff;
  background-color: #6a0507;
}

.soon-flip-front,
.soon-flip-top {
  border-radius: 4px 4px 0 0;
}

.soon-flip-back,
.soon-flip-bottom {
  border-radius: 0 0 4px 4px;
}

@media (min-width: 768px) {

  .soon-flip-front,
  .soon-flip-top {
    border-radius: 9px 9px 0 0;
  }

  .soon-flip-back,
  .soon-flip-bottom {
    border-radius: 0 0 9px 9px;
  }
}

.soon[data-face*=color-dark] .soon-flip-top,
.soon[data-face*=color-dark] .soon-flip-front {
  background: url("../images/top-digit.png") left top repeat-x;
}

.soon[data-layout*=group] .soon-label {
  font-size: 0.5em;
  line-height: 1;
  margin: 0.35rem 0 0 0;
  text-align: center;
  text-transform: capitalize;
}

.garanty-img {
  width: 100%;
  height: 200px;
}

.garanty-img img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-counter__box {
  color: #000;
}

@media (min-width: 768px) {
  .top-counter__box {
    padding-top: 10px;
  }
}

@media (min-width: 1200px) {
  .top-counter__box {
    max-width: 42em;
    padding-top: 25px;
  }
}

.counter-title {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .counter-title {
    font-size: 1.5em;
  }
}

@media (min-width: 1200px) {
  .counter-title {
    font-size: 1.875em;
  }
}

.section-description {
  background: #f4f3f3;
  overflow: hidden;
}

.section-description h3 {
  margin: 20px 0 15px;
}

@media (min-width: 768px) {
  .section-description h3 {
    margin: 30px 0 20px;
  }
}

.section-description table {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  width: 100%;
}

.section-description table tr+tr {
  border-top: 1px solid #e6413f;
}

.section-description table tbody>tr:nth-child(odd)>td,
.section-description table tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

.section-description table td {
  color: #777;
  padding: 10px;
}

.section-description table td.characteristics_table__left {
  color: #777;
  width: 50%;
}

.section-description table td.characteristics_table__right {
  color: #555;
  width: 50%;
}

@media (min-width: 992px) {
  .section-description table td.characteristics_table__left {
    width: 60%;
  }

  .section-description table td.characteristics_table__right {
    width: 40%;
  }
}

.characteristics_table {
  width: 100%;
}

@media (min-width: 768px) {
  .characteristics_table {
    border-right: 1px solid #e6413f;
    width: 50%;
  }
}

.characteristics_table_head {
  margin: 1rem auto;
}

.characteristics_table_head4 {
  color: #cc1237;
  text-align: center;
}

.characteristics_table__subtitle {
  color: #cc1237;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 10px;
}

.characteristics_table+.characteristics_table {
  border-top: 1px solid #ccc;
}

@media (min-width: 768px) {
  .characteristics_table+.characteristics_table {
    border-right: 0;
    border-top: 0;
  }
}

.section-vibor {
  background: #f4f3f3;
}

.section-vibor__item {
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .section-vibor__item {
    padding: 30px 90px;
  }
}

.section-vibor__list {
  margin-bottom: 2rem;
}

.section-vibor hr {
  width: 40%;
  float: left;
  border-top: 2px solid #e6413f;
  margin-top: 0;
}

.section-vibor h2 {
  font-size: 18px;
  color: #333;
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .section-vibor h2 {
    font-size: 26px;
  }
}

.section-vibor p {
  font-size: 16px;
  margin-bottom: 16px;
}

.section-vibor-list-title {
  font-size: 24px;
  color: #666666;
  margin-bottom: 15px;
}

.section-vibor-right img {
  padding-top: 45px;
  max-width: 100%;
}

.section-vibor-ul {
  list-style: none;
  padding: 0;
}

.section-vibor-ul li {
  margin-bottom: 15px;
}

.section-vibor-ul-title {
  padding-top: 4px;
  color: #007a29;
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .section-vibor-ul-title {
    float: left;
    font-size: 17px;
    padding-left: 10px;
    padding-top: 0;
  }
}

.vibor-item__title {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

img.section-vibor-ul-check {
  float: left;
}

.section-why {
  background: #f4f3f3;
  padding-top: 1rem;
  min-height: 345px;
}

@media (min-width: 768px) {
  .section-why {
    padding-top: 2rem;
  }
}

.section-why__title {
  color: #e6413f;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-why__description {
  float: left;
  padding-top: 10px;
  padding-left: 10px;
  color: #000;
  font-size: 20px;
}

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


}

.section-why__img {
  max-width: 100%;
  padding-top: 40px;
}

.picked-list {
  font-size: 1em;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .picked-list {
    font-size: 1.125em;
  }
}

@media (min-width: 1200px) {
  .picked-list {
    font-size: 1.25em;
  }
}

.picked-list__item {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  width: 100%;
}

.picked-list__item::before {
  background: url("../images/red-pick.png") 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 25px;
}

@media (min-width: 768px) {
  .picked-list__item::before {
    top: 5px;
  }
}

@media (min-width: 1200px) {
  .picked-list__item::before {
    top: 6px;
  }
}

.picked-list__item.list-item14 {
  color: #000;
  font-size: 14px;
}

.picked-list__item.list-item14::before {
  top: 4px;
}

.section-video__title {
  font-size: 34px;
  color: #565655;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-price {
  min-height: 760px;
}

.section-price .file-upload input[type=file] {
  display: none;
}

.section-price .file-upload {
  position: relative;
  overflow: hidden;
  height: 40px;
  margin-bottom: 15px;
  color: #fff;
}

.section-price .file-upload label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.section-price .file-upload span {
  line-height: 40px;
  font-weight: bold;
  padding-left: 10px;
}

.section-price__wrap {
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .section-price__image {
    max-width: 50%;
  }
}

@media (min-width: 1440px) {
  .section-price__image {
    margin-top: 30px;
    max-width: 60%;
  }
}

.section-price__form {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .section-price__form {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .section-price__form {
    margin-top: 100px;
    max-width: 50%;
  }
}

@media (min-width: 1440px) {
  .section-price__form {
    max-width: 40%;
  }
}

.section-price__form form {
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .section-price__form form {
    max-width: 80%;
  }
}

.section-price__form p {
  font-size: 14px;
}

@media (min-width: 768px) {
  .section-price__form p {
    font-size: 22px;
  }
}

.section-price__form button {
  border-radius: 4px;
  font-size: 16px;
  margin: 20px auto 30px;
  height: 70px;
  width: 240px;
}

@media (min-width: 768px) {
  .section-price__form button {
    font-size: 24px;
  }
}

.section-price__form button:hover {
  background-color: #e6413f;
  color: #fff;
}

.captcha {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 15px;
}

.captcha-equal {
  padding: 0 5px;
}

.callback__form .captcha-input {
  margin-bottom: 0;
}

.section-project {
  background-size: cover;
  height: 260px;
}

@media (min-width: 768px) {
  .section-project {
    height: 640px;
  }
}

@media (min-width: 992px) {
  .section-project {
    height: 768px;
  }
}

@media (min-width: 1200px) {
  .section-project {
    background-size: auto;
    height: 1039px;
  }
}

.section-project h2 {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: 100;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .section-project h2 {
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 45px;
  }
}

@media (min-width: 992px) {
  .section-project h2 {
    font-size: 28px;
    padding-top: 55px;
  }
}

@media (min-width: 1200px) {
  .section-project h2 {
    padding-top: 75px;
  }
}

.section-project__image {
  margin: 20px auto;
  max-width: 65%;
}

@media (min-width: 1200px) {
  .section-project__image {
    margin: 20px auto;
    max-width: 60%;
  }
}

.section-gallery {
  background: url(/images/gallery.png) repeat-y top;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .section-gallery {
    padding-top: 25px;
  }
}

.section-gallery h2 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.section-gallery-list {
  text-align: center;
  padding: 0 30px;
}

@media (min-width: 992px) {
  .section-gallery-list {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .section-gallery-list {
    padding: 0 90px;
  }
}

.section-gallery-element {
  padding: 0;
  margin: auto;
  width: 300px;
  height: 250px;
  border: 3px solid #fff;
}

@media (max-width: 767px) {
  .section-gallery-element {
    width: 210px;
    height: auto;
  }
}

.section-gallery-element img {
  border: 3px solid #fff;
  margin-bottom: 15px;
}

.section-gallery-element-box {
  margin: 10px 0;
}

@media (min-width: 768px) {
  .section-question__content {
    min-height: 528px;
  }
}

.question-content {
  padding-bottom: 30px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .question-content {
    padding-bottom: 30px;
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .question-content__image {
    background: url(/images/question-woman.png) no-repeat right;
  }
}

.question-content p {
  font-size: 20px;
  color: #666666;
  padding-bottom: 30px;
}

.question-content__phone {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.section_question_title {
  color: #000;
  font-size: 24px;
}

@media (min-width: 768px) {
  .section_question_title {
    font-size: 28px;
  }
}

.field.error {
  background-color: rgba(255, 171, 0, 0.86);
  margin-bottom: 0;
}

.bxslider {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.section-contact {
  border-top: 5px solid #ececea;
  border-bottom: 5px solid #ececea;
  color: #fff;
}

.section-contact h2 {
  font-size: 32px;
  margin: 0;
}

.section-contact p {
  font-size: 20px;
  margin-bottom: 26px;
}

.section-contact map {
  font-size: 14px;
  color: #fce52d;
  margin-bottom: 26px;
}

.section-contact a {
  color: #fafafa;
}

.section-contact hr {
  border-color: rgba(255, 255, 255, 0.8);
}

.contact__info-box {
  padding: 20px;
  margin: 40px 0;
  background: url("../images/callback-form-bg.jpg") center center no-repeat;
  background-size: cover;
}

.footer {
  background-color: #fff;
  padding: 20px 0;
}

.copiright {
  padding-top: 10px;
}

.copiright p {
  font-size: 14px;
  color: black;
}

.footer img {
  max-width: 100%;
}

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

  .section-action__btn {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  img.section-why__list-check {
    float: left;
    width: 30px;
  }

  .header_info {
    padding-left: 15px;
  }

  .header_title {
    font-size: 16px;
  }

  .header_description {
    font-size: 14px;
  }

  .header__phone {
    text-align: center;
  }

  .header__phone .header_title {
    font-size: 26px;
  }

  .question__item {
    padding: 0;
    text-align: center;
  }

  .question__item img {
    float: none;
  }

  .question__header-title {
    padding-top: 5px;
    padding-left: 0;
    float: none;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
  }

  .bx-controls-direction {
    display: none;
  }

  .section-gallery h2 {
    font-size: 18px;
  }

  .section-gallery-element img {
    max-width: 100%;
  }
}

table.table-price {
  margin-bottom: 30px;
}

.table-price thead {
  text-align: left;
  color: #999;
}

.table-price tr {
  border-top: 1px solid #e6413f;
}

.table-price tr:first-child {
  border-top: none;
}

.table-price th {
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
  padding: 10px 0 10px 10px;
}

.table-price td {
  padding: 10px 0 10px 10px;
}

.table-price tbody td {
  font-size: 18px;
  color: #777;
}

.table-price tbody td:last-child {
  color: #555;
}

.table-price tbody>tr:nth-child(odd)>td,
.table-price tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

.table-price tbody tr:hover>td,
.table-price tbody tr:hover>th {
  background-color: #e8e8e8;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_title {
    font-size: 16px;
  }

  .header_description {
    font-size: 14px;
  }

  .header__phone .header_title {
    font-size: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header_title {
    font-size: 16px;
  }

  .header_description {
    font-size: 13px;
  }

  .header__phone .header_title {
    font-size: 24px;
  }

  .nav__main-menu {
    font-size: 16px;
  }

  .section-action {
    background: url(/images/top-background.png) no-repeat top;
    background-size: cover;
    min-height: auto;
  }

  .question__header {
    padding: 0;
  }

  .question__header-title {
    padding-top: 25px;
    padding-left: 0;
    float: none;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
  }

  .question__item {
    padding: 0;
    text-align: center;
  }

  .question__item img {
    float: none;
    border: 3px solid #333333;
  }
}

.modal {
  padding-top: 160px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  /* Modal Content */
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
  padding: 0;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #000;
  color: white;
}

#modalForm .modal-content {
  width: 360px;
}

.btn-close {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: 0;
  font-size: 34px;
  line-height: 29px;
  font-weight: 500;
  height: 2rem;
  width: 2rem;
  opacity: 1;
  padding: 0 0 5px;
  box-sizing: border-box;
  transition: all 300ms;
}

.btn-close:hover {
  color: #eee;
  opacity: 0.8;
}

.additional-price {
  color: red;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  white-space: nowrap;
}

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