
html { 
    overflow-x: hidden;
}
body {
  background: #fafafa;
  font-family: Fira Sans Extra Condensed, sans-serif !important;
}
*{
	font-family: Fira Sans Extra Condensed, sans-serif !important;
}
.owl-item-block5 .item {
    padding: 5px;
}
.header {
  padding-top: 32px;
}
nav {
  display: flex;
  justify-content: space-around;
}

a,
a:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.menu li,
.menu-social li {
  display: inline-block;
  padding-right: 25px;
}

.menu a,
.menu-social a {
  font-weight: 500;
  text-decoration: none;
  padding: 6px;
  display: block;
}

.menu a:hover {
  color: #000;
}
.menu a:hover {
    border-bottom-color: #247cff;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}
.mobile-menu {
  display: none;
  width: 100%;
  padding: 11px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.mobile-menu:hover {
  color: #000;
  text-decoration: none;
}

.main-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 50px;
    color: white;
    text-shadow: 0px 2px 1px black, 0px -2px 1px black, 2px 0px 1px black, -2px 0px 1px black;
}
.top-block {
    position: absolute;
    top: 12vw;
    left: 0;
    right: 0;
    text-align: center;
}
section#home {
    position: relative;
}
.text {
    font-weight: 500;
    font-size: 1.5vw;
    line-height: 26px;
    padding-bottom: 40px;
    color: white;
    text-shadow: 0px 1px 1px black, 0px -1px 1px black, 1px 0px 1px black, -1px 0px 1px black;
}
div#demo .owl-controls {
    display: none !important;
}
a.catalog-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    background: #247CFF;
    padding: 13px 25px;
}
.button {
    background: #247CFF;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    width: 192px;
    height: 46px;
}
.about {
  border-color: #247cff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(10, 10, 10, 0.85);
  width: 106px;
  height: 46px;
}

.about:hover,
.button:hover {
  background: #247CFF;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}
.scroll {
  padding-top: 149px;
  display: flex;
}

.scroll img {
  padding-right: 15px;
}

.scroll p {
  padding-top: 10px;
}

.about-img {
  padding-top: 110px;
}
.about-text {
  padding-top: 182px;
}
.about-rectangle {
  border-left-color: #247cff;
  border-left-style: solid;
  border-left-width: 3px;
  padding: 0 15px;
}
.about-title {
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 25px;
}

.about-sub {
  font-size: 16px;
  color: #464646;
  padding-bottom: 72px;
}

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

.about-info h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 24px;
  padding-bottom: 12px;
}

.about-info p {
  font-weight: 500;
  color: #464646;
}

#about {
  padding-bottom: 75px;
}

.our-products {
  border-left-color: #247cff;
  border-left-style: solid;
  border-left-width: 2px;
  padding: 0 15px;
  font-weight: 600;
  font-size: 32px;
  line-height: 37px;
}

.country-btn {
  padding-top: 60px;
  margin-left: 70px;
}

.btn-product {
  width: 144px;
  height: 48px;
  border-radius: 50px;
  font-size: 16px;
  margin: 0 70px 20px 0;
}

.btn-product :hover {
  background: #247cff;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}

.catalog-items {
  box-shadow: 0px 2px 31px rgba(10, 10, 10, 0.1);
  border-radius: 10px;
  margin: 50px 0 60px 0;
  height: 369px;
}

.text-capitalize {
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
}
.order-btn {
  width: 220px;
  height: 36px;
  margin: 20px 20px 27px 20px;
}


.item-2 {
  background: url("/src/img/fusion.png");
  display: block;
  height: 65%;
}

.item-2:hover {
  background: url("/src/img/black-active.png");
}

.item-3 {
  background: url("/src/img/fusion.png");
  display: block;
  height: 65%;
}
.item-3:hover {
  background: url("/src/img/brown-active.png");
  display: block;
}
.item-4 {
  background: url("/src/img/fusion.png");
  display: block;
  height: 65%;
}
.item-4:hover {
  background: url("/src/img/brown-active.png");
  display: block;
}

.catalog-rectangle {
  border-bottom-color: #eaeaea;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  padding-bottom: 65px;
  margin-bottom: 120px;
}

.quality-text {
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 50px;
}

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  /*white-space: nowrap;*/
}
.mobile-icon {
    display: none;
}
.strike > span {
  position: relative;
  display: inline-block;
}

.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px; /* space between lines */
  margin-top: -25px;
  border-top: 3px solid #247cff;
}

.strike-span > span:before,
.strike-span > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px; /* space between lines */
  margin-top: 3px;
  border-top: 3px solid #247cff;
}

