.columns {
	padding-left: 8px;
	padding-right: 8px;
}

.row {
	margin-left: -8px;
	margin-right: -8px;
}

body {
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}

.image-grid {
	display: flex;
	flex-wrap: wrap;
}

.image-grid .grid-image {
	display: block;
	margin-bottom: 50px;
	overflow: hidden;
}

.image-grid .grid-image > img {
	height: 230px;
	transition: ease 200ms;
}

.image-grid .grid-image:hover > img{
	transform: scale(1.25);
}

.section-heading {
	font-size: 32px;
	font-weight: 100;
	line-height: 48px;
	color: #58595B;
	width: calc(100% / 12 *8);
	margin-bottom: 24px;
}

.grid-image {
	display: block;
	margin-bottom: 16px;
	overflow: hidden;
}

.grid-image > img {
	height: 260px;
	object-fit: cover;
	width: 100%;
	object-position: center;
	transition: ease 200ms;
}

.grid-image:hover > img {
	transform: scale(1.25);
}

.grid-image.grid-image--w6 > img {
	height: 400px;
}

.grid-image.grid-image--w5 > img {
	height: 824px;
}

.grid-image.grid-image--w4 > img {
	height: 264px;
}

.grid-image.grid-image--w3 > img {
	height: 194px;
}

.section-text {
	font-size: 14px;
	line-height: 21px;
	color: #58595B;
}

.section.section-2 .section-text {
	margin-bottom: 60px;
}

.banner {
	height: 552px;
	background-color: #8E8E93;
}

.section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section.section-1 {
	padding-bottom: 10px;
}

.vertical-card {
	width: calc(100% / 3 * 2 - 16px);
}

.vertical-card__heading {
	font-size: 24px;
	font-weight: 100;
	line-height: 32px;
	letter-spacing: -1px;
	color: #000;
	margin-top: -44px;
	height: 96px;
	margin-bottom: 16px;
}

