@import url(https://fonts.googleapis.com/css?family=Lato);

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Arial', sans-serif;
    color: #3b3b3b;
}

body {
    max-width: 1500px;
    margin: 0 auto;
}

h1,h2,h3,h4 .sign_up-title>p {
    font-family: 'Display', sans-serif;
}

@font-face {
    font-weight: 300;
    font-style: normal;
    font-family: 'Cabo';
    src: url('../fonts/Cabo.otf');
}

@font-face {
    font-weight: 300;
    font-style: normal;
    font-family: 'Display';
    src: url('../fonts/Display.ttf');
}

@font-face {
    font-weight: 300;
    font-style: normal;
    font-family: 'Play';
    src: url('../fonts/Play.ttf');
}

/*| Sections flex |*/

.section {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section-content {
    width: 80%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/*| Section nav |*/


.upper-nav-bg {
    width: 100%;
    height: 80px;
    background-image: url(../img/menu_bg.png);
}

.upper-nav-bg #logo {
  margin-left: 30px;
  padding-top: 11px;
  padding-bottom: 10px;
  font: bold 22px Play, sans-serif;
  color: #fff;
}

.upper-nav-bg #sub_logo {
  margin-left: 30px;
  height: 50px;
  color: #fff;
}

.upper-nav-bg a.logo-telephone {
  padding-left: 15px;
  text-decoration: none;
  color: #fff;
  font: normal 16px 'Arial', sans-serif;
}


.menu ul {
    display: -webkit-flex;
    display: flex;
    background: #434748;
    padding-left: 0;
    justify-content: center;
    align-items: center;
    border: 1px solid #353939;
    box-shadow: inset 1px 1px 0px #505556, 0px 5px 0px 0px #ddd;
}

.menu a {
    text-decoration: none;
    outline: none !important;
    font: bold 16px Arial, sans-serif;
    text-shadow: 0 0 2px black;
    color: #fff;
    padding: 13px 30px;
    display: block;
    border-left: 1px solid #363a3b;
    background: #434748;
    box-shadow: inset 1px 1px 0px #505556;
}

.nav-item {
    list-style: none;
}

li:last-of-type {
    border-right: 1px solid #363a3b;
}

.item-home a:hover {
    box-shadow: inset 0px -3px 0px 0px #c0bb30, inset 1px 1px 0px #505556;
}

.item-services a:hover {
    box-shadow: inset 0px -3px 0px 0px #56c93d, inset 1px 1px 0px #505556;
}

.item-request a:hover {
    box-shadow: inset 0px -3px 0px 0px #48a9c0, inset 1px 1px 0px #505556;
}

.item-about a:hover {
    box-shadow: inset 0px -3px 0px 0px #a54e49, inset 1px 1px 0px #505556;
}

.item-contacts a:hover  {
    box-shadow: inset 0px -3px 0px 0px #c052b9, inset 1px 1px 0px #505556;
}

