@charset "UTF-8";
@import url("https://goakgibki.tahlias.vn.ua/site/https@fonts.googleapis.com/css@family=Kaushan+Script_7CMontserrat_3A300,400,500,600,700,800&subset=cyrillic");
@import url("https://goakgibki.tahlias.vn.ua/site/https@fonts.googleapis.com/css@family=Roboto+Condensed_3A400,700&subset=cyrillic");
a,
a:hover,
a:visited,
a:active,
a:link {
  color: #2d2d2d;
}

* {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  color: #2d2d2d;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

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

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

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  background: none;
}

.clearfix {
  clear: both;
}

.row {
  margin: 0;
}

header {
  padding: 15px 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1444;
  background: #fff;
  box-shadow: 0px 12px 22px -5px rgba(0, 0, 0, 0.07);
}
header .container {
  position: relative;
}
header .container .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s;
}
header .logo {
  display: inline-block;
  text-align: center;
}
header .logo .logo-title {
  display: block;
  font-family: "BebasNeue", sans-serif;
  color: #ae4554;
  font-size: 46px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}
header .logo .logo-subtitle {
  margin-top: -5px;
  margin-left: -4px;
  display: block;
  font-family: "Kaushan Script", cursive;
  font-size: 16px;
  color: #ea3737;
}
header .logo img {
  max-height: 65px;
  width: auto;
  max-width: 200px;
  transition: 0.3s;
}
header nav {
  display: inline-block;
  vertical-align: super;
}
header nav .nav-list {
  list-style: none;
  margin: 0;
}
header nav .nav-list li {
  display: inline-block;
  margin: 0 15px;
}
header nav .nav-list li a {
  color: #fff;
  font-size: 16px;
  color: #2d2d2d;
  transition: 0.4s;
}
header nav .nav-list li a:hover {
  color: #ae4554;
}
header nav .nav-list li:last-child {
  margin-right: 0;
}

#nav-toggle {
  display: none;
  background: transparent;
  padding: 15px;
  height: 38px;
  width: 30px;
  cursor: pointer;
  transform: translate(0%, -50%);
  box-sizing: border-box;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: #2d2d2d;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: '';
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  top: 10px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  transition: all 0.5s ease-in-out;
  width: 30px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(135deg);
}

#nav-toggle.active span:after {
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  header {
    padding: 12px 0 8px;
  }

  #nav-toggle {
    top: 16px;
    display: block;
    position: relative;
    z-index: 2;
  }

  header .nav-box {
    position: fixed;
    margin-top: 0;
    top: 0;
    bottom: 0;
    right: -320px;
    left: auto;
    width: 300px;
    text-align: center;
    background: #fff;
    transition: 0.3s;
    padding-top: 80px;
    box-shadow: 0px 12px 22px -5px rgba(0, 0, 0, 0.26);
  }

  header .nav-box.in {
    right: 0;
    transition: 0.3s;
  }

  header .nav-box nav .nav-list li {
    display: block;
    margin: 0;
  }

  header .nav-box nav .nav-list li a {
    display: block;
    padding: 15px 0 15px;
    font-size: 20px;
  }

  header .nav-box nav li {
    padding: 0 !important;
  }

  header .logo .logo-subtitle {
    font-size: 13px;
    margin-top: -2px;
  }

  header .logo .logo-title {
    font-size: 36px;
    letter-spacing: 2px;
  }

  header .logo img {
    max-height: 40px;
  }
}
footer {
  padding: 20px 0 20px;
  text-align: center;
}
footer img {
  max-width: 120px;
  height: auto;
  width: auto;
}
footer .address {
  margin-top: 10px;
}
footer .address span {
  font-weight: 500;
}
footer .address .fa {
  color: #ae4554;
  margin-right: 3px;
}

.btn-castom {
  display: block;
  width: 220px;
  text-align: center;
  margin: auto;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "BebasNeue", sans-serif;
  color: #fff !important;
  border-radius: 5px;
  background: #ea3737;
  padding: 15px 15px;
  border: none;
  cursor: pointer !important;
}

.btn-castom:hover {
  opacity: .85;
}

label.error {
  text-align: center;
  display: block;
  color: red;
}

form .btn-castom {
  margin-top: 10px !important;
}

form {
  padding: 0 15px;
}

