*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  line-height: 1;
}

:focus {
  outline: none;
}

p {
  margin: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

img {
  display: block;
  max-width: 100%;
  border: none;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

iframe {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

button,
input,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input {
  width: 100%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-align: left;
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
  resize: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.img--center {
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
}

.sprite {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
}

.container {
  max-width: 425px;
  padding: 0 10px;
  margin: 0 auto;
}

.accent {
  font-weight: 700;
}

.link {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #6e8f99;
}

.link:hover::after {
  width: 100%;
}

.link::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: '';
  background: #6e8f99;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 30px 30px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left bottom, left top, from(#d7610e), to(#f17a27));
  background: -o-linear-gradient(bottom, #d7610e 0%, #f17a27 100%);
  background: linear-gradient(to top, #d7610e 0%, #f17a27 100%);
  border-radius: 60px;
  -webkit-box-shadow: inset 0 -40px 30px -30px #f49857, 0 5px 0 #a74b0b;
          box-shadow: inset 0 -40px 30px -30px #f49857, 0 5px 0 #a74b0b;
  -webkit-transition: -webkit-box-shadow .5s, -webkit-transform .5s;
  transition: -webkit-box-shadow .5s, -webkit-transform .5s;
  -o-transition: box-shadow .5s, transform .5s;
  transition: box-shadow .5s, transform .5s;
  transition: box-shadow .5s, transform .5s, -webkit-box-shadow .5s, -webkit-transform .5s;
}

.btn:hover {
  -webkit-box-shadow: inset 0 -70px 30px -30px #f17a27, 0 1px 0 #a74b0b;
          box-shadow: inset 0 -70px 30px -30px #f17a27, 0 1px 0 #a74b0b;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.btn__wrapper {
  text-align: center;
}

.header {
  position: relative;
  text-align: center;
  background: #e5f2f5;
}

.header::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  display: block;
  width: 100%;
  height: 7px;
  content: '';
  background: url("../images/decor_header_sm.png") repeat-x;
}

.header__section {
  padding: 15px 0;
}

.header__title {
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 2px;
}

.header__subtitle {
  position: relative;
  display: inline-block;
  font-size: 12px;
}

.header__subtitle::before {
  position: absolute;
  top: 50%;
  right: -20px;
  left: -20px;
  z-index: 0;
  height: 1px;
  margin-top: -2px;
  content: '';
  background: #1f1f1f;
}

.header__subtitle::after {
  position: absolute;
  right: -10px;
  bottom: 50%;
  left: -10px;
  z-index: 0;
  height: 1px;
  margin-bottom: -2px;
  content: '';
  background: #1f1f1f;
}

.header__subtitle span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 5px;
  background: #e5f2f5;
}

.header__nav {
  display: none;
}

.header__icons {
  display: none;
}

.blog__section {
  padding: 20px 0 40px;
}

.blog__date {
  margin-bottom: 15px;
  font-size: 14px;
}

.blog__info {
  margin-bottom: 15px;
  font-size: 0;
}

.blog__info--item {
  position: relative;
  display: inline-table;
  min-width: 70px;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #93b5c0;
  border-radius: 5px;
}

.blog__info--item::after {
  position: absolute;
  bottom: -5px;
  left: 20px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  background: #93b5c0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.blog__info--item:last-child {
  margin-right: 0;
}

.blog__info span {
  display: table-cell;
  vertical-align: middle;
}

.blog__info svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  stroke: #fff;
}

.blog__tags {
  margin-bottom: 20px;
}

.blog__tags--item {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

.blog__tags--item:last-child {
  margin-right: 0;
}

.blog__tags--item-link {
  position: relative;
  display: inline-block;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

.blog__tags--item-link:hover::after {
  width: 100%;
}

.blog__tags--item-link::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: '';
  background: #6e8f99;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s;
}

.blog__tags--item-link:hover {
  color: #6e8f99;
}

.blog__subtitle {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
  color: #d7610e;
}

.blog__title {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
}

.blog__text {
  margin-bottom: 20px;
  line-height: 1.6;
}

.blog__img {
  position: relative;
  max-width: 380px;
  margin: 0 auto 20px;
}

.blog__img--caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: table;
  width: 150px;
  height: 50px;
  padding: 5px;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #d7610e;
}

.blog__img--caption span {
  display: table-cell;
  vertical-align: middle;
}

.aside {
  display: none;
}

.reviews {
  background: #f3f8f8;
}

.reviews__section {
  padding: 30px 0;
}

.reviews__heading {
  margin-bottom: 15px;
}

.reviews__title {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}

.reviews__amount {
  display: inline-block;
  padding: 7px 7px 6px;
  margin-left: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #d7610e;
  vertical-align: middle;
  border: 2px solid #d7610e;
  border-radius: 50%;
}

.reviews__list {
  padding-bottom: 15px;
}

.reviews__item {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #6e8f99;
}

.reviews__item--nested {
  padding-left: 40px;
}

.reviews__item:last-child, .reviews__item--inset {
  margin-bottom: 0;
  border-bottom: initial;
}

.reviews__arrow {
  position: absolute;
  top: 5px;
  left: 0;
}

.reviews__arrow svg {
  width: 20px;
  height: 20px;
  fill: #6e8f99;
}

.reviews__table {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.reviews__cell {
  display: table-cell;
  vertical-align: top;
}

.reviews__cell:first-child {
  width: 50px;
}

.reviews__ava {
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #6e8f99;
  border-radius: 50%;
}

.reviews__ava img {
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
}

.reviews__info {
  padding: 5px 10px 0;
}

.reviews__name {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.reviews__date {
  font-size: 13px;
  color: #6e8f99;
}

.reviews__text {
  margin-bottom: 15px;
  line-height: 1.5;
}

.reviews__img {
  margin-bottom: 15px;
}

.reviews__btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #6e8f99;
}

.copyright {
  text-align: center;
  background: #f3f8f8;
}

.copyright__section {
  padding: 20px 0;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
  .container {
    width: 740px;
    max-width: inherit;
    padding: inherit;
  }
  .header::after {
    height: 14px;
    background: url("../images/decor_header_lg.png") repeat-x;
  }
  .header__section {
    position: relative;
    padding: 25px 0;
  }
  .header__title {
    font-size: 34px;
  }
  .header__subtitle {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .header__nav {
    display: block;
    font-size: 0;
    text-align: center;
  }
  .header__nav--item {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 500;
  }
  .header__nav--item:last-child {
    margin-right: 0;
  }
  .header__nav--item-link {
    display: inline-block;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
  }
  .header__nav--item-link:hover, .header__nav--item-link.active {
    color: #6e8f99;
  }
  .header__icons {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
  }
  .header__icons--item {
    display: inline-block;
    margin-right: 10px;
  }
  .header__icons--item:last-child {
    margin-right: 0;
  }
  .header__icons--item-link {
    display: inline-block;
  }
  .header__icons--item-link svg {
    width: 20px;
    height: 20px;
    fill: #829498;
    -webkit-transition: fill .5s;
    -o-transition: fill .5s;
    transition: fill .5s;
  }
  .header__icons--item-link svg:hover {
    fill: #516063;
  }
  .blog__section {
    padding: 30px 0 60px;
  }
  .blog__date {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
  }
  .blog__info {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
  }
  .blog__info--item {
    font-size: 14px;
  }
  .blog__tags {
    margin: 10px 0 30px;
  }
  .blog__tags--item {
    font-size: 16px;
  }
  .blog__subtitle {
    font-size: 36px;
  }
  .blog__title {
    font-size: 36px;
  }
  .blog__img {
    max-width: inherit;
    margin: 0 0 20px;
  }
  .blog__img--caption {
    bottom: 40px;
    left: 15px;
    font-size: 18px;
  }
  .blog__group {
    font-size: 0;
    text-align: justify;
  }
  .blog__group::after {
    display: inline-block;
    width: 100%;
    content: '';
  }
  .blog__group--item {
    display: inline-block;
    vertical-align: top;
  }
  .blog__group--item:first-child {
    width: 53.17%;
  }
  .blog__group--item:last-child {
    width: 46.46%;
  }
  .reviews__title {
    font-size: 22px;
  }
  .reviews__amount {
    font-size: 22px;
  }
  .reviews__content {
    padding-left: 60px;
  }
  .reviews__item {
    margin-bottom: 25px;
  }
  .reviews__item--nested {
    padding-left: 100px;
  }
  .reviews__item:last-child, .reviews__item--inset {
    margin-bottom: 0;
    border-bottom: initial;
  }
  .reviews__arrow {
    left: 60px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
  .main {
    display: table-cell;
    vertical-align: top;
  }
  .aside {
    display: table-cell;
    width: 350px;
    padding-left: 50px;
    vertical-align: top;
  }
  .about {
    margin: 150px 0 30px;
    text-align: center;
    background: #e5f2f5;
  }
  .about__section {
    padding: 30px 25px;
  }
  .about__title {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #d7610e;
    text-transform: uppercase;
  }
  .about__title::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background: url("../images/decor_about.png") repeat-x;
  }
  .about__img {
    width: 125px;
    height: 125px;
    margin: 0 auto 20px;
    overflow: hidden;
    border-radius: 50%;
  }
  .about__text {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
  .about__icons--item {
    display: inline-block;
    margin-right: 10px;
  }
  .about__icons--item:last-child {
    margin-right: 0;
  }
  .about__icons--item-link {
    display: inline-block;
  }
  .about__icons--item-link svg {
    width: 20px;
    height: 20px;
    fill: #829498;
    -webkit-transition: fill .5s;
    -o-transition: fill .5s;
    transition: fill .5s;
  }
  .about__icons--item-link svg:hover {
    fill: #516063;
  }
  .share {
    padding: 20px 30px;
    margin-bottom: 30px;
    text-align: center;
    background: #e5f2f5;
  }
  .share__logo {
    display: inline-block;
    margin-bottom: 10px;
  }
  .share__list {
    font-size: 0;
  }
  .share__item {
    display: inline-block;
    width: 68px;
    height: 68px;
    margin: 0 10px 10px 0;
    vertical-align: top;
  }
  .share__item:nth-child(3n+3) {
    margin-right: 0;
  }
  .share__item-link {
    display: inline-block;
  }
  .news {
    text-align: center;
    background: #e5f2f5;
  }
  .news__section {
    padding: 30px 20px;
  }
  .news__title {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #d7610e;
    text-transform: uppercase;
  }
  .news__title::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background: url("../images/decor_about.png") repeat-x;
  }
  .news__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #6e8f99;
  }
  .news__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: initial;
  }
  .news__table {
    display: table;
    width: 100%;
  }
  .news__cell {
    display: table-cell;
    vertical-align: top;
  }
  .news__cell:first-child {
    width: 60px;
  }
  .news__img {
    display: inline-block;
  }
  .news__name {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
  .news__date {
    font-size: 14px;
    color: #6e8f99;
    text-align: right;
  }
  .reviews__section {
    margin-right: 365px;
  }
  .copyright__section {
    margin-right: 365px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

 .ac_footer {
        position: relative;
        text-align: center;
        overflow: hidden;
        padding: 50px 0;
        color: #A12000;
    }

    .ac_footer a {
        color: #A12000;
    }

    .ac_footer p {
        text-align: center;
    }

    img[height="1"], img[width="1"] {
        display: none !important;
    }