.vertical-card__image {
	display: flex;
	width: 140px;
	height: 140px;
	background-color: #E2E2E2;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

.vertical-card__image > img {
	transform: translateY(-52px);
}

.vertical-card__text {
	font-size: 14px;
	line-height: 21px;
	color: #58595B;
	height: 163px;
}

.section.section-main-slider {
	height: 650px;
	background-color: #F8F8F8;
	overflow-x: hidden;
}

.card-like-image {
	width: 305px;
	height: 230px;
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.card-like-image__image {
	width: 128px;
	height: 128px;
	background-color: #E2E2E2;
	border-radius: 50%;
	min-width: 128px;
	margin-right: -64px;
}

.card-like-image__image > img {
	margin-left: -20px;
	margin-top: 18px;
}

.card-like-image__heading {
	font-size: 24px;
	font-weight: 100;
	color: #000;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

.card-like-image__text {
	font-size: 14px;
	line-height: 21px;
	color: #000;
}

.card-like-image--right-align {
	margin-left: auto;
	padding-left: 0;
}

.banner__heading {
	width: 726px;
  font-size: 64px;
  font-weight: 100;
  color: #58595B;
  letter-spacing: -2px;
  line-height: 70px;
  margin-bottom: 22px;
}

.banner__text {
	width: 370px;
  font-size: 14px;
  font-weight: 100;
  color: #58595B;
  line-height: 21px;
  margin-bottom: 22px;
}

.banner-inner {
	height: 552px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tooltip-extended {
	width: 29px;
  height: 29px;
  border: 1px solid #E2E2E2;
  display: inline-flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 100;
  font-style: italic;
  padding-right: 4px;
  padding-top: 4px;
}

.table-extended__heading {
  font-size: 24px;
  font-weight: lighter;
  color: #58595B;
  line-height: 24px;
	margin-bottom: 10px;
	margin-top: 60px;
}

.table-extended__image {
	width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 3px 30px rgba(0,0,0,0.1);
	margin-right: 30px;
	min-width: 150px;
}

.table-extended__info {
	width: 100%;
}

.table-extended {
	padding: 70px 96px;
  box-shadow: 0px 3px 35px rgba(0,0,0,0.11);
  border-radius: 8px;
  margin-bottom: 40px;
	margin-top: 60px;
}

.table-extended-top {
	margin-bottom: 30px;
	margin-top: -100px;
	display: flex;
}

.table-extended__text {
	font-size: 14px;
	max-width: 400px;
	color: #58595B;
}

.table-extended table, .table-extended table tbody, .table-extended table tbody tr, .table-extended table tbody tr td {
	border: none;
	background-color: transparent;
	text-align: center;
}

.table-extended table tbody tr td {
  height: 72px;
  padding: 5px;
}

.table-extended table tbody tr:nth-child(2) td {
	border-top: 1px solid #E2E2E2;
}

.table-extended table tbody tr td:nth-child(1) {
	text-align: left;
	width: 200px;
}

.table-extended table tbody tr td:nth-child(2) {
	border-left: 1px solid #E2E2E2;
}

.table-extended table tbody tr:nth-child(1) td:nth-child(2) {
	border-left: none
}

.table-extended table tbody tr:nth-child(2) td:nth-child(1) {
	border-top: none
}

.table-extended table tbody tr:nth-child(2) td:nth-child(2) {
	border-top-left-radius: 12px;
	display: block;
}

.table-extended__td-wrapper {
  display: flex;
  height: 62px;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 31px;
}

.table-extended__td-wrapper:hover {
	border-color: #E2E2E2;
}

.main-slider__header {
  font-size: 64px;
  line-height: 64px;
  color: #58595B;
  font-weight: 100;
 	margin-top: 96px;
  margin-bottom: 24px;
  width: 548px;
}

.main-slider__description {
  font-size: 14px;
  line-height: 21px;
  color: #58595B;
  margin-bottom: 40px;
  width: 336px;
}

.breadcrumbs {
	margin-top: 16px;
}

.breadcrumbs a {
  font-size: 12px;
  line-height: 21px;
  color: #BFBFBF;
}

.breadcrumbs .current-item {
	font-size: 12px;
  line-height: 21px;
	color: #58595B;
}

.breadcrumbs .breadcrumbs__hseparator {
  font-size: 12px;
  line-height: 21px;
  color: #8e8e93;
}

.main-slider-wrapper {
	display: flex;
}

.main-slider__left-side {
	min-width: 384px;
  width: 384px;
  position: relative;
}

.main-slider__right-side {
  width: calc(100% - 384px);
  min-width: calc(100% - 384px);
  position: relative;
}

#main_slider {
	position: absolute;
	top: -60px;
	left: 0;
	width: 1144px;
	height: 650px;
}

#main_slider.owl-carousel .owl-item img {
  height: 650px;
  object-fit: cover;
  object-position: left;
}

#main_slider.owl-carousel .owl-nav {
	position: absolute;
  bottom: 0;
  display: flex;
  width: 160px;
}

#main_slider.owl-carousel .owl-nav.disabled {
	display: none;
}

#main_slider.owl-carousel .owl-nav button.owl-prev, #main_slider.owl-carousel .owl-nav button.owl-next {
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 200ms;
}

#main_slider.owl-carousel .owl-nav button.owl-prev:hover, #main_slider.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #E1E1E1;
}

#main_slider.owl-carousel .owl-nav button.owl-prev > svg, #main_slider.owl-carousel .owl-nav button.owl-next > svg {
  width: 13px;
  height: 24px;
}

#main_slider.owl-carousel .owl-nav .chev-nav {
	fill: #E1E1E1;
}

#main_slider.owl-carousel .owl-nav button:hover .chev-nav {
	fill: #FFF;
}

#main_slider.owl-carousel .owl-nav button.owl-next > svg  {
	transform: rotateZ(180deg);
}

.main-slider__left-side-inner {
  position: absolute;
  top: -60px;
  left: 0;
  height: 650px;
  width: 100%;
	z-index: 2;
}

.form-container__image {
	float: right;
  width: 559px;
  height: 411px;
  object-fit: contain;
  margin-right: -190px;
 	margin-top: -38px;
}

.form-container__inner {
	width: 464px;
}

.form-container__header {
  font-size: 32px;
  line-height: 21px;
  margin-bottom: 20px;
  font-weight: 100;
  color: #58595B;
}