.strike > span:before {
  right: 100%;
  margin-right: 50px;
}

.strike > span:after {
  left: 100%;
  margin-left: 50px;
}

.quality-items {
  box-shadow: 0px 2px 31px rgb(10 10 10 / 10%);
  border-radius: 10px;
  width: 262px;
  height: 320px;
  text-align: center;
  margin-bottom: 30px;
}

.quality-items img {
  padding: 40px 0 12px 0;
}

.quality-items h4 {
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 16px;
}

.quality-items h6 {
  font-size: 14px;
  line-height: 24px;
  color: #787878;
  width: 222px;
  margin: 0 auto;
}

.quality-items:hover {
  background: #247cff;
  color: #ffffff;
}

.quality-items:hover h6 {
  color: #ffffff;
}

.quality-items:hover img {
  filter: invert(100%);
}

.discount {
  border: 1.5px solid #247cff;
  border-radius: 5px;
  width: 390px;
  height: 56px;
  color: #464646 !important;
}

.discount:hover {
  background: #247cff;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  border: #247cff;
}

.catalog-form {
      padding: 30px 0; 
}
.owl-item-block5 .owl-controls.clickable {
    display: none !important;
}
section#contacts {
    margin-top: 40px;
}
section.catalog-form-wrapper {
    background-image: url(/img/fon.png);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.content-block-wrapper ul li, .tab-content ul li {
    list-style: none;
    background: url(/img/li.png);
    background-repeat: no-repeat;
    padding: 0 0 10px 40px;
    color: #464646 !important;
}
form.forma button.btn.button.catalog-btn.form-btn {
    width: 95%;
    text-transform: uppercase;
}

form.forma input {
    width: 95%;
    padding: 10px 7px;
    border-radius: 5px;
}
.form-wrapper-block {
    margin-top: 18px;
    text-align: center;
    margin-bottom: 18px;
}
.form-wrapper-block h5 {
    text-transform: uppercase;
}

.catalog-form h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  padding: 60px 0 24px 0;
}

.left-img {
  margin-top:45px;
}
.left-img-text {
  margin-top: 180px;
}
.owl-controls.clickable {
    display: none !important;
}
.owl-item-block3 .owl-item {
    padding: 5px;
}
.left-img-text li, .rigth-img-text li {
    list-style: none;
    background: url(/img/li.png);
    background-repeat: no-repeat;
    padding: 0 0 20px 40px;
    color: #464646 !important;
}

.left-img-text ul,
.rigth-img-text ul {
  padding-left: 0;
}

.left-img-text h4,
.rigth-img-text h4 {
  font-weight: 700;
  padding-bottom: 32px;
}
.rigth-img {
  padding-top: 10px;
  margin-bottom: 120px;
}

.rigth-img-text {
  padding-top: 98px;
}

