@import url(https://fonts.googleapis.com/css?family=Be+Vietnam:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap&display=swap);





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Microsoft YaHei', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.4em;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Microsoft YaHei', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Microsoft YaHei', sans-serif;
  
  font-size: 2rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Microsoft YaHei', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Microsoft YaHei', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.75;
  
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d90a2c !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d90a2c;
  border-color: #d90a2c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-primary:hover {
  background-color: #a80822 !important;
  border-color: #a80822 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d90a2c;
  color: #d90a2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #d90a2c !important;
  border-color: #d90a2c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #d90a2c !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #770618 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #d90a2c !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d90a2c;
  border-color: #d90a2c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a {
  color: #111010;
}
a:hover {
  color: #870000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcb3bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #d90a2c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d90a2c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d90a2c;
  border-bottom-color: #d90a2c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-tbRYVqqAmM {
  overflow: hidden;
  padding-top: 17rem;
  padding-bottom: 4.4rem;
  background-image: url("../../../assets/images/-.-293816-2000x822.jpg");
}
.cid-tbRYVqqAmM .container {
  margin: 0 auto;
  padding: 0 25px;
  
}
.cid-tbRYVqqAmM .wrap {
  padding: 0 25px;
}
.cid-tbRYVqqAmM .wrap:before {
  content: '';
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #c3c3c3;
  top: 0px;
  right: 0px;
}
.cid-tbRYVqqAmM .wrap:before {
  content: '';
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #c3c3c3;
  top: 0px;
  left: -100px;
}
.cid-tbRYVqqAmM .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-tbRYVqqAmM .mbr-text {
  margin-bottom: 20px;
}
.cid-tbRYVqqAmM .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1388px) {
  .cid-tbRYVqqAmM .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tbRYVqqAmM .container,
  .cid-tbRYVqqAmM .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tbRYVqqAmM .title__block {
    padding: 50px 0;
  }

}
@media (max-width: 575px) {
  .cid-tbRYVqqAmM a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tbRYVqqAmM .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tbRYVqqAmM .mbr-section-title,
.cid-tbRYVqqAmM .mbr-figure {
  text-align: center;
}
.cid-tflvEUa9hw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tflvEUa9hw .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tflvEUa9hw .image {
    margin-bottom: 30px;
  }
}
.cid-tflvEUa9hw .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tflvEUa9hw .mbr-text {
  margin-bottom: 20px;
}
.cid-tflvEUa9hw .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-tflvEUa9hw .progress {
  width: 100%;
  border-radius: 4px;
}
.cid-tflvEUa9hw progress {
  height: 8px;
}
.cid-tflvEUa9hw .progress_value {
  position: absolute;
  color: #ffffff;
  background-color: #17161a;
  padding: 0 8px;
  border-radius: 4px;
  border-bottom-right-radius: 0px;
  height: 24px;
  line-height: 24px;
  right: 0%;
  font-weight: 600;
  width: 45px;
  font-size: 11px;
}
.cid-tflvEUa9hw .progress_value::before {
  content: '';
  border-top: 6px solid #17161a;
  border-left: 8px solid transparent;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.cid-tflvEUa9hw .progress_value .progressbar-number,
.cid-tflvEUa9hw .progress_value span {
  font-weight: 600;
}
.cid-tflvEUa9hw .progress_value span {
  padding-left: 0;
  vertical-align: bottom;
  right: 8px;
  position: absolute;
  line-height: inherit;
}
.cid-tflvEUa9hw .progress_elements {
  margin: 0 auto;
}
.cid-tflvEUa9hw .progressbar-title p {
  margin: 5px 0;
  font-weight: 600;
}
.cid-tflvEUa9hw .title-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cid-tflvEUa9hw .progress1 .progressbar-number:before {
  position: absolute;
  right: 20px;
  top: 0;
  content: '100';
}
.cid-tflvEUa9hw progress[value]::-webkit-progress-bar {
  background-color: rgba(136, 136, 136, 0.1) !important;
}
.cid-tflvEUa9hw progress::-webkit-progress-value {
  background: #d90a2c;
  border-radius: 4px;
}
.cid-tflvEUa9hw progress[value]::-moz-progress-bar {
  background: #d90a2c;
  border-radius: 4px;
}
.cid-tflvEUa9hw progress::-ms-fill {
  background: #d90a2c;
  border-radius: 4px;
}
.cid-tflvEUa9hw .progress-primary {
  background-color: rgba(136, 136, 136, 0.1) !important;
  border: none;
  outline: none;
}
.cid-tflvEUa9hw .progress-primary::-webkit-progress-bar {
  background-color: rgba(136, 136, 136, 0.1) !important;
}
.cid-tbS6cJ4aJe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #e4e9e4;  /* fallback for old browsers */
  background: -webkit-linear-gradient(45deg, #ffffff, #d5d6d5);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #ffffff, #d5d6d5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.cid-tbS6cJ4aJe .title__wrap {
  margin-bottom: 1px;
}
.cid-tbS6cJ4aJe .title__block {
  margin-bottom: 10px;
}
.cid-tbS6cJ4aJe .mbr-section-title {
  margin-bottom: 0;
}
.cid-tbS6cJ4aJe .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 1px;
}
.cid-tbS6cJ4aJe .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-tbS6cJ4aJe .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tbS6cJ4aJe .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-tbS6cJ4aJe .image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 200px;
  margin-bottom: 30px;
}
.cid-tbS6cJ4aJe .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.cid-tbS6cJ4aJe .image:hover .text__block {
  transform: translateY(0);
}
.cid-tbS6cJ4aJe .image:hover .social__wrap {
  opacity: 1;
}
.cid-tbS6cJ4aJe .image:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tbS6cJ4aJe .text__block {
  transform: translateY(60px);
  position: absolute;
  padding: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(23, 22, 26, 0.6), transparent);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbS6cJ4aJe .text__title,