.form-container__description {
	font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
	color: #58595B;
	max-width: 324px;
}

.form-container {
  border: 1px solid #E2E2E2;
  border-radius: 16px;
  padding: 80px 105px;
  margin-left: -105px;
}

.tooltip-extended-window {
  position: absolute;
  width: 286px;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 7.5px;
  border-top-left-radius: 0px;
  padding: 32px 24px 26px 32px;
}

.tooltip-extended-window:before {
	content: ' ';
	width: 17px;
	height: 18px;
	background: url('/wp-content/themes/simpleasy/images-new/ugolok.png') no-repeat center;
	position: absolute;
  left: -17px;
  top: -1px;
}

.banner.banner-2 {
	height: 633px;
}

.banner.banner-2 .banner-inner {
	height: 633px;
}

.banner.banner-2 .banner__heading {
	color: #000;
}

.section-constructor .step-heading__step {
	color: #E2E2E2;
}

.section-constructor .step-heading {
	font-weight: 100;
}

.section-constructor .step-description {
  font-size: 14px;
  line-height: 21;
}

.section-constructor .step-option__tooltip {
	border-color: #E2E2E2;
	color: #E2E2E2;
}

.section-constructor .constructor-step__buttons > .button.constructor-step__nextbtn {
  background-color: #8E8E93 !important;
  height: 44px;
  width: 184px;
}

.section-constructor .constructor-step__buttons > .button.constructor-step__nextbtn:hover {
	background-color: #656567 !important;
}

.section-constructor .step-option.active {
	border-color: #E2E2E2;
}

.section-constructor .step-options__list > .step-option.active:after {
	background-color: #E2E2E2;
}

.section-constructor .constructor-step__buttons > .button.constructor-step__prevbtn {
	border-color: #8E8E93 !important;
  height: 44px;
}

.section-constructor .step-selected__option-name {
	color: #8E8E93;
}

.section-constructor .step-selected__option-select > select {
	border-color: #8E8E93;
}

.section-constructor .constructor-window .button {
	border-color: #8E8E93 !important;
}

.section-constructor .constructor-window input[type="text"], .section-constructor .constructor-window input[type="email"], #cf7-modal_769 input[type="text"], #cf7-modal_769 input[type="tel"] {
	border-color: #8E8E93 !important;
}

.section-constructor .sendForm__btn {
	background-color: #8E8E93 !important;
	height: 44px !important;
	width: 184px;
}

.section-constructor .sendForm__btn:hover {
	background-color: #656567 !important;
}

.section-constructor .gift-container__heading {
	color: #8E8E93;
}

.section-constructor .gift-container {
	border-color: #8E8E93;
}

.flex-video, .responsive-embed {
	position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.flex-video.widescreen, .responsive-embed.widescreen {
	padding-bottom: 56.25%;
}

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	height: 100%;
	border: none;
}

.section-video .flex-video, .section-video .responsive-embed {
	margin-bottom: 0;
}

.section-constructor .constructor-window input[type="text"], .section-constructor .constructor-window input[type="email"], #cf7-modal_769 input[type="text"], #cf7-modal_769 input[type="tel"] {
	border-color: #8E8E93 !important;
}

.wpcf7-form-control.wpcf7-submit.sendForm__btn {
	background-color: #8E8E93 !important;
  height: 44px;
}

.table-extended:last-child {
	margin-bottom: 0;
}

.topbutton {
	height: 2.5rem;
	width: 2.5rem;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 2;
	font-family: "FontAwesome";
	color: white;
	background: #f6ae38;
	display: none;
	font-size: 1.2rem;
	opacity: 0.8;
	border-radius:50%;
}

.topbutton:hover {
	opacity: 1;
	color: white;
}

.topbutton:before {
	content: "\f106";
	display: block;
	text-align: center;
	padding-top: 7px;
}

.section-form--fill-grey {
	background-color: #DFDFDF;
	padding: 0px;
}

.section-form--fill-grey .form-container__header {
	color: #000000;
	font-size: 64px;
	line-height: 64px;
	margin-right: -30px;
}