.item-home a:active {
    box-shadow: inset 0px -3px 0px 0px #c0bb30, inset 1px 1px 0px #3e4344;
    background-image: -moz-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: -webkit-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: -o-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: -ms-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: linear-gradient(top, #434849 0%, #313536 100%);
}

.item-services a:active {
    box-shadow: inset 0px -3px 0px 0px #56c93d, inset 1px 1px 0px #3e4344;
    background-image: -moz-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: -webkit-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: -o-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: -ms-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: linear-gradient(top, #434849 0%, #313536 100%);
}

.item-request a:active {
    box-shadow: inset 0px -3px 0px 0px #48a9c0, inset 1px 1px 0px #3e4344;
    background-image: -moz-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: -webkit-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: -o-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: -ms-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: linear-gradient(top, #434849 0%, #313536 100%);   
}

.item-about a:active {
    box-shadow: inset 0px -3px 0px 0px #a54e49, inset 1px 1px 0px #3e4344;
    background-image: -moz-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: -webkit-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: -o-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: -ms-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: linear-gradient(top, #434849 0%, #313536 100%);
}

.item-contacts a:active  {
    box-shadow: inset 0px -3px 0px 0px #c052b9, inset 1px 1px 0px #3e4344;
    background-image: -moz-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: -webkit-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: -o-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: -ms-linear-gradient(top, #434849 0%, #313536 100%);
    background-image: linear-gradient(top, #434849 0%, #313536 100%);   
}


/*| Hamburger |*/

@media (max-width: 768px) {
 .menu {
    display: none;
 } 
 .upper-nav-bg {
    width: 100%;
    height: 90px;
    background-image: url(../img/menu_bg.png);
}
}

@media (min-width: 768px) {
    .hamburger {
        display: none;;
    }
      .drawer-list {
    width: 40vw;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div .hamburger {
  font-size: 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  align-items: center;
  color: #FEFEFE;
  z-index: 100;
  padding: 2px 5px 2px 2px;
}

.circle {
    width: 57px;
    height: 57px;
    position: fixed;
    top: 13px;
    right: 14px;
    background-color: #434748;
    background-color: rgba(67, 71, 72, 0.8);
    border-radius: 58px;
}

.features {
  font-size: 1rem;
}
.features li {
  width: 100%;
  text-align: center;
  padding: .25em;
}

.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top: 125px;
  transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
  border-bottom-left-radius: 100vw;
  background-color: #434748;
  background-color: rgba(67, 71, 72, 0.8);
  z-index: 100;
}

.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
.drawer-list li {
  list-style: none;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}
.drawer-list li:last-child {
  margin-bottom: 2em;
}
.drawer-list li a {
  text-decoration: none;
  color: #FEFEFE;
  text-align: center;
  display: block;
  padding: 1rem;
  font-size: calc(24px - .5vw);
}
@media (min-width: 768px) {
  .drawer-list li a {
    text-align: right;
    padding: .5rem;
  }
}
.drawer-list li a:hover {
  cursor: pointer;
    background-color: #414445;
    background-color: rgba(65, 68, 69, 0.8);
}

input.hamburger {
  display: none;
}
input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
}
input.hamburger:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
}
input.hamburger:checked ~ label close {
  color: #FEFEFE;
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: transparent;
  width: 0;
}

label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
}
label.hamburger:hover {
  cursor: pointer;
}

label.hamburger > i {
  position: absolute;
  width: 80%;
  height: 2px;
  top: 50%;
  background-color: #FEFEFE;
  pointer-events: auto;
  transition-duration: .35s;
  transition-delay: .35s;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #FEFEFE;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.hamburger > i:before {
  transform: translate(-50%, -14px);
}
label.hamburger > i:after {
  transform: translate(-50%, 14px);
}

label.hamburger {
  position: fixed;
  top: 15px;
  right: 15px;
}



/*| Section top |*/

.section-img {
    background-image: url(../img/fon.jpg);;
    color: #fff;
    -webkit-box-shadow: inset 0px -95px 61px -50px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px -95px 61px -50px rgba(0,0,0,0.75);
    box-shadow: inset 0px -95px 61px -50px rgba(0,0,0,0.75);
    width: 100%;
    min-height: 500px;
}

.section-img-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.section-img-fixed {
  background-attachment: fixed;
}

@media (max-width: 768px) {
    .section-img {
    background-size: auto 600px;
    width: 100%;
    height: 500px;
  }
}

h1 {
    font-size: 2.5em;
    color: #fff;
}

h2 {
    font-size: 1.8em;
    color: #3b3b3b;
}

h4 {
    margin-top: 15px;
}

.label-top span {
    font: 25px Lane, sans-serif;
    color: #fff;
}



/*| Section approch |*/

.approch-section {
    background-color: #eee;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    min-height: 550px;
}

.section-label {
    width: 100%;
    margin: 20px 0;
}

.approch-photo {
    width: 270px;
    height: 230px;
    display: inline-block;
}

.approch-photo_one {
    background: url(../img/intercom-handset.jpg) center;
    background-size: auto 230px;
}
.approch-photo_two {
    background: url(../img/get-contract.jpg) center;
    background-size: auto 230px;
}
.approch-photo_three {
    background: url(../img/repairs.jpg) center;
    background-size: auto 230px;
}
.approch-photo_four {
    background: url(../img/keys.jpg) center;
    background-size: auto 230px;
}

.approch-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 270px;
    height: 320px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.approch-text {
    text-align: justify;
    margin: 20px 20px 20px 20px;
    width: 80%;
    font-size: 16px;
}


/*| Section form |*/

.form-section {
    background: transparent;
    background-color: #363F48;
    opacity: 0.9;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    min-height: 600px;
}

form {
    width: 470px;
    height: 500px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 18px 0px rgba(0,0,0,1);
    -moz-box-shadow: 10px 10px 18px 0px rgba(0,0,0,1);
    box-shadow: 10px 10px 18px 0px rgba(0,0,0,1);
    opacity: 0.9;
}

.user-name,
.user-email, 
.user-phone,
.user-comment {
    margin: 7px 0;
    padding-left: 15px;
    width: 380px;
    height: 47px;
    border: 2px solid #ebebeb;
    border-bottom: 4px solid #ebebeb;
    border-radius: 7px;
    font: normal 14px Arial, sans-serif;
}

.gradient {
    width: 100%;
    height: 8px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(to right, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 85.2%, #62c2e4 100%);
    ;
}

.sign_up-title {
    width: 100%;
    height: 80px;
    background-color: #f7f7f7;
    color: #aaa;
    font: normal 25px Display, sans-serif;
    line-height: 80px;
    margin-bottom: 20px;
}

.user-comment {
    height: 120px;
    resize: none;
}

.user-name::placeholder,
.user-email::placeholder,
.user-phone::placeholder,
.user-comment::placeholder {
    color: #ccc;
}

.user-name:focus,
.user-email:focus,
.user-phone:focus {
    margin: 7px 0;
    padding-left: 15px;
    border: 2px solid #62c2e4;
    border-bottom: 4px solid #62c2e4;
    border-radius: 7px;
    font: normal 14px Arial, sans-serif;
}

.send-btn, .clear-btn {
    margin: 10px 50px;
    width: 120px;
    height: 40px;
    background-color: #f0776c;
    border: none;
    border-bottom: 5px solid #d76b60;
    border-radius: 7px;
    font: normal 18px Arial, sans-serif;
    color: #fff;
}

@media (max-width: 768px) {
    .form-section {
    min-height: 450px;
}

    form {
        width: 320px;
        height: 340px;
    }

    .sign_up-title {
    width: 100%;
    height: 60px;
    font: normal 20px "Microsoft Sans Serif", sans-serif;
    line-height: 60px;
    margin-bottom: 10px;
    }

    .user-name,
    .user-email, 
    .user-phone,
    .user-comment {
    margin: 5px 0;
    padding-left: 15px;
    width: 280px;
    height: 30px;
    }

    .user-name,
    .user-phone {
      width: 140px;
    }    

    .user-comment {
    height: 110px;
    }

    .send-btn, .clear-btn {
    margin: 7px 30px 7px 30px;
    width: 95px;
    height: 35px;
    background-color: #f0776c;
    border: none;
    border-bottom: 5px solid #d76b60;
    border-radius: 7px;
    font: normal 16px "Microsoft Sans Serif", sans-serif;
    color: #fff;
}
}


/*| Section review |*/


.review-section {
    background-color: #eee;
    height: 200px;
}

.section-label {
    width: 80%;
}

.section-label > h2 {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .review-section {
    height: 300px;
    }
}



/*| Section footer |*/


.footer-section {
    background-color: #313536;
    opacity: 0.9;
    min-height: 270px;
    display: flex;
    height: auto;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.footer-header {
  padding-bottom: 5px;
  width: 100%;
}

.footer-section h4 {
  margin: 25px 0 0 0;
  color: #fff;
}

.footer-section p {
  color: #fff;
}

.footer-section li {
  margin: 5px;
  display: inline-block;
}

.footer-section a {
  text-decoration: none;
  color: #fff;
}

.footer-telephone {
  background: url("../img/telephone.png") no-repeat; 
  width: 30px; 
  height: 30px; 
  display:inline-block;
  vertical-align:bottom;
}

.footer-telegram {
  background: url("../img/telegram.png") no-repeat; 
  width: 30px; 
  height: 30px; 
  display:inline-block;
  vertical-align:bottom;
}
.footer-viber {
  background: url("../img/viber.png") no-repeat; 
  width: 30px; 
  height: 30px; 
  display:inline-block;
  vertical-align:bottom;
}

.footer-container {
  width: 80%;
  display: inline-block;
}

.footer-contacts {
  width: 300px;
  margin: 5px;
  margin-bottom: 20px;
}

.footer-schedule {
  width: 250px;
  margin: 5px;
  margin-bottom: 20px;
}

.footer-schedule li {
  color: #fff;
}

.copyright {
  width: 80%;
}