

/* Start:/local/templates/maxitorg/css/new-style.css?178299192511782*/
.page {
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
}
.page .u-btn-yellow {
	font-size: 22px;
	font-weight: 700;
}
.page .medium {
	font-weight: 500;
}
.page .italic {
	font-style: italic;
}
.page img {
	max-width: 100%;
}
.page .h2-line {
	position: relative;
	z-index: 10;
	margin: 40px 0 0;
	 font-size: 30px;
	 line-height: 0.96;
	 color: #414042;
	 font-weight: 700;
}
.page .h2-line:first-child {
	margin-top: 6px;
}
.page .h2-line:after {
	content: '';
	display: block;
	margin-top: 15px;
	width: 90px;
	height: 5px;
	background-color: #ffca00;
	border-radius: 6px;
}
.page p {
	margin-top: 0px;
	color: #000000;
	line-height: 1.18;
	font-size: 22px;
}
.page H4 {
	margin: 30px 0 0;
	color: #000000;
	font-size: 25px;
	font-weight: 700;
}
.page .line-height-md {
	 line-height: 1.6;
	margin: 25px 0 25px;
}
.page .h2-line + p {
	margin-top: 12px;
}
.page .bold {
	font-weight: 700;
}
.page .u-tac {
	margin-top: 50px;
}


.page .c-repair-printers__table {
	margin-top: 40px;
}
.page .c-repair-printers__table table tbody tr .u-td-type-equipment {
	font-weight: 400;
    font-size: 14px;
}

.article-item {
	margin-top: 30px;
	overflow: hidden;
}
.article-item .title {
	  font-size: 22px;
	  line-height: 25px;
  font-weight: bold;
}
.article-item .img {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	  padding: 0;
  overflow: hidden;

  border-radius: 8px;

  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);

  border: solid 1px #e2e2e2;
  height: 253px;
  background-color: #ffffff;
}
.article-item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.article-item p {
	margin-top: 5px;
	  font-size: 18px;

  font-weight: 500;
  line-height: 1.07;
}



.suggestion-wrapper {
	margin-top: 75px;
	padding-bottom: 20px;
}
.suggestion-wrapper H3 {
	margin: 0;
	line-height: 1.25;
	font-size: 28px;
	font-weight: bold;
}
.suggestion-wrapper p {
	font-size: 22px;
	margin-top: 16px;
}
.suggestion-wrapper .text p {
	color: #212121;
}
.suggestion-wrapper .item {
	position: relative;
	z-index: 2;
	padding: 90px 21px 30px 16px;
	padding: 22px 16px 40px;
	margin-top: 30px;
}
.suggestion-wrapper .item:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 16px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
}
.suggestion-wrapper .item .title {
	font-size: 22px;
	font-weight: 700;
}
.suggestion-wrapper .item .title:after {
	content: '';
	display: block;
	margin-top: 7px;
	width: 113px;
	height: 5px;
	background-color: #ffca00;
	border-radius: 6px;
}
.suggestion-wrapper .item p {
	font-size: 18px;
}
.suggestion-wrapper .item:first-child {
	margin-left: 24px;
	margin-bottom: 16px;
}
.suggestion-wrapper .item:nth-child(2) {
	margin-top: 53px;
}
.suggestion-wrapper .item:nth-child(2),
.suggestion-wrapper .item:nth-child(3) {
	margin-right: 25px;
}
.suggestion-wrapper .item:first-child:before {
	content: '';
	display: block;
	position: absolute;
	top: 14px;
	left: -24px;
	right: 24px;
	bottom: -14px;
	border-radius: 16px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffca00;
	z-index: -2;
}
.suggestion-wrapper .item:nth-child(2):before {
	content: '';
	display: block;
	position: absolute;
	left: 32px;
	top: -23px;
	right: -25px;
	bottom: 20px;
	border-radius: 16px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffca00;
	z-index: -2;
}
.suggestion-wrapper .item:nth-child(3):before {
	content: '';
	display: block;
	position: absolute;
	top: 21px;
	right: -25px;
	bottom: -20px;
	left: 30px;
	border-radius: 16px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #9272c8;
	z-index: -2;
}


