/*
  Project:      Perfect Home Interior
  Version:      1.0.0
  Create Date:  12/03/2018
  Last change:  12/03/2018
*/
/* -------------------------------------------------------------------------
   begin Setup
 * ------------------------------------------------------------------------- */
html {
  font-size: 16px;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #fff;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
  color: #212529;
  text-align: left;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a,
input,
select,
textarea,
button {
  outline: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

.hide {
  display: none;
}

.show {
  display: block;
}

::-moz-selection {
  background-color: rgba(251, 185, 65, 0.5);
  text-shadow: none;
}

::selection {
  background-color: rgba(251, 185, 65, 0.5);
  text-shadow: none;
}

svg:not(:root) {
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.pos-relative {
  position: relative;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.fw-bold {
  font-weight: bold;
}

.dis-block {
  display: block;
}

.dis-i-block {
  display: inline-block;
}

.t-t-uppercase {
  text-transform: uppercase;
}

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

.btn-clear {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.image-block {
  display: block;
  height: auto;
  width: 100%;
}

.transition-basic {
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

/* -------------------------------------------------------------------------
   end Setup
 * ------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
   begin General
 * ------------------------------------------------------------------------- */
/* begin Animate */
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* end Animate */
/* -------------------------------------------------------------------------
   end General
 * ------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
   begin Coming Soon
 * ------------------------------------------------------------------------- */
.coming-soon {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  background-image: url(../img/backgrounds/coming-soon/coming-soon.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  opacity: 0;
  position: relative;
  width: 100vw;
}

.coming-soon .coming-soon-content {
  bottom: 12vh;
  left: 50%;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80vw;
}

.coming-soon .coming-soon-contacts {
  -webkit-animation: fadeUp;
          animation: fadeUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  margin-bottom: 2.188rem;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.coming-soon .coming-soon-contacts-items {
  text-align: center;
}

.coming-soon .coming-soon-contacts-item {
  color: #e7dcc8;
  font-size: 1.625rem;
  margin-bottom: 1.563rem;
}

.coming-soon .coming-soon-contacts-item.coming-soon-contacts-item-phone {
  margin-right: 5.625rem;
}

.coming-soon .coming-soon-contacts-item-link {
  color: #e7dcc8;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.coming-soon .coming-soon-contacts-item-link:hover {
  color: #c7b28c;
}

.coming-soon .coming-soon-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* -------------------------------------------------------------------------
   end Coming Soon
 * ------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
   begin Social
 * ------------------------------------------------------------------------- */
.social {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  width: 5.625rem;
}

.social .social-item-link {
  display: block;
  height: 2.25rem;
  position: relative;
  width: 2.25rem;
}

.social .social-item-link:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
  height: 2.125rem;
  width: 2.125rem;
}

.social .social-item-link.social-item-link-instagram:before {
  background-image: url(../img/icons/social/instagram.svg);
}

.social .social-item-link.social-item-link-facebook:before {
  background-image: url(../img/icons/social/facebook.svg);
  height: 1.875rem;
  width: 1.875rem;
}

.social .social-item-link.social-item-link-youtube:before {
  background-image: url(../img/icons/social/play.svg);
}

.social .social-item-link:hover.social-item-link-instagram:before {
  background-image: url(../img/icons/social/instagram-hover.svg);
}

.social .social-item-link:hover.social-item-link-facebook:before {
  background-image: url(../img/icons/social/facebook-hover.svg);
}

.social .social-item-link:hover.social-item-link-youtube:before {
  background-image: url(../img/icons/social/play-hover.svg);
}

/* -------------------------------------------------------------------------
   end Social
 * ------------------------------------------------------------------------- */