.input-form {
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 18px 15px;
  font-size: 18px;
  border: none;
  background: none;
  border-bottom: 3px solid #fff;
  margin: 8px 0;
  width: 100%;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

.input-form::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f7f7f7;
}

.input-form::-moz-placeholder {
  /* Firefox 19+ */
  color: #f7f7f7;
}

.input-form:-ms-input-placeholder {
  /* IE 10+ */
  color: #f7f7f7;
}

.input-form:-moz-placeholder {
  /* Firefox 18- */
  color: #f7f7f7;
}

textarea.input-form {
  resize: none;
  height: 180px;
}

.castom-modal {
  padding: 30px;
  width: 400px;
  box-sizing: border-box;
}
.castom-modal .form-title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  font-family: "BebasNeue", sans-serif;
}
.castom-modal .btn-castom {
  margin-top: 20px;
  width: 100%;
  border: none;
  padding: 20px 20px;
  cursor: pointer;
}
.castom-modal .input-form {
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 18px 15px;
  font-size: 18px;
  border: none;
  background: none;
  border-bottom: 3px solid #ae4554;
  margin: 8px 0;
  width: 100%;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2d2d2d !important;
}
.castom-modal .input-form::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2d2d2d;
}
.castom-modal .input-form::-moz-placeholder {
  /* Firefox 19+ */
  color: #2d2d2d;
}
.castom-modal .input-form:-ms-input-placeholder {
  /* IE 10+ */
  color: #2d2d2d;
}
.castom-modal .input-form:-moz-placeholder {
  /* Firefox 18- */
  color: #2d2d2d;
}

@media screen and (max-width: 768px) {
  .castom-modal {
    width: 100%;
    padding: 20px 10px;
  }
  .castom-modal .form-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.title {
  text-align: center;
  font-size: 42px;
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.border {
  width: auto;
  height: auto;
  position: relative;
}
.border img {
  border-radius: 12px;
  border: none !important;
}
.border:before {
  position: absolute;
  top: -6px;
  bottom: -2px;
  left: -6px;
  right: -6px;
  border-radius: 15px;
  border: 2px solid #b37666;
  content: '';
}

.container {
  margin: auto;
  width: 1170px;
  padding: 0 15px;
  box-sizing: border-box;
}

.indent {
  padding: 70px 0;
}

.bg {
  background: #faf0f0;
}

.flex-box {
  display: flex;
}

.count {
  margin-top: 10px;
}
.count .fa {
  color: #ea3737;
  margin-right: 1px;
}

.count.white {
  color: #fff;
}

.slick-slider .fa {
  position: absolute;
  top: 40%;
  color: rgba(0, 38, 60, 0.56) !important;
  font-size: 40px !important;
  width: auto !important;
  height: auto !important;
  cursor: pointer;
}

.slick-slider .fa:hover {
  color: #2d2d2d !important;
}

.fa-next {
  right: 0;
}

.fa-prev {
  left: 0;
}

.company-slider {
  padding: 20px 50px;
}
.company-slider .item {
  height: 100px;
  padding: 15px;
  margin: 50px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 18px -7px rgba(0, 0, 0, 0.11);
}
.company-slider .item img {
  max-height: 60px;
  max-width: 100px;
}

.flip-clock-wrapper ul {
  background: #2d2d2d !important;
}

.main-timer {
  margin-top: 10px;
  position: relative;
  text-align: center;
}
.main-timer .timer-text,
.main-timer .timer-text span {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "BebasNeue", sans-serif;
}
.main-timer .timer-text span {
  display: inline-block;
  color: #ea3737;
  font-weight: 700 !important;
}
.main-timer #timer {
  display: inline-block;
  width: auto;
  margin: auto !important;
  margin-top: 20px !important;
}
.main-timer #timer ul li a div div.inn {
  font-size: 25px !important;
  background: #191919 !important;
  color: #fff !important;
  font-weight: 700;
}
.main-timer #timer .flip-clock-divider {
  width: 13px;
  height: 48px;
}
.main-timer #timer ul {
  margin: 2px;
  width: 28px !important;
  height: 38px !important;
}
.main-timer #timer ul li {
  line-height: 40px;
}
.main-timer #timer .flip-clock-dot {
  width: 8px;
  height: 8px;
  left: 2px;
  display: none;
}
.main-timer #timer .flip-clock-divider .flip-clock-label {
  position: absolute;
  bottom: auto !important;
  top: -20px !important;
  right: -51px !important;
  color: #fff !important;
  font-size: 14px;
}
.main-timer #timer .flip-clock-dot.top {
  top: 10px !important;
  background: #2d2d2d !important;
}
.main-timer #timer .flip-clock-dot.bottom {
  bottom: 10px !important;
  background: #2d2d2d !important;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 950px;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .indent {
    padding: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .title {
    margin-bottom: 40px !important;
  }
}
body {
  background-size: cover;
  background-attachment: fixed;
}

