/*Scroll*/
.main-flow-right::-webkit-scrollbar {
	display: none;
}

* {
  scrollbar-color: #D4D2D8 transparent;
}

*::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

.main-navigation-elem:hover::-webkit-scrollbar {
	width: 8px;
}

/* .table-machine:hover::-webkit-scrollbar {
	height: 8px;
} */

::-webkit-scrollbar-thumb {
	min-height: 32px;
    border: solid transparent;
    border-width: 1px 3px;
    border-radius: 6px;
    background-clip: content-box;
    box-shadow: inset 0 0 0 10px rgb(212 210 216 / 40%);
}

::-webkit-scrollbar-thumb:hover{
	box-shadow:inset 0 0 0 10px rgba(212, 210, 216,0.5);
}

.scroll-thumb-wrapper__hover::-webkit-scrollbar {
	width: 8px !important;
}

.scroll-thumb-height__hover::-webkit-scrollbar {
	height: 8px; 
}

.scroll-thumb-wrapper__hover::-webkit-scrollbar-thumb:hover,
.scroll-thumb-wrapper__hover::-webkit-scrollbar:hover {
	width: 8px !important;
}

*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #D4D2D8;
  border-radius: 5px;
  border: 1px solid #D4D2D8;
  cursor: pointer;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:8px;
height:8px
}

a:active, a:focus { outline: none; }

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}

.main-flow-scroll-wrapper {
    overflow-y: auto;
    height: calc(100vh - 276px);
    max-height: 742px;
    width: 8px;
    position: absolute;
    right: calc(8% - 4px);
	cursor: pointer;
}

.main-flow-scroll {
	width: 8px;
}
/*Scroll*/

/*active/not*/
.not-active {
	display: none !important;
}

.is-active {
	display: block !important;
}
/*active/not*/

.main-flow-right_single,
.main-flow-right_vacancy,
.main-flow-right_news {
	width: 100%;
}

.vacancy-title,
.news-title {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 48px;
	text-align: center; 
	color: #242635;
	margin-bottom: 40px;
}

.main-vacancy-wrapper,
.main-news-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
}

.block-vacancy-wrapper,
.block-news-wrapper {
	position: relative;
	width: calc(33% - 16px);
	height: 307px;
	background: #FFFFFF;
	border: 1px solid #D0D1D7;
	box-sizing: border-box;
	margin-bottom: 16px;
	margin-right: 0.5%;
	border-radius: 3px;
	padding: 32px;
}

.block-news-wrapper:nth-child(3n){
	margin-right: 0;
}

.news-link {
	width: calc(100% + 2px);
	margin-left: -33px;
	margin-bottom: -1px;
    min-width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background: rgba(26, 79, 156, 0.1);
    border: 1px solid #1A4F9C;
    box-sizing: border-box;
    border-radius: 0px 0px 3px 3px;
    vertical-align: middle;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #1A4F9C;
    justify-content: center;
}

.news-link:hover {
	background: rgba(26, 79, 156, 0.2);
}

.vacancy-category,
.news-category {
	width: 100%;
	height: 36px;
	vertical-align: middle;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	align-items: center;
	color: #606479;
	display: inline;
}

.news-category-name {
	float: right;
	width: 85px;
    height: 36px;
	background-repeat: no-repeat;
    background-size: contain;
}

.name_romi {
	background-image: url("/image/logotype-romi.svg");	
}

.name_capp {
	background-image: url("/image/logotype-capp-niles.svg");	
}

.name_tos {
	background-image: url("/image/logotype-tos-hostivar.svg");	
	width: 144px;
}

.news-text {
	margin-top: 24px;
}

.vacancy-text {
	margin-top: 12px;
}

.vacancy-text-title,
.news-text-title {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	color: #242635;
	margin-bottom: 16px;
}

.vacancy-text-title {
	text-align: center;
	height: 102px;
}

.vacancy-text-anonce,
.news-text-anonce {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #242635;
}

.equipments-navigation a,
.block-vacancy-wrapper a,
.block-news-wrapper a{
	text-decoration: none;
	cursor: pointer;
}

.equipments-navigation span{
	background-color: #E20015;
	color: white;
	padding: 1px 5px;
}

.gl-width {
	width: 360px;
}

.vacancy-category-name {
	background-image: url("/image/icon-frame.svg");	
	width: 50px;
    height: 50px;
	background-repeat: no-repeat;
    background-size: contain;	
	margin: 0 auto;
}

.vacancy-text-anonce {
	text-align: center; 
}

.vacancy-single {
	width: 100%;
	max-width: fit-content !important;
}

.vacancy-single h1 {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 48px;
	text-align: center;
	color: #242635;
	margin-bottom: 8px;
}

.vacancy-single p,
.vacancy-single h2 {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #242635;
	margin-bottom: 16px;
	margin-top: 32px;
}

.vacancy-single ul {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	color: #242635;
	padding-left: 5px;
	list-style: none;
}

.vacancy-single ul li:before {
    content:  "-";
    position: relative;
    left:     -5px;
}

.feedback-form-wrapper {
	width: calc(100% - 2px);
	height: 392px;
	background: #FFFFFF;
	border: 1px solid #D0D1D7;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 64px 93px;
	position: relative;
	margin-top: 40px; 
	margin-left: 1px;
}

.feedback-form-wrapper form {
	position: relative;
    z-index: 101;
}

.vacancy-title-form {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #242635;
	text-align: center;
}

.vacancy-info {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #606479;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 24px;
}

.vacancy-form-inputs {
	display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
	flex-wrap: wrap;
}

.vacancy-form-input {
	width: 49%;
	height: 50px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #1A4F9C;
	box-sizing: border-box;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	align-items: center;
	text-align: center;
	color: #414355;	
	text-align: center;
	margin-bottom: 16px;
}

.vacancy-form-input__error:focus-visible{
	border: 1px solid red;
}

.vacancy-file-text {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #606479;
	cursor: pointer;
	display: block;
}

.vacancy-file {
	display: none;
}

.vacancy-file-wrapper {
	margin: 24px auto;
}

.main-return,
.contact-button,
.vacancy-button{
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #1A4F9C;
	border-radius: 3px;
	cursor: pointer;
	width: 33%;
	height: 50px;
	margin: 0 34%;
	border: none;
}

.main-return:hover,
.contact-button:hover,
.vacancy-button:hover {
	background: #2565C4;
}

.machine-catalog-download {
	width: 70.53%;
	margin: 40px auto 60px;
	display: flex;
	height: 60px;
	justify-content: space-between;
}