.section-form--fill-grey .wpcf7 input[type="text"], .section-form--fill-grey .wpcf7 input[type="email"], .section-form--fill-grey .wpcf7 input[type="tel"] {
	background-color: transparent;
	border-bottom: 1px solid #707070;
}

.section-form--fill-grey .wpcf7-submit.button {
	padding-left: 80px;
	padding-right: 80px;
}

.page-template-page-front .banner-1 .banner__heading, .page-template-page-front .banner-1 .banner__text {
	color: #fff;
}

.page-template-page-front .banner-1, .page-template-page-front .banner.banner-1 .banner-inner {
	height: 472px;
	background-position: right -8px;
}

.page-template-page-front .banner-2, .page-template-page-front .banner.banner-2 .banner-inner {
	height: 552px;
	position: relative;
}

.page-template-page-front .banner.banner-2 .banner__heading {
	color: #58595B;
	width: 538px;
}

.page-template-page-landing .banner-1 {
	background-position: right;
}

.page-template-page-landing .banner-2 {
	background-position: center;
}

.page-template-page-landing .banner-1, .page-template-page-landing .banner-1 .banner-inner {
	height: 472px;
}

.page-template-page-landing .banner-1 .banner__heading {
	font-size: 48px;
  line-height: 64px;
  max-width: 552px;
  width: 100%;
	color: #fff;
}

.page-template-page-landing .banner-1 .banner__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	max-width: 467px;
	width: 100%;
	color: #fff;
}

.omega-big-numbers {
	display: block;
	color: #fff;
	font-size: 555px;
	letter-spacing: -125px;
	margin-bottom: -164px;
	margin-top: 108px;
	margin-left: -60px;
}

.page-template-page-front .banner.banner-2 .button {
	padding-left: 80px;
	padding-right: 80px;
}

.page-template-page-front .card-like-image__image > img {
	height: 60px;
	width: 50px;
	object-fit: scale-down;
	margin-top: 30px;
	margin-left: -25px;
	transition: ease 200ms;
}

.page-template-page-front .card-like-image__heading {
	margin-bottom: 0px;
	width: 116px;
	margin-left: 15px;
	transition: ease 200ms;
}

.page-template-page-front .card-like-image__text:not(:empty) {
	margin-top: 15px;
}

.page-template-page-front .card-like-image .card-like-image__image {
	background-color: #F2F1F1;
	transition: ease 200ms;
}

.page-template-page-front .card-like-image:hover .card-like-image__image {
	width: 168px;
	height: 168px;
	background-color: #E2E2E2;
}

.page-template-page-front .card-like-image:hover .card-like-image__image > img {
	object-fit: contain;
	margin-left: 20px;
  margin-top: 52px;
}

.page-template-page-front .card-like-image:hover .card-like-image__heading {
	margin-left: -28px;
}

.page-template-page-front .section.section-1 {
	padding-bottom: 60px;
}

.main-bag__heading {
	font-size: 56px;
	line-height: 56px;
	color: #58595B;
	font-weight: 100;
	margin-bottom: 20px;
}

.main-bag__text {
	font-size: 14px;
	color: #58595B;
}

.main-bag__buttons {
	margin-top: 32px;
}

.main-bag__buttons > .button {
	padding-left: 77px;
	padding-right: 77px;
}

.main-bag {
	max-width: 745px;
	width: calc(50% - 24px);
	border-radius: 10px;
	box-shadow: 0px 5px 45px rgba(0,0,0,0.1);
	padding: 58px 80px 68px 80px;
	margin-right: 48px;
}

.main-bag:nth-child(1) {
	background: url('/wp-content/themes/simpleasy/images-new/text-blocks/paketleft.png') no-repeat right;
	background-size: cover;
}

.main-bag:nth-child(2) {
	background: url('/wp-content/themes/simpleasy/images-new/text-blocks/paketright.png') no-repeat right;
	background-size: cover;
}

.main-bag:last-child {
	margin-right: 0px;
}

.main-bags ul > li {
	margin-bottom: 10px;
}

.main-bags {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	padding-left: 35px;
	padding-right: 35px;
}

