@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/century-gothic.ttf");
  font-display: block; }
@font-face {
  font-family: 'Montserrat-Medium';
  src: url("../fonts/Montserrat-Medium.ttf");
  font-display: block; }
.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 767px;
  height: auto; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a, a:hover {
  text-decoration: none;
  color: inherit; }

/*header*/
header {
  width: 100%;
  height: 80px;
  padding-top: 25px;
  background-color: #fdae30;
  position: relative; }

header #container-header {
  margin: 0 auto;
  width: 83.4375%;
  max-width: 450px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

header .container-stock-media {
  display: none; }

#mobile-menu {
  width: 45px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer; }

.open-mobile-menu {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  min-height: 30px;
  background-color: #23262c;
  z-index: 9999; }

.open-mobile-menu li {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.open-mobile-menu li .open-mobile-menu-container {
  width: 83.4375%;
  max-width: 267px; }

.open-mobile-menu li .open-mobile-menu-container a {
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #ffffff;
  display: block;
  padding: 15px 0; }

.open-mobile-menu li:hover {
  background-color: #4e5156; }
  .open-mobile-menu li:hover a {
    color: #d88d25; }

.hide-block {
  display: none; }

#mobile-menu #mobile-menu-img {
  width: 100%;
  height: 4px;
  background-color: #000000; }

#mobile-menu #mobile-menu-img::before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000000; }

#mobile-menu #mobile-menu-img::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000000; }

#mobile-quick-access {
  width: 65.26717557251908%;
  max-width: 171px;
  height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#mobile-quick-access .phone-quick, #mobile-quick-access .time-quick,
#mobile-quick-access .location-quick {
  width: 30%;
  max-width: 32px;
  height: 100%;
  cursor: pointer; }

#mobile-quick-access .phone-quick img, #mobile-quick-access .time-quick img,
#mobile-quick-access .location-quick img {
  width: 100%;
  height: 100%; }

.no-show {
  display: none; }

/*end header*/
#logotip-image {
  width: 100%;
  height: auto;
  margin-bottom: 2em; }

#logotip-image .border__container {
  width: 100%;
  height: auto; }

#logotip-image .logotip__social__icons {
  display: none; }

#logotip-image .border__container .img__container {
  width: 100%;
  height: auto; }

#logotip-image .border__container .img__container .logotip__contacts {
  display: none; }

#logotip-image .border__container .img__container img {
  width: 100%;
  height: auto; }

#services {
  width: 100%;
  height: auto;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

#services .services__container__img {
  width: 66.71875%;
  max-width: 470px;
  height: auto;
  position: relative; }

#services .services__container__img img {
  width: 100%;
  height: auto; }

#services .services__container__img
.services__container__text {
  width: 103.2863849765258%;
  max-width: 340px;
  font-family: "Montserrat-Regular";
  line-height: 1.3em;
  position: absolute;
  top: -0.5em;
  left: -7em; }

#services .services__container__img
.services__container__text p {
  text-align: center;
  font-family: "Monserrat-Regular", Arial, sans-serif; }

#services .services__container__img
.services__container__text p:first-child {
  font-family: "Montserrat-Bold", Arial, sans-serif;
  font-size: 1em;
  padding-bottom: 1em;
  font-weight: bold; }

#services .services__container__img
.services__container__text p:last-child {
  text-align: left; }

#type-services {
  width: 100%;
  height: auto;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#type-services .type__services__container {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2em; }

#type-services .type__services__container:nth-child(2) .template__item:first-child {
  display: none; }

#type-services .type__services__container
.template__item {
  width: 45.3125%;
  /* 290px*/
  max-width: 290px;
  height: auto; }

#type-services .type__services__container
.template__item .template__img {
  margin: 0 auto;
  width: 78.27586206896552%;
  max-width: 227px; }

#type-services .type__services__container
.template__item .template__img img {
  width: 100%;
  height: auto; }

#type-services .type__services__container
.template__item .template__text {
  width: 100%;
  height: auto;
  padding-top: 1em; }

#type-services .type__services__container
.template__item .template__text p {
  text-align: center;
  font-family: "Montserrat-Medium", Arial, sans-serif; }

#type-services .show__price {
  margin-bottom: 1.5em; }

#type-services .show__price a {
  font-family: "Montserrat-Medium", Arial, sans-serif;
  font-size: 1em;
  display: block;
  padding: 20px 60px;
  border-radius: 10px;
  background-color: #fda51a; }

#reviews {
  display: none; }

/*footer*/
footer {
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-color: #23262c; }

#container-footer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#container-footer .wrapper-container-footer .container-time {
  text-align: right;
  margin-bottom: 50px; }

#container-footer .wrapper-container-footer .container-time p {
  color: #9c9b9d;
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 1.125em;
  margin-bottom: 22px;
  margin-right: 20px; }

#container-footer .wrapper-container-footer .container-time p:first-child {
  margin-right: 0; }

#container-footer .container-time p:last-child {
  margin-bottom: 0; }

#container-footer .container-time p span {
  color: #fefcfc;
  font-size: 1.5em;
  margin-left: 17px; }

#container-footer .container-time p:first-child {
  color: #fdae30;
  font-size: 1.375em;
  margin-bottom: 36px;
  text-align: center; }

#container-footer .container-address {
  text-align: center;
  margin-bottom: 45px; }

#container-footer .container-address p:first-child,
#container-footer .container-address p:nth-child(2) {
  color: #fdae30;
  font-size: 1.375em;
  margin-bottom: 15px;
  letter-spacing: 0; }

#container-footer .container-address p:nth-child(2) {
  margin-bottom: 39px; }

#container-footer .container-address p {
  font-family: "Century Gothic", Arial, sans-serif;
  color: #fefcfc;
  margin-bottom: 22px;
  font-size: 1.5em;
  letter-spacing: 2px; }

#container-footer .container-address p:last-child {
  margin-bottom: 0; }

#container-footer .container-social-icons {
  width: 81.5625%;
  max-width: 260px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/*end footer*/

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