.machine-catalog-download div {
	width: 30.3%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 12px;
	background: rgba(26, 79, 156, 0.1);
	border: 1px solid #1A4F9C;
	box-sizing: border-box;
	border-radius: 3px;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #1A4F9C;
	cursor: pointer;
	position: relative;
	padding-left: 55px;
}

.main-navigation-tool a,
.header-two li a,
.machine-catalog-download div a {
	color: unset;
    text-decoration: none;
}

.machine-catalog-download div::before {
	content: '';
    width: 22px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    position: absolute;
    top: 16px;
    left: 9%;
}

.machine-catalog-download div:first-child::before {
	background-image: url('/image/kart-item.svg');	
}

.machine-catalog-download div:nth-child(2)::before {
	background-image: url('/image/cat-item.svg');	
}

.machine-catalog-download div:last-child::before {
	background-image: url('/image/phone-item.svg');	
}

.table-machine {
	overflow: scroll;
	padding-bottom: 8px;
}

.machine {
	margin-top: 40px;
	width: 100%;
	/* overflow: scroll; */
}

.machine th {
	background: rgba(26, 79, 156, 0.1);
	border: 1px solid #1A4F9C;
	box-sizing: border-box;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
	align-items: center;
	text-align: center;
	color: #1A4F9C;
	white-space: nowrap;
	padding: 7px 5px;
}

.machine td {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	align-items: center;
	text-align: center;
	color: #242635;
	border: 1px solid #1A4F9C;
	box-sizing: border-box;
	padding: 7px 5px;
	white-space: nowrap;
	
}

.table-stmachine .machine {
	table-layout: fixed;
	width: auto;
	margin-right: 20px;
}

.table-stmachine .machine td,
.table-stmachine .machine th {
	white-space: wrap;
	min-width: 150px;
    width: 150px;
}

.machine td:first-child{
	white-space: normal;
	max-width: 360px;
	/* text-align: inherit; */ 
	min-width: 270px;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
}

.table-stmachine .machine td:first-child{
	min-width: 180px;
}

.machine td:nth-child(2){
	font-size: 15px;
}

.form-accessory-success {
	position: absolute;
    color: #fff;
    font-size: 40px;
    text-align: center;
    left: 10%;
    width: 80%;
}

/*Custom slider css by Branch Program*/
.owl-nav {
	position: absolute;
    top: calc(50% - 24px);
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
	background-image: url('/image/owl-prev.svg') !important;
	width: 48px;
	height: 48px;
	background-size: contain;
    background-repeat: no-repeat;
	border: none;
	position: absolute;
    left: -72px;
}

.owl-carousel .owl-nav .owl-next {
	background-image: url('/image/owl-next.svg') !important;
	width: 48px;
	height: 48px;
	background-size: contain;
    background-repeat: no-repeat;
	border: none;
	position: absolute;
	right: 72px;
}

.main-slider .owl-nav .owl-prev {
	left: 0;
}

.main-slider .owl-nav .owl-next { 
	right: 0;
}

.owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-prev:hover {
	background-image: url('/image/owl-prev-active.svg') !important;
}

.owl-carousel .owl-nav .owl-next:active,
.owl-carousel .owl-nav .owl-next:hover {
	background-image: url('/image/owl-next-active.svg') !important;
}

.owl-next > span,
.owl-prev > span {
	display: none;
}

.owl-stage-outer {
/* 	margin: 0 72px; */
}

.owl-carousel {
	padding: 0 72px;
	overflow: hidden;
}

.main-slider {
	padding: 0;
}

.machine-menu-2 {
	border-left: none !important;
    border-right: none !important; 
	border-radius: 0 !important;
}

.machine-menu-3 {
	border-radius: 0 3px 0 0 !important;
}

.machine-info {
	width: 100%;
	height: auto;
	min-height: 280px;
	background: #FFFFFF;
	border: 1px solid #D0D1D7;
	box-sizing: border-box;
	border-radius: 3px;
	margin-top: 54px;
}

.machine-info-menu {
	width: calc(100% + 2px);
	height: 60px;
	display: flex;
    justify-content: space-around;
	margin-top: -1px;
	margin-left: -1px;
}

.machine-info-menu h2{
    border: 1px solid #D0D1D7;
    box-sizing: border-box;
    border-radius: 3px 0px 0px 0px;
    width: 33.3333%;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    color: #1A4F9C;
    display: inline-flex;
    justify-content: center;
	cursor: pointer;
}

.machine-info-menu__active {
    background: rgba(26, 79, 156, 0.1);	
	border: 1px solid #1A4F9C !important;
}

.machine-info-text {
	padding: 24px 32px;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	color: #242635;
	text-align: justify;
}

.machine-banner {
	margin-top: 40px;
	margin-bottom: 40px;
}

.machine-banner img{
	width: 100%;
}

.machine-wrapper p{
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	color: #242635;
	margin-bottom: 10px;
	text-align: justify;
}

.machine-wrapper .about-banner {
	margin: 40px 0;
}

/*equipments style*/
.equipments-main-wrapper table td,
.equipments-main-wrapper table {
	border: 1px solid #D0D1D7;
	padding-left: 49px;
	padding-top: 32px;
} 

.equipments-main-wrapper {
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}

.equipments-main-wrapper li::marker {
	font-size: 0;
}

.equipments-main-wrapper li::before {
	content: '.';
	position: absolute;
    top: -4px;
    left: -16px;
}

.equipments-logo {
	width: 316px;
	height: 95px;
	background-position: center;
	background-size: 240px 95px;
	background-repeat: no-repeat;
	margin: 0 38px;
}

.equipments-stmachine {
	background-image: url('/image/logotype-st-mshine.svg');
}

.equipments-stmachinepro {
	background-image: url('/image/logotype-st-mshinepro.svg');
}

.equipments-text {
	padding-top: 150px !important;
    text-align: center;
    padding-right: 49px;
	color: #242635;
    font-weight: 300;
}

.equipments-text-pro {
	padding-top: 110px !important;
}

.equipments-romi {
	background-image: url('/image/romi_eq.svg');
}

.equipments-capp {
	background-image: url('/image/capp_eq.svg');
	height: 197px;
}
.equipments-bruderer {
	background-image: url('/image/bruderer.svg');
}

.equipments-tos {
	background-image: url('/image/tos_eq.svg');
}

.equipments-navigation {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	color: #242635;
	position: relative;
	margin-bottom: 23px;
}

.equipments-navigation a {
	color: #242635; 
}

.equipments-navigation:hover a,
.equipments-navigation:hover {
	color: #1A4F9C;
}

.equipments-text-bottom {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #606479;
	margin-top: 16px;
	margin-bottom: 60px;
}
/*equipments style end*/

