@charset "UTF-8";
@import url(vendor.css);
@import url(../fonts/Play/Play.css);
@import url(../fonts/HelveticaNeue/HelveticaNeue.css);
* {
  box-sizing: border-box; }

html {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  font-family: 'inter', sans-serif;
  color: #404040;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%;
  height: auto; }

a:not([class]) {
  text-decoration: none;
  color: #1034A6; }
  a:not([class]):hover {
    text-decoration: underline; }

.nobr {
  white-space: nowrap; }

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.h-yellow {
  color: #FFFFFF; }

.lg-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0; }

.solid-btn {
  display: inline-flex;
  align-items: center;
  height: 35px;
  font-size: 15px;
  color: #1034A6;
  border: 1px solid #1034A6;
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: bold;
  text-decoration: none;
  min-width: 170px;
  padding: 0 15px 1px;
  justify-content: center;
  text-align: center;
  transition: .2s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }
  .solid-btn:hover {
    color: #FFFFFF;
    background: #1034A6; }

.filled-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 0 20px;
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #1034A6;
  background: #fff;
  border: none;
  min-width: 120px;
  height: 35px;
  justify-content: center;
  text-align: center;
  transition: .2s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }
  .filled-btn:hover, .filled-btn:active {
    color: #FFFFFF;
    background: #1034A6; 
    border:1px solid #FFFFFF;}

.header {
  box-shadow: 0 0 0 1px #ddd;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10; }
  @media (min-width: 768px) {
    .header, .header .header__tel {
      transition: .4s ease-out; }
    .header .logo {
      transition: background-image .4s ease-out; }
    .header .solid-btn {
      transition: all .4s ease-out, background .2s; }
    .header.-light {
      background: transparent;
      box-shadow: 0 0 0 1px transparent;
      color: #fff; }
      .header.-light .header__tel, .header.-light .solid-btn {
        color: #fff;
        border-color: #fff; }
      .header.-light .solid-btn:hover {
        background: rgba(255, 255, 255, 0.15); }
      .header.-light .logo {
        background-image: url(../img/logo-light.png); } }
  .header__inner {
    display: flex;
    align-items: center; }
  .header__logo {
    margin-right: 50px; }
  .header__nav {
    margin-right: auto; }
  .header__tel {
    font-family: 'HelveticaNeueCondensed', sans-serif;
    font-weight: 900;
    text-decoration: none;
    color: #1034A6;
    font-size: 20px; }
  .header__quote-btn {
    margin-left: 20px;
    min-width: 120px; }
  .header__hamburger {
    width: 30px;
    height: 22px;
    flex-shrink: 0;
    margin-left: 15px;
    display: none; }
    .header__hamburger.is-active .header__hamburger-line:nth-child(1) {
      -webkit-transform: rotate(45deg) translateX(7px) translateY(7px);
              transform: rotate(45deg) translateX(7px) translateY(7px); }
    .header__hamburger.is-active .header__hamburger-line:nth-child(2) {
      opacity: 0;
      -webkit-transform: translateX(50px);
              transform: translateX(50px); }
    .header__hamburger.is-active .header__hamburger-line:nth-child(3) {
      -webkit-transform: rotate(-45deg) translateX(7px) translateY(-7px);
              transform: rotate(-45deg) translateX(7px) translateY(-7px); }
    .header__hamburger-line {
      height: 2px;
      width: 100%;
      background: #1034A6;
      display: block;
      opacity: 1;
      transition: .25s; }
      .header__hamburger-line:nth-child(2) {
        margin: 8px 0; }

.logo {
  display: block;
  width: 225px;
  background: no-repeat top center url(../img/logo.png); }
  .logo:before {
    content: '';
    display: block;
    padding-bottom: 44%; }
  .logo.-light {
    background-image: url(../img/logo-light.png); }

@media (min-width: 768px) {
  .main-nav {
    display: block !important; } }

.main-nav__list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none; }

.main-nav__item {
  position: relative; }
  .main-nav__item:hover .main-nav__link {
    opacity: .7; }
  .main-nav__item:hover .main-nav__sub-list {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: .3s; }
  .main-nav__item.is-active .main-nav__link {
    opacity: 1;
    color: #1034A6; }

.main-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: currentColor;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'HelveticaNeue', sans-serif;
  padding: 25px;
  height: 125px;
  transition: opacity .2s; }

.main-nav__btn {
  display: none; }

.main-nav__sub-list {
  position: absolute;
  top: 100%;
  left: 25px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  min-width: 170px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #dddddd;
  background: #fff; }

.main-nav__sub-item {
  padding: 0; }
  .main-nav__sub-item.is-active .main-nav__sub-link, .main-nav__sub-item:hover .main-nav__sub-link {
    color: #1034A6; }

.main-nav__sub-link {
  padding: 7px 20px;
  display: block;
  color: #404040;
  transition: .2s;
  text-decoration: none;
  white-space: nowrap; }

.main {
  min-height: calc(100vh - 266px); }
  .main > :first-child:not(.main-areas) {
    margin-top: 125px; }
    @media (max-width: 1199px) {
      .main > :first-child:not(.main-areas) {
        margin-top: 100px; } }
    @media (max-width: 1023px) {
      .main > :first-child:not(.main-areas) {
        margin-top: 80px; } }
    @media (max-width: 767px) {
      .main > :first-child:not(.main-areas) {
        margin-top: 70px; } }

.footer {
  background: #101010; }
  .footer__inner {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    color: #fff;
    padding: 45px 0 5px; }
  .footer a {
    color: currentColor;
    text-decoration: none;
    transition: .2s ease; }
    .footer a:hover {
      color: #c0c0c0; }
  .footer__logo {
    margin-right: auto; }
  .footer__nav {
    width: 270px;
    margin-right: 30px; }
  .footer__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .footer__nav-link {
    text-transform: uppercase;
    display: table;
    line-height: 24px;
    font-family: 'HelveticaNeue', sans-serif; }
  .footer__about {
    width: 370px; }
  .footer__text {
    margin: 17px 30px 0 0;
    line-height: 18px; }
  .footer__tel {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold; }
  .footer__copyright {
    width: 100%;
    text-align: center;
    color: #c0c0c0;
    margin-top: 70px; }

.main-areas {
  color: #fff;
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .main-areas__video {
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none; }
    .main-areas__video video {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      opacity: .4; }
  .main-areas__inner {
    display: flex;
    padding: 200px 0 90px;
    position: relative; }
  .main-areas__left {
    margin-right: auto; }
  .main-areas__title {
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    text-indent: -.06em; }
  .main-areas__text {
    font-weight: bold;
    max-width: 600px;
    margin-top: 25px; }
  .main-areas__served {
    font-weight: bold;
    margin-top: 25px; }
  .main-areas__image {
    display: block;
    margin-top: 70px; }
  .main-areas__right {
    width: 470px;
    flex-shrink: 0;
    margin-left: 29px; }

.quote-form {
  background: #0c0c0c;
  padding: 20px 20px 80px; }
  .quote-form__header {
    margin: 35px 0 55px; }
  .quote-form__title {
    font-size: 28px;
    font-weight: bold; }
  .quote-form__subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px; }
  .quote-form__fields {
    text-align: left; }
  .quote-form__field {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    height: 45px;
    background: #fff;
    margin: 10px 0;
    outline: none; }
    .quote-form__field::-webkit-input-placeholder {
      color: #929292;
      opacity: 1; }
    .quote-form__field:-ms-input-placeholder {
      color: #929292;
      opacity: 1; }
    .quote-form__field::-ms-input-placeholder {
      color: #929292;
      opacity: 1; }
    .quote-form__field::placeholder {
      color: #929292;
      opacity: 1; }
    .quote-form__field.-multi {
      padding-top: 15px;
      padding-bottom: 15px;
      height: 120px;
      resize: none; }
    .quote-form__field.-select {
      background: #fff no-repeat center right 12px url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAQAAABHhr7cAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjARkOBTgTnpP4AAAAkklEQVQY012MsQrCMBRFT7KUiLjp10h5GTJIEcHBwX/wN/wBf8FNHDpIh0Lj4M/UUSSOdSjExHe3e859So4sOPgPf2cNJ3olT+a0bHLBGmocvWbLG0dtTQILLjgCe+0frHLBFlypCKx9pyEXUghqGBdLGqa07Dj/YMRghRsTXswIVP4+thHHD3EJwJBESmmkTJsvzys/623KOqwAAAAASUVORK5CYII=); }
  .quote-form__btn {
    height: 45px;
    width: 100%;
    font-size: 18px;
    padding-bottom: 1px; }

.hours {
  background: #191919; }
  .hours__inner {
    display: flex;
    justify-content: space-around; }
  .hours__item {
    padding: 25px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    text-align: center; }
  .hours__item-title {
    font-size: 22px;
    font-weight: bold; }

.advantages {
  overflow: hidden; }
  .advantages__inner {
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .advantages__item {
    width: 25%;
    padding: 15px;
    text-align: center; }
  .advantages__icon {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px; }
  .advantages__title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
  .advantages__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px; }

.content-section {
  background: no-repeat center;
  background-size: cover;
  color: #fff; }
  .content-section__inner {
    padding: 50px 0 70px; }
  .content-section__right {
    max-width: 570px;
    margin-left: auto; }

.text-styles {
  line-height: 24px; }
  .text-styles h1, .text-styles h2, .text-styles h3, .text-styles h4, .text-styles h5, .text-styles h6 {
    margin-bottom: 30px; }
  .text-styles p {
    margin: 30px 0; }
  .text-styles ul {
    margin: 30px 0 40px 35px;
    padding: 0;
    list-style: none; }
    .text-styles ul li {
      position: relative;
      padding-left: 15px;
      display: table; }
      .text-styles ul li:before {
        content: '•';
        color: #1034A6;
        position: absolute;
        left: 0; }

.page-title {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px; }
  .page-title__subtitle {
    font-size: 16px;
    display: block;
    margin: 10px 0 5px;
    font-weight: normal; }

.article-aside {
  display: flex;
  padding-bottom: 100px; }
  .article-aside__article {
    width: 100%; }
  .article-aside__aside {
    width: 570px;
    margin-left: 30px;
    flex-shrink: 0; }

.blog-list {
  margin-top: -7px; }

.blog-list-item {
  padding-bottom: 35px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 28px; }
  .blog-list-item__title {
    font-size: 30px;
    font-weight: bold;
    padding-right: 15px;
    margin-bottom: 10px; }
  .blog-list-item__author {
    margin-bottom: 30px; }
  .blog-list-item__image_content {
    display: flex; }
  .blog-list-item__image {
    width: 270px;
    margin-right: 30px;
    flex-shrink: 0; }
    .blog-list-item__image img {
      display: block; }
  .blog-list-item__content {
    width: 100%;
    display: flex;
    flex-direction: column; }
  .blog-list-item__text {
    font-family: 'HelveticaNeue', sans-serif;
    color: #696969;
    font-size: 16px;
    margin-bottom: 20px; }
  .blog-list-item__link {
    margin-top: auto;
    font-size: 16px;
    font-weight: bold;
    color: #1034A6;
    text-decoration: none;
    align-items: flex-start;
    place-self: flex-start;
    line-height: 10px; }
    .blog-list-item__link:hover {
      text-decoration: underline; }

.quote-form {
  color: #fff; }
  .quote-form.-full {
    background: no-repeat left center url(../img/pics/form-full-bg.jpg);
    background-size: cover;
    padding: 40px 40px 80px;
    position: -webkit-sticky;
    position: sticky;
    top: 125px;
    left: 0; }
    .quote-form.-full .quote-form__title {
      font-size: 36px; }
    .quote-form.-full .quote-form__header {
      text-align: center;
      margin: 0 0 35px; }
    .quote-form.-full .quote-form__body {
      display: flex; }
    .quote-form.-full .filled-btn {
      height: 50px; }
  .quote-form.-compact {
    background: #30363e;
    margin-top: 36px;
    padding: 15px;
    border: 1px solid #e8e8e8; }
    .quote-form.-compact .quote-form__title {
      font-size: 22px; }
    .quote-form.-compact .quote-form__text {
      font-size: 18px; }
    .quote-form.-compact .quote-form__header {
      text-align: center;
      margin: 0 0 25px; }
    .quote-form.-compact .filled-btn {
      height: 35px; }
  .quote-form__text {
    margin-top: 15px;
    font-size: 16px; }
  .quote-form__fields-text {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px; }
  .quote-form__fields {
    width: 100%; }
  .quote-form__btn_rss {
    display: flex;
    align-items: center; }
    .quote-form__btn_rss .quote-form__btn {
      max-width: 255px; }
  .quote-form__rss {
    width: 155px;
    margin-left: auto;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding-left: 18px;
    background: no-repeat left center url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABO1BMVEX/2UP/10P/2kX/2kT/1kL/2kL/20X/1UD/1Ub/10b/2UT/zDP/20L/1Tz/3kT//yn/zjX/60r/20T/20b/3kD/20P/2kT/2kT/2UT/2kX/3ET/2UX/2kT/2kX/2kP/3EX/1D3/1kH/2kT/2kP/2kT/2UT/1D3/2kX/2kX/2kT/2kX/20T/20P/1kT/1T7/20X/2UT/2UT/0zz/2kT/2kL/20X/2UX/2kT/20X/10D/20X/20P/3EP/507/2EP/30j/0Dn/2kT/2kT/3Eb/1kH/20X/20D/6U7/20X/20P/2UP/20T/2kX/5UT/2EL/2kT/20T/20T/20T/2UT/2kT/2kT/20j/20T/2UP/2kT/4Tv/2UX/2kT/20P/2kb/2kX/2kT/2kX/2kT/20X/2EP/2UT/10L/2UP///9R6XCWAAAAYXRSTlMAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7ufDhT4F8K5DKTdaqvP0eCuokwKrn3Imc/Z55XX5P1yCyJgCq7EGcfN3K/P7Ph+EXHHpJ6uFwVjJcVzC6H6CoTfnYL4bXPWsKfHtLRwr1gAAAAFiS0dEaMts9CIAAAAHdElNRQfjARkXCgymReN9AAAAlUlEQVQI1yXL0xrCABgA0L+1bNst27btZfwL7/8G7avLc3FAbzCazBbgEFySBOsDEW32PxxOl9uDXuoHgscX+PwMBoIsQuFIVCiKxTHBgh1JSixJMemMFLK5/BMLRVkJyxUAgl+tveryRrPVhk63p+i/B0PlCMcwwc9UNcO5eoFLWCGuYYNbzQ5p2NOHo/Z0vuiut/sX8wUc6STBDSoAAAAASUVORK5CYII=);
    transition: .2s; }
    .quote-form__rss:hover {
      color: #ffda44; }
  .quote-form__info {
    width: 135px;
    flex-shrink: 0;
    margin-right: 30px;
    margin-top: 35px; }
  .quote-form__info-item {
    text-align: center;
    line-height: 24px; }
    .quote-form__info-item + .quote-form__info-item {
      margin-top: 25px; }
  .quote-form__info-item-title {
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    color: #1034A6; }
    .quote-form__info-item-title.-medium {
      font-size: 36px; }
  .quote-form__info-item-subtitle {
    font-size: 22px;
    font-weight: bold;
    color: #1034A6;
    margin-top: 1px; }
  .quote-form__info-item-text {
    font-size: 16px;
    margin-top: 2px; }

.rating-stars {
  display: flex;
  justify-content: center; }
  .rating-stars__star {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: no-repeat center url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAMAAAAm/38fAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABDlBMVEX///+ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy3///8SeLXRAAAAWHRSTlMAAEkdAsZ6TOAPu3JF/N8SBbx1Sg4eJkfMo1Jki7jA7/v6w7mTaTlR+M8lQeoU7L8V60Dotzz1ztkR/SSJS8Hm8X4Jyn8YK5/2jif+hTKe1O2KNKjWDTM+LE5EugAAAAFiS0dEAIgFHUgAAAAHdElNRQfjARkWNwW0s3lQAAAA00lEQVQoz2NgQAAmZgasgIWVDbsEewQHJ1YNXBER3NgkeHgjIvj4McUFBCOAQAhTQhgkHsEhgioqKiYuAZaIkGQSE4WISUnLyMrJK0TAgaK8krKKqhqDukYEFqCpxcCgrYMpLqcLMkxbD11c3wBijbYhqrgg3DdGxsjiJkgBY2qGEDdH9ooRktMsLJEkpJFMsrJGkrBBlrBFkrADC9k7gClHhLiTM0jYxdXN3QPI8GSES3h5R9j7gCPc188swh/JtQGB8HQQFBwSioi8MOQ4CAc7CwCuJ0xTO4h+IgAAAABJRU5ErkJggg==); }

.offers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px;
  padding-bottom: 170px; }

.offers-list-item {
  width: 370px;
  margin: 15px;
  text-align: center;
  border: 1px solid #e8e8e8;
  padding: 15px;
  display: flex;
  flex-direction: column; }
  .offers-list-item__image {
    display: block;
    background: center no-repeat;
    background-size: cover;
    margin: -15px -15px 15px; }
    .offers-list-item__image:before {
      content: '';
      display: block;
      padding-bottom: 66.2%; }
  .offers-list-item__title {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
    color: #1034A6;
    text-decoration: none;
    display: block; }
    .offers-list-item__title:hover {
      text-decoration: underline; }
  .offers-list-item__text {
    font-size: 16px;
    font-family: 'HelveticaNeue', sans-serif; }
  .offers-list-item__link {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #1034A6;
    place-self: center; }
    .offers-list-item__link:hover {
      text-decoration: underline; }
  .offers-list-item__share {
    background: #fff;
    margin: -50px 0 15px; }
  .offers-list-item__btn {
    display: flex;
    margin: auto -16px -16px;
    height: 50px; }

.contact-us {
  background: no-repeat center url(../img/pics/contact-us-bg.jpg);
  background-size: cover;
  min-height: inherit; }
  .contact-us__inner {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 30px;
    display: flex; }
  .contact-us__map {
    width: 50%;
    background: #f1f1f1; }
  .contact-us__form {
    width: 50%;
    background: #fff;
    padding: 55px 45px; }
  .contact-us__title {
    text-align: center; }
  .contact-us__text {
    margin: 30px 0 45px;
    display: flex;
    justify-content: space-between;
    line-height: 24px; }
  .contact-us__address {
    width: 160px;
    display: table;
    padding-left: 20px;
    background: no-repeat left 6px url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAANCAMAAACn6Q83AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAyVBMVEX///+ohy2ohy2ohy2nhy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy3////VjAfqAAAAQnRSTlMAAFmpqViAqicof0myATidN7NHm0IjvUgiRJocaX5oHaekOy+3Lrk8WqGxnlYFrE9KrgYTDbo1eY6HCLYmETm4TIKt7LQBAAAAAWJLR0QAiAUdSAAAAAd0SU1FB+MBGgAfFIlAhyQAAAB8SURBVAjXLYzHEoIwAAVXImIBo6ixYgFj772j//9TEsc9vNl5hwUsIdLCJiHjZEnlnDwUXK8oZckr+1SqNeXXVaPZQrQ7AQTdXp9BGA21HkVjyWSK7c4s5guWq7XpbLY70GoPh+PJHOdLEr8a43YPH+r5U15x/ObPR5r9AnlVCgQhB71NAAAAAElFTkSuQmCC); }
  .contact-us__phone {
    display: table;
    padding-left: 25px;
    color: currentColor;
    text-decoration: none;
    background: no-repeat left 6px url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA6lBMVEX///+ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy3////42/XQAAAATXRSTlMADEgKF5+eRRWlp6QTBDqthAKXZ2UNIIczkoKsAZZaCU60ZkGrDzmuIg61MDidpk07qkIWk29xoiZdu2QQLL4+oy9sC7g9URJtPJGpmaWsqlIAAAABYktHRACIBR1IAAAAB3RJTUUH4wEaACEM2+kEDwAAAJZJREFUCNcdjMUWglAABccAW0xsLBQLFVTswo7//x59zGbO3MUFnz8AQUkO8SccicbikEgqqTRksuSiebVQpFSGShVqWr3RbKG00Tt0jR70B8ORSanBWBMHk0LaZGpVbd0nUmUG8wXOMs9qnRBTfGPj6FsjE9mJ3B/aHE9nXOni5dUVQrl5Cs+t+6P+lL2zP6/3x/g++AF0Og8+G+YbJAAAAABJRU5ErkJggg==); }
  .contact-us__email {
    display: table;
    padding-left: 25px;
    color: currentColor;
    text-decoration: none;
    background: no-repeat left 7px url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAMAAACTbPdTAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAolBMVEX///+ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy2ohy3////RKu2OAAAANXRSTlMALoaTlapzST9DSKmbnAgHnaJisR4csGWjAVGuJCOsVwKL1F/RY01rZq8XEKduQAWaRHJ0LcPIldsAAAABYktHRACIBR1IAAAAB3RJTUUH4wEaACEpkO3QSAAAAHtJREFUCNdNjtcagjAUgwOVUdoqBUfrLKAMBy7e/9lo1Qv/q5wvX3ICzyeTL8T3EIRRTB1xEjJwKqZwzFLKIZHlc3ssliurlcZ6s8Vuf4BWUAYoyupIAKOcd5I1i0TjPIm2O9vc5Xqzmvfi/unUjydH8Pr965M3w/+WYQQWTAgD5KKnDwAAAABJRU5ErkJggg==); }
  .contact-us__field {
    border: 1px solid #dcdcdc; }

.blog-item + .quote-form.-compact {
  margin-top: 25px; }

.blog-item__author {
  margin-bottom: 15px; }

.blog-item__share {
  margin-bottom: 20px; }

.blog-item__image-link, .blog-item__image {
  display: block; }

.blog-item__image {
  margin: 0 auto; }

.blog-item__previews {
  display: flex;
  margin: 5px -15px -15px; }
  .blog-item__previews .blog-item__image-link {
    margin: 15px; }
  .blog-item__previews .blog-item__image-link:nth-child(3) ~ .blog-item__image-link {
    display: none; }

.blog-item__text .lg-title {
  font-size: 30px;
  margin: 20px 0 10px; }

.blog-item__text p {
  margin: 10px 0 15px;
  font-family: 'HelveticaNeue', sans-serif;
  font-size: 16px;
  color: #696969; }

.blog-item__text ul {
  margin: 20px 0 20px 35px;
  color: #696969; }

.blog-item__tags {
  margin: 20px 0 0; }

.blog-item__tags-title {
  font-size: 18px;
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8; }

.blog-item__tags-list {
  margin: -5px; }

.blog-item__tags-item {
  margin: 5px; }

.blog-item .filled-btn {
  border: 1px solid #1034A6; }
  .blog-item .filled-btn:hover {
    background: #fff;
    color: #1034A6; }

div .at-share-tbx-element .at-icon-wrapper {
  margin: 0 6px 0 0;
  width: 35px;
  height: 35px;
  background-color: transparent !important;
  outline: none; }
  div .at-share-tbx-element .at-icon-wrapper span {
    display: none; }
  div .at-share-tbx-element .at-icon-wrapper.at-svc-facebook {
    background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABWVBMVEVNW5NNW5RMW5NMW5RMXJNNXJRMXJRNXJNNW5RMW5NMW5RNW5NNW5RNW5NNW5RMW5RNW5NNW5RMXJRMW5RMW5NNW5NMW5NNW5RMW5NNW5RMW5NMW5NMW5NMW5RNW5RMW5RNW5NMW5NMW5RMW5RNW5NMW5RNW5RMW5NMW5NMW5NMW5NNW5NMW5RMW5RMW5NNW5RMW5NMW5NNW5NMW5RNW5NMXJNMW5NNW5NMW5RNW5NNW5RMW5NNW5RNW5NNW5RMW5NMW5NNW5NNW5NMW5NNXJNMW5NNW5RMW5NNW5NNW5RNW5NNW5NMW5NNW5RMW5RMW5NMW5NNW5NMW5NNW5NNW5RNW5NMW5NNW5NMW5NNW5NMW5RNW5NMW5RNW5RNW5RMW5RNXJNMW5NMW5NNW5RNW5RNW5NMW5NNXJNMW5NMW5NMW5RMW5NMW5RNW5NNW5RNXJNMXJRMXJP///+ekSSIAAAAa3RSTlMAAAAAAAAAANrr6+vr2PLw7e3r7fytZENAQKDYPXvmI4HtXYDgCH+wIqrHx+OitKIC1aMC0e2m/uqWAsDq9vcxERELDhGtH8MjCN4b8/YVKv77kYCAUQFogKStAtGj0aOjo9Hx1e/c7ZfC2tjHyyAAAAABYktHRHI2Dg1YAAAAB3RJTUUH4wEaARQtNHO80AAAAtFJREFUOMstVGlD00AQ3exWMQlqazzACyOeeBWKeFapt3iLB4qg4O3ubNr//8X3ZpukTbIzO+/Nm5mYXXlelHmZTxYF7nlZlGVZ8OB6Sctus8cHCT76GMUH7/EkvHkRCaGJIn6vaY+X4CpqwmMcYi3EGLhLStOhAWEYzcsInpGbJDTcE3HBB08hSMQuBYMP70NEg7NgcZ+pInAlmZUaQML+AwcPTU1PTx0mfGnagdYgiS1+cDpy1GTGWGuPgbkvwFmhQIlHIOnjMw4uzhp7gmuFqWEVphhlGJLPyZZtWWdsZmdhGeWmDg2zVSrMROKp00BBEOd2nGEu8AHlkHKiArjOkoo7d35u7sJF7IvAiomPkDuijeTSzsxOmMuiogflTMnSpalFuWJdZrvzoiw19w6LAFRPIDCTsMCseotwD0PoCZ2vUm/AwRVRRjiXkJLrzqcs8Ac+LJHmg33X6ut5fsOB8s1bk2Vxu8/yj/Wh/iR45+7yYPmec85k9wcPBoOHEN4j90gfeDVw7j+yBgf+LGW2jwmWoxaokoLhvf8E9hYrlaEW7ukKG45YBCM9pN+fcQ4lQBhoZM2z58hLJqGPNocihhcvNUBmMkK5V6+RLnJvK4qwnCG8ebv6bva9sRP2w8e11bVPGhx8WFGVh6Dskc/kvb4SpIE4eNc4kDj1blSdFgxS7y76EcX3qmHklGiD6bx4WTDgu/4ltQIWtOejtse4JuI3SHd9U2OyGZRPo4y0QdhIX1F219tkqTidwKp0+miWNGLxG7u0u5imAESBxfZK2VMF8NxiObrbOpkwQcNO1MEglm802EYLpehtp5kLrHul/hwIn1j7LZsBaxvPIx3rHD6p/bxOGN23wBl8+NZQuXysYRx/MdhF1ND0NqkbtQXWdyVKnziK+h1YQovZ3g9+SiKH+6f5VVd6/q7qdl136rr+g67Ibv7tVFWnXberzr//I8x450x3f9wAAAAASUVORK5CYII=); }
  div .at-share-tbx-element .at-icon-wrapper.at-svc-twitter {
    background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAB/lBMVEVZo9xZotxZo9xao9xZo9xZo9xZo9xZo9xZotxao9xZo9tZotxZo9xZo9xaotxZo9xZotxao9xaotxao9tZo9tYotxToNpPndpQntpPndlTn9tYo9xXottVodtUoNt/uOSs0e262fGq0O18t+RTn9pWodtorN+Fu+Vgp93G3/P////+//+/2/Joq9+NwOfV6PaYxulRntpVoNtsreD6/P6w0+9QntvN4/X3+/3I4PNcpNxepd1Rn9qIvea72vFbpNySw+jo8/qz1fDB3fJmqt6Jvebe7PiDuuVSn9pXodzL4vTv9/t5teL5+/5cpN1Qndrc7Pfo8vtqrOC52fDl8fq72fCXxel7tePd7PfR5fZXotxiqN3W6Pf+/v7M4/RRntuKvubo8vrY6fb9/v+52PBPntpZottUodttruD//v+byOpSntrC3fN2s+JToNtkqd7d7PhUn9thp92pz+3p8/uax+p/t+Td7fju9vzl8PnW6PaKvudip97N4/S01fCHvOa31/D1+fzJ4fRWotxWottZo91Ondpgp9601e/5/P7B3PJqrN9mqd6Hvea62PDy+Pz3+v2iy+tbo92VxOnb6/f7/f7F3/NyseFYottmqt+XxunK4fTq8/r8/f/z+fzY6fer0O10suJSn9tXodtgpt2Eu+WLv+d7tuNnq99WodzxubbsAAAAD3RSTlPa6+vr2PLw7e3t7fHv3O3oyo4dAAAAAWJLR0QqU77UngAAAAd0SU1FB+MBGgEWI+H981UAAAJySURBVDjLbVMHe9MwEHUSwHYZOhk7dtM4rIaCmU6YpVA2bYGyVxiFlrIJe48CZe9N2TTsf4lOkpWQ9n3+bPn09HQ63dO0WCzOHgZ8JeRX/IvREG0oiQCEAuCHUFIBOkzTWRAEhUckHQdA2cAiMcYRGM2nJRtAalAWjHMdYvN1ksT2JJYURx7jVKqX96IqSaZj4MgGiIQYnKTr1abqKDhp/I3zfICk6jBDaqOSnxkzdtz4CfUZLzuR/QLnMI0GvgRQyJ80OWCYMnXa9BkzQxrp5PKzZs/JUZ6lk50bCMwL5jcuYLmLszctDIJFzR7PO1wcRFiydNnyLDAdEzkrWGTlqpawlUBLm+IEq9ekqDgXJX5+LYbaGtrX1YbrFWXDxhCT5PlYxN0kopu3bN22XXF2uLw+CaYDUNiZ36VmdqvRnnpSrk/H3n2dXcEA7O8mB5iQONfBQ4eDQXDEA3EXvM5Hjw1C6Tpe5HWNazVYOf9E50DOyYLD80louo0XcOr0mbPVnHMu9hGlUY8lz1+4WEW51IhXaPN8eFelyeVqmSsh8E7k9cEiEv/qtf8p10OgFLtK1Jn3X67Qc+NmmXKr9/Yd1Ye6ZVHS2psL7967/0BRHjo5ZaAE77H2R4/zT54+U4znLzI+FSaR90Wcl69eV2Ty5u277j6iKGyvGtbGfcX3Hz5++oyEL1+/9ZeKch/RmVF9vnulH/0/f/X8/vPXTaI/LFCGjGmm9CSki01hRykrnBgZG70ofAHC83ICAAPqWHgXyqcWKS+uhPCyWmNJN6t1gjNcjZXvgR9I7mzBCG2kbpiGbhqGLmHgY+r6KFM3TQxo/wC9bJjBNZX0vQAAAABJRU5ErkJggg==); }
  div .at-share-tbx-element .at-icon-wrapper.at-svc-linkedin {
    background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAByFBMVEVNgaNMgaNMgaJMgqNNgaNMgaNMgaNNgqNMgaNNgaNMgaJMgaNMgaNMgqNNgaJMgaNNgaNMgaNMgaJMgqNMgKFMf6BMgKNMgqJNgqNciquTr8uju9N1m7xMgKJNgaJMf6Fci6zm7PP///+OrclNf6CbttD2+ftXh6lNgKJNf6Gyxttfja59oMHV3+tRg6VNgqJOgaKcts/09/rT3upijrBNgKFbi6xQhKVNgKBMf59Mfp5Nfp5Mfp9Pg6VShaZRhKZMfqBUhqePrMqXs86Wss5ulrePrsmXss6FpsRfjK2kvNTZ4ezj6PHD0uKDpcNQg6RulrbE0+RZiarX4exvl7fu8vfE0uJWhqi/zuBYiKrx9Pno7fPt8Pe9zeBtlra+zuBZiKpul7fx9fnK1+eLqseYss7p7vSdttFYiaqswdhPgaJNfp9ei6zh6PGwxNptlre9zuD19/tbiqyIqMbn7PNShaV0mrqwxNlShKd1nLtShad1m7uwxdl2m7ttl7e9zuHn7PR2m7zx9fi+zeBMgKDG1ONaiarz9vp4nb24yt5XiKqrwdiswth5nb1Thaeju9Suwteet9FkkLKtwdeuwditwditwtiCpcNwZ/MTAAAAEHRSTlPa6+vr69jy8O3t7e/c7e3akfPFpwAAAAFiS0dEIl1lXKwAAAAHdElNRQfjARoBFjhrmDq5AAACoUlEQVQ4y1VUB1vUQBBNDtTjFN3ZAijkIjFqYkUleqCAiif2gljAAmI9C1iwYvfsvf9dZ3Y34Zj7vuzuzNt5M7Mz5zhuKrk6163XG9d+8ZSrd+c4cxkwDgyMcP21J4EbBmKekzcmBpxbHCJwb35kcp08z+6zFKU13DpFTIN2KpVSTc2MWQ59ibcYp67hkouXtLZ5qR3NtLCi8YR+mOD+0vYgCJaFOsaWjIkzYhf16IdBuBwhwYqVEVlEM8sShCK6M1zxKsIEq2PIkk7LwZmOh4FaQ5C167jNfP1MdsBsXlHHho3Bps7EVhCDYQJpbClzJi9Pbu7cUuLZZeCeRydBYZuYgXd1b90mUanCsCuEOO7p7WvarisgeE7XOdqxs79/V1l6fbsHBvr3hHv37W8/cPDQYcnTGnJIjlDMRz05SOuxoeM6zeDESUkVM3nFZVKdknJ4BNfTZwIrZzuakMzW5xxpRv1kbCSYJeeVeXdgLNRco9IbG9emCxcvXdabK2FRmDdlqmww8qr2U7l2vfvGTdpNJGBiFqAmSXFLJhpz+04JoPuuxsSQ9oZfNhg5SJipe9gl4X1SPfB5WmdlYk5MXlMPIyiqR9pPKesxy5VEmmvqMfpR06R6MsOlbF5xDeZpbTzIqJ4ZPymXBzxsM/HoHivg1Jj6PMc6U31e9CbYUi9n5YW9Omm4/OFXmgsf3MQzIbE3NFfRxPw6igbHDQZYOJ1ykR9skuoQKd74yVta3/V6yPWeth/8NC8hP7Z+qnz+Ir2v3yqV7z96Imypn79+//n7L8l6lXuqJH2Jb+wnpTjRkx5Vq9USQWi+mB7LbNSFmQ2WjYbQc8FrNMV0ZNL/DYA6Zy7d1L5aQM8vzBKEzXcW5K0U8o20LCw0FPI10phf9B8f3Zrm6YBRIQAAAABJRU5ErkJggg==); }
  div .at-share-tbx-element .at-icon-wrapper.at-svc-email {
    background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABMlBMVEXrr0Tsr0Trr0TrsETssETrr0Xsr0TssETssETrr0Xsr0TrsETssETrr0TssEXsr0Xsr0Xsr0Tsr0Trr0TrsETsr0TrsETrr0Tsr0Xrr0XssETssEXrsEX22af99un88uH88eH88uD78uD22qjuu1756Mf////658fvu1/226zwwnH33rP//v/337Pww3L22aX//v3+//7116Hyy4P+/Pj//PjyyoT11qD//v79+O/9+fH66cvttVLuu2DvvGHttFL66Mv99OX78t/wwW7sskz45sP55cPsskvwwG788t/99OT++fL+/vv00JP11Z399uv99ur11Z7z0JH//fv9+fLss07ttE388+T++vH88eDzz4/z0JD88d/++vL89OX9+vL89OT88+X45L/++fD++fH34blPrxp5AAAAFXRSTlPa6+vr6+vY8vDt7e3t7evr7fLv3No7ZnJ1AAAAAWJLR0QmWgiYtQAAAAd0SU1FB+MBGgEXEqk4wi4AAAJuSURBVDjLZVQHexMxDPVdwuilR8uQZSulaRnH3pS9yigjjAIBwigBWv7/X0BPuvSjX52LLds6v2dJ70IoyqJTFkXRLdFb1ynKPTDKEv3esI8oRubETMRkXeYszFigFBPtDzOY6E8SRYGhWyKiHbE59otQmb82c404iFkP7qd2nTqhp2YSXSS8DCjrgB7JAIswOz2Uk3AmTgrrxKb/MlQOgwYSyp2FWyoG7+eAa4uD46OfZA8vsBSh5pxbtKhB8Hvp4CaeMtT2FpbaxrKAuUZIxIKmd5c2XoxRqB+jkwOe2cqHyTkeXRwsLS8taxvoc2yweJwdsgssp3viZLOjnTpt8WcxPoZy5mw+95/H+Qt08RIQkuDuZBQvX7lK165PXVZu8M1btz2U4MN9kL3TNHfv3R+4y/KDh4+aZtVYCOKM8ElUn+bxk6fP4LL2/MVLHV5lzWO0XKAwmIbYfP2G375bfy8fPmK2amVAB5AvsI8jR1n7RPR5ze0v2FmQbughlxqrccv267fvP1pz1RITUWNeoxvNrvZTrOCQUyWs3pPdPr+wJRk+opdPznln+43iRE5r9QX7ld0+65Z3jWGdDZT+bI4m4+FoOBlvTLZGW6PJcPMvaZkYZ0sFmQqsPlVRZvRJXCxFW89Ry8UKxuVFXs5EORqfBDrJizNbZJPVNNx1AXx6LiLeFktqFyxs0TRYoUgsii5RnSqsqlRU7MZjLszzlJvLgOJUqH64RMTQhQ4Utez74dQpJnt/DvkS/460Co20fXDkPiFfB62cXS4ZV5asYysEAzwUDveqqqpn9Kmruu5VdVXNVzrOwJrVrfrIP0vcf0F1MbcKAAAAAElFTkSuQmCC);
    margin-right: 0; }

@media (max-width: 1199px) {
  .container {
    padding: 0 30px; }
  .main-areas__inner {
    padding: 180px 0 80px; }
  .header .logo {
    width: 65px; }
    .header .logo:before {
      padding-bottom: 110%; }
  .main-nav__link {
    height: 100px; }
  .main-areas__title {
    font-size: 50px; }
  .main-areas__right {
    width: 370px; }
  .advantages__title {
    font-size: 16px; }
  .advantages__text {
    font-size: 14px; }
  .footer__nav {
    width: 220px; }
  .content-section__right {
    max-width: 470px; }
  .article-aside {
    display: block; }
  .article-aside__aside {
    width: 100%;
    margin: 100px 0 0; } }

@media (max-width: 1023px) {
  .container {
    padding: 0 20px; }
  .main-nav__link {
    padding: 12.5px;
    font-size: 12px;
    height: 80px; }
  .main-nav__sub-list {
    left: 12.5px; }
  .header__logo {
    margin-right: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
            transform-origin: left; }
  .header__tel {
    font-size: 16px;
    margin-bottom: 1px; }
  .main-areas {
    min-height: calc(100vh - 98px); }
  .main-areas__inner {
    display: block;
    text-align: center;
    padding: 160px 0 60px; }
  .main-areas__text {
    margin: 25px auto 0; }
  .main-areas__image {
    margin: 60px auto 0; }
  .main-areas__right {
    display: none; }
  .main-areas {
    background-attachment: initial; }
  .advantages__inner {
    padding: 80px 0; }
  .advantages__item {
    width: 50%; }
  .content-section__right {
    max-width: 100%; }
  .content-section {
    background: #191919 !important;
    text-align: center; }
    .content-section ul {
      text-align: left;
      display: table;
      margin-left: auto;
      margin-right: auto; }
  .footer__title {
    font-size: 16px; }
  .footer__tel {
    font-size: 14px; }
  .footer__text {
    margin-right: 0; }
  .footer__nav {
    width: 150px; }
  .footer__about {
    width: 260px; }
  .blog-list-item__image img {
    margin: 0 auto; }
  .offers-list-item {
    width: 349px; }
  .contact-us__inner {
    flex-direction: column;
    padding: 0; }
  .contact-us__map,
  .contact-us__form {
    width: 100%; }
  .contact-us__map {
    height: 400px; }
  .contact-us__text {
    justify-content: center; }
  .contact-us__address {
    margin-right: 30px; } }

@media (max-width: 767px) {
  .content-section .lg-title {
    font-size: 28px; }
  .header__tel {
    display: none; }
  .header__inner {
    height: 69px; }
  .header__hamburger {
    display: block; }
  .main-nav {
    background: #fff;
    color: #404040;
    width: 100%;
    position: fixed;
    left: 0;
    top: 70px;
    bottom: 0;
    display: none;
    background: #f5f5f5; }
  .main-nav__list {
    display: block;
    width: 100%;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .main-nav__item {
    padding: 5px 0;
    border-bottom: 1px solid #ddd; }
  .main-nav__link {
    height: auto;
    text-align: left;
    justify-content: flex-start;
    padding: 15px 15px 0; }
  .main-nav__sub-list {
    position: static;
    visibility: visible;
    opacity: 1;
    display: block;
    border: none;
    padding-left: 10px;
    background: transparent; }
  .main-nav__btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: #1034A6; }
    .main-nav__btn .solid-btn {
      display: inline-flex;
      color: #fff !important;
      border-color: transparent !important;
      height: 45px;
      font-size: 16px;
      width: 100%;
      margin: 0; }
  .main-areas {
    min-height: auto; }
  .main-areas__inner {
    padding: 110px 0 60px; }
  .main-areas__title {
    font-size: 36px; }
  .hours__inner {
    flex-direction: column;
    padding: 30px 0; }
  .hours__item {
    padding: 10px 0; }
  .advantages__inner {
    padding: 30px 0; }
  .advantages__item {
    width: 100%; }
  .footer__inner {
    flex-direction: column;
    text-align: center;
    align-items: center; }
  .footer__logo {
    margin: 0; }
  .footer__about, .footer__nav {
    margin: 40px 0 0; }
  .footer__nav-link {
    margin-left: auto;
    margin-right: auto; }
  .footer__copyright {
    margin: 80px 0 30px; }
  .page-title {
    text-align: center; }
  .page-title .lg-title {
    font-size: 28px; }
  .blog-list-item {
    text-align: center; }
  .blog-list-item__author {
    margin: 0 0 25px; }
  .blog-list-item__image_content {
    display: block; }
  .blog-list-item__image {
    width: auto;
    margin: 0 0 20px; }
  .blog-list-item__title {
    margin: 0 0 15px;
    padding: 0;
    font-size: 20px; }
  .blog-list-item__link {
    place-self: center; }
  .quote-form__btn_rss {
    display: block; }
  .quote-form.-compact .filled-btn {
    max-width: 100%; }
  .quote-form.-compact .quote-form__text {
    font-size: 16px; }
  .quote-form__rss {
    display: table;
    margin: 15px auto 0;
    width: auto; }
  .quote-form.-full {
    padding: 15px; }
  .quote-form.-full .quote-form__title {
    font-size: 22px; }
  .quote-form.-full .quote-form__body {
    display: block; }
  .quote-form__info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0; }
  .quote-form.-full .quote-form__header {
    margin-bottom: 30px; }
  .quote-form__info-item-title,
  .quote-form__info-item-title.-medium {
    font-size: 36px; }
  .quote-form__fields-text {
    text-align: center;
    margin-top: 10px; }
  .quote-form__info-item {
    width: 50%;
    margin-bottom: 20px; }
    .quote-form__info-item + .quote-form__info-item {
      margin-top: 0; }
  .quote-form__info-item-text {
    font-size: 14px; }
  .article-aside__aside {
    margin-top: 60px; }
  .article-aside {
    padding-bottom: 60px; }
  .offers-list {
    padding-bottom: 80px; }
  .offers-list-item__title {
    font-size: 18px; }
  .offers-list-item__btn {
    height: 45px; }
  .offers-list-item {
    width: 100%; }
  .contact-us__form {
    padding: 30px 20px; }
  .contact-us__map {
    height: 300px; }
  .contact-us__text {
    flex-direction: column; }
  .contact-us__address {
    width: auto;
    margin: 0; }
  .contact-us__address {
    padding-left: 25px; }
  .blog-item__text .lg-title {
    font-size: 24px; }
  .blog-item__text ul {
    margin-left: 25px; }
  .blog-item__author {
    text-align: center; }
  .blog-item__share {
    text-align: center; }
  .blog-item__previews {
    margin: 5px -5px -5px; }
  .blog-item__previews .blog-item__image-link {
    margin: 5px; } }

.fancybox-stage .quote-form {
  text-align: center;
  background: #fff;
  max-width: 470px;
  width: 100%;
  padding: 30px 30px 70px;
  color: #404040; }

.fancybox-stage .quote-form__field {
  border: 1px solid #ccc; }

@media (max-width: 767px) {
  .fancybox-stage .quote-form {
    padding: 15px 25px 30px; }
  .fancybox-stage .quote-form__title {
    font-size: 24px;
    margin-bottom: 10px; }
  .fancybox-stage .quote-form__header {
    margin: 20px 0 30px; }
  .fancybox-stage .quote-form__field {
    border: 1px solid #ccc; } }

    .main-areas__video video {
      width: 100%;
      height: 100%;
  
      object-fit: contain; /* show full video */
      object-position: center;
  }
.is-content-justification-center .wp-block-button {
  display: flex;
  justify-content: space-around;
}