/* !!!!ÑÑ‚Ð¾ ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð°Ð´Ð°Ð¿Ñ‚Ð¸Ð²Ð½Ð¾Ð³Ð¾ Ð²Ð¸Ð´ÐµÐ¾ */
/* .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.video {
  padding-bottom: 100px;
}
.empire-text {
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.empire-carousel {
  font-size: 32px;
  line-height: 37px;
}
.carousel {
  margin: 20px;
}

.contacts-text {
  padding-top: 170px;
}

.contacts-text h2 {
  font-weight: 700;
  color: #247cff;
  padding-bottom: 25px;
}
.contacts-item {
  padding: 0 100px 40px 0;
}

.contacts-item-title {
  font-weight: 500;
  font-size: 22px;
}
.contacts-item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #464646;
}
.tugis h5 {
  font-weight: 500;
  font-size: 18px;
}

.footer {
  background: #ffffff;
}

.footer-text {
  padding-top: 100px;
}

.footer-text h4 {
  font-size: 14px;
  letter-spacing: 2.8px;
  padding-bottom: 22px;
}

.footer-text h1 {
  font-weight: 600;
  font-size: 50px;
  padding-bottom: 20px;
}

.footer-text h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  padding-bottom: 20px;
}

.footer-btn {
  border-radius: 30px;
  margin-bottom: 53px;
}

.footer-text h6 {
  font-weight: 400;
  font-size: 14px;
}

.footer-links {
  padding: 20px 0 60px 0;
}

.form-request {
  display: none;
  justify-content: center;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.request {
  width: 400px;
  height: 350px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.request h1 {
  font-weight: 600;
  font-size: 22px;
  padding: 32px 0 32px 0;
}

#name,
#phone {
  width: 280px;
  height: 45px;
  border: 0.5px solid rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  margin-bottom: 17px;
}

#name::placeholder,
#phone::placeholder {
  color: rgba(255, 204, 68, 0.71);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.form-btn {
  margin-bottom: 28px;
}

.close h6 {
  font-size: 13px;
  line-height: 16px;
  margin-right: 8px;
}
.main-img img {
    width: 100%;
}
ul.social-icon li {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px;
}
ul.social-icon {
    padding: 0;
    text-align: center;
}
.about-img img {
    width: 100%;
    max-width: 100%;
}
nav ul.menu a {
    font-family: 'THICCCBOI';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #0A0A0A !important;
    text-decoration: none;
}
.header {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 85px;
    border-bottom: 1px solid;
}
nav ul.menu {
    padding: 0;
}
.left-img img {
    width: 100%;
}
.menu-block {
    text-align: center;
}
ul.nav.nav-tabs a {
    font-family: 'THICCCBOI';
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    line-height: 18px;
    color: #0A0A0A;
    border: 1px solid #247cff;
    border-radius: 50px;
    text-align: center;
}
.owl-block-sl .owl-controls {
    display: none ;
}
ul.nav.nav-tabs li.active a {
    background: #247cff;
    font-style: normal;
    line-height: 18px;
    color: #FFFFFF;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: #247cff !important;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    color: #FFFFFF;
}
ul.nav.nav-tabs {
    border: none;
    margin-bottom: 35px;
}
.gridder-list-content img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.gridder-list-content {
    position: relative;
}
.gridder-list-content .item-1 img.img-active {
    /*position: absolute;*/
    z-index: 1;
}
.gridder-list-content:hover img.img-active {
    z-index: -1;
}
.zagalovok {
    padding-bottom: 25px;
}
button.btn.about.order-btn a {
    font-family: 'THICCCBOI';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: rgba(10, 10, 10, 0.85);
    text-decoration: none;
}
button.btn.about.order-btn {
    background: none;
    border: 1.5px solid #FFE6A3;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
	display:block;
}
button#myBtn_modal2 {
    background: none;
    border: 2px solid #247cff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    margin: 50px 0;
}
.rigth-img img {
    width: 100%;
}
.item img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.menu-block {
    padding: 0 !important;
}
a#touch-menu {
    text-align: left;
}
a.mobile-menu {
    text-align: end;
}
.nav-tabs > li {
    width: 25%;
    margin-bottom: 7px !important;
}
.gridder-list-content span.options {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background: #247cff;
    position: absolute;
    bottom: 0;
}
.gridder-list-content .item-1 {
    position: relative;
}
.btn-button-block {
    text-align: end;
    margin: 11px 0;
}
span.size {
    top: 0;
    height: 21px;
    border-radius: 10px 10px 0 0;
}
.tovar-block-desc {
    padding-top: 110px;
}
.tovar-block-desc p.about-sub {
    padding-bottom: 0;
}
section.tovar-block .col-md-4.col-sm-6.about-img {
    display: block;
}
.row.zagalovok .d-flex.justify-content-between.btn-button-block.col-md-6.col-sm-6 {
    display: none;
}
.rooms-photo img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.rooms-title h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
}
.rooms-button a {
    width: 85%;
    margin: 5px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
}
.rooms-button a.readmore {
    font-size: 14px;
    line-height: 16px;
    color: #247CFF;
    text-decoration: none;
    background: #DEECFF;
}
.rooms-button a.orderbutton {
    border: 1px solid #7EB2FF;
    text-decoration: none !important;
    color: #0A0A0A;
}
.rooms-wrapper {
    box-shadow: 0px 2px 31px rgb(10 10 10 / 10%);
    border-radius: 10px;
}
.rooms-wrapper {
    box-shadow: 0px 2px 31px rgb(10 10 10 / 10%);
    border-radius: 10px;
    padding-bottom: 15px;
}
div.modal .modal-dialog {
    width: 95% !important;
}
.owl-big-slider .owl-item img {
    width: 100%;
}
.owl-block-sl .owl-controls.clickable {
    display: none !Important;
}
.clear {
    clear: both;
}
.modal-open .modal {
    padding: 0 !important;
}
body.modal-open {
    overflow: hidden;
    margin-right: 0 !important;
    background: #000000b0;
    position: absolute;
}
.content-block-wrapper table td {
    border: 1px solid;
    padding: 5px;
}
.content-block-wrapper {
    padding-bottom: 25px;
}