.main-bags-info__heading {
	font-size: 32px;
	font-weight: 100;
	line-height: 48px;
	color: #58595B;
	margin-bottom: 24px;
}

.main-bags-info__description {
	font-size: 14px;
	color: #58595B;
}

.main-bags-info__buttons {
	margin-top: 36px;
}

.main-bags-info ul > li {
	margin-bottom: 10px;
}

.main-bags-info {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 78px;
}

.main-bags-info__block {
	width: 50%;
}

.main-bags-info__block--left {
	padding-right: 58px;
}

.main-bags-info__block--right {
	border: 1px solid #707070;
	border-radius: 10px;
	padding: 42px;
	padding-bottom: 56px;
}

.section.section-main-bags {
	padding-top: 120px;
	padding-bottom: 120px;
}

.page-template-page-front .banner-1 .banner__heading{
	font-size: 48px;
	line-height: 64px;
	max-width: 552px;
	width: 100%;
}

.page-template-page-front .banner-1 .banner__text{
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	max-width: 467px;
	width: 100%;
}

.main-bag__expand-button {
	margin-top: 10px;
	font-size: 14px;
	line-height: 21px;
	color: #58595B;
	text-decoration: underline;
}

.main-bag.mobile-expanded .main-bag__text {
	height: initial;
	overflow: auto;
}

.main-bag-info__expand-button {
	margin-top: 10px;
	font-size: 14px;
	line-height: 21px;
	color: #58595B;
	text-decoration: underline;
}

.main-bags-info__block.mobile-expanded .main-bags-info__description {
	height: initial;
	overflow: auto;
}

.section-404 .section-heading {
	font-size: 64px;
	line-height: 64px;
	color: #58595B;
	margin-top: 96px;
}

.section-404 .section-description {
	color: #58595B;
	font-size: 14px;
	line-height: 21px;
	max-width: 394px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.section-404 .section-description a {
	color: #58595B;
	text-decoration: underline;
}

.section-404 {
	background-repeat: no-repeat;
	background-position: right top;
	height: calc(100vh - 81px);
}

.posts-list-item {
	display: flex;
	margin-bottom: 50px;
}

.posts-list-item__thumb {
	width: 200px;
	height: 200px;
	min-width: 200px;
	margin-right: 30px;
}

.posts-list-item__thumb > img {
	display: block;
	width: 200px;
	height: 200px;
	object-fit: scale-down;
	object-position: top;
}

.posts-list-item__title {
	font-size: 32px;
  font-weight: 100;
  line-height: 48px;
  color: #000;
	margin-bottom: 10px;
}

.posts-list-item__date a {
	color: #000;
}

.posts-list-item__short-description {
	margin-bottom: 15px;
}

.section.section-3.section-3-inverted {
	background-color: #F8F8F8;
}

.section.section-3.section-3-inverted .vertical-card__image {
	background-color: #fff;
}

.pagination > .nav-links {
	display: flex;
}

.pagination > .nav-links .page-numbers.current {
	background-color: #8E8E93;
}

.footer .section-heading {
	color: #fff;
	font-size: 24px;
}

.footer-nav-columns {
	display: flex;
}

.footer-nav-column {
	flex-grow: 1;
	margin-right: 30px;
}

.footer-nav-column:last-child {
	margin-right: 0px;
}

.footer-nav-column > .footer__menu {
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer-nav-column .footer__menu-item > a {
	line-height: 24px;
}

.footer-nav-left {
	width: 40%;
}

.footer-nav-right {
	width: 60%;
}

.section.section-heading-single {
	background-color: #F8F8F8;
	display: flex;
	padding-top: 0px;
	padding-bottom: 0px;
}

.section.section-heading-single .breadcrumbs {
	margin-right: -200px;
	margin-bottom: 48px;
}

.section-single-left {
	margin-left: calc((100% - 1166px) / 2);
	width: 385px;
	min-width: 385px;
	z-index: 2;
}

.section-single-right {
	width: 100%;
	z-index: 1;
}

.section-single-right > img {
	width: 100%;
	height: 418px;
	object-fit: cover;
}

.section-single-title {
	font-size: 64px;
	line-height: 72px;
	color: #58595B;
	font-weight: 300;
	margin-right: -225px;
	width: 628px;
	margin-top: 20px;
}

.section-single-date {
	font-size: 14px;
	color: #58595B;
}

.single-content {
	font-size: 14px;
}

.single-content p {
	margin-right: 40px;
	margin-bottom: 10px;
}

.single-content iframe {
	width: 100%;
}

.navigation.post-navigation .nav-links {
	display: flex;
}

.navigation.post-navigation .nav-links a {
	display: flex;
	align-items: center;
	padding-left: 17px;
	padding-right: 17px;
	box-sizing: border-box;
  height: 90px;
  background-color: #fff;
  font-size: 14px;
  line-height: 21px;
  color: #58595B;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

.navigation.post-navigation .nav-links .nav-next {
	margin-left: 22px;
}

.navigation.post-navigation .nav-links .nav-next > a {
	justify-content: flex-end;
	padding-left: 24px;
}

.navigation.post-navigation .nav-links .nav-previous > a:before {
	content: ' ';
	display: block;
	min-width: 40px;
	width: 40px;
	height: 40px;
	background: url('/wp-content/themes/simpleasy/images-new/Chevron_Right.svg') no-repeat center;
	background-color: #F8F8F8;
	border-radius: 50%;
	margin-right: 30px;
}

.navigation.post-navigation .nav-links .nav-next > a:after {
	content: ' ';
	display: block;
	min-width: 40px;
	width: 40px;
	height: 40px;
	background: url('/wp-content/themes/simpleasy/images-new/Chevron_Right.svg') no-repeat center;
	background-color: #F8F8F8;
	border-radius: 50%;
	margin-left: 30px;
	transform: rotateZ(180deg);
}

.sidebar-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-template-areas: 'big big' 'big big' '. .';
	grid-gap: 16px;
}

.sidebar_link > img {
	display: block;
	width: 100%;
	height: 377px;
}

.sidebar_link:first-child {
	grid-area: big;
}

.sidebar_link:first-child > img {
	height: 464px;
}

.header {
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
}

.scrolled .header .top-bar-left .menu-text {
	padding-top: 0px;
	padding-bottom: 0px;
}

.scrolled .header .top-bar-right {
	margin-top: 2px;
}

#page {
	padding-top: 79px;
}

.topbutton {
	background-color: #E2E2E2;
	color: #000;
}

body.page-id-625 #content {
	min-height: 500px;
}