.main {
  padding: 150px 0 80px;
  position: relative;
  height: auto;
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: center;
  text-align: center;
}
.main * {
  position: relative;
  z-index: 10;
}
.main:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 5, 8, 0.63);
  z-index: 5;
}
.main .flex-box {
  justify-content: space-between;
}
.main .item.item-img img {
  max-width: 600px;
  height: auto;
  border: 4px solid #b37666;
}
.main .item.item-text .item-title,
.main .item.item-text .item-title span {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "BebasNeue", sans-serif;
}
.main .item.item-text .item-title span {
  color: #ea3737;
}
.main .item.item-text .item-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.main .item.item-text .item-plusi {
  display: inline-block;
  text-align: left;
}
.main .item.item-text .item-plus {
  margin: 5px 0;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "BebasNeue", sans-serif;
}
.main .item.item-text .item-plus .fa {
  position: relative;
  top: -1px;
  font-size: 18px;
  color: #ea3737;
  margin-right: 5px;
}
.main .item.item-text .btn-castom {
  display: block;
  width: 220px;
  text-align: center;
  margin: auto;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "BebasNeue", sans-serif;
}
.main .price {
  display: flex;
  justify-content: center;
}
.main .price .item {
  margin: 15px;
  margin-top: 0;
}
.main .price .item .price-label {
  color: #fff;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
}
.main .price .item .price-num {
  margin-top: -5px;
  color: #fff;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 1px;
  font-size: 28px;
}
.main .price .item.price-old .price-num {
  position: relative;
  display: inline-block;
}
.main .price .item.price-old .price-num:before {
  position: absolute;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  top: 50%;
  background: #fff;
  z-index: 2;
}
.main .price .item.price-new .price-num {
  color: #ea3737;
  font-weight: 600;
  font-size: 30px;
  background: #f32b2b;
  color: #fff;
  line-height: 100%;
  padding: 3px 0px 1px;
  margin-top: 1px;
}

.spec {
  padding-bottom: 40px;
}
.spec .title {
  margin-bottom: 10px;
}
.spec .item {
  display: block;
  margin: 50px auto;
  max-width: 900px;
}
.spec .item-img {
  display: inline-block;
  width: calc(45% - 5px);
  vertical-align: top;
  padding: 0 20px;
  box-sizing: border-box;
}
.spec .item-img img {
  width: 100%;
  height: auto;
  border: 4px solid #b37666;
}
.spec .item-info {
  display: inline-block;
  width: calc(55% - 5px);
  vertical-align: top;
  padding: 0 20px;
  box-sizing: border-box;
}
.spec .item-info .item-title {
  margin-top: 20px;
  display: inline-block;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #b37666;
}
.spec .item-info .item-text {
  font-size: 20px;
  line-height: 150%;
}

.prezent .item {
  vertical-align: top;
  display: inline-block;
  width: calc(50% - 5px);
  padding: 0 20px;
  box-sizing: border-box;
}
.prezent .item-img img {
  width: 100%;
  height: auto;
  border: 4px solid #b37666;
}
.prezent .item-info .title {
  margin-top: 10px;
  text-align: left;
}
.prezent .item-info ul {
  list-style: none;
  margin: auto;
}
.prezent .item-info ul li {
  font-size: 22px;
  margin: 5px 0;
}
.prezent .item-info ul li .fa {
  color: #b37666;
  font-size: 20px;
  margin-left: 5px;
}
.prezent .btn-castom {
  display: inline-block;
  margin-top: 30px;
}

.complect {
  padding-bottom: 40px;
}
.complect .title {
  margin-bottom: 20px;
}
.complect .container {
  text-align: center;
}
.complect .row:last-child {
  display: inline-block;
}
.complect .item {
  display: flex;
  margin: 10px 0;
  max-width: 900px;
  align-items: center;
}
.complect .item-img img {
  max-width: 250px;
  width: auto;
  height: auto;
}
.complect .item-text {
  text-align: left;
}
.complect .item-text p {
  margin: 5px;
  margin-top: 10px;
  font-size: 22px;
  line-height: 150%;
}