.cid-tbS6cJ4aJe .text__descr {
  margin-bottom: 0;
}
.cid-tbS6cJ4aJe .social__wrap {
  width: 100%;
  padding-top: 10px;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbS6cJ4aJe .icons {
  display: inline-block;
}
.cid-tbS6cJ4aJe .social__wrap .border__radius {
  margin: 4px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbS6cJ4aJe .social__wrap .border__radius:hover {
  cursor: pointer;
  color: #d90a2c !important;
}
.cid-tbS6cJ4aJe .social__wrap .border__radius span {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbS6cJ4aJe .social__wrap .border__radius span:hover {
  color: #d90a2c !important;
}
@media (max-width: 575px) {
  .cid-tbS6cJ4aJe .buttons {
    /* justify-content: flex-start; */
  }
.cid-tflvEUa9hw{
 padding-top: 1rem;
}


}
.cid-tbS4E8PUtF {

  background-image: url("../../../assets/images/back2-1920x600.jpeg");
}
.cid-tbS4E8PUtF .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-tbS4E8PUtF .title__block {
  padding-bottom: 10px;
}
.cid-tbS4E8PUtF .image {
  width: 100%;
  perspective: 700px;
}
.cid-tbS4E8PUtF .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 3%;
  border-radius: 6px;
  
}
.cid-tbS4E8PUtF .image img:hover {
  transform: rotateX(-10deg);
}
.cid-tbS4E8PUtF .text__block {
  margin-top: 25px;
}
.cid-tbS4E8PUtF .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-tbS4E8PUtF .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tbS4E8PUtF .title__block {
    padding-bottom: 30px;
  }
}


/*card*/
.card-panel {
  transition: box-shadow .25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

.card {
  position: relative;
  margin: 0.5rem 1rem 1rem 0;
  padding: 1rem;
  background-color: #fff9f9;
  transition: box-shadow .25s;
  border-radius: 2px;
height:21.5rem;
}

.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

.card .card-title.activator {
  cursor: pointer;
}

.card.small, .card.medium, .card.large {
  position: relative;
}

.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}

.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card.small {
  height: 300px;
}

.card.medium {
  height: 400px;
}

.card.large {
  height: 500px;
}

.card.horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}

.card.horizontal .card-image {
  max-width: 50%;
}

.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}

.card.horizontal .card-stacked {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.card.horizontal .card-stacked .card-content {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card.sticky-action .card-action {
  z-index: 2;
}

.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

.card .card-image {
  position: relative;
}

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
max-height: 12.5em;
}

.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
}

.card .card-content {
  padding: 13px;
  border-radius: 0 0 2px 2px;
  font-size: 1.5rem;
}

.card .card-content p {
  margin: 0;
  color: inherit;
white-space:nowrap;
}

.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

.card .card-content .card-title i {
  line-height: 32px;
}

.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px 24px;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color .3s ease;
  text-transform: uppercase;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}


/*shadows*/
.box-shadow-outer {
    position: relative;
    z-index: 1;
}

.box-shadow-outer .box-shadow-2::before, .box-shadow-outer .box-shadow-2::after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
    top: 50%;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}
.box-shadow-outer .box-shadow-2::after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}

.box-shadow-outer .box-shadow-2 {
    position: relative;
}

.box-shadow-block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    padding: 15px 20px;
}
.box-shadow-block {
    border-top: 2px solid #32c8de;
}
*::-moz-selection {
    background-color: #32c8de;
}
*::-moz-selection {
    color: #fff;
}

.dt a {
    display: block;
    color: #111010;
    font-size: 16px;
    height: 4em;
    line-height: 4em;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px dotted #afafaf;
    position: relative;
    padding-left: 1em;
}