.form-wrapper {
	position: relative;
	z-index: 2;
	margin-top: 44px;
	border-radius: 16px;
	background-color: #8c30f5;
	padding: 55px 25px 30px;
	color: #fff;
	overflow: hidden;
	text-align: center;
}
.form-wrapper:before {
	content: '';
	display: block;
	background: url(/local/templates/maxitorg/css/img/pattern.png) no-repeat;
	width: 1433px;
	height: 611px;
	position: absolute;
	left: 95px;
	bottom: -64px;
	z-index: -1;
}
.form-wrapper form {
	margin-top: 20px;
}
.form-wrapper .title {
	margin-top: 40px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.form-wrapper .entry-field input {
	width: 100%;
	height: 52px;
	background-color: #f4f5f7;
	border-radius: 5px;
	padding: 0 17px;
	font-family: 'Ubuntu', sans-serif;
	color: #474a57;
	font-size: 16px;
}
.form-wrapper .entry-field ::-moz-placeholder {
	opacity: 1;
}
.form-wrapper .entry-field ::-webkit-input-placeholder {
    opacity: 1;
}
.form-wrapper .entry-field ::-ms-placeholder {
    opacity: 1;
}
.form-wrapper .entry-field ::placeholder {
    opacity: 1;
}
.form-wrapper .bt-dark {
	width: 100%;
	height: 52px;
	background-color: #18191f;
	border-radius: 5px;
	padding: 0 17px;
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
	width: 100%;
	cursor: pointer;
	font-weight: 500;
}
.form-wrapper .agree {
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
}


.page .c-repair-printers__notice {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
}
.page .u-td-cost-production__item {
	font-weight: 700;
}
.page ol {
	margin: 34px 0 25px 18px;
	color: #414042;
	font-size: 22px;
	line-height: 1.59;
}



.image-with-text {
	margin-top: 50px;
}
.image-with-text .image {
	text-align: center;
	background: #fff;
	padding: 10px 25px;
}
.image-with-text p {
	line-height: 1.2;
}


.breakdown-list {
	position: relative;
	z-index: 2;
	margin-top: 77px;
}
.breakdown-list:before {
	content: '';
	display: block;
	background-color: #ffca00;
	width: 330px;
	height: 330px;
	border-radius: 50%;
	position: absolute;
	top: -150px;
	right: -150px;
	z-index: -1;
	opacity: 0.2;
}
.breakdown-list .item {
	margin-top: 15px;
	border-radius: 8px;
	border: solid 1px #e2e2e2;
	background-color: #ffffff;
	padding: 5px 25px 25px;
	text-align: center;
	font-size: 18px;
	line-height: 1.44;
	color: #414042;
}
.breakdown-list .item .icon {
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: rgba(255, 202, 0, 0.51);
	width: 130px;
	height: 130px;
	margin: 0 auto 6px;
}
.breakdown-list .item .subhead {
	font-weight: 700;
}
.breakdown-list .item p {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}



.brand-wrapper {
	position: relative;
	z-index: 2;
	padding-top: 52px;
}
.brand-wrapper .line {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -5px;
}
.brand-wrapper .item {
	margin: 13px 5px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-width: 100px;
	padding: 9px 6px 14px;
	  border-radius: 16px;
	  min-height: 96px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 32px;
  background-color: #ffffff;
   line-height: 1.16;
   font-weight: 700;
   border: solid 1px #fff;
}
.brand-wrapper .font-50 {
	font-size: 50px;
}
.brand-wrapper .font-40 {
	font-size: 40px;
}
.brand-wrapper .font-38 {
	font-size: 38px;
}
.brand-wrapper .font-36 {
	font-size: 36px;
}
.brand-wrapper .font-28 {
	font-size: 28px;
}
.brand-wrapper .item:hover {
	border-color: #7851bc;
}



.advantage-list {
	padding: 30px 0 40px;
}
.advantage-list .item {
	position: relative;
	z-index: 2;
	margin: 47px 0 0 20px;
	padding: 10px 20px 55px;
}
.advantage-list .item .title {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.14;
}
.advantage-list .item .title:after {
	content: '';
	display: block;
	margin: 10px auto 0;
	  width: 113px;

  height: 6px;

  border-radius: 3px;

  background-color: #f1c92f;
}

.advantage-list .item:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: -20px;
	right: 20px;
	bottom: -10px;
	border-radius: 8px;
	background-color: #f1c92f;
	border: solid 1px #e2e2e2;
	z-index: -2;
}
.advantage-list .item:nth-child(2):before,
.advantage-list .item:nth-child(3):before,
.advantage-list .item:nth-child(6):before {
	  background-color: #9272c8;
}
.advantage-list .item:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  border-radius: 8px;
  border: solid 1px #e2e2e2;
  background-color: #ffffff;
	z-index: -1;
}
.advantage-list .item p {
	margin-top: 23px;
	line-height: 1.25;
	  font-size: 20px;

  font-weight: 500;
}