.plusi .title {
  margin-bottom: 60px;
}
.plusi .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 4px);
  padding: 0 20px;
  box-sizing: border-box;
}
.plusi .item .item-icon {
  margin-right: 15px;
}
.plusi .item .item-icon .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #faf0f0;
  color: #b37666;
  font-size: 24px;
  border: 1px solid #b37666;
}
.plusi .item .item-title {
  font-size: 24px;
  color: #b37666;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}
.plusi .item .item-text {
  font-size: 18px;
}

.reviews .item {
  width: calc(33% - 4px);
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  box-sizing: border-box;
}
.reviews .item .item-name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.reviews .item .item-info:before {
  content: "”";
  display: block;
  position: absolute;
  top: -70px;
  right: 0;
  font-size: 90px;
  color: #ae4554;
  font-family: sans-serif;
}
.reviews .item .item-info {
  position: relative;
  display: flex;
}
.reviews .item .item-info .item-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-size: cover;
  margin-right: 20px;
}
.reviews .item .item-info .item-text {
  width: 260px;
}
.reviews .item .item-info .item-text p {
  font-size: 18px;
  line-height: 150%;
}
.reviews .row {
  display: block;
}
.reviews .row .btn-castom {
  display: block;
  margin: auto;
  margin-top: 30px;
  text-align: center;
}

.offer {
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  .main .item.item-img img {
    max-width: 525px;
  }

  .main .item.item-text .item-title,
  .main .item.item-text .item-title span {
    font-size: 45px;
  }

  .reviews .item {
    width: auto;
    display: block;
    max-width: 390px;
    padding: 20px 0;
    margin: auto;
  }
}
@media screen and (max-width: 1023px) {
  .main .flex-box {
    display: block;
  }

  .main .border:before {
    content: none !important;
  }

  .main .border img {
    border-radius: 0 !important;
  }

  .main .item.item-img img {
    max-width: none;
    width: 100%;
    height: auto;
  }

  .main .item-text {
    margin-top: 40px;
  }

  .plusi .item {
    width: 100%;
    padding: 20px 10px;
  }

  .prezent .item {
    width: 100%;
    padding: 0;
  }

  .prezent .item-info {
    margin-top: 30px;
    text-align: center;
  }
  .prezent .item-info .title {
    margin-bottom: 20px !important;
    text-align: center;
  }

  .prezent .item-info ul {
    display: inline-block;
    text-align: left;
  }
  .prezent .item-info ul li {
    font-size: 22px;
    display: flex;
  }
  .prezent .item-info ul li .fa {
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    padding: 60px 0 50px;
  }
  .main .container {
    padding: 0;
  }

  .main:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 5, 8, 0.85);
  }

  .main .item.item-text .item-title,
  .main .item.item-text .item-title span {
    font-size: 33px;
  }

  .main .item.item-text .item-plus {
    margin: 2px 0;
    font-size: 18px;
  }

  .main .item.item-text .item-plus .fa {
    top: -2px;
    font-size: 16px;
    margin-right: 0px;
  }

  .spec .item-img {
    display: block;
    width: 100%;
  }

  .spec .item-info {
    margin-top: 10px;
    width: 100%;
  }

  .spec .item-img,
  .spec .item-info {
    padding: 0;
    text-align: center;
  }

  .spec .item-info .item-title {
    font-size: 28px;
  }

  .complect .item-text p {
    margin: 0;
    font-size: 20px;
  }

  .complect .item {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

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

  .main .item.item-img img {
    border: none;
  }

  .plusi .item {
    padding: 10px;
  }

  .reviews .item {
    padding: 10px 0;
  }

  .reviews .title {
    margin-bottom: 10px !important;
  }

  .spec .title {
    margin-bottom: 0 !important;
  }

  .complect .title {
    margin-bottom: 20px !important;
  }

  .offer {
    padding-top: 0;
  }
}
@media screen and (max-width: 370px) {
  .reviews .item .item-info .item-img {
    width: 60px;
    height: 60px;
  }

  .reviews .item .item-info .item-text {
    width: 230px;
  }
}

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