@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf");
  font-display: block; }
@font-face {
  font-family: 'Montserrat-Medium';
  src: url("../fonts/Montserrat-Medium.ttf");
  font-display: block; }
@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/century-gothic.ttf");
  font-display: block; }
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

@media screen and (min-width: 768px) {
  .wrapper {
    max-width: 979px; }

  .wrapper header {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-top: 25px;
    margin-bottom: 40px; }

  .wrapper header #container-header {
    display: none; }

  .wrapper header .container-stock-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .wrapper header .container-stock-media .stock-media-logo img:last-child {
    display: none; }

  .wrapper header .container-stock-media .stock-media-nav {
    margin-top: 15px;
    width: 94.76%;
    max-width: 724px; }

  .wrapper header .container-stock-media .stock-media-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .wrapper header .container-stock-media .stock-media-nav ul li {
    display: block;
    padding: 15px 19px; }

  .wrapper header .container-stock-media .stock-media-nav ul li a {
    font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500; }

  .wrapper header .container-stock-media .stock-media-nav ul li:hover {
    background-color: #fda51a;
    padding: 10px 19px 20px 19px; }

  .active {
    background-color: #fda51a;
    padding: 10px 19px 20px 19px; }

  #logotip-image {
    padding-right: 50px;
    padding-left: 10px; }

  #logotip-image .border__container {
    border-right: 2px solid #332a2e;
    padding-right: 50px;
    position: relative; }

  #logotip-image .logotip__social__icons {
    display: block;
    width: 50px;
    height: 200px;
    padding: 40px 0;
    background-color: #fff;
    position: absolute;
    top: 17%;
    right: -25px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  #logotip-image .border__container .img__container {
    position: relative; }

  #logotip-image .border__container .img__container .logotip__contacts {
    display: block;
    position: absolute;
    top: 35px;
    left: 60px; }

  #logotip-image .border__container .img__container .logotip__contacts p {
    font-family: "Montserrat-Medium", Arial, sans-serif;
    color: #FFF;
    line-height: 1.5;
    font-size: 1.2em; }

  #logotip-image .border__container .img__container .logotip__contacts p:first-child {
    font-family: "Century Gothic", Arial, sans-serif;
    color: #aeafb3;
    padding-bottom: 10px; }

  /*services*/
  #services {
    padding-right: 100px;
    margin-bottom: 80px; }

  #services .services__container__img .services__container__text {
    max-width: 400px;
    top: 25px;
    left: -155px; }

  #services .services__container__img .services__container__text p {
    font-size: 1.125em;
    line-height: 1.5; }

  #services .services__container__img .services__container__text p:first-child {
    font-size: 1.5em; }

  /*type-services*/
  #type-services .type__services__container:first-child {
    display: none; }

  #type-services .type__services__container:nth-child(2) {
    margin-bottom: 59px; }

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

  /*reviews*/
  #reviews {
    display: block;
    margin: 20px 0 40px 0;
    padding: 0 10px;
    width: 100%;
    height: auto; }

  #reviews .reviews__container {
    width: 100%;
    height: 520px;
    background-image: url("../img/reviews-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    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; }

  #reviews .reviews__container .reviews__header {
    margin-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; }

  #reviews .reviews__container .reviews__header .reviews__header__text {
    margin-bottom: 15px; }

  #reviews .reviews__container .reviews__header .reviews__header__text p {
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: bold;
    font-size: 1.25em; }

  #reviews .reviews__container .reviews__header .reviews__header__border {
    width: 155px;
    height: 2px;
    border-top: 2px solid #fda51a; }

  #reviews .reviews__container .reviews__content {
    margin-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  #reviews .reviews__container .reviews__content .reviews__field {
    width: 550px;
    height: 270px;
    border-radius: 10px;
    background-color: rgba(250, 250, 250, 0.7);
    margin: 0 30px;
    position: relative;
    overflow: hidden; }

  #reviews .reviews__container .reviews__content .reviews__field #rev-line {
    position: absolute;
    width: auto;
    height: 270px;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  #reviews .reviews__container .reviews__content .reviews__field .reviews__line .reviews__item {
    width: 550px;
    height: 270px;
    padding: 40px 30px 30px 30px; }

  #reviews .reviews__container .reviews__content .reviews__field .reviews__line .reviews__item p {
    color: #9b9a9a;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 0.75em; }

  #reviews .reviews__container .reviews__content .reviews__field .reviews__line .reviews__item p:first-child {
    color: #000;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 15px; }

  #reviews .reviews__container .reviews__content .reviews__field .reviews__line .reviews__item p:last-child {
    color: #000;
    margin-top: 15px;
    font-size: 1em;
    line-height: 1.5; }

  #reviews .reviews__container .reviews__content .reviews__move__right img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

  #reviews .reviews__container .reviews__content .reviews__move__right,
  #reviews .reviews__container .reviews__content .reviews__move__left {
    cursor: pointer; }

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

  #container-footer .wrapper-container-footer {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  #container-footer .wrapper-container-footer .container-time {
    padding-left: 27px;
    margin-right: 70px;
    text-align: right; }

  #container-footer .wrapper-container-footer .container-address {
    margin-left: 70px;
    text-align: left; }

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

  #container-footer .container-address p:last-child {
    margin-top: 10px; }

  #container-footer .container-social-icons {
    margin: 0 auto; } }
@media screen and (min-width: 980px) {
  .wrapper header .container-stock-media {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 50px; }

  header .container-stock-media .stock-media-logo img:first-child {
    display: none; }

  header .container-stock-media .stock-media-logo img:last-child {
    display: block;
    margin-right: 52px; }

  .wrapper {
    max-width: 1140px; }

  #logotip-image .border__container .img__container .logotip__contacts {
    left: 80px; }

  #logotip-image .border__container .img__container .logotip__contacts p {
    font-size: 1.5em; }

  #logotip-image .border__container .img__container .logotip__contacts p:first-child {
    font-size: 1.3em; }

  #logotip-image .border__container .logotip__social__icons {
    top: 28%; }

  #services {
    padding-right: 250px;
    margin-bottom: 80px; }

  #services .services__container__img .services__container__text {
    max-width: 700px;
    top: 30px;
    left: -240px; }

  #services .services__container__img .services__container__text p {
    font-size: 1.3em; }

  #services .services__container__img .services__container__text p:first-child {
    font-size: 1.8em; } }

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