.menu-company-secondary {
	position: relative;
	/* padding-right: 20px; */
}

/* .menu-company-secondary::after {
	content: '';
	background-image: url('/image/menu/menu-arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	right: 0;
}
 */
.menu-company-secondary:hover::after {
	transform: rotateX(180deg);
}

/*form call*/
.user-agreement-wrapper,
.return-call-wrapper {
	position: fixed;
	background: rgba(26, 79, 156, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1100;
}

.form-call-wrapper {
	width: 600px;
	height: 720px;
	position: absolute;
	top: calc(50vh - 360px);
	left: calc(50vw - 300px);
	background: #FFFFFF;
	border: 1px solid #D0D1D7;
	box-sizing: border-box;
	border-radius: 3px;
}

.agreement-wrapper {
    width: 60%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 20%;
    background: #FFFFFF;
    border: 1px solid #D0D1D7;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: auto;	
	padding: 24px;
}

.form-call {
	margin: 70px 90px 120px;
	text-align: center;
}

.user-agreement-title,
.call-title-form {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	color: #242635;
	margin-bottom: 32px;
}

.user-agreement-title {
	text-align: center;
}

.call-form-input {
	width: 420px;
	height: 50px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #1A4F9C;
	box-sizing: border-box;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	align-items: center;
	text-align: center;
	text-transform: capitalize;
	color: #414355;
	margin-bottom: 16px;
}

textarea.call-form-input {
	height: auto;
	text-align: initial;
    padding: 12px;
}

.user-button,
.accessory-submit,
.call-button {
	background: #1A4F9C;
	border-radius: 3px;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 100%;
    padding: 16px;
	cursor: pointer;
}

.block-form-accessory .call-form-input {
	width: 100%;
}

.accessory-submit {
	margin: 24px 0;
}

.link-pdf-disable {
	pointer-events: none;
}

.icon-pdf-disable {
	opacity: 0.2;
}

.accessory-form-title {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
}

.user-button {
	width: 204px;
	display: block;
	margin: 0 auto;
}

.user-button:hover,
.call-button:hover {
	background: #2565C4;
}

.call-message {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 34px;
	line-height: 50px;
	align-items: center;
	text-align: center;
	color: #1A4F9C;
	margin: 0 30px;
	margin-top: calc(50% - 75px);
}

.call-form-close {
	background-image: url('/image/close.svg');
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	float: right;
    margin: 8px;
	cursor: pointer;
}

.agreement-wrapper .call-form-close {
	margin: -8px;
}

.agreement-wrapper {
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	color: #414355;
}

.agreement-wrapper p {
	margin-bottom: 18px;
}
/*form call end*/

.menu-active-dop {
	display: none;
	background: #FFFFFF;
	border: 1px solid #D0D1D7;
	box-sizing: border-box;
	box-shadow: 0px 0px 7px rgba(210, 212, 219, 0.5);
	border-radius: 0px 0px 3px 3px;
	width: 180px;
    height: 98px;
    position: absolute;
    left: calc(-50% + 1px);
	top: 71px;
    border-top: none;
}

.menu-active-dop li {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #606479;
	height: unset !important;
}

.menu-active-dop li:hover {
	color: #1A4F9C;
}

.menu-active-dop li:first-child {
	margin-top: 20px !important;
	margin-bottom: 12px !important;
	padding: 0;
}

.menu-company-secondary:hover .menu-active-dop{
	display: block;
}

/*about*/
.about-banner {
	width: 100%;
	min-height: 340px;
	height: auto;
	background: linear-gradient(121.51deg, #92B3E2 -15.51%, #2565C3 38.8%, #1A4F9C 74.75%);
	border-radius: 3px;
	overflow: hidden;
	padding: 48px 80px;
	position: relative;
	z-index: 99;
}

.about-banner-h1 {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 48px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.about-banner-text {
	width: 65%;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 12px;
	padding-left: 44px;
	position: relative;
}

.about-banner-text::before {
	content: '';
	background-image: url('/image/about-arrow.svg');
	width: 20px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
}

.about-banner-logo {
	background-image: url('/image/logo-banner.svg');
	width: 332px;
    height: 332px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
    bottom: 0;
    z-index: 100;	
	background-blend-mode: multiply;
    mix-blend-mode: multiply;
}

.about-services {
	margin: 40px 0;
	height: auto;
	width: 100%;
}

.about-h2-title {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 48px;
	text-align: center;
	color: #242635;
}

.about-service {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
	justify-content: space-between;
}

.about-service-item {
	background: rgba(26, 79, 156, 0.1);
	border-radius: 3px;
	width: calc(50% - 4px);
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	align-items: center;
	text-transform: uppercase;
	color: #414355;
	margin-bottom: 8px;
	padding: 24px 16px;
	min-height: 102px;
	display: inline-flex;
	position: relative;
	padding-left: 12.59%;
}

.about-service-item:nth-child(1)::before {
	content: '';
	background-image: url('/image/services/service-1.svg');
	width: 92px;
    height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 24px;	
}

.about-service-item:nth-child(2)::before {
	content: '';
	background-image: url('/image/services/service-2.svg');
	width: 92px;
    height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 24px;	
}
.about-service-item:nth-child(3)::before {
	content: '';
	background-image: url('/image/services/service-3.svg');
	width: 92px;
    height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 24px;	
}
.about-service-item:nth-child(4)::before {
	content: '';
	background-image: url('/image/services/service-4.svg');
	width: 92px;
    height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 24px;	
}
.about-service-item:nth-child(5)::before {
	content: '';
	background-image: url('/image/services/service-5.svg');
	width: 92px;
    height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 24px;	
}
.about-service-item:nth-child(6)::before {
	content: '';
	background-image: url('/image/services/service-6.svg');
	width: 92px;
    height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 24px;	
}
.about-service-item:nth-child(7)::before {
	content: '';
	background-image: url('/image/services/service-7.svg');
	width: 92px;
    height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 24px;	
}
.about-service-item:nth-child(8)::before {
	content: '';
	background-image: url('/image/services/service-8.svg');
	width: 92px;
    height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 24px;	
}

.about-h2-title_next {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 48px;
	text-align: center;
	color: #242635;
	margin-bottom: 40px;
}

.about-brand {
	width: 100%;
	height: auto;
	min-height: 240px;
	padding: 24px;
	background: #FFFFFF;
	border: 1px solid #D0D1D7;
	border-radius: 3px;
	margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.about-stmachine {
	width: 256px;
	height: 192px;
	background-image: url('/image/logotype-st-mshine.svg');
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-right: 24px;
	background-position: center;
}

.about-stmachinepro {
	width: 256px;
	height: 192px;
	background-image: url('/image/logotype-st-mshinepro.svg');
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-right: 24px;
	background-position: center;
}

.stmachine-menu {
	display: block;
	width: 172px;
	height: 23px;
	background-image: url('/image/logotype-st-mshine.svg');
	background-repeat: no-repeat;
	background-size: contain;	
}

.stmachinepro-menu {
	display: block;
	width: 218px;
	height: 23px;
	background-image: url('/image/logotype-st-mshinepro.svg');
	background-repeat: no-repeat;
	background-size: contain;	
}

.about-romi {
	width: 256px;
	height: 192px;
	background-image: url('/image/about/logo-romi.svg');
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-right: 24px;
}

.romi-menu {
	display: block;
	width: 118px;
	height: 49px;
	background-image: url('/image/logotype-romi.svg');
	background-repeat: no-repeat;
	background-size: contain;		
}

.about-capp {
	width: 256px;
	height: 192px;
	background-image: url('/image/about/logo-capp.svg');
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-right: 24px;
}

.capp-menu {
	display: block;
	width: 198px;
    height: 51px;
	background-image: url('/image/logotype-tos-hostivar.svg');
	background-repeat: no-repeat;
	background-size: contain;		
}

.about-bruderer {
	width: 256px;
	height: 192px;
	background-image: url('/image/logotype-bruderer.svg');
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-right: 24px;
	background-position: center;
}

.bruderer-menu {
	display: block;
	width: 140px;
	height: 23px;
	background-image: url('/image/logotype-bruderer.svg');
	background-repeat: no-repeat;
	background-size: contain;	
}

.main-flow-right_about {
	margin-bottom: 80px;
}

.about-tos {
	width: 256px;
	height: 192px;
	background-image: url('/image/about/logo-tos.svg');
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-right: 24px;
}

.about-text{
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	align-items: center;
	color: #242635;
	width: calc(100% - 280px);
	float: left;
}


/*about*/

/*contact*/
.contact-map {
	width: 100%;
	height: 320px;
}

.contact-h2-title {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	align-items: center;
	color: #242635;
	margin-top: 40px;
}

.contact-info-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 24px 0;		
}

.contact-info-text {
	width: 30%;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	display: flex;
	/* align-items: center; */
	color: #414355;
	flex-wrap: wrap;
}

.contact-info-text:nth-child(2) {
	text-align: center;
    display: block;
}

.contact-info-text:last-child {
	width: 40%;
}

.contact-message {
	width: 100%;
	margin-bottom: 24px;
	padding: 10px 12px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #1A4F9C;
	box-sizing: border-box;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	color: #414355;
}

.contact-feedback-form {
	height: auto;
	min-height: 392px;
}

/*contact*/

/*service*/
.service-wrapper {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.service-item {
	width: calc(50% - 10px);
	margin-top: 16px;
	background: var(--color-blue-0210, rgba(26, 79, 156, 0.10));
	padding: 80px 70px;
}

.service-item__title {
	display: flex;
	align-items: center;
	margin-bottom: 34px;
	height: 90px;
}

.service-item h2 {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #242635;
	margin-left: 24px;
}

.service-text {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	color: #414355;
	margin-bottom: 16px;
	position: relative;
	padding-left: 36px;
}

.service-text::before {
	content: '';
	width: 20px;
	height: 26px;
	background-image: url('/image/service/icon.svg');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
}

.service-logo-1 {
	background-image: url('/image/service/service-1.svg');
	width: 60px;
	height: 60px;
}

.service-logo-2 {
	background-image: url('/image/service/service-2.svg');
	width: 60px;
	height: 60px;
}

.service-logo-3 {
	background-image: url('/image/service/service-3.svg');
	width: 60px;
	height: 60px;
}

.service-logo-4 {
	background-image: url('/image/service/service-4.svg');
	width: 60px;
	min-width: 60px;
	height: 60px;
}

.service-banner {
	width: 100%;
	margin-top: 20px;
}

.wrapper-service-advantages {
	width: 93.02%;
	margin: 60px auto 100px;
}

.service-advantages__title {
	color: var(--color-text-03, #242635);
	text-align: center;
	font-family: "Source Sans Pro";
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 60px;
}

.service-advantages__logo {
	width: 180px;
	min-width: 180px;
	height: 180px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 60px;
}

.service-advantages__logo_1 {
	background-image: url('/image/service/big_logo_1.svg');
}

.service-advantages__logo_2 {
	background-image: url('/image/service/big_logo_2.svg');
}

.service-advantages__logo_3 {
	background-image: url('/image/service/big_logo_3.svg');
}

div.service-advantages-elem {
	padding: 43px 67px;
	border-top: 2px solid var(--color-stroke-form, #D0D1D7);
	display: flex;
}

div.service-advantages-elem:last-child {
	border-bottom: 2px solid var(--color-stroke-form, #D0D1D7);
}

.advantages-elem-title {
	color: var(--color-blue-02, #1A4F9C);
	font-family: "Source Sans Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.advantages-elem-text {
	color: var(--color-text-02, #414355);
	font-family: "Source Sans Pro";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: relative;
	margin-left: 40px;
}

.advantages-elem-text::before {
	content: '';
	width: 20px;
	height: 26px;
	background-image: url('/image/service/icon.svg');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -40px;	
}
/*service*/

/*accessory*/
.accessory-banner {
	width: 100%;
	margin-top: 20px;
}

.accessory-wrapper {
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.accessory-item {
	margin-bottom: 32px;
	position: relative;
	width: 32%;
	background: rgba(10, 55, 120, 1);
}

.accessory-item img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	margin-bottom: 12px;
}

.accessory-item h2 {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFF;
	margin: 0 32px 8px 68px;
}

.accessory-item p {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	color: #FFF;
	text-align: left;
	margin: 0 32px 28px 68px;
	display: block;
}

.accessory-item h2:before {
	content: '';
	width: 20px;
	height: 30px;
	background-image: url('/image/accessory/icon.svg');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 32px;
}

.wrapper-accessory-brand {
	margin-bottom: 100px;
}

.wrapper-accessory-brand h3 {
	color: var(--color-text-03, #242635);
	text-align: center;
	font-family: "Source Sans Pro";
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 65px;
}
/*accessory*/

ul.main-navigation-elem {
	overflow: scroll; 
    height: 278px;
	margin-bottom: 8px !important; 
	overflow-x: hidden;
}

.wrapper-accessory-brand ul {
	columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    column-fill: balance;
	margin-left: 24px;
}

.wrapper-form-accessory {
	margin-bottom: 100px;
	position: relative;
	width: 100%;
	min-height: 500px; 
	display: flex;
	justify-content: space-between;
	padding: 65px 107px 60px 152px;
	align-items: center;
}

.wrapper-form-accessory img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.form-accessory-left {
	width: 45%;
}

.form-accessory-left__title {
	color: #FFF;
	font-family: "Source Sans Pro";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
}

.form-accessory-left__text {
	color: #FFF;
	font-family: "Source Sans Pro";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	position: relative;
}

.form-accessory-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    align-items: center;
}

/*breadcrumbs*/
.wp-breadcrumbs {
	margin-bottom: 22px;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	align-items: center;
	color: #72768A;
}

.wp-breadcrumbs a {
	font-size: 14px;
	line-height: 18px;
	align-items: center;
	color: #72768A;
	text-decoration: none;
}

.wp-breadcrumbs a:hover{
	color: #1A4F9C;
}

/*breadcrumbs*/
/*news*/
.main-flow-right_news p{
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	color: #414355; 
	margin-bottom: 32px;
}

.news-img {
	width: 600px;
	height: 400px; 
	background: linear-gradient(0deg, #E9EEF6 25.25%, #FFFFFF 50%);
	border: 1px solid #D0D1D7;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 0 auto 32px;
	padding: 39px 75px;
}

.news-img img{
	height: 100%;
	mix-blend-mode: multiply;
}

.news-text-anonce a {
	display: none;
}
/*news*/
.search-ol {
	margin-left: 30px;
}

.search-ol li {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	color: #606479;
	margin-bottom: 24px;
	padding-left: 16px;
}

.search-ol li::marker {
	font-size: 24px;
	line-height: 30px;	
}

.search-result-count__r {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	color: #606479;
	margin-left: 0 !important;
	margin-bottom: 40px;
}

.search-title {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #242635;
}

.search-cancel {
	display: block;
	background-image: url('/image/search/cancel.svg');
	width: 24px;
	height: 24px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
    top: 0;
    right: 0;
}

.stelars_mobile {
	display: none;
}

.service-item-line {
	display: none;
}

.mobile-display {
	display: none;
}

.width100 {
	width: 100% !important;
}

#feedback-message {
	height: 0;
	margin-top: 0;
}

.vacancy-message {
	margin-top: 100px !important;
}

.owl-dots {
	display: none;
}

.mobile-img {
	display: none;
}

.overflow-block {
	overflow: hidden;
}

.mouse-none {
	pointer-events: none;
}

.chine,
.taivan,
.brazil,
.czech,
.swiss {
    width: 20px;
    display: inline-block;
    background-size: 20px;
	height: 12px;
    margin: 0 10px 2px;	
}

.chine {
	background-image: url('/image/menu/chine.svg');
	margin-left: 0;
}

.taivan {
	background-image: url('/image/main/taivan.svg');
	background-size: cover;
}

.brazil {
	background-image: url('/image/menu/brazil.svg');
}

.czech {
	background-image: url('/image/menu/czech.svg');
}

.swiss {
	background-image: url('/image/menu/swiss.svg');
}

.wrapper-accessory-pdf {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.accessory-item-block {
	width: calc(16.67% - 10px); 
	aspect-ratio: 254 / 291;
	position: relative;
	margin-bottom: 12px;
}

.accessory-item-block img {
	width: 100%;
	height: 100%;
}

.accessory-block-count {
	color: #FFF;
	text-align: right;
	font-family: "Source Sans Pro";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	position: absolute;
	top: 7px;
	right: 14px;
}

.accessory-panel-bottom {
	width: 100%;
	height: 40px;
	background: #0A3778;
	position: absolute;
	bottom: 0;
	padding: 9px 8px;
	color: #FFF;
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
	align-items: center;
    justify-content: space-between;
	cursor: pointer
}

.accessory-panel-bottom:hover {
	background: rgba(10, 55, 120, 0.8);
}

.accessory-panel-bottom span {
	background-image: url('/image/arrow.svg');
	width: 9px;
	min-width: 9px;
	height: 12px;
	background-size: contain;
	display: block;
}

.popup-accessory-popup {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(10, 55, 120, 0.4);
	top: 0;
	left: 0;
	display: block;
	z-index: 10000;
}

.popup-accessory-form { 
	width: 36.46vw;
	height: auto;
	min-height: 30vh;
	max-height: 80vh;
	position: absolute;
	top: 100px;
	left: 31.77vw;
	padding: 72px 32px; 
	background-color: #FFFFFF;
	overflow: auto;
}

.block-form-accessory {
	display: flex;
	flex-direction: column;
}

.block-form-accessory__second {
	background: rgba(255, 255, 255, 0.5);
    border: 1px solid #1A4F9C;
	height: 184px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    align-items: center;
    text-align: center;
	justify-content: center;
    padding: 25px;
	display: flex;
}

.pdf-check-wrapper {
	margin-top: 54px;
	margin-bottom: 40px;
}

.close-accessory {
	position: absolute;
	top: 0;
	right: 0;
}

.icon-pdf {
	background-image: url('/image/icon_pdf.svg');
	width: 32px;
	min-width: 32px;
	height: 32px;
	background-size: contain;
	display: block;
	margin-right: 14px;
}

.icon-download {
	background-image: url('/image/icon_download.svg');
	width: 20px;
	min-width: 20px;
	height: 20px;
	background-size: contain;
	display: block;
	margin-left: auto;
	padding-left: 24px;
}

.pdf-link-class {
	display: flex;
	align-items: center;
	padding: 16px 14px;
	border-bottom: 1px solid #D0D1D7;
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.form-accessory-postsubmit {
	font-family: "Source Sans Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 14px;
	text-align: center;
	color: #1A4F9C;
	margin-top: 24px;
}

.without-border {
	border-bottom: none;
}

.form-rules {
	font-size: 14px;
    line-height: normal;
    height: auto;
    display: block;
    width: 100%;
    text-align: left;
	margin-bottom: 30px;
}

.form-submit__not {
	pointer-events: none;
	opacity: 0.6;
}

.required-error {
	border: 1px solid red;
}

.required-error::placeholder {
	color: red;
}

.post-img {
    width: 90%;
    margin: 0 auto;
    display: flex;	
}

@media only screen and (max-width: 1300px) {
	.header-phone a.phone-number-1{
		font-size: 18px;
	}
	.machine-catalog-download div {
		font-size: 14px;
	}
	.about-service-item {
		font-size: 16px;
		padding-left: 14.59%;
	}
	.footer-four-block,
	.footer-third-block,
	.footer-second-block,
	.footer-first-block{
		margin-right: 10px;
	}
	.block-vacancy-wrapper, .block-news-wrapper{
		padding: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	html {
		padding: 8px !important;
		padding-bottom: 8px !important;
	}
	
	.stpro img {
		width: 110% !important;
		margin-left: -5% !important;
	}
	
	.wrapper-accessory-pdf {
		/* flex-direction: column; */
	}
	
	.accessory-item-block {
		width: 49%;
	}
	
	.accessory-panel-bottom {
		font-size: 16px;
	}
	
	.popup-accessory-form {
		top: 2vh;
		width: 90%;
		left: 5%;		
		padding: 24px;
		max-height: 96vh;
        overflow: auto;
	}
	
	.accessory-block-count {
		font-size: 24px;
	}
	
	.pdf-link-class {
		font-size: 14px;
		line-height: 14px;
		padding: 16px 8px;
		height: 64px;
	}
	
	.icon-pdf {
		width: 24px;
		min-width: 24px;
		height: 24px;
	}
	
	.icon-download {
		width: 18px;
		min-width: 18px;
		height: 18px;
	}
	
	.accessory-form-title {
		font-size: 24px;
		line-height: 24px;
	}
	
	.main-wrapper-about {
		flex-direction: column;
		margin-bottom: 60px;
	}
	
	.wrapper-about-left {
		width: 100%;
		min-height: auto;
		margin-right: 0;
	}
	
	.about-left-text {
		margin: 30px 20px;
		font-size: 14px;
	}
	
	.about-left-title {
		margin-left: 0;
		font-size: 18px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.about-right-block {
		padding: 22px 20px;
	}
	
	.wrapper-about-right {
		width: 100%;
		margin-top: 24px;
	}
	
	.about-right-block div {
		font-size: 14px;
	}
	
	.wrapper-main-logotype {
		margin-top: 60px;
	}
	
	.about-right-block img {
		width: 40px;
		margin-right: 16px;
	}
	
	.main-logotype {
		font-size: 18px;
	}
	
	.main-service-logotype {
		flex-direction: column;
		align-content: center;
	}
	
	.footer-mobile {
		display: block;
	}
	
	header {
		height: auto !important;
		background: white; 
		top: 0;
		width: calc(100% - 16px) !important;
		background: #FFFFFF;
		border: none;
		box-sizing: border-box;
		border-radius: 2px;
		padding-top: 8px;
	}
	
	main {
		display: block !important;
		width: 100% !important;
		margin-top: 64px !important;
	}
	
	section.main-navigation-left {
		width: 100% !important;
		height: auto;
		max-height: unset;
		margin-bottom: 16px;
	}
	
	.call-message {
		font-size: 24px;
		color: #242635;
	}
	
	.mobile-youtube {
		width: 40px;
		height: 40px;
		float: right;
		margin: 3px 8px 0 0;
	}
	
	.desctop-img {
		display: none;
	}
	
	.mobile-img {
		display: block;
	}
	
	.agreement-wrapper {
		width: 96%;
		height: 98%;
		top: 1%;
		left: 2%;
	}
	
	.agreement-wrapper p {
		font-size: 16px;
		text-align: justify;
	}
	
	.equipments-bruderer,
	.equipments-tos,
	.equipments-stmachine,
	.equipments-stmachinepro,
	.equipments-romi {
		height: 40vw;
		border-bottom: none !important;
	}
	
	.equipments-text {
		padding-top: 140px !important;
		padding-bottom: 20px;
	}
	
	.table-romi,
	.table-bruderer,
	.table-tos {
		margin-top: 8px;
	}
	
	.equipments-main-wrapper table tr td {
		border-top: none !important;
		padding-left: 31px;
		padding-right: 16px;
		padding-top: 0;
	}
	
	.equipments-navigation {
		font-size: 16px;
		line-height: 18px;
	}
	
	li.equipments-navigation: last-child {
		margin-bottom: 40px;
	}
	
	.equipments-main-wrapper li::before {
		content: '.';
		position: absolute;
		top: -7px;
		left: -16px;
		font-size: 28px;
	}
	
	.service-item h2,
	.accessory-item h2 {
		font-size: 20px;
	}
	
	.service-item p,
	.accessory-item p,
	div.main-service .main-service-sentence h2 {
		font-size: 16px;
	}
	
	.accessory-wrapper  {
		margin: 40px 8px;
		flex-direction: column;
	}
	
	.accessory-item {
		width: 100%;
	}
	
	.wrapper-form-accessory {
		padding: 30px 20px;
		flex-direction: column;
		margin-bottom: 60px;
	}
	
	.form-accessory-left {
		width: 100%;
	}
	
	.form-accessory-left__title {
		font-size: 18px;
		text-align: center;
	}
	
	.form-accessory-left__text {
		font-size: 14px;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.wrapper-accessory-brand ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	
	.wrapper-accessory-brand ul li {
		font-size: 14px;
	}
	
	.wrapper-accessory-brand {
		margin-bottom: 60px;
	}
	
	.service-item__title {
		margin-bottom: 20px;
	}
	
	.wrapper-accessory-brand h3 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	
	.main-service-logotype img:nth-child(2) {
		margin-bottom: 8px;
	}
	
	.main-service-logotype img:nth-child(3) {
		margin-bottom: 8px;
	}
	
	.stelars_desctop {
		display: none;
	}
	
	.stelars_mobile {
		display: block;
	}
	
	.header-mobile-wrapper {
		width: 100%;
		height: 48px;
		border: 1px solid #D0D1D7;
	}
	
	.wp-breadcrumbs {
		display: none;
	}
	
	.main-navigation-elem {
		height: auto !important;
	}
	
	.form-callback-main__title {
		font-size: 24px;
	}
	
	.form-callback_input {
		font-size: 16px;
		margin-right: 0;
	}
	
	.form-callback__main-button {
		margin: 0 auto;
		font-size: 16px;
	}
	
	.form-callback-main {
		margin-bottom: 60px;
	}
	
	.mobile-logo {
		font-size: 0;
		margin: 12px 16px;
		float: left;
		/* margin-right: calc(100% - 208px); */
	}
	
	.mobile-logo img{
		width: 120px;
		height: 24px;
	}
	
	.mobile-phone {
		position: relative;
		background-image: url('/image/menu/phone-mobile.svg');
		width: 40px;
		height: 40px;
		background-repeat: no-repeat;
		margin-top: 4px;
		float: right;
	}

	.mobile-menu {
		background-image: url('/image/menu/menu-mobile.svg');
		width: 40px;
		height: 40px;
		background-repeat: no-repeat;
		margin: 4px;
		float: right;
	}
	
	.mobile-menu-close {
		background-image: url('/image/menu/menu-mobile-close.svg');
	}
	
	div.main-flow-right {
		margin-left: 0;
		overflow-y: unset;
		max-height: unset;
		height: auto;
		padding-bottom: 30px;
	}
	
	div.main-flow-right_service {
		padding-bottom: 0;
	}
	
	div.main-service {
		margin-left: 0;
	}
	
	.vacancy-single h1,
	.vacancy-title,
	.news-title,
	.about-h2-title_next,
	.about-h2-title {
		font-size: 24px;
		line-height: 24px;
	}
	
	.vacancy-single p,
	.vacancy-single h2{
		font-size: 20px;
		margin: 24px 8px 16px;
	}
	
	.vacancy-single ul,
	.about-text{
		font-size: 16px;
	}
	
	.vacancy-single ul {
		text-align: justify;
		margin: 0 8px;
	}
	
	.vacancy-single ul li {
		margin-bottom: 16px;
	}
	
	footer {
		position: inherit;
		height: auto;
		width: calc(100% + 16px);
		margin-left: -8px;
		padding: 40px 16px;
	}
	
	.index-wrap-margin {
		width: 100%;
	}
	
	.footer-one {
		display: none;
	}
	
	.footer-first-block {
		width: auto;
		height: auto;
		margin-right: 0;
		margin-bottom: 32px;
		text-align: center;
	}
	
	.footer-first-block p {
		font-size: 18px;
	}
	
	.footer-first-block p:nth-child(1){
		font-size: 18px;
	}
	
	.footer-six-block,
	.footer-five-block,
	.footer-four-block,
	.footer-third-block,
	.footer-second-block {
		width: auto;
		height: auto;
		margin-right: 0;
		margin-bottom: 24px;
		text-align: center;	
	}
	
	.footer-six-block p,
	.footer-four-block p,
	.footer-third-block p,
	.footer-second-block p {
		font-family: Source Sans Pro;
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 22px;
		text-align: center;
		color: #FFFFFF;
	}
	
	.footer-four-block p{
		font-weight: bold;
		font-size: 18px;
		line-height: 22px;
	}
	
	.footer-four-block p:nth-child(1){
		margin-bottom: 8px;
	}
	
	.footer-phoneorder {
		margin: 0 auto;
	}
	
	.footer-six-block {
		margin-bottom: 0px;
	}
	
	.footer-six-block p {
		font-size: 12px;
		line-height: 18px;
	}
	
	.footer-six-block p:nth-child(1){
		margin-bottom: 16px;
	}

	.footer-six-block p:nth-child(2){
		text-decoration: underline;
		font-size: 13px;
		line-height: 16px;
		opacity: 0.7;
	}
	
	.main-service-logotype {
		align-items: center;
		margin-bottom: 40px;
	}
	
	.main-service-logotype img:nth-child(1) {
		width: auto;
		height: auto;
		margin-bottom: 8px;
	}
	
	.main-service-logotype img {
		width: auto;
		margin: 0 auto;
		display: block;
	}
	
	.main-service-sentence p {
		word-break: break-word;
	}
	
	.owl-nav {
		top: unset;
		bottom: 40px;
	}
	
	div.main-slider {
		padding-bottom: 56px;
		max-height: unset;
	}
	
	.main-slider .owl-nav .owl-prev {
		left: unset;
		right: 68px;
	}
	
	.main-navigation-brand {
		position: relative;
	}
	
	.main-navigation-brand::after {
		content: '';
		background-image: url('/image/menu/arrow-mobile.svg');
		width: 40px;
		height: 40px;
		position: absolute;
		top: calc(50% - 20px);
		right: 0;
	}
	
	.main-navigation-brand__active::after {
		transform: rotateX(180deg);
	}
	
	.mobile-phone div {
		display: none;
		width: calc(100% - 16px);
		position: fixed;
		top: 54px;
		left: 8px;
		background: white;
		border: 1px solid #D0D1D7;
		border-top: none;
		font-weight: 600;
		font-size: 21px;
		font-style: normal;
		line-height: 26px;
		color: #606479;
		text-align: center;
		padding: 25px 0;
	}
	
	.mobile-phone div p {
		margin-bottom: 20px;
	}
	
	.mobile-menu-wrapper {
		display: none;
		width: calc(100vw - 16px);
		position: fixed;
		height: calc(100% - 54px);
		top: 54px;
		left: 8px;
		background: white;
		border: 1px solid #D0D1D7;
		border-top: none;
		font-weight: 600;
		font-size: 21px;
		font-style: normal;
		line-height: 26px;
		color: #606479;
		text-align: center;
		padding: 25px 0;
		height: auto;
	}
	
	ul.header-two {
		justify-content: flex-start;
		flex-direction: column;
		border: none;
		height: auto;
		line-height: inherit;
		margin-top: 32px;
	}
	
	.header-two li{
		margin-bottom: 20px;
	}
	
	.header-two li a {
		font-family: Source Sans Pro;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		text-transform: uppercase;
		color: #606479;
	}
	
	.is-active__mobile a{
		color: #1A4F9C !important;
	}
	
	.about-banner {
		padding: 48px 32px;
	}
	
	.about-banner-h1 {
		font-weight: bold;
		font-size: 24px;
		line-height: 32px;
	}
	
	.about-banner-text {
		width: 100%;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
	}
	
	.about-banner-logo {
	    width: 220px;
		height: 220px;
	}
	
	.about-service-item {
		width: 100%;
		font-weight: normal;
		font-size: 13px;
		line-height: 16px;
		padding: 16px;
		padding-left: 94px;
	}
	
	.about-service-item:nth-child(1)::before, 
	.about-service-item:nth-child(2)::before, 
	.about-service-item:nth-child(3)::before, 
	.about-service-item:nth-child(4)::before, 
	.about-service-item:nth-child(5)::before, 
	.about-service-item:nth-child(6)::before, 
	.about-service-item:nth-child(7)::before, 
	.about-service-item:nth-child(8)::before {
		width: 70px;
		height: 70px;
		left: 16px;
		top: 25px;
	}
	
	.about-brand {
		display: block;
	}
	
	.about-text,
	.about-tos,
	.about-romi {
		float: unset;
		width: 100%;
		text-align: justify;
	}
	
	.about-romi {
		background-image: url('/image/about/logo-romi-mobile.svg');
		width: 46.7vw;
		height: 20vw;
		margin: 16px auto 32px;
	}
	
	.about-tos {
		background-image: url('/image/about/logo-tos-mobile.svg');
		width: 78.94vw;
		height: 20vw;
		margin: 16px auto 32px;		
	}
	
	.block-vacancy-wrapper,
	.block-news-wrapper {
		width: 100%;
	}
	
	.service-wrapper {
		display: block;
	}
	
	.service-item {
		width: 100%;
		padding: 12px 8px 12px;
		margin-bottom: 20px;
		height: auto;
	}
	
	.service-advantages__title {
		font-size: 24px;
		margin-bottom: 30px;
	}
	
	div.service-advantages-elem {
		flex-direction: column;
		padding: 30px 16px;
	}
	
	.advantages-elem-title {
		font-size: 20px;
		text-align: center;
	}
	
	.advantages-elem-text {
		font-size: 20px;
	}
	
	.service-advantages__logo {
		margin-right: 0;
		width: 120px;
		min-width: 120px;
		height: 120px;
		margin: 0 auto;		
	}
	
	.wrapper-service-advantages {
		margin-bottom: 60px;
		width: 100%;
	}
	
	.service-item-line {
	    display: block;
		height: 0px;
		background: #D2D4DB;
		width: calc(100% + 16px);
		margin-left: -8px;
		border: 1px solid #D2D4DB;
	}
	
	.service-banner {
		width: calc(100% + 16px);
		margin-top: 20px;
		margin-left: -8px;
	}
	
	.feedback-form-wrapper {
		padding: 40px 24px;
		margin-bottom: 40px;
		height: 455px;
	}
	
	.feedback-form-wrapper .about-banner-logo {
		width: 250px;
		height: 250px;
	}
	
	.vacancy-title-form {
		font-size: 20px;
		line-height: 25px;
	}
	
	.vacancy-info {
		font-weight: 600;
		font-size: 14px;
		line-height: 18px;
	}
	
	.news-title,
	.vacancy-single h1 {
		margin-top: 40px;
	}
	
	.vacancy-form-inputs {
		flex-direction: column;
	}
	
	.vacancy-message-area,
	.vacancy-form-input {
		width: 100%;
		margin-bottom: 16px;
		font-size: 14px;
		line-height: 18px;
	}
	
	.vacancy-form-input:last-child {
		margin-bottom: 0;
	}
	
	.main-flow-right_news p {
		font-size: 16px;
		text-align: justify;
	}
	
	.news-img img {
		width: 100%;
	}
	
	.news-img {
		width: 100%;
		height: auto;
		padding: 0;
	}
	
	.main-return,
	.contact-button,
	.vacancy-button {
		width: 100%;
		margin: 0;
	}
	
	.contact-h2-title {
	    width: 100%;
		text-align: center;
	}
	
	.contact-info-wrapper {
		flex-direction: column;
	}
	
	.contact-info-text {
		width: 100%;
		font-size: 16px;
		justify-content: space-evenly;
	}
	
	.contact-info-text:nth-child(2) {
		margin: 16px auto;
	}
	
	.contact-info-text:last-child {
		text-align: center;
		width: 100%;
	}
	
	div.main-service,
	div.main-slider {
		max-width: 100%;
	}
	
	.machine-catalog-download {
		flex-direction: column;
		height: auto;
		align-items: center;
	}
	
	h1.machine-tool-h1 {
		max-width: unset;
		font-size: 24px;
		line-height: 30px;
		margin-left: 8px;
		margin-right: 8px;
	}
	
	.contact-feedback-form {
		height: auto;
	}
	
	.machine-catalog-download div {
		height: 62px;
		width: 100%;
	}
	
	.machine-catalog-download div:first-child,
	.machine-catalog-download div:nth-child(2) {
		margin-bottom: 16px;
	}
	
	.machine-info {
		padding: 16px;		
	}
	
	.machine-info-menu {
		flex-direction: column;
		align-items: center;
		height: auto;
	}
	
	.machine-info-menu h2 {
		width: 100%;
		height: 40px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 18px;
		align-items: center;
		text-transform: uppercase;
		border: 1px solid #D0D1D7 !important;
		box-sizing: border-box;
		border-radius: 3px !important;
	}
	
	.machine-info-menu h2:first-child,
	.machine-info-menu h2:nth-child(2) {
		margin-bottom: 8px;
	}
	
	.machine-info-text {
		font-weight: normal;
		font-size: 16px;
		line-height: 24px;
		color: #242635;
		padding: 0;
		padding-top: 24px;
	}
	
	.machine-wrapper p {
		font-size: 15px;
		line-height: 24px;
		margin: 10px 17px;
	}
	
	.owl-carousel {
		padding: 0;
	}

	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next {
		right: 0;
		width: 40px;
		height: 40px;
	}
	
	.owl-carousel .owl-nav .owl-prev {
		right: 60px;
		left: unset;
	}
	
	.owl-carousel-video .owl-nav {
		bottom: 0;
	}
	
	.owl-carousel-video {
		overflow: unset;
	}
	
	.owl-dots {
		display: none;
	}
	
	.owl-carousel-img  .owl-nav {
		top: calc(50% - 20px);
		bottom: unset;
	}
	
	.owl-carousel-img  {
		padding: 0 16px;
	}
	
	.owl-carousel-img .owl-nav .owl-prev {
		right: unset;
		left: -16px;
	}
	
	.owl-carousel-img .owl-nav .owl-next {
		right: 16px;
	}
	
	.machine th {
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 16px;
		align-items: center;
		text-align: center;
		color: #1A4F9C;
	}
	
	.machine td:first-child,
	.machine td {
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 14px;
		align-items: center;
		color: #242635;
	}
	
	.desctop-display {
		display: none;
	}
	
	.mobile-display {
		display: block;
	}
	
	.search-form {
		display: block;
		position: relative;
		width: calc(100% - 48px);
		margin: 0 auto;
		right: unset;
		border-bottom: 1px solid #606479;
	}
	
	.search-form .search-submit {
		background-image: url(/image/search/search-mobile.svg);
		width: 40px;
		height: 40px;
		background-repeat: no-repeat;
		background-size: contain;
		border: none;
		color: transparent;
		background-color: transparent;
		position: absolute;
		top: -4px;
		left: 0;
	}
	
	.search-form .search-field::placeholder {
		color: #606479;
		font-weight: 300;
		font-size: 16px;
		line-height: 20px;
	}
	
	.search-form .search-field {
		color: #606479;
		padding-bottom: 6px;
	}
	
	.form-call-wrapper {
		width: calc(100vw - 16px);
		left: 8px;
		height: 530px;
		top: calc(50vh - 265px);
	}
	
	.form-call {
		margin: 40px 24px;
	}
	
	.user-agreement-title, .call-title-form {
		font-weight: bold;
		font-size: 20px;
		line-height: 25px;
	}
	
	.call-form-input {
		width: 100%;
		height: 40px;
		font-weight: normal;
		font-size: 14px;
		line-height: 18px;
	}
}