@font-face {
  font-family: Merriweather;
  src: url(../fonts/merriweather/Merriweather-Bold.woff2) format("woff2"),url(../fonts/merriweather/Merriweather-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Merriweather;
  src: url(../fonts/merriweather/Merriweather-Regular.woff2) format("woff2"),url(../fonts/merriweather/Merriweather-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Merriweather;
  src: url(../fonts/merriweather/Merriweather-Italic.woff2) format("woff2"),url(../fonts/merriweather/Merriweather-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}

*,
:focus {
  outline: 0;
}

body,
html {
  height: 100%;
}

body {
  font: 400 14px/1.5 Merriweather;
  color: #000;
  background-image: url(../images/main-slider-bgs/body.png);
  background-repeat: no-repeat!important;
  background-position: center!important;
  background-size: cover!important;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
}

form {
  margin: 0;
}

.edit-content h1,
.edit-content h2,
.edit-content h3,
.edit-content h4,
.edit-content h5,
.edit-content h6 {
  font-weight: 400;
}

.edit-content h2 {
  font-size: 27px;
  margin: 60px 0 80px;
}

.edit-content h6 {
  font-size: 17px;
  line-height: 1.7;
}

.edit-content>:first-child {
  margin-top: 0!important;
}

.edit-content>:last-child {
  margin-bottom: 0!important;
}

.edit-content p {
  line-height: 1.7;
  margin-bottom: 60px;
}

.edit-content iframe {
  height: 560px;
  width: 100%;
  border: none;
  margin-bottom: 30px;
}

.edit-content h3 {
  font-size: 27px;
  margin: 55px 0 25px;
}

.edit-content a {
  color: inherit;
}

.edit-content a:hover {
  color: #c0a058;
  text-decoration: none;
}

.edit-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.edit-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
}

.edit-content ul li:last-child {
  margin: 0;
}

.edit-content ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #244484;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
  left: 0;
}

.edit-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.edit-content__cols {
  margin: 35px 0;
}

.edit-content__cols-item {
  margin-bottom: 15px;
}

.img--responsive {
  max-width: 100%;
  display: inline-block;
  height: auto;
}

.color--blue {
  color: #244484;
}

.col-pdg-10 {
  padding: 0 10px;
}

.row-mrn-10 {
  margin: 0 -10px;
}

.txt--right {
  text-align: right;
}

.container {
  max-width: 1170px;
}

.container--sm {
  max-width: 860px;
}

.list--unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:hover {
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.custom-blockquote {
  padding: 65px 65px 40px 100px;
  background: url(../images/bgs/custom-blockquote.png) bottom left no-repeat #fff;
}

.custom-blockquote__txt {
  font-size: 17px;
  color: #244484;
  margin: 0 0 15px!important;
}

.custom-blockquote__auther {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.custom-blockquote__auther-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
  overflow: hidden;
  background-repeat: no-repeat!important;
  background-position: center!important;
}

.custom-blockquote__auther-info {
  margin-right: 45px;
  font-size: 13px;
}

.custom-blockquote__auther-info span {
  display: block;
}

.bg-blockquote {
  height: 445px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 70px 100px;
  position: relative;
  margin: 80px 0;
}

.bg-blockquote>* {
  margin: 0!important;
  font-size: 27px;
  max-width: 520px;
  padding-left: 30px;
  font-weight: 400;
  line-height: 1.4;
}

.bg-blockquote>:before {
  content: '';
  width: 3px;
  background: #c0a058;
  top: 60px;
  bottom: 60px;
  left: 100px;
  position: absolute;
}

.bg-blockquote--no-bg {
  padding-top: 0!important;
  padding-bottom: 0!important;
  margin: 0;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none!important;
}

.contacts-social a {
  text-decoration: none;
  color: #e4e8ec;
  opacity: .8;
  -webkit-transition: opacity .7s;
  transition: opacity .7s;
  display: block;
}

.contacts-social a:hover {
  opacity: 1;
  -webkit-transition: opacity .7s;
  transition: opacity .7s;
}

.contacts-social i {
  font-size: 22px;
}

.toogle-bar {
 /* width: 88%;*/
  position: fixed;
  right: 165px;
  height: 100%;
  top: 0;
  background: #eaecf0;
  padding: 59px 17px 40px;
  text-align: left;
  color: #000;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}

.toogle-bar::-webkit-scrollbar {
  width: 7px;
}

.toogle-bar::-webkit-scrollbar-track {
  background: #eaecf0;
  cursor: pointer;
}

.toogle-bar::-webkit-scrollbar-thumb {
  background: #c0a058;
}

.toogle-bar::-webkit-scrollbar-thumb:hover {
  background: #b99546;
}

.toogle-bar.is--open {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.toogle-bar__col {
  margin-bottom: 38px;
}

.toogle-bar__col:last-child {
  margin: 0;
}

.toogle-bar__head {
  margin-bottom: 24px;
  text-transform: uppercase;
}

.toogle-bar__title {
  font-size: 16px;
  margin-bottom: 5px;
}

.toogle-bar__btn {
  width: 25px;
  height: 15px;
  margin: 0 auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear;
  transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;
}

.toogle-bar__btn-span {
  background: #c0a058;
  width: 25px;
  height: 2px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  display: block;
}

.toogle-bar__btn-span:after,
.toogle-bar__btn-span:before {
  content: '';
  background: inherit;
  height: 2px;
  position: absolute;
  left: 0;
  width: 100%;
}

.toogle-bar__btn-span:before {
  margin-top: -5px;
}

.toogle-bar__btn-span:after {
  margin-top: 5px;
}

.toogle-bar__btn.is--active,
.toogle-bar__btn:hover {
  -webkit-transition: -webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear;
  transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;
}

.toogle-bar__btn.is--active span,
.toogle-bar__btn:hover span {
  background: #fff;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-box-shadow: 0 0 13px 0 #fff;
  box-shadow: 0 0 13px 0 #fff;
}

.menu a {
  display: block;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  background: #e0e4ed;
  color: #244484;
  padding: 0 8px;
  margin-bottom: 1px;
  text-decoration: none;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.menu a.is--active,
.menu a:hover {
  background: #c0a058;
  color: #fff;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
}

.menu-standart {
  font-size: 13px;
  color: #fff;
}

.menu-standart a {
  color: inherit;
  text-decoration: none;
  margin-right: 45px;
  margin-bottom: 15px;
  padding: 5px 0;
  display: block;
  border-bottom: 3px solid transparent;
}

.menu-standart a:hover {
  color: #c0a058;
}

.menu-standart a.is--active {
  color: #c0a058;
  border-color: #c0a058;
}

.menu-standart--dark a {
  color: #244484;
}

.menu-standart__toggle-btn {
  width: 25px;
  height: 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear;
  transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;
}

.menu-standart__toggle-btn-span {
  background: #c0a058;
  width: 25px;
  height: 2px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  display: block;
}

.menu-standart__toggle-btn-span:after,
.menu-standart__toggle-btn-span:before {
  content: '';
  background: inherit;
  height: 2px;
  position: absolute;
  left: 0;
  width: 100%;
}

.menu-standart__toggle-btn-span:before {
  margin-top: -5px;
}

.menu-standart__toggle-btn-span:after {
  margin-top: 5px;
}

.menu-standart__toggle-btn.is--active,
.menu-standart__toggle-btn:hover {
  -webkit-transition: -webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear;
  transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;
}

.menu-standart__toggle-btn.is--active span,
.menu-standart__toggle-btn:hover span {
  background: #fff;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-box-shadow: 0 0 13px 0 #fff;
  box-shadow: 0 0 13px 0 #fff;
}

.form__group {
  margin-bottom: 1px;
}

.form__control {
  height: 40px;
  border: none;
  background: rgba(255,255,255,.3);
  font-size: 14px;
  padding-left: 10px;
  width: 100%;
}

.form__control::-webkit-input-placeholder {
  color: #9e9e9e;
}

.form__control:-ms-input-placeholder {
  color: #9e9e9e;
}

.form__control::-ms-input-placeholder {
  color: #9e9e9e;
}

.form__control::placeholder {
  color: #9e9e9e;
}

.form__control:focus {
  outline: 0;
}

.form__btn {
  margin-top: 40px;
}

.form__mix {
  position: relative;
}

.form__mix-btn {
  border: none;
  background: 0 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
}

.form__mix-btn i {
  font-size: 24px;
}

.btn {
  background: red;
  border: none;
  font-size: 14px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.btn:hover {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.btn--block {
  width: 100%;
  display: block;
  text-align: center;
}

.btn--blue {
  color: #fff;
  background: #244484;
}

.btn--blue:hover {
  background: #c0a058;
}

.page {
  background: 0 0!important;
}

.page__head {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.page__head-top {
  border-bottom: 1px solid rgba(255,255,255,.3);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page__head-top--border-dark {
  border-color: #808795;
}

.page__head-bottom {
  height: 220px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page__head--no-bg {
  color: #000;
}

.page__title {
  font-size: 27px;
  color: inherit;
  margin: 0 0 40px;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px rgba(255,255,255,.5);
}

.page__content {
  padding: 60px 0;
  min-height: calc(100% - 320px);
  background: url(../images/page-bgs/content.png) top center/cover no-repeat;
}

.page__content--padding-25 {
  padding: 25px 0 50px;
}

.page__content--solid {
  padding-top: 0;
  min-height: 100%;
}

.page__absoule-bg {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 645px;
  background-repeat: no-repeat!important;
  background-position: center!important;
  background-size: cover!important;
}

.service {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  border-right: 1px solid #1f345f;
  height: 100%;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  padding: 30px;
}

.service:hover {
  background-color: rgba(34,68,135,.3)!important;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}

.service:hover .service__content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.service:hover .service__link-icon {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service__icon {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -22px;
  margin-left: -27px;
  text-align: center;
}

.service__content {
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: center;
  height: 223px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  text-shadow: 2px 1px 5px rgba(255,255,255,.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.service__btn,
.service__title,
.service__txt {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.service__title {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.28;
  position: relative;
  text-shadow: #000 2px 1px 1px;
}

.service__txt {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
  position: relative;
}

.service__btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 16px;
  text-shadow: 2px 1px 1px #000;
  color: #c0a058;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service__btn i {
  position: absolute;
  margin-left: 67px;
  font-size: 19px;
}

.service__link-icon {
  position: absolute;
  width: 30px;
  bottom: 34px;
  left: 50%;
  margin-left: -15px;
  text-align: center;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.post {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: url(../images/bgs/news.png) center left no-repeat #fff;
}
.site-bar__languages a {
  color: #fff;
  text-decoration: none;
}
.site-bar__languages a:hover {
  color: #c0a058;
}

.post__col {
  margin-bottom: 30px;
}

.post__picture {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  max-width: 260px;
}

.post__picture img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.post__date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 225px;
  flex: 0 0 225px;
  max-width: 225px;
  font-size: 18px;
  text-align: center;
}

.post__title {
  font-size: 18px;
  text-decoration: none;
  color: #244484;
}

.post__title:hover {
  color: #c0a058;
}

.post__read {
  position: absolute;
  right: 60px;
  bottom: 25px;
  color: #c0a058;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.post__read:hover {
  color: #244484;
}

.post__read i {
  font-size: 18px;
  margin-left: 10px;
}

.road {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 180px;
  position: relative;
  color: #244484;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  background: url(../images/bgs/road.png) center left no-repeat #fff;
}

.road:hover {
  color: #fff;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  background: url(../images/bgs/road-hover.png) center left no-repeat #244484;
}

.road:hover .road__read {
  color: #fff;
}

.road__txt {
  color: inherit;
  font-size: 18px;
}

.road__read {
  position: absolute;
  right: 40px;
  bottom: 25px;
  color: #c0a058;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.road__read:hover {
  color: #244484;
}

.road__read i {
  font-size: 18px;
  margin-left: 10px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #fffefe;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs a {
  color: inherit;
  text-decoration: none;
  margin: 5px 25px 5px 0;
  position: relative;
  display: block;
}

.breadcrumbs a:hover {
  color: #c0a058;
}

.breadcrumbs a:before {
  content: '-';
  position: absolute;
  right: -18px;
  color: #fff!important;
}

.breadcrumbs span {
  color: #c0a058;
}

.breadcrumbs--dark {
  color: #000;
}

.breadcrumbs--dark a:before {
  color: #000!important;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin-right: 60px;
  margin-top: 50px;
}

.pagination a {
  margin-left: 10px;
  color: #224487;
  text-decoration: none;
}

.pagination a.is--active {
  color: inherit;
}

.pagination a:hover {
  color: #c0a058;
}

.pagination li:first-child {
  margin-right: 5px;
}

.site-content {
  margin-right: 165px;
}

.site-content--sm {
  margin-right: 650px;
}

.site-bar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  width: 165px;
  padding: 33px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  z-index: 2;
}

.site-bar--bg-light-blue {
  background: #4b679f;
}

.site-bar.is--active,
.site-bar:hover {
  background: #244484;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}

.site-bar__logo {
  margin-bottom: 20px;
}

.site-bar__toogle-bar {
  margin-bottom: 45px;
}

.site-bar__social {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 127px;
}

.site-bar__social a {
  margin-bottom: 60px;
}

.site-bar__footer {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0;
}

@media (min-width:768px) {
  .menu-standart {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none!important;
  }

  .visible-lg {
    display: block!important;
  }
}

@media (max-width:1300px) {
  .page__absoule-bg {
    width: 350px;
  }

  .site-content--sm {
    margin-right: 350px;
  }
}

@media (max-width:1199px) {
  .service {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 20%;
    border-bottom: 1px solid #1f345f;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
  }

  .service__icon {
    left: 15px;
    top: 50%;
    bottom: 0;
    margin-left: 0;
  }

  .service__content {
    height: auto;
    padding-left: 80px;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .service__txt {
    margin: 15px 0;
  }

  .service__link-icon {
    height: 30px;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    left: inherit;
    bottom: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width:991px) {
  .edit-content h2 {
    margin: 30px 0 40px;
  }

  .edit-content p {
    margin-bottom: 25px;
  }

  .edit-content iframe {
    height: 320px;
  }

  .edit-content h3 {
    margin: 35px 0 10px;
  }

  .custom-blockquote {
    padding: 35px;
  }

  .bg-blockquote {
    height: inherit;
    padding: 25px;
    margin: 40px 0;
  }

  .bg-blockquote>* {
    padding-left: 10px;
  }

  .bg-blockquote>:before {
    top: 15px;
    bottom: 15px;
    left: 15px;
  }

  .page__absoule-bg {
    display: none;
  }

  .service__title {
    font-size: 14px;
  }

  .post {
    display: block;
  }

  .post__picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .post__date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 14px;
    text-align: left;
    margin: 10px 0;
  }

  .post__read {
    position: static;
    margin-top: 15px;
  }

  .site-content--sm {
    margin-right: 165px;
  }
}

@media (max-width:767px) {
  .edit-content h1,
  .edit-content h2,
  .edit-content h3,
  .edit-content h4,
  .edit-content h5,
  .edit-content h6 {
    margin: 25px 0 15px!important;
  }

  .edit-content h2 {
    font-size: 22px;
  }

  .edit-content p {
    margin-bottom: 15px;
  }

  .edit-content iframe {
    height: 180px;
  }

  .edit-content h3 {
    font-size: 20px;
  }

  .edit-content ul li {
    margin-bottom: 15px;
  }

  .edit-content__cols {
    margin: 20px 0;
  }

  .custom-blockquote {
    padding: 20px;
  }

  .custom-blockquote__auther {
    display: block!important;
  }

  .custom-blockquote__auther-info {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .bg-blockquote>* {
    font-size: 18px;
    line-height: 1.6;
  }

  .hidden-xs {
    display: none!important;
  }

  .visible-xs {
    display: block!important;
  }

  .toogle-bar {
    left: 0;
    right: 50px;
    width: inherit;
    padding: 15px;
  }

  .toogle-bar__col {
    margin-bottom: 20px;
  }

  .menu-standart {
    position: absolute;
    top: 100%;
    background: #244484;
    left: 0;
    right: 0;
    display: none;
    z-index: 2;
  }

  .menu-standart a {
    border: none;
    border-bottom: 1px solid #1f345f!important;
    border-right: 1px solid #1f345f!important;
    margin: 0;
    padding: 15px;
    color: #fff;
  }

  .form__btn {
    margin-top: 20px;
  }

  .page__head-top {
    height: 80px;
  }

  .page__head-bottom {
    height: 150px;
  }

  .page__title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .page__content {
    padding: 30px 0;
  }

  .page__content--solid {
    padding-top: 0;
  }

  .service {
    height: 240px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
  }

  .service:nth-child(1) {
    background-image: url(../images/main-slider-bgs/11.png);
  }

  .service:nth-child(2) {
    background-image: url(../images/main-slider-bgs/22.png);
  }

  .service:nth-child(3) {
    background-image: url(../images/main-slider-bgs/33.png);
  }

  .service:nth-child(4) {
    background-image: url(../images/main-slider-bgs/55.png);
  }

  .service:nth-child(5) {
    background-image: url(../images/main-slider-bgs/33.png);
  }

  .service:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }

  .service:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(34,68,135,.3)!important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }

  .service__icon {
    width: 40px;
    height: 40px;
  }

  .service__content {
    padding-left: 55px;
  }

  .service__btn i {
    position: static;
    margin-left: 10px;
  }

  .post__title {
    font-size: 16px;
  }

  .road {
    margin-bottom: 15px;
  }

  .road__txt {
    font-size: 16px;
  }

  .breadcrumbs li {
    display: none;
  }

  .breadcrumbs li:first-child,
  .breadcrumbs li:last-child {
    display: block;
  }

  .pagination {
    margin-right: 0;
    margin-top: 25px;
    font-size: 16px;
  }

  .site-content {
    margin-right: 50px!important;
  }

  .site-bar {
    width: 50px;
    padding: 15px;
    background: #244484;
  }

  .site-bar__logo img {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
}

@media (max-width:575px) {
  .post__col {
    margin-bottom: 15px;
  }
.img--responsive {
    max-width: 130%;
}
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none!important;
  }

  .visible-sm {
    display: block!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none!important;
  }

  .visible-md {
    display: block!important;
  }
}

@media (max-height:640px) {
  .site-bar__logo {
    margin-bottom: 30px;
  }

  .site-bar__toogle-bar {
    margin-bottom: 25px;
  }

  .site-bar__social {
    margin-top: 30px;
  }

  .site-bar__social a {
    margin-bottom: 25px;
  }

  .site-bar__footer {
    bottom: 15px;
    font-size: 12px;
  }
}