/** Регионы - начало */
.vregion-popup-link {
  display: none;
}

.bprice__price svg {

}

.region-button {
  background: rgba(65, 65, 65, 0.46) url(/local/templates/ritual/images/placeholder-filled-point.png) no-repeat 9px 4px;
  background-size: 16px;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  left: 82px;
  border-radius: 2px;
  top: 68px;
  padding: 0 8px 0 30px;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.region-button:hover {
  background-color: rgba(65, 65, 65, 0.6);
}

/* RTL-21-0609-01 */
.none-font-weight{
	font-weight: 100 !important;
}
/* END RTL-21-0609-01 */

@media (max-width: 1100px) {
  .region-button {
    top: 67px;
  }
}

.main-menu .region-button {
  display: none;
}

@media (max-width: 1030px) {

  .main-menu .region-button {
    display: block;
  }
}

.switched-menu .region-button {
  color: #999;
  background-color: transparent;
  background-image: url(/local/templates/ritual/images/placeholder-filled-point_grey.png);
  z-index: 1;
  left: -6px;
  top: 68px;
  max-width: 75%;


}

.switched-menu .region-button:before {
  position: absolute;
  left: 31px;
  right: 9px;
  bottom: 5px;
  border-top: 1px dashed #999;
  content: '';
}

.switched-menu .region-button + .main-menu_list .menuCloseButton {
  margin-bottom: 65px;
}

/** Регионы - конец */

/*

Checkboxes

*/

.checkboxes {
  margin-top: 10px;
}

.checkboxes:first-child {
  margin-top: 0;
}

.checkbox {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  margin-top: 10px;
  margin-right: 30px;
  min-height: 20px;
  line-height: 1.2;
  font-size: 12px;
  color: #999;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox:last-child {
  margin-right: 0;
}

.checkbox:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fdfdfd;
  border: 1px solid #acacac;
  content: '';
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox:after {
  position: absolute;
  top: 1px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: url("../images/checked.png") center center no-repeat;
  background-size: contain;
  content: '';
  visibility: hidden;
}

.checkbox > input[type='radio'],
.checkbox > input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.checkbox:hover:before {
  border-color: #888;
}

.checkbox.checked {
  color: #000;
}

.checkbox.checked:before {
  border-color: #888;
}

.checkbox.tooltip {
  cursor: pointer;
}

.checkbox.disabled {
  cursor: default;
  cursor: not-allowed;
}

.checkbox.disabled:before {
  border-color: #ebebeb;
  background-color: #ebebeb;
  box-shadow: none;
}

.checkbox.checked:after,
.checkbox-plain-js.checked .checkbox:after {
  visibility: visible;
}

.checkbox--radio:before {
  border-radius: 50%;
}

.checkbox--radio:after {
  top: 4px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #0aa6e8;
  border-radius: 50%;
}

.checkbox--block {
  width: 100%;
  margin-right: 0;
}


.form__items {
  margin-top: 25px;
}

.form__items:first-child {
  margin-top: 0;
}

.form__item {
  margin-top: 15px;
}

.form__item:first-child {
  margin-top: 0;
}

.form__actions {
  margin-top: 15px;
}

.form__actions:first-child {
  margin-top: 0;
}

.form__captcha {
  margin-top: 15px;
  height: 78px;
}

.form__captcha:first-child {
  margin-top: 0;
}

.form__error {
  margin-top: 5px;
  color: #eb5a46;
  font-size: 12px;
}

.form__error:first-child {
  margin-top: 0;
}


.textfield {
  display: inline-block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.285714285714286;
  letter-spacing: 0.02em;
  background: #fff;
  color: #333;
  padding: 14px 10px 13px;
  height: 47px;
  width: 100%;
  border: 1px solid #acacac;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  resize: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -moz-transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.textfield:hover {
  border-color: #999;
}

.textfield:focus {
  outline: none;
  box-shadow: none;
  border-color: #999;
}

.textfield:invalid {
  background-color: #fff;
}

.textfield::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.textfield::-webkit-input-placeholder {
  opacity: 1;
  color: #666;
}

.textfield::-moz-placeholder {
  opacity: 1;
  color: #666;
}

.textfield:-moz-placeholder {
  opacity: 1;
  color: #666;
}

.textfield:-ms-input-placeholder {
  opacity: 1;
  color: #666;
}

.textfield.error {
  border-color: #eb5a46;
}

.textfield[disabled], .textfield.disabled, .textfield[readonly] {
  opacity: 1;
  color: #000;
  background-color: #ebebeb;
  border-color: transparent;
  cursor: default;
  cursor: not-allowed;
}


/*

Buttons

*/
.btn {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.285714285714286;
  letter-spacing: 0.02em;
  border: none;
  padding: 14px 25px;
  height: 46px;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 120px;
  border-radius: 7px;
  color: #fff !important;
  -webkit-appearance: none;
  background: #ad5a55;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: all, -webkit-transform, text-indent;
  -moz-transition-property: all, -moz-transform, text-indent;
  transition-property: all, transform, text-indent;
  -webkit-transition-duration: 0.2s, 0.1s, 1ms;
  -moz-transition-duration: 0.2s, 0.1s, 1ms;
  transition-duration: 0.2s, 0.1s, 1ms;
  cursor: pointer;
}

.btn::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

.btn:hover {
  color: #fff !important;
  background-color: #814340;
  text-decoration: none;
}

.btn:active {
  text-decoration: none;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}

.btn[disabled], .btn.disabled {
  background-color: #c78b87;
  color: #fff !important;
  opacity: 1;
  cursor: default;
  cursor: not-allowed;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}


.main {
  position: relative;
  z-index: 1;
  font-family: "Open Sans", Arial;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  padding: 35px 0;
}

@media (max-width: 767px) {

  .main {
    padding-top: 20px;
  }
}

.main *, .main *:before, .main *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main img {
  max-width: 100%;
}

.main p {
  margin-top: 15px;
}

.main p:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {

  .main--homepage {
    font-size: 13px;
    text-align: center;
  }
}

@media (max-width: 767px) {

  .main--homepage {
    font-size: 12px;
  }

  .en-site .main--homepage p {
    text-align: justify;
  }

  .en-site .main--homepage li {
    text-align: justify;
  }
}

.mcontainer {
  max-width: 1380px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 35px;
}

@media (max-width: 479px) {

  .h2 {
    margin-top: 30px;
  }
}

.h2:first-child {
  margin-top: 0;
}

.h2--smaller {
  font-size: 28px;
}

@media (max-width: 1350px) {

  .h2 {
    font-size: 28px;
  }
}

@media (max-width: 1023px) {

  .h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {

  .h2 {
    font-size: 14px;
  }
}

@media (max-width: 479px) {

  .h2--main {
    font-size: 13px;
  }
}

.h2 + p {
  margin-top: 7px;
}

@media (max-width: 767px) {

  .h2 + p {
    margin-top: 3px;
  }
}


.h2-more {
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1;
  margin-left: 30px;
}

.h2-more--right {
  float: right;
  margin-top: 15px;
}

@media (max-width: 1023px) {

  .h2-more--right {
    margin-top: 10px;
  }
}

.h2-more a {
  display: inline-block;
  border-radius: 0;
  color: #999;
  border-bottom: 1px solid #b5b5b5;
  text-decoration: none;
  font-weight: 400;
  text-transform: none;
}


.more {
  font-size: 13px;
  margin-top: 15px;
}

.more:first-child {
  margin-top: 0;
}

.more a {
  color: #999;
  text-decoration: underline;
}

.more .link-dashed {
  text-decoration: none;
}

.main-block .more {
  margin-top: 5px;
}

@media (max-width: 767px) {

  .main-block {
    background-color: #fafafa;
    margin: -20px -15px 0;
    padding: 15px;
  }
}


.main-summary__inner {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .en-site .main-summary__inner ul {
    margin-left: 16px;
  }

  .main-summary {
    max-height: none;
  }
}


.icon {
  position: relative;
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  letter-spacing: 0;
  line-height: 1;
}

.icon-print {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0;
  width: 33px;
  height: 33px;
  background: url('../images/print.svg') center center no-repeat;
  background-size: contain;
}


@media (max-width: 1279px) {

  .icon-print {
    width: 25px;
    height: 25px;
    margin-left: -5px;
  }
}

.icon-marker {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 15px;
  margin-right: 5px;
  background: url('../images/homepage/icon-marker.png') center center no-repeat;
  background-size: contain;
}


.color-muted {
  color: #6f6f6f;
}


.arr-block {
  position: relative;
  display: block;
  background: #a65047 url('../images/homepage/bg-what-to-do.webp') center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 23px 30px;
  text-decoration: none;
  margin-top: 35px;
  text-align: left;
}

.arr-block_iconed {
  padding: 23px 30px 23px 115px;
}

.arr-block_iconed .icon--cemetery {
  font-size: 60px;
  top: -6px;
}

@media (max-width: 767px) {

  .arr-block {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    padding: 33px 50px;
    margin-top: 0;
  }
}

.arr-block:first-child {
  margin-top: 0;
}

.arr-block:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #a65047;
  opacity: 0.9;
  content: '';
  transition: all 0.2s;
}

.arr-block:hover:before {
  opacity: 0.98;
}

.arr-block:after {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 40px;
  width: 100px;
  height: 59px;
  background: url('../images/homepage/icon-tripple-arrows.png') center center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.2s;
}

@media (max-width: 992px) {
  .arr-block:after {
    right: 30px;
  }

  .arr-block__inner {
    max-width: 550px;
  }
}


@media (max-width: 767px) {

  .arr-block:after {
    display: none;
  }
}

.arr-block:hover:after {
  transform: translateX(10px);
}

.arr-block__inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {

  .arr-block__inner {
    max-width: none;
  }

  .arr-block__title {
    font-size: 16px;
    line-height: 1.4375;
  }
}

.arr-block__summary {
  font-size: 16px;
  margin-top: 4px;
}

.arr-block__action {
  margin-top: 15px;
}

.arr-block__action .btn {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  padding: 0 28px;
  height: 30px;
  line-height: 26px;
  background: transparent;
  border: 1px solid #fff;
}


.btabel {
  position: relative;
  margin-top: 35px;
  padding-right: 480px;
}

@media (max-width: 1023px) {

  .btabel {
    padding-right: 0;
  }
}

.btabel:first-child {
  margin-top: 0;
}

.btabel__form {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 0;
}

@media (max-width: 1023px) {

  .btabel__form {
    position: relative;
    top: auto;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {

  .btabel__form {
    margin-top: 15px;
  }
}

.btabel__form .textfield {
  padding: 10px 14px;
  vertical-align: top;
  font-size: 15px;
  border-color: #c1aca9;
  border-radius: 4px 0 0 4px;
  width: 305px;
  height: 40px;
  border-right-width: 0;
}

@media (max-width: 767px) {

  .btabel__form .textfield {
    border-radius: 4px;
    width: 100%;
    border-right-width: 1px;
    font-size: 13px;
    text-align: center;
  }
}

.btabel__form .btn {
  vertical-align: top;
  border-radius: 0 4px 4px 0;
  width: 130px;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  padding: 11px 20px;
  height: 40px;
}

@media (max-width: 767px) {

  .btabel__form .btn {
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
  }
}

.btabel__message {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #999;
  line-height: 36px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, z-index 0s 0.2s;
  -o-transition: opacity 0.2s, visibility 0s 0.2s, z-index 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, z-index 0s 0.2s;
}

.btabel__message-wrapper.active .btabel__message {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.btabel__message-inner {
  display: inline-block;
  vertical-align: middle;
  padding: 0 50px 0 20px;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
}

.btabel__message--success {
  background-color: #58a850;
}

.btabel__message-tip {
  position: absolute;
  left: 0;
  right: 0;
  text-align: right;
  top: 100%;
  margin-top: 9px;
  color: #666;
  font-size: 11px;
  line-height: 1.2;
}

.btabel__message-tip a {
  color: #666;
  border-bottom: 1px dashed #666;
  border-radius: 0;
}

.btabel__message-tip a:hover {
  color: #333;
  border-bottom: 1px dashed #333;
}

.btabel__message:before {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 20px;
  width: 19px;
  height: 13px;
  background: url('../images/homepage/icon-tick.svg') center center no-repeat;
  background-size: contain;
  content: '';
}


.tblocks {
  margin: 40px -10px 0;
}

@media (max-width: 767px) {

  .tblocks {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {

  .tblocks {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.tblocks:first-child {
  margin-top: 0;
}

.tblocks:after {
  display: table;
  clear: both;
  content: '';
}

.tblocks__inner {
  float: left;
  width: 100%;
  font-size: 0;
  margin: -10px 0;
}

@media (max-width: 479px) {

  .tblocks__inner {
    margin: -5px 0;
  }
}

.tblock {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 10px;
  text-align: center;
}

@media (max-width: 1023px) {

  .tblock {
    width: 50%;
  }
}

@media (max-width: 479px) {

  .tblock {
    padding: 5px;
  }

  .en-site .tblock {
    width: 100%;
  }
}

.tblock__inner {
  display: block;
  line-height: 158px;
  border-top: 7px solid #a65047;
  background-color: #f2efee;
  color: #a65047;
  font-size: 0;
  white-space: nowrap;
  border-radius: 0;
  transition: all 0.2s;
}

.tblocks--4-vert .tblock__inner {
  line-height: 112px;
}

.tblocks--4-vert .tblock__title br:not([class]) {
  display: inline !important;
}

@media (max-width: 1279px) {

  .tblock__inner {
    line-height: 130px;
  }

  .tblocks--4-vert .tblock__inner {
    line-height: 91px;
  }
}

@media (max-width: 767px) {

  .tblock__inner {
    line-height: 70px;
    padding: 0 10px;
  }

  .tblocks--4-vert .tblock__inner {
    line-height: 70px;
  }
}

@media (max-width: 479px) {

  .tblock__inner {
    line-height: 55px;
  }
}

.tblock__inner:hover {
  background-color: #cbbab8;
}

.tblock__icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 64px;
  line-height: 1;
}

.tblock__icon .icon {
  display: inline-block;
  vertical-align: top;
}

.tblock__icon img {
  display: inline-block;
  vertical-align: top;
}

.tblock__icon .icon--tag {
  font-size: 55px;
  top: 0.1em;
}

.tblock__icon .icon--cemetery {
  font-size: 66px;
}

.tblock__icon .icon--urna {
  font-size: 70px;
}

.tblock__icon .icon--marker-on-map {
  font-size: 56px;
}

.tblock__icon .icon--doc-list {
  font-size: 65px;
}

.tblock__icon .icon--cremation {
  font-size: 69px;
}

.tblock__icon .icon--gruz-200 {
  font-size: 64px;
}

.tblock__icon .icon--book-opened {
  font-size: 64px;
}

@media (max-width: 1279px) {

  .tblock__icon,
  .tblock__icon .icon {
    font-size: 50px;
    top: 0;
  }

  .tblock__icon img {
    max-height: 50px;
  }
}

@media (max-width: 767px) {

  .tblock__icon,
  .tblock__icon .icon {
    font-size: 40px;
  }

  .tblock__icon img {
    max-height: 40px;
  }
}

@media (max-width: 479px) {

  .tblock__icon,
  .tblock__icon .icon {
    font-size: 30px;
  }

  .tblock__icon img {
    max-height: 30px;
  }
}

.tblock__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
  max-width: 100%;
  min-width: 60%;
  margin-left: 15px;
}

@media (max-width: 1023px) {

  .tblock__title br:not([class]) {
    display: inline !important;
  }
}

@media (max-width: 1279px) {

  .tblock__title {
    font-size: 26px;
  }
}

@media (max-width: 1023px) {

  .tblock__title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {

  .tblock__title {
    font-size: 14px;
    margin-left: 10px;
  }
}

@media (max-width: 479px) {

  .tblock__title {
    font-size: 11px;
    margin-left: 5px;
  }
}

.tblock__title:first-child {
  margin-left: 0;
}


.video-reviews {
  margin-top: 35px;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {

  .video-reviews {
    margin-top: 15px;
  }
}

.video-reviews:after {
  display: table;
  clear: both;
  content: '';
}

.video-reviews:first-child {
  margin-top: 0;
}

.video-reviews__col {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {

  .video-reviews__col {
    float: none;
    width: auto;
    margin-top: 20px;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  }

  .video-reviews__col:first-child {
    margin-top: 0;
  }
}


.reviews-title {
  border-top: 8px solid #a65047;
  color: #a65047;
  padding: 10px 20px 14px 40px;
  background-color: #f2efee;
}

.reviews-title .h2 {
  font-weight: 400;
}


.ireviews {
  margin-top: 15px;
}

.ireviews:first-child {
  margin-top: 0;
}

.ireview {
  position: relative;
  margin-top: 15px;
  padding: 0 40px;
  text-align: left;
}

@media (max-width: 1279px) {

  .ireview {
    font-size: 13px;
    line-height: 1.2;
    padding: 0 15px;
  }
}

@media (max-width: 1100px) {

  .ireview {
    font-size: 12px;
  }
}

.ireview:before,
.ireview:after {
  position: absolute;
  width: 20px;
  height: 24px;
  background: url('../images/homepage/bg-quotes.png') 0 center no-repeat;
  background-size: auto 100%;
  content: '';
}

.ireview:before {
  left: 10px;
  top: 0;
  background-position: 0 center;
}

.ireview:after {
  right: 0;
  bottom: 22px;
  background-position: right center;
}

@media (max-width: 1279px) {

  .ireview:before,
  .ireview:after {
    width: 10px;
    height: 12px;
  }

  .ireview:before {
    left: 0;
    top: 0.1em;
  }
}

.ireview:first-child {
  margin-top: 0;
}

.ireview__date {
  font-size: 18px;
  font-weight: 600;
  color: #b05c58;
  margin-top: 10px;
}

@media (max-width: 1279px) {

  .ireview__date {
    font-size: 13px;
  }
}

.ireview__date:first-child {
  margin-top: 0;
}

.ireview__summary {
  color: #615d58;
  margin-top: 8px;
}

.ireview__summary:first-child {
  margin-top: 0;
}

.ireview__author {
  color: #b05c58;
  text-align: right;
  margin-top: 3px;
}

@media (max-width: 1279px) {

  .ireview__author {
    margin-top: 7px;
  }
}

.ireview__author:first-child {
  margin-top: 0;
}


.lnews-list {
  background-color: #f2efee;
  padding: 20px;
  margin: 20px 0 0;
}

@media (max-width: 1023px) {

  .lnews-list {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
  }
}

.lnews-list:first-child {
  margin-top: 0;
}

.lnews-list:after {
  display: table;
  clear: both;
  content: '';
}

.lnews-list__inner {
  margin: 0 -30px;
}

@media (max-width: 1350px) {

  .lnews-list__inner {
    margin: 0 -20px;
  }
}

.lnews-list__col {
  float: left;
  width: 45%;
  padding: 0 30px;
}

@media (max-width: 1350px) {

  .lnews-list__col {
    width: 40%;
    padding: 0 20px;
  }
}

@media (max-width: 1023px) {

  .lnews-list__col {
    width: auto;
    float: none;
  }

  .lnews-list__col + .lnews-list__col {
    margin-top: 25px;
  }
}

.lnews-list__col:first-child {
  width: 55%;
}

@media (max-width: 1350px) {

  .lnews-list__col:first-child {
    width: 60%;
  }
}

@media (max-width: 1023px) {

  .lnews-list__col:first-child {
    width: auto;
  }
}

.lnews {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 15px;
  text-align: left;
}

@media (max-width: 1023px) {

  .lnews {
    margin-top: 25px;
  }
}

@media (max-width: 479px) {

  .lnews {
    font-size: 12px;
  }
}

.lnews:first-child {
  margin-top: 0;
}

.lnews__inner {
  display: block;
  color: #333;
  text-decoration: none;
}

.lnews__inner:after {
  display: table;
  clear: both;
  content: '';
}

.lnews__image {
  float: left;
  width: 80px;
  height: 80px;
  background: center center no-repeat;
  background-size: cover;
  color: transparent;
  font-size: 0;
}

@media (max-width: 479px) {

  .lnews__image {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

.lnews__image.img-to-bg img {
  display: none;
}

.lnews__image + .lnews__content {
  margin-left: 100px;
  position: relative;
  top: -2px;
}

@media (max-width: 479px) {

  .lnews__image + .lnews__content {
    margin-left: 0;
  }
}

.lnews__date {
  font-size: 11px;
  font-weight: 600;
  margin-top: 3px;
}

.lnews__date:first-child {
  margin-top: 0;
}

.lnews__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3125;
  margin-top: 3px;
}

.lnews__inner:hover .lnews__title {
  text-decoration: underline;
}

@media (max-width: 767px) {

  .lnews__title {
    font-size: 14px;
  }
}

@media (max-width: 479px) {

  .lnews__title {
    font-size: 12px;
  }
}

.lnews__title:first-child {
  margin-top: 0;
}

.lnews__summary {
  margin-top: 4px;
}

@media (max-width: 479px) {

  .lnews__summary {
    clear: both;
  }
}

.lnews__summary:first-child {
  margin-top: 0;
}

.lnews--large .lnews__image {
  width: 58%;
  height: 200px;
}

.lnews--large .lnews__image + .lnews__content {
  margin-left: 58%;
  padding-left: 20px;
}

@media (max-width: 1023px) {

  .lnews--large .lnews__image {
    width: 80px;
    height: 80px;
  }

  .lnews--large .lnews__image + .lnews__content {
    margin-left: 100px;
    padding-left: 0;
  }
}

@media (max-width: 479px) {

  .lnews--large .lnews__image {
    width: 60px;
    height: 60px;
  }

  .lnews--large .lnews__image + .lnews__content {
    margin-left: 0;
  }
}


.lnews-slider-wrapper {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  z-index: -1;
  margin: 20px auto 0;
}

.lnews-slider-wrapper .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lnews-slider-wrapper .owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

.lnews-slider .lnews__image img {
  width: auto;
}

.lnews-slider__item {
  padding: 0 5px;
}

.lnews-slider__item .lnews__inner {
  position: relative;
  background-color: #f2efee;
  border-radius: 0;
  padding: 15px;
  font-size: 13px;
  height: 100%;
}

.lnews-slider .owl-nav {
  display: none;
}

.lnews-slider .lnews__image {
  float: none;
  width: 100%;
  height: auto;
  padding-top: 66.66%;
}

.lnews-slider .lnews__date {
  font-size: 13px;
}

.lnews-slider .lnews__title {
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
}

.lnews-slider .lnews__title:first-child {
  margin-top: 0;
}

.lnews-slider .lnews__image + .lnews__content {
  margin-left: 0;
  top: 0;
  margin-top: 12px;
}

@media (max-width: 1023px) {

  .lnews-list {
    display: none;
  }

  .lnews-slider-wrapper {
    position: relative;
    visibility: visible;
    z-index: auto;
  }
}

@media (max-width: 767px) {

  .lnews-slider-wrapper {
  }

  .lnews-slider {
    width: auto;
    margin-left: -25%;
    margin-right: -25%;
  }

  .lnews-slider-wrapper .lnews__inner:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.73;
    background-color: #ededed;
    z-index: 1;
    display: block;
    pointer-events: none;
    content: '';
    transition: all 0.3s, z-index 0s;
  }

  .lnews-slider-wrapper .owl-item.center .lnews__inner:after {
    opacity: 0;
    transition: all 0.3s, z-index 0s 0.3s;
  }
}

@media (max-width: 479px) {

  .lnews-slider {
    margin-left: -50%;
    margin-right: -50%;
  }
}

@media (max-width: 415px) {

  .lnews-slider {
    margin-left: -80%;
    margin-right: -80%;
  }
}


.block-why {
  position: relative;
  display: block;
  background: #a65047 url('../images/homepage/bg-why.jpg') center center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 13px;
  padding: 23px 25px 28px 115px;
  text-decoration: none;
  margin-top: 40px;
  text-align: left;
}

.block-why a {
  color: #fff;
}

@media (max-width: 767px) {

  .block-why {
    padding: 35px 25px 35px 25px;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    background-image: none;
  }

  .en-site .block-why {
    padding: 32px 24px 32px 24px;
  }

  .en-site .block-why .main-summary__inner {
    padding-top: 0;
  }
}

.block-why:first-child {
  margin-top: 0;
}

.block-why:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #a65047;
  opacity: 0.9;
  content: '';
}

.block-why__image {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 80px;
  text-align: center;
}

@media (max-width: 767px) {

  .block-why__image {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-top: 20px;
  }
}

.block-why__image img {
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.block-why__image img:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {

  .block-why__image img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 0;
  }

  .block-why__image img:first-child {
    margin-left: 0;
  }
}

.block-why__inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {

  .block-why .h2 {
    text-align: center;
    font-size: 16px;
  }
}


.smi-list {
  margin: 30px -10px 0;
}

@media (max-width: 1023px) {

  .smi-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
  }
}

.smi-list:first-child {
  margin-top: 0;
}

.smi-list:after {
  display: table;
  clear: both;
  content: '';
}


.smi-list__inner {
  float: left;
  width: 100%;
  margin: -10px 0;
  font-size: 0;
}

@media (max-width: 1023px) {

  .smi-list__inner {
    margin: -5px 0;
  }
}


.smi {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 10px;
  font-size: 15px;
}

@media (max-width: 1023px) {

  .smi {
    padding: 5px;
  }
}

@media (max-width: 767px) {

  .smi {
    width: 50%;
  }
}

@media (max-width: 479px) {

  .smi {
    width: 100%;
    max-width: 300px;
  }
}

.smi__inner {
  position: relative;
  display: block;
  background: #f2efee;
  color: inherit;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  padding: 30px 15px 20px;
}

.smi__inner:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(113, 65, 60, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s, visibility 0s 0.2s;
  content: '';
  pointer-events: none;
}


.smi__inner:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}


@media (max-width: 1023px) {

  .smi__inner {
    padding: 20px 5px;
  }
}

@media (max-width: 767px) {

  .smi__inner {
    padding: 20px 15px;
  }
}

.smi__image {
  margin-top: 10px;
  line-height: 70px;
}

.smi__image:first-child {
  margin-top: 0;
}

.smi__image img {
  display: inline-block;
  vertical-align: middle;
}


.smi-slider-wrapper {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  z-index: -1;
  margin: 20px 0 0 -10px;
}


.en-site .smi-slider-wrapper {
  margin: 20px 0 0 -8px;
}

.smi-slider-wrapper .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.smi-slider-wrapper .owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

.smi-slider-wrapper .smi__inner {
  height: 100%;
}

.smi-slider .smi__image img {
  display: inline-block;
  width: auto;
}

.smi-slider__item {
  padding: 0 5px;
  width: 100%;
}

.smi-slider .owl-nav {
  display: none;
}

@media (max-width: 1279px) {

  .smi__image img {
    max-width: 80%;
    max-height: 55px;
  }
}

@media (max-width: 1023px) {

  .smi-list {
    display: none;
  }

  .smi-slider-wrapper {
    position: relative;
    visibility: visible;
    z-index: auto;
  }

  .smi__image {
    line-height: 55px;
  }
}

@media (max-width: 767px) {

  .smi__image img {
    max-width: 140px;
  }

  .smi-slider-wrapper {
  }

  .smi-slider {
    width: auto;
    margin-left: -25%;
    margin-right: -25%;
  }

  .smi-slider-wrapper .smi__inner:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.73;
    background-color: #ededed;
    z-index: 1;
    pointer-events: none;
    content: '';
    transition: all 0.3s, z-index 0s;
  }

  .smi-slider-wrapper .owl-item.center .smi__inner:after {
    opacity: 0;
    transition: all 0.3s, z-index 0s 0.3s;
  }
}

@media (max-width: 479px) {

  .smi-slider {
    margin-left: -50%;
    margin-right: -50%;
  }
}

@media (max-width: 415px) {

  .smi-slider {
    margin-left: -80%;
    margin-right: -80%;
  }
}

.smi__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 10px;
  min-height: 3.6em;
}

@media (max-width: 1279px) {

  .smi__title {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {

  .smi__title {
    font-size: 12px;
  }
}


.smi__image:first-child {
  margin-top: 0;
}


.bmore {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media (max-width: 1023px) {

  .bmore {
    margin-top: 20px;
    max-width: 420px;
  }
}

@media (max-width: 767px) {

  .bmore {
    max-width: 400px;
  }
}

@media (max-width: 479px) {

  .bmore {
    text-align: center;
  }
}

.bmore:first-child {
  margin-top: 0;
}

.bmore:after {
  clear: both;
  display: table;
  content: '';
}

.bmore__action {
  float: left;
  width: 190px;
}

@media (max-width: 1023px) {

  .bmore__action {
    width: 160px;
  }
}

@media (max-width: 479px) {

  .bmore__action {
    float: none;
    width: auto;
    text-align: center;
  }
}

.bmore__action .btn {
  font-size: 20px;
  font-weight: 600;
  border-radius: 0;
  height: auto;
  padding: 16px 20px;
  width: 100%;
}

@media (max-width: 1023px) {

  .bmore__action .btn {
    font-size: 16px;
    font-weight: 400;
    padding: 13px 20px;
  }
}

@media (max-width: 767px) {

  .bmore__action .btn {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
  }
}

@media (max-width: 479px) {

  .bmore__action .btn {
    width: auto;
  }
}

.bmore__content {
  margin-left: 210px;
  position: relative;
  top: -5px;
  margin-bottom: -5px;
}

@media (max-width: 1023px) {

  .bmore__content {
    margin-left: 180px;
    top: -3px;
    margin-bottom: -3px;
  }
}

@media (max-width: 479px) {

  .bmore__content {
    margin-top: 10px;
    margin-left: 0;
    top: 0;
    margin-bottom: 0;
  }
}

.bmore__label {
  font-weight: 600;
}

.bmore__phone {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #b15b57;
  margin-top: 4px;
}

@media (max-width: 1023px) {

  .bmore__phone {
    font-size: 26px;
  }
}

@media (max-width: 767px) {

  .bmore__phone {
    font-size: 22px;
  }
}

.bmore__phone:first-child {
  margin-top: 0;
}


.bmap {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 25px;
}

@media (max-width: 767px) {

  .bmap {
    display: block;
    margin-top: 15px;
  }

  .en-site .bmap {
    margin-top: 32px;
  }
}

.bmap:first-child {
  margin-top: 0;
}

.bmap__map {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 767px) {

  .bmap__map {
    display: block;
  }
}


.bmap__map .map {
  margin: 0;
  background-color: #eee;
  height: 405px;
}

.bmap__map .map > * {
  height: 100% !important;
}

@media (max-width: 767px) {

  .bmap__map .map {
    height: 60vw;
  }
}

.bmap__content {
  display: table-cell;
  vertical-align: top;
  width: 34%;
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}

@media (max-width: 1279px) {

  .bmap__content {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {

  .bmap__content {
    width: 36%;
    font-size: 13px;
  }
}

@media (max-width: 767px) {

  .bmap__content {
    display: block;
    width: auto;
    margin-top: 20px;
    text-align: center;
  }
}

@media (max-width: 479px) {

  .bmap__content {
    font-size: 11px;
  }
}

.bmap__content-inner {
  margin-top: -7px;
}

.bmap__content strong {
  font-weight: 600;
}

.bmap__content .mapHref {
  margin-left: 10px;
}

.bmap__content .mapHref .icon-print {
  margin-right: 5px;
}


@media (max-width: 1279px) {

  .bmap__content .mapHref {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    font-size: 13px;
    text-decoration: underline;
  }
}


.bmap-address {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
  line-height: 1.3;
}

@media (max-width: 1023px) {

  .bmap-address {
    padding-left: 0;
    text-align: left;
  }
}

.bmap-address:first-child {
  margin-top: 0;
}

.bmap-address + .bmap-address {
  margin-top: 8px;
}

.bmap-address__icon {
  position: absolute;
  top: 0.25em;
  left: 0;
}

@media (max-width: 1023px) {
  .bmap-address__icon {
    display: none;
  }
}


.t3-cols {
  margin: 40px -10px 0;
  padding-bottom: 35px;
}

@media (max-width: 767px) {

  .t3-cols {
    margin-top: 30px;
    padding-bottom: 10px;
  }
}

.t3-cols:first-child {
  margin-top: 0;
}

.t3-cols__inner {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

@media (max-width: 1023px) {

  .t3-cols__inner {
    display: block;
    height: auto;
  }
}

.t3-col {
  position: relative;
  display: table-cell;
  vertical-align: top;
  height: 100%;
  padding: 0 10px;
}

@media (max-width: 1023px) {

  .t3-col {
    display: block;
    height: auto;
    margin-top: 40px;
  }

  .t3-col:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) {

  .t3-col {
    margin-top: 25px;
  }
}

.t3-col__inner {
/ / position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {

  .t3-col__inner {
    float: none;
    width: auto;
    height: auto;
  }
}

.t3-col:first-child {
  width: 43%;
}

@media (max-width: 1023px) {

  .t3-col:first-child {
    width: auto;
  }
}

.t3-col:last-child {
  width: 34%;
}

@media (max-width: 1023px) {

  .t3-col:last-child {
    width: auto;
  }
}

@media (max-width: 767px) {

  .t3-col .tblocks {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
}

.t3-col .tblock {
  width: 100%;
}

@media (max-width: 1023px) {

  .t3-col .tblock {
    width: 50%;
  }
}

@media (max-width: 767px) {

  .t3-col .tblock {
    width: 100%;
  }
}

.t3-col .t3block {
  width: 100%;
}

@media (max-width: 1023px) {

  .t3-col .t3block {
    width: 50%;
  }
}

@media (max-width: 767px) {

  .t3-col .t3block {
    width: 100%;
  }
}


.t2blocks {
  margin-top: 15px;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 100%;
  font-size: 0;
}

@media (max-width: 1023px) {

  .t2blocks {
    position: relative;
    left: auto;
    right: auto;
    height: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 1023px) {

  .t2blocks {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.t2blocks:first-child {
  margin-top: 0;
}

.t2blocks:after {
  clear: both;
  display: table;
  content: '';
}

.t2blocks__inner {
/ / float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
/ / margin: - 15 px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

@media (max-width: 1023px) {

  .t2blocks__inner {
    display: block;
  }
}

@media (max-width: 1023px) {

  .t2block {
    display: inline-block;
    width: 50%;
    padding: 0 10px;
    max-width: 253px;
  }
}

@media (max-width: 767px) {

  .t2block {
    padding: 0 8px;
  }
}

.t2block__inner {
  position: relative;
  display: block;
  padding-top: 89%;
  background: #a65047 center center no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 0;
  transition: all 0.2s;
}

@media (max-width: 1279px) {

  .t2block__inner {
    padding-top: 80%;
  }
}

@media (max-width: 1200px) {

  .t2block__inner {
    padding-top: 85%;
  }
}

@media (max-width: 1100px) {

  .t2block__inner {
    padding-top: 95%;
  }
}

.t2block__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a65047;
  opacity: 0.9;
  content: '';
  transition: all 0.2s;
}

.t2block__inner:hover:before {
  opacity: 0.98;
}

.t2block__middle {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -150px;
  height: 300px;
  line-height: 300px;
  z-index: 1;
}

.t2block__middle-inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0 15px;
  line-height: 1.2;
  text-align: center;
}

.t2block__title {
  font-size: 31px;
  text-transform: uppercase;
  line-height: 1.13;
  margin-top: 15px;
}

@media (max-width: 1279px) {

  .t2block__title {
    font-size: 24px;
  }
}

@media (max-width: 1100px) {

  .t2block__title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {

  .t2block__title {
    font-size: 18px;
  }
}

@media (max-width: 479px) {

  .t2block__title {
    font-size: 12px;
  }
}

.t2block__title:first-child {
  margin-top: 0;
}

@media (max-width: 1279px) {

  .t2block__icon img {
    max-height: 100px;
  }

  .t2block__icon .t2block-icon-w-title {
    max-height: 80px;
  }
}

@media (max-width: 479px) {

  .t2block__icon img {
    /*max-height: 80px;*/
    max-height: initial;
    height: auto;
  }

  .t2block__icon .t2block-icon-w-title {
    max-height: 45px;
  }
}


.t3blocks {
  margin: 40px -10px 0;
}

@media (max-width: 767px) {

  .t3blocks {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 479px) {

  .t3blocks {
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.t3blocks:first-child {
  margin-top: 0;
}

.t3blocks:after {
  display: table;
  clear: both;
  content: '';
}

.t3blocks__inner {
  float: left;
  width: 100%;
  font-size: 0;
  margin: -10px 0;
}

.t3block {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 10px;
  text-align: center;
}

.t3block__inner {
  display: block;
  line-height: 165px;
  padding: 0 30px;
  background-color: #f2efee;
  color: #161616;
  font-size: 0;
  white-space: nowrap;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.2s;
}

@media (max-width: 1279px) {

  .t3block__inner {
    line-height: 137px;
  }
}

@media (max-width: 767px) {

  .t3block__inner {
    background-color: transparent;
    padding: 0;
    line-height: 1;
  }
}

a.t3block__inner:hover {
  background-color: #cbbab8;
}

.t3block__icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 64px;
  line-height: 1;
  width: 100px;
  text-align: center;
}

@media (max-width: 1279px) {

  .t3block__icon {
    font-size: 60px;
    width: 80px;
  }
}

@media (max-width: 767px) {

  .t3block__icon {
    width: 64px;
  }
}

.t3block__icon .icon {
  display: inline-block;
  vertical-align: top;
}

.t3block__icon img {
  display: inline-block;
  vertical-align: top;
  color: transparent;
}

@media (max-width: 1279px) {

  .t3block__icon img {
    max-height: 60px;
  }
}

@media (max-width: 767px) {

  .t3block__icon img {
    max-width: 64px;
  }
}

.t3block__icon .icon-gerb-gss {
  height: 1.2031em;
}

.t3block__icon .icon-25-let {
  height: 1.0625em;
}

.t3block__icon .icon-hands-venok {
  height: 1.109375em;
}

.t3block__content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-right: 115px;
  line-height: 1.3125;
  white-space: normal;
  font-size: 16px;
  text-align: left;
  margin-left: 15px;
}

@media (max-width: 1279px) {

  .t3block__content {
    font-size: 15px;
    padding-right: 100px;
  }
}

@media (max-width: 1023px) {

  .t3block__content {
    font-size: 13px;
  }
}

@media (max-width: 479px) {

  .t3block__content {
    font-size: 12px;
    margin-left: 15px;
  }
}

.t3block__title {
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 7px;
  color: #a65047;
}

@media (max-width: 1279px) {

  .t3block__title {
    font-size: 26px;
  }
}

@media (max-width: 1023px) {

  .t3block__title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {

  .t3block__title {
    font-size: 20px;
  }
}

@media (max-width: 479px) {

  .t3block__title {
    font-size: 16px;
  }
}

.t3block__title:first-child {
  margin-top: 0;
}

.t3block__summary {
  margin-top: 7px;
}

@media (max-width: 479px) {

  .t3block__summary {
    margin-top: 2px;
  }
}

.t3block__summary:first-child {
  margin-top: 0;
}


/*

Tabs

 */


.tabs-wrapper {
  position: relative;
  z-index: 0;
  margin-top: 30px;
}

.tabs-wrapper:first-child {
  margin-top: 0;
}

.tabs {
  position: relative;
  z-index: 0;
  margin-top: 30px;
  overflow: hidden;
}

.tabs:first-child {
  margin-top: 0;
}

.tabs ul {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.tabs li {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
  font-size: 21px;
  text-transform: uppercase;
  padding: 0 15px 0 0;
}

@media (max-width: 1279px) {

  .tabs li {
    font-size: 18px;
  }
}

@media (max-width: 767px) {

  .tabs li {
    font-size: 16px;
  }
}

@media (max-width: 479px) {

  .tabs li {
    font-size: 12px;
  }
}

.tabs li:last-child {
  padding-right: 0;
}

.tabs li.active a {
  color: #a65047;
  background-color: #f2efee;
  cursor: default;
}

.tabs li.active a:before {
  background-color: #a65047;
}

.tabs li.active a:hover:before {
  background-color: #a65047;
}

.tabs li.disabled {
  cursor: default;
  cursor: not-allowed;
}

.tabs li.disabled:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
}

.tabs li.disabled a {
  color: #888;
}

.tabs a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 35px 0 28px;
  color: #666;
  background-color: #f5f5f5;
  border: none;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
}

@media (max-width: 1023px) {

  .tabs a {
    padding: 25px 0 18px;
  }
}

@media (max-width: 992px) {

  .en-site .tabs a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {

  .tabs a {
    padding: 20px 0 14px;
  }
}

@media (max-width: 480px) {

  .en-site .tabs a {
    font-size: 12px;
  }
}

.tabs a:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  background-color: #ccc;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {

  .tabs a:before {
    height: 5px;
  }
}

.tabs a:hover {
  color: #a65047;
}

.tabs__scroll {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.touchevents .tabs__scroll {
  overflow-x: auto;
}

.touchevents .tabs__scroll::-webkit-scrollbar {
  display: none;
}

.tabs__scroll-inner {
  position: relative;
  display: inline-block;
  min-width: 100%;
  vertical-align: top;
  font-size: 14px;
}

.tabs__inner {
  position: relative;
}

.tabs__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 22px;
  width: 30px;
  background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  content: "";
  z-index: 2;
  pointer-events: none;
}

.tabs__inner:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 22px;
  width: 30px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  content: "";
  z-index: 2;
  pointer-events: none;
}

.tabs__inner.scroll-in-start:before {
  opacity: 0;
  visibility: hidden;
}

.tabs__inner.scroll-in-end:after {
  opacity: 0;
  visibility: hidden;
}


.tabs--equals ul {
  table-layout: fixed;
}

.tabs--inline ul {
  display: block;
}

.tabs--inline li {
  display: inline-block;
}

.tabs--flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tabs-item-end {
  margin-left: auto;
}

.tab-panes {
  position: relative;
}

.tab-panes:first-child {
  margin-top: 0;
}

.tab-pane {
  position: absolute;
  top: -9999px;
}

.tab-pane.active {
  position: relative;
  top: 0;
}

.tab-pane--smoothly {
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, z-index 0s 0.2s;
  -o-transition: opacity 0.2s, visibility 0s 0.2s, z-index 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, z-index 0s 0.2s;
}

.tab-pane--smoothly.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}


.tabs__icon {
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  margin: -20px 7px -20px 0;
  font-size: 46px;
  line-height: 0.8;
}

.tabs__icon img {
  display: inline-block;
  vertical-align: top;
  max-height: 46px;
  width: auto;
}

@media (max-width: 1279px) {

  .tabs__icon {
    font-size: 40px;
  }

  .tabs__icon img {
    max-height: 40px;
  }
}


.t2-cols {
  display: table;
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 767px) {

  .t2-cols {
    margin-top: 20px;
    display: block;
  }
}

.t2-cols:first-child {
  margin-top: 0;
}

.t2-col {
  position: relative;
  display: table-cell;
  vertical-align: top;
  height: 720px;
}

@media (max-width: 1279px) {

  .t2-col {
    height: 580px;
  }
}

@media (max-width: 1023px) {

  .t2-col {
    height: 500px;
  }
}

@media (max-width: 767px) {

  .t2-col {
    display: block;
    height: auto;
  }
}

.t2-col__inner {
  float: left;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {

  .t2-col__inner {
    float: none;
    width: auto;
    height: auto;
  }
}

.t2-col + .t2-col {
  width: 500px;
  padding-left: 20px;
}

@media (max-width: 1023px) {

  .t2-col + .t2-col {
    width: 50%;
  }
}

@media (max-width: 767px) {

  .t2-col + .t2-col {
    width: auto;
    margin-top: 15px;
    padding-left: 0;
  }
}


.t2-col .t4blocks {
  position: absolute;
  top: -10px;
  left: 20px;
  right: 0;
  bottom: -10px;
}

.en-site .t2-col .t4blocks {
  position: static;
  padding-bottom: 24px;
}

@media (max-width: 767px) {

  .t4blocks {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .t2-col .t4blocks {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
  }

  .en-site .t2-col .t4blocks {
    padding-bottom: 0px;
  }
}

.t4blocks__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.t4blocks__row {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0;
  margin: 0 -10px;
  height: 33.33%;
  min-height: 200px;
}

@media (max-width: 1023px) {

  .t4blocks__row {
    min-height: 160px;
  }
}

@media (max-width: 767px) {

  .t4blocks__row {
    min-height: max-content;
    margin: 0 -8px;
  }
}

.t4block {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
  padding: 10px;
}

.t4blocks__row .zabban {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin-top: 10px;
}

@media (min-width: 992px) {
  .t4blocks__row .zabban .zabban__slider-item {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {


  .t4blocks__row .zabban .zabban__slider {
    width: 100%;
    display: flex;
    padding-bottom: 6px;
    height: 100%;
  }

  .t4blocks__row .zabban .zabban__header {
    width: 100%;
    height: 70%;
    justify-content: center;
  }

  .t4blocks__row .zabban .zabban__wrap {
    flex-direction: column;
  }

  .t4blocks__row .zabban .zabban__header img {
    width: 90%;
  }

  .t4blocks__row .zabban .zabban__slider-item {
    font-size: 22px;
  }
}

@media (max-width: 1023px) {
  .t4blocks__row .zabban {
    width: calc(100% - 14px);
    height: calc(100% - 10px);
    margin-top: 5px;
  }
}

@media (max-width: 1279px) {


  .t2-col .t4blocks {
    top: -5px;
    bottom: -5px;
  }

  .t4block {
    padding: 5px 8px;
  }
}

.t4block__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  background: #a65047 center center no-repeat;
  background-size: cover;
  color: #fff;
  height: 100%;
  border-radius: 0;
  text-decoration: none;
  text-align: left;
  font-size: 21px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 25px;
}

@media (max-width: 1279px) {

  .t4block__inner {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {

  .t4block__inner {
    font-size: 16px;
    padding: 15px;
  }
}

@media (max-width: 767px) {

  .t4block__inner {
    min-height: 155px;
  }
}

@media (max-width: 479px) {

  .t4block__inner {
    min-height: 135px;
    font-size: 12px;
    padding: 10px;
  }


}

.t4block__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a65047;
  opacity: 0.9;
  content: '';
  transition: all 0.2s;
}

.t4block__inner:hover:before {
  opacity: 1;
}

.t4block__middle {
  position: relative;
  z-index: 1;
}

.t4block__icon {
  margin-top: 10px;
}

.t4block__icon img {
  color: transparent;
}

@media (max-width: 1023px) {

  .t4block__icon img {
    max-height: 60px;
    max-width: 60px;
  }
}

@media (max-width: 767px) {

  .t4block__icon img {
    /*max-height: 50px;*/
    height: auto;
  }
}

.t4block__icon:first-child {
  margin-top: 0;
}

.t4block__title {
  margin-top: 10px;
}

.t4block__title br {
  display: inline !important;
}

.t4block__title:first-child {
  margin-top: 0;
}

.t4block .icon-online-transl {
  height: 40px;
}

.t4block .icon-0-percent {
  height: 60px;
}

.t4block .icon-cart {
  height: 60px;
}

.t4block--grey .t4block__inner {
  background-color: #ebe8e7;
  color: #a65047;
  font-weight: 700;
  border-top: 7px solid #a65047;
}

.t4block--grey .t4block__inner:hover {
  background-color: #d2c4c2;
}

@media (max-width: 767px) {

  .t4block--grey .t4block__inner {
    font-weight: 400;
  }
}

.t4block--grey .t4block__inner:before {
  background-color: #ebe8e7;
  opacity: 1;
}

.t4block--grey .t4block__inner:hover:before {
  background-color: #d2c4c2;
}


.bprices {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f2efee;
}

@media (max-width: 767px) {

  .bprices {
    padding-bottom: 5px;
  }
}

.bprice {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  text-align: left;
  color: inherit;
  background-color: #f2efee;
  padding: 15px 100px 15px 60px;
  border-radius: 0;
  transition: all 0.2s;
}

@media (max-width: 1279px) {

  .bprice {
    font-size: 13px;
    padding-left: 30px;
    padding-right: 70px;
  }
}

@media (max-width: 1023px) {

  .bprice {
    padding-right: 55px;
  }
}

@media (max-width: 767px) {

  .bprice {
    font-size: 12px;
    padding: 11px 45px 9px 15px;
  }
}

.bprice:before {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 30px;
  width: 32px;
  height: 59px;
  background: url("../images/homepage/icon-tripple-arrow-red.png") center center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.2s;
}

.bprice:hover:before {
  transform: translateX(10px);
}

@media (max-width: 1279px) {

  .bprice:before {
    right: 20px;
    margin-top: -22px;
    width: 24px;
    height: 45px;
  }
}

@media (max-width: 1023px) {

  .bprice:before {
    margin-top: -15px;
    width: 16px;
    height: 30px;
  }
}

@media (max-width: 767px) {

  .bprice:before {
    margin-top: -13px;
    width: 14px;
    height: 26px;
    right: 15px;
  }
}

.bprice:after {
  position: absolute;
  top: 0;
  left: 60px;
  right: 30px;
  border-top: 1px solid #a75a53;
  opacity: 0.2;
  content: '';
  transition: all 0.2s;
}

@media (max-width: 1279px) {

  .bprice:after {
    left: 30px;
    right: 20px;
  }
}

@media (max-width: 767px) {

  .bprice:after {
    left: 15px;
    right: 15px;
  }
}

.bprice:first-child:after {
  display: none;
}

@media (max-width: 767px) {

  .bprice:first-child:after {
    display: block;
  }
}

.bprice:hover {
  background-color: #d2c4c2;
}

.bprice:hover:after {
  border-color: transparent;
}

.bprice__inner {
  display: table;
  width: 100%;
}

.bprice__left {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 1279px) {

  .bprice__left {
    vertical-align: middle;
  }
}

.bprice__right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 150px;
  padding-left: 20px;
}

@media (max-width: 1023px) {

  .bprice__right {
    width: 130px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {

  .bprice__right {
    width: 110px;
  }
}

.bprice__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #a65047;
}

.bprice__desc {
  font-size: 10px;
  line-height: 1em;
  color: #666;
  letter-spacing: 0.2px;
}

@media (max-width: 1279px) {

  .bprice__title {
    font-size: 22px;
  }
}

@media (max-width: 1023px) {

  .bprice__title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {

  .bprice__title {
    font-size: 13px;
  }

  .bprice__desc {
    display: none;
  }
}

.bprice__summary {
  margin-top: 8px;
  min-height: 2.7em;
}

@media (max-width: 1279px) {

  .bprice__summary {
    display: none;
  }
}

.bprice__summary:first-child {
  margin-top: 0;
}

.bprice__price {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: #a65047;
  white-space: nowrap;
}

.bprice__price svg {
  fill: #ad5a55;
  width: 16px;
  height: 18px;
  vertical-align: baseline;
}

@media (max-width: 1279px) {

  .bprice__price {
    font-size: 24px;
  }

  .bprice__price svg {
    width: 14px;
  }
}

@media (max-width: 1023px) {

  .bprice__price {
    line-height: 1;
    font-size: 22px;
  }

  .bprice__price svg {
    width: 13px;
    height: 12px;
  }
}

@media (max-width: 767px) {

  .bprice__price {
    display: inline;
  }

  .bprice__price svg {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 479px) {

  .bprice__price {
    font-size: 18px;
    height: 12px;
  }

  .bprice__price svg {
    width: 10px;
  }
}

@media (max-width: 767px) {

  .bprice__title {
    font-size: 18px;
  }
}

@media (max-width: 479px) {

  .bprice__title {
    font-size: 13px;
  }
}

.bprice__price-suffix {
  font-size: 15px;
  line-height: 1.2;
  margin-top: -3px;
}

@media (max-width: 1023px) {

  .bprice__price-suffix {
    font-size: 14px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {

  .bprice__price-suffix {
    display: inline;
    font-size: 13px;
  }
}

@media (max-width: 479px) {

  .bprice__price-suffix {
    font-size: 12px;
  }
}


.pregions {
  position: fixed;
  top: 190px;
  left: 50%;
  margin-left: -280px;
  width: 560px;
  background: #fff;
  box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.13);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  box-sizing: border-box;
  padding: 30px 40px 60px;
  color: #3a3329;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s, visibility 0s 0.3s;
}

.pregions.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.pregions a {
  color: #3a3329;
  border-bottom: 1px dashed #6c6253;
  text-decoration: none;
}

.pregions a:hover {
  color: #b15b57;
  border-bottom-color: #b15b57;
  text-decoration: none;
}

.pregions__title {
  text-transform: uppercase;
  font-weight: 700;
}

.pregions__list {
  margin-top: 25px;
  margin-bottom: -10px;
  column-count: 3;
  column-gap: 10px;
}

.pregions__list:first-child {
  margin-top: 0;
}

.pregion {
  padding-bottom: 10px;
  width: 100%;
  break-inside: avoid-column;
}

.pregion span {
  color: #aaa;
}

.pregions__close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 19px;
  height: 19px;
  background: url('../images/bg-icon-cross.png') center center no-repeat;
  cursor: pointer;
  outline: none;
}

.pregions__close:before {
  position: absolute;
  top: -9px;
  right: -9px;
  bottom: -9px;
  left: -9px;
  border: 2px solid #d09f9b;
  border-radius: 50%;
  content: '';
  display: none;
}


@media (max-width: 1024px) {
  .hide-mobile-br .tblock br {
    display: none !important;
  }
}

@media (max-width: 560px) {

  .pregion {
    width: 100%;
  }

  .pregions {
    position: fixed;
    top: 0;
    transform: none;
    left: 0;
    margin-left: 0;
    width: auto;
    right: 0;
    bottom: 0;

  }

  .pregions__list {
    column-count: 2;
  }

  .pregions__close:before {
    display: block;
  }
}

@media (max-width: 420px) {
  .pregions__list {
    column-count: 1;
  }
}