@media (min-width: 576px) {


.advantage-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3%;
	padding-left: 20px;
}
.advantage-list .item {
	width: 44%;
	margin: 47px 3% 0;
}


.brand-wrapper .item {
	min-width: 170px;
}

.article-list {
	display: flex;
	flex-wrap: wrap;
}
.article-item {
	width: 48%;
	margin-right: 4%;
}
.article-item:nth-child(2n) {
	margin-right: 0;
}

.breakdown-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2%;
	margin-right: -2%;
}
.breakdown-list .item {
	margin-left: 2%;
	margin-right: 2%;
	width: 46%;
}




}


@media (min-width: 768px) {

.suggestion-wrapper .list {
	position: relative;
	padding-left: 325px;
	max-width: 970px;
}
.suggestion-wrapper .item:first-child {
	position: absolute;
	top: 160px;
	left: 0;
	width: 270px;
}
.form-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 25px;
	padding-right: 25px;
}
.form-wrapper .icon {
	width: 35%;
}
.form-wrapper .content {
	width: 65%;
	text-align: left;
}
.form-wrapper .title {
	margin: 0;
}






.image-with-text {
	display: flex;
}
.image-with-text .image {
	width: 36%;
}
.image-with-text .text {
	width: 64%;
	padding-left: 16px;
}
.image-with-text .text p:first-child {
	margin-top: 0;
}



}



@media (min-width: 992px) {


.advantage-list {
	margin: 0 -2.4%;
	padding-left: 40px;
}
.advantage-list .item {
	width: 28.5333%;
	margin: 47px 2.4% 0;
}
.advantage-list .item:nth-child(2):before,
.advantage-list .item:nth-child(3):before,
.advantage-list .item:nth-child(6):before {
	background-color: #f1c92f;
}
.advantage-list .item:nth-child(2n):before {
	background-color: #9272c8;
}



.breakdown-list .item {
	width: 29.333%;
}


.article-item {
	width: 32%;
	margin-right: 2%;
}
.article-item:nth-child(2n) {
	margin-right: 2%;
}
.article-item:nth-child(3n) {
	margin-right: 0;
}

.suggestion-wrapper .text {
	max-width: 550px;
}
.suggestion-wrapper .list {
	margin: -180px 0 0 190px;
	padding-left: 365px;
}
.suggestion-wrapper .item:first-child {
	width: 320px;
	padding-right: 50px;
}
.suggestion-wrapper .item:nth-child(2) {
	padding: 9px 60px 36px 30px;
}
.suggestion-wrapper .item:nth-child(3) {
	padding: 9px 20px 30px 30px;
}

.form-wrapper form {
	display: flex;
	max-width: 380px;
}
.form-wrapper .entry-field {
	width: calc(100% - 130px);
}
.form-wrapper .entry-field input {
	border-radius: 5px 0 0 5px;
}
.form-wrapper .bt-dark {
	margin: 0;
	width: 130px;
	border-radius: 0 5px 5px 0;
}



}


@media (min-width: 1200px) {


.breakdown-list {
	margin-left: -1.3%;
	margin-right: -1.3%;
}
.breakdown-list:before {
	width: 530px;
	height: 530px;
}
.breakdown-list .item {
	width: 22.4%;
	margin-left: 1.3%;
	margin-right: 1.3%;
}



.article-item {
	width: 23.2%;
	margin-right: 2.4%;
}
.article-item:nth-child(3n) {
	margin-right: 2.4%;
}
.article-item:nth-child(4n) {
	margin-right: 0;
}
.form-wrapper .icon {
	width: 45%;
}
.form-wrapper .content {
	width: 55%;
}

.suggestion-wrapper .item:nth-child(2) {
	width: 390px;
}
.suggestion-wrapper .item:nth-child(3) {
	width: 456px;
}


}

/*  custom */

.agree a:hover {
    color: #ddd;
}
.agree a {
    color: #fff;
}
.page>.container>p:first-child,
.page>.container>.image-with-text:first-child
{
    margin-top: 0;
}




/* End */
/* /local/templates/maxitorg/css/new-style.css?178299192511782 */