@media (min-width: 768px) {
	#responsive-menu {
		display: block !important;
	}
}

@media (max-width: 768px) {
	.banner {
		background-position: right;
	}
	.section-single-left {
		margin-left: 0px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		min-height: 240px;
		padding-bottom: 30px;
		min-width: initial;
	}

	.section-single-title {
		width: 100%;
		margin-right: 0px;
		font-size: 24px;
		line-height: 36px;
	}

	.section.section-heading-single .breadcrumbs {
		margin-right: 0px;
	}

	.section-single-right {
		display: none;
	}

	.single-content p {
		margin-right: 0px;
	}

	.navigation.post-navigation .nav-links {
		flex-wrap: wrap;
	}

	.navigation.post-navigation .nav-links .nav-next {
		margin-left: 0px;
		margin-top: 15px;
	}

	.posts-list-item {
		flex-wrap: wrap;
	}

	.posts-list-item__thumb {
		width: 100%;
		margin-right: 0px;
		min-width: initial;
		margin-bottom: 15px;
	}

	.posts-list-item__title {
		font-size: 24px;
		line-height: 32px;
		margin-top: 10px;
		margin-bottom: 15px;
		display: block;
	}

	.footer-nav-left {
		width: 100%;
		margin-bottom: 45px;
	}

	.footer-nav-right {
		width: 100%;
	}

	.footer-nav-columns {
		flex-wrap: wrap;
	}

	.footer-nav-column {
		margin-right: 0px;
	}

	.table-extended-top {
		flex-direction: column;
		margin-top: 0;
	}

	.table-extended__image {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.table-extended__heading {
		margin-top: 0;
	}

	.page-template-page-landing .banner-1 .banner__heading {
		font-size: 28px;
		line-height: 48px;
	}
}
