#enable-toolbar-trigger {
	top: -28px !important;
	left: -1px !important;
	display: none;
	
}
.enable-toolbar-trigger-vis {
	display: block !important;
	-webkit-transform: scale(1.1) !important;
	-ms-transform: scale(1.1) !important;
	transform: scale(1.1) !important;
}
html {
	height: 100%;
	background: #3a3a3a;
	/*background: linear-gradient(150deg, rgb(26 26 26 / 43%) 10%, rgb(102 102 102 / 43%) 74%) no-repeat center fixed;
	background-size: cover;*/
}
body {
  height: 100%;
}
body {	
	position: relative;
	display: flex;
    flex-direction: column;
	width: 100%;
	/*min-width: 320px;*/
	height: 100%; 
	/*min-height: 812px;*/
	margin: 0 auto;
	font-family: 'IBM Plex Sans Hebrew', 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	background-repeat: no-repeat;
}
    
body {
	/*background-image: url(/frontend/img/bg1.svg), url(/frontend/img/bg2.svg);	*/
	/*background: linear-gradient(150deg, rgb(26 26 26 / 43%) 10%, rgb(102 102 102 / 43%) 74%) no-repeat center fixed;
    background-size: cover;*/
	background-color:transparent;
}
body.body-1,
body.body-2 {
	text-align: center;
}
body:after {
	position: absolute;
	content: "";
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
/*body.body-1:after {
	left: 0;
    right: 0;
	bottom: 55px;
    margin: 0 auto;
	width: 159px;
	height: 164px;
	background-image: url(/frontend/img/logo-big_xs.png);	
}*/
body.body-2:after {
	bottom: 35px;
    left: 50%;
	width: 100%;
	height: 229px;
	background-image: url(/frontend/img/instruments.svg);	
	transform: translate(-50%);
	overflow: hidden;
}
/*--------------------
  HEADER
--------------------*/
.header {
	flex: 0 0 auto;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	/*min-width: 320px;*/
	height: 100px;
	background: transparent;
}
.header .container {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 15px;
}
.header__logo {
	display: inline-block;
	margin-right: auto;
	text-decoration: none;
	outline: none;
}
.header__logo img {
	width: 59px;
	height: auto;
}
.header__logo-alt img {
	object-fit: contain;
	width: 53vw;
	max-width: 98%;
}
.header .navbar-toggle {
	position: relative;
	width: 35px;
	height: 21px;
	margin: 0;
	margin-left: auto;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	z-index: 100;
	transition: all 0.35s linear;
}
.header .navbar-toggle::before,
.header .navbar-toggle::after {
	content: "";
	position: absolute;
}
.header .navbar-toggle::before {
	top: 11px;
	margin: 0 auto;
	opacity: 1;
}
.header .navbar-toggle::after {
	top: -15px;
	left: -9px;
	width: 44px;
	height: 44px;
}
.header .navbar-toggle span {
	position: absolute;
	transform-origin: right;
}
.header .navbar-toggle span:first-of-type {
	top: 0;
}
.header .navbar-toggle span:last-of-type {
	bottom: -3px;
}
.header .navbar-toggle::before,
.header .navbar-toggle span {
	right: 0;
	left: 0;
	height: 3px;
	background: #ffffff;
	border-radius: 22%;
	transition: 0.15s;
}
.header .navbar-toggle:not(.collapsed)::before {
  opacity: 0;
}
.header .navbar-toggle:not(.collapsed) span:first-of-type {
  top: -3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .navbar-toggle:not(.collapsed) span:last-of-type {
  bottom: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/*--------------------
  MAIN-MENU
--------------------*/
.main-menu {
	position: absolute;
	top: 0;
	right: 0;
	left: 28%;
    width: 72%;
	height: 100vh;
    z-index: 1;
    margin: 0;
	padding-top: 100px;
    text-align: center;
	background: linear-gradient(to bottom, #cea97b 95px, #ca9e67 0%);
	border: 0;
	visibility: visible;
    transition: all 0.05s linear;
}
.main-menu .nav {
	margin: 0;
}
.main-menu .nav li {
	padding: 5px 20px 10px 0;
	list-style: none;
}
.main-menu .nav li a {
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 500;
	font-size: 21px;
	line-height: 28px;
	color: #020202;
	text-align: right;
	transition: color 0.15s;
}
.main-menu .nav li:nth-of-type(even) {
	background: #cea97b;
}
.main-menu .nav a:hover,
.main-menu .nav a:focus {
	color: #ffffff;
	background: none;
}

/*--------------------
  INTRO
--------------------*/
.intro {
	position: relative;
	flex: 1 0 auto;
}
.intro__1 {
	padding: 5px 0px 0px 0px;
}
.intro__2 {
	padding: 35px 0;
}
.intro__inner {
	max-width: 375px;
	margin: 0 auto;
}
.intro__title {
	margin-bottom: 30px;
	padding: 0 0 0 15px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	color: #ffffff;
	text-align: center;
}
.intro__subtitle {
	margin-bottom: 112px;
	padding: 0 10px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	color: #ffffff;
	text-align: center;
}
.intro__text {
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 10.7px;
	line-height: 12.8px;
	color: #ffffff;
	text-align: center;
}
.intro .button {
	position: relative;
    display: table;	
	width: 290px;
	height: 58px;
	margin: 0 auto 10px;
	padding: 10px 0;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 27px;
	line-height: 35px;
	color: #070606;
	text-align: center;
	background: #ca9e67;
	border: 1px solid #ca9e67;
	border-radius: 7px;
	transition: border 0.2s, background 0.2s;
}
.intro .button:hover,
.intro .button:focus {
	border: 1px solid #eb9932;
	/*background: #eb9932;*/
	text-decoration: none;
}
/*--------------------
  BODY-1
--------------------*/
body.body-1 .header {	    
    height: 110px;
}
body.body-1 .header p {	    
    margin: 0 auto;
	text-align: center;
}
body.body-1 .header__logo-alt {
	display: block;
	margin: 0 auto;
	text-align: center;
}
body.body-1 .header__logo-alt img {
	width: 80%;
	height: auto;
	margin:0 auto;
}

body.body-1 .form {
	max-width: 375px;
	margin: 0 auto;
	padding: 25px 10px;
	text-align: center;
}
body.body-1 .formgroup__phone label {
	padding: 0 0 5px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	color: #ffffff;
}
body.body-1 .formgroup__phone {
	padding-bottom: 10px;
	text-align: center;
	position:relative;
}
body.body-1 .formgroup__phone input {
	width: 100%;
	padding: 5px 0px 5px 0px;
	border: 1px solid #707070;
	border-radius: 7px;
	color: #332b2b;
	font-size: 33px;
	line-height: 45px;
	text-align:center;
}
body.body-1 .formgroup__phone input::placeholder {
	color: #332b2b;
	font-size: 33px;
	line-height: 45px;
}
body.body-1 .formgroup__checkbox {
	margin-bottom: 12px;
	text-align: right;
}
body.body-1 .formgroup__checkbox label {
	padding: 0 0 5px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 14.7px;
	line-height: 12.8px;
	color: #ffffff;
	text-align: right;
}
body.body-1 .formgroup__checkbox .custom-checkbox {
	margin: 0 10px;
	transform: scale(1.6);
}
body.body-1 .intro .button {
	width: 100%;
}

/*------------------------------------*/
/*screen 3*/
/*------------------------------------*/
body.body-1 .form.errormessage {
	padding: 190px 15px;
}
body.body-1 .errormessage .formgroup__phone input {
	width: 100%;
    padding: 12px 20px 0px 60px;
	border: 1px solid #be2222;
}
form label {
	position:relative;
}
.errorMsg {
	position: absolute;
	left: 50%;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	color: #ff0000;
	transform: translate(-50%);
}
/*------------------------------------*/
/*screen 2*/
/*------------------------------------*/
body.body-1 .formgroup__key label {
    padding: 0 0 5px;
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
}
body.body-1 .success .formgroup__key input {
	width: 50px;
	height: 60px;
    margin: 0 10px 50px;
    padding: 5px 12px;
	border: 2px solid #11de29;
	border-radius: 7px;
	color: #332b2b;
	font-size: 33px;
	line-height: 45px;
}
.formgroup__key-input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 21px;
}
/*------------------------------------*/
/*screen 5*/
/*------------------------------------*/
body.body-1 .error .formgroup__key input {
	width: 50px;
	height: 60px;
    margin: 0 10px 10px;
    padding: 5px 12px;
	border: 2px solid #de5811;
	border-radius: 7px;
	color: #332b2b;
	font-size: 33px;
	line-height: 45px;
}
.error-message {
	display: none;
	padding: 0 0 20px;
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #f05858;
	text-align: center;
}
/*------------------------------------*/
/*screen 4*/
/*------------------------------------*/
body.body-1 .zero .formgroup__key input {
	width: 50px;
	height: 60px;
    margin: 0 10px 50px;
    padding: 20px 0px 15px;
	border: 0;
	border-radius: 7px;
	color: #332b2b;
	font-size: 33px;
	line-height: 45px;
	text-align:center;
}
/*------------------------------------*/
/*--------------------
  BODY-2
--------------------*/
.intro__29 {
	padding: 25px 0;
}
.intro__29 .intro__inner-info {
	padding: 10px 15px 5px;
	border-top: solid 3px #707070;
	border-bottom: solid 3px #707070;
}
.intro__29 .intro__inner-info h2 {
	margin: 0;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	color: #ca9e67;
	text-align: right;
}
.intro__29 .intro__inner-info h3 {
	margin: 0;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 17px;
	color: #ca9e67;
	text-align: right;
}
.intro__29 .intro__inner-info h3 span {
	padding: 0 10px;
}
.intro__29 .intro__inner-info-text {
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 17px;
	color: #ffffff;
	text-align: right !important;
} 
.intro__29 .intro__inner {
    margin: 35px auto 0;
}
.intro__29 .intro__subtitle {
    margin-bottom: 20px;
}

/*--------------------
  BODY-3
--------------------*/
body.body-3 .intro {
	text-align: center;
	/*background: linear-gradient(to bottom, #ffffff 60%, #000 40%);*/
}
body.body-3 .intro__top {
	background: #ca9e67;
}
body.body-3 .intro__top p {
	margin: 0;
	padding: 10px 0;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	color: #020202;
}
.intro__steps {
	padding: 0 0 20px;
	background: #ffffff;
}
.progressbar {
	position: relative;
	display: flex;
	justify-content: right;
	padding: 15px 10px 5px 0;
	counter-reset: step;
}
.progressbar:after {
	position: absolute;
	content: "";
	bottom: -4px;
    left: 48%;
    width: 75%;
    height: 5px;
    background: #eddecb;
    transform: translate(-42%);
}
.progressbar li {
	list-style: none;
	display: inline-block;
	width: 31.33%;
	position: relative;
	text-align: center;
	cursor: pointer;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 17px;
	color: #020202;
}
.progressbar li:before {
	content: counter(step);
	counter-increment: step;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 17px;
	line-height: 18px;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active:after {
	content: "";
	position: absolute;
	bottom: -9px;
    right: 17%;
    width: 60%;
	height: 5px;
	background-color: #ca9e67;
	z-index: 1;
} 
.intro__steps-text {
	margin: 10px 5px 0 0;
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 12.8px;
    color: #1d1d1b;
}
.intro__picture {
	position: relative;
	border-top: 1px solid #707070;
}
.upload-from-gallery {
	content: "";
	position: absolute;
	top: 17px;
	right: 15px;
    width: 36px;
	height: 32px;
	background-image: url(/frontend/img/icon-camera.svg);	
}
.intro__picture img {
	width: 100%;
	height: 100%;
    min-height: 395px;
    margin: 0 auto;
}
.intro__bottom {
	padding-bottom: 2px;
	background: #3a3a3a;
}
.intro__record-pic {
	position: relative;
	top: 20px;
	left: 50%;
    width: 71px;
	height: 71px;
	margin: 0px 0px 0px 0px;
	background-image: url(/frontend/img/icon-record.svg);
	transform: translate(-50%);
}
input[type=file] {
    display: none;
}
.input__wrapper {
	width: 180px;
	position: relative;
	margin: 0 0 5px 0;
} 
.input__file {
	opacity: 0;
	visibility: hidden;
	position: absolute;
} 
.input__file-button {
	width: 100%;
	max-width: 290px;
	cursor: pointer;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #f4f4f4;
	margin-left:15px;
}
.input__file-icon-wrapper {
	width: 28px;
	height: 34px;
	background-image: url(/frontend/img/icon-file-upload.svg);	
	margin-left: 30px;
	margin-bottom: 2px;
	display: flex;
	align-items: center;
} 
body.body-3 .footer {
    padding: 5px 0 0;
    height: 25px;
}
/*-------- INTRO-10 ----------*/
.intro__10 .intro__bottom-wrapper {
    display: flex;
	justify-content: space-between;
    padding: 15px 15px 10px;
}
.intro__10 .intro__bottom-wrapper  a {
	display: block;
	text-decoration: none;
}
.intro__10 .intro__bottom-wrapper span {
	position: relative;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #f4f4f4;
}
.intro__10 .intro__bottom-wrapper .next-step {
	padding: 22px 0 0 10px;
	text-align: left;
}
.intro__10 .intro__bottom-wrapper .photogallery {
	padding: 19px 5px 0;
	text-align: left;
}
.intro__10 .intro__bottom-wrapper span:before {
	position: absolute;
	content: "";
}
.intro__10 .intro__bottom-wrapper .next-step:before {
	top: -7px;
    left: 14px;
	width: 24px;
	height: 24px;
	background-image: url(/frontend/img/icon-next-step.svg);
}
.intro__10 .intro__bottom-wrapper .photogallery:before {
	top: -7px;
    right: 7px;
	width: 27px;
	height: 21px;
	background-image: url(/frontend/img/photogallery.png);
}

/*-------- INTRO-4 ----------*/
.intro__4 .intro__picture {
    border-top: 1px solid #707070;
}
.intro__4 .intro__steps-text {
    margin: 0;
}
.intro__4 .intro__picture img {
    /*min-height: 440px;*/
}
.intro__picture-info {
	position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.intro__4 .number {
	padding: 5px 20px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	color: #020202;
}
.intro__4 .cancel {
	position: relative;
	top: 8px;
	right: 10px;
    width: 26px;
	height: 26px;
	background-image: url(/frontend/img/icon-cancel.svg);
	z-index:2;
}
.intro__4 .add-img {
	position: absolute;
	bottom: 7px;
	left: 50%;
    width: 50px;
	height: 50px;
	margin: 0 0 20px;
	background-image: url(/frontend/img/icon-add-circle.svg);
	transform: translate(-50%);
}
.intro__wrap-button {
	padding: 25px 0 15px;
	background: #3A3A3A;
}
.button {
	margin: 0 auto;
}
/*-------- INTRO-4(15) ----------*/
.play {
	position: absolute;	      
	top: 50%; 
	left: 50%;	
	padding: 0; 
	text-align: center;  
	width: 69px;
	height: 69px;
	background-image: url(/frontend/img/icon-play-circle.svg);        
	transform: translate(-50%, -70%);
	z-index:9999;
}

/*-------- INTRO-5 ----------*/
.intro__5 .intro__steps {
    padding: 0 0 12px;
}
.intro__5 .intro__note {
	position: relative;
	margin: 25px 25px 20px;
    border-top: 1px solid #707070;
	background: transparent;
}
.intro__5 .progressbar li.active:after {
	content: "";
	position: absolute;
	bottom: -9px;
    right: 18%;
    width: 160%;
	height: 5px;
	background-color: #ca9e67;
	z-index: 1;
} 
.intro__5 .intro__note-field-max {
	position: absolute;
    top: 10px;
    left: 10px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 14px;
	color: #e61818;
	text-align: left;
}
.intro__5 .intro__note-field {
	padding: 30px 20px 140px 25px;
	background: #ffffff;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 33px;
	color: #070606;
	text-align: right;
}

/*-------- INTRO-6 ----------*/
.intro__6 .intro__steps {
    padding: 0 0 10px;
}
.intro__6 .intro__steps-text {
    margin: 10px 40px 0 0;
    text-align: right;
	font-size: 13px;
}
.intro__6 .progressbar li.active:after {
	content: "";
	position: absolute;
	bottom: -9px;
    right: 18%;
    width: 247%;
	height: 5px;
	background-color: #ca9e67;
	z-index: 1;
}
.intro__6 .intro__info {
	position: relative;
	padding: 0 25px 0 25px;
    border-top: 3px solid #707070;
	background: #ffffff;
}
.intro__6 h2 {
	margin: 0 0 18px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 24px;
	color: #070606;
	text-align: right;
}
.intro__6 h3 {
	margin-bottom: 5px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 28px;
	color: #070606;
	text-align: right;
}
.intro__6 .intro__info-edit-text {
	padding: 5px 0 13px 10px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 28px;
	color: #070606;
	text-align: right;
	line-break:auto;
} 
.intro__6 .intro__info-edit {
	position: relative;
	padding: 0 30px 5px 0;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	color: #070606;
	text-align: right;
}
.intro__6 .intro__info-edit:after {
	content: "";
	position: absolute;
	top: -2px;
    right: 10px;
    width: 13px;
	height: 13px;
	background-image: url(/frontend/img/icon-edit.svg);	
}
.intro__6 .intro__gallery-wrap {
    height: 150px;
    overflow-y: scroll;
}
.intro__6 .intro__gallery-wrap::-webkit-scrollbar {
  width: 0;
}
.intro__6 .button {
	background: #419603;
    border: 1px solid #419603;
}
.intro__6 .button:hover,
.intro__6 .button:focus {
	border: 1px solid #58cf02;
	/*background: #58cf02;*/
	text-decoration: none;
}

/*-------- INTRO-7a ----------*/
body.body-3 .intro__7a .intro__top p {
	padding: 5px 0;
    font-size: 21px;
    line-height: 28px;
}
.intro__7a .intro__detail-info {
	padding: 15px 0 0;
	background: #515151;
}
.intro__7a .intro__detail-info h3 {
	margin: 0 20px 10px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	color: #ffffff;
	text-align: right;
}
.intro__7a .intro__detail-info li span {
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	color: #ffffff;
	text-align: right;
}
.intro__7a .intro__detail-info ul {
    margin: 0;
    padding: 0;
}
.intro__7a .intro__detail-info li {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 18px 20px 15px;
	border-top: 2px solid #707070;
	list-style: none;
}
.intro__7a .intro__detail-info li:last-of-type {
	border-bottom: 2px solid #707070;
}
.intro__7a .intro__detail-info li span.checkmark {
	position: relative;
	padding: 0 0 0 40px;
	font-size: 14px;
	line-height: 18px;
}
.intro__7a .intro__detail-info li span.checkmark:after {
	position: absolute;	
	content: "";
	top: -4px;
    left: -6px; 
	width: 30px;
	height: 30px;
	background-image: url(/frontend/img/icon-checkmark.svg); 
}
.intro__7a .intro__info {
	padding: 25px 20px;
}
.intro__7a .intro__info-top {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 45px;
}
.intro__7a .intro__info-top h3 {
	margin: 0;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 19px;
	color: #ca9e67;
	text-align: right;
}
.intro__7a .intro__info-top p {
	margin: 0;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	color: #ffffff;
	text-align: right;
}
.intro__7a .intro__info-edit-text {
	margin: 0 0 25px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	text-align: right;
}
.intro__7a .intro__info h4 {
	margin: 0 0 15px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	color: #ffffff;
	text-align: right;
}
.intro__7a .intro__gallery-wrap {
    padding: 0 5px;
}
/*-------- INTRO-8 ----------*/
.intro__8 .intro__detail-info {
	padding: 25px 15px 20px;
}
.intro__8 .intro__detail-info h2 {
	margin: 0 0 5px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 37px;
	color: #ffffff;
	text-align: right;
}
.intro__8 .intro__detail-info h3 {
	margin: 0;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 12.8px;
	color: #ffffff;
	text-align: right;
}
.intro__8 .intro__inner-info {
	padding: 7px 15px 5px;
	border-top: solid 3px #707070;
	border-bottom: solid 3px #707070;
}
	.intro__8 .intro__inner-info h2 {
		margin: 0;
		font-family: 'IBM Plex Sans Hebrew', sans-serif;
		font-weight: 500;
		font-size: 17px;
		line-height: 22px;
		color: #ca9e67;
		text-align: right;
		display: block;
		width: 80%;
		position: relative;
		right: -20%;
	}
.intro__8 .intro__inner-info h3 {
	margin: 0;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 17px;
	color: #ca9e67;
	text-align: right;
}
.intro__8 .intro__inner-info h3 span {
	padding: 0 10px;
}
.intro__8 .intro__inner-info-text {
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 17px;
	color: #ffffff;
	text-align: right !important;
} 
.intro__8 .intro__table-content {
	padding: 0;
}
.intro__8 .intro__table-content ul {
    margin: 0;
    padding: 0;
}
.intro__8 .intro__table-content li {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 10px 15px 2px 10px; 
	border-top: 2px solid #707070;
	list-style: none;
	flex-direction:row;
}
.intro__8 .intro__table-content li:first-of-type {
	border-top: 0;
}
.intro__8 .intro__table-content li:last-of-type {
	border-bottom: 0;
}
.intro__8 .intro__table-content li span.icon {
	position: relative;
	padding: 10px 0 0 75px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	text-align: left;
}
.intro__8 .intro__table-content li span.icon:after {
	position: absolute;	
	content: "";
	top: 0;
    left: 26px;	 
}
.intro__8 .intro__table-content li span.icon.icon-alert:after {
	top: 17px;
    left: 27px;
	width: 21px;
	height: 25px;
	background-image: url(/frontend/img/icon-alert.svg);
}
.intro__8 .intro__table-content li span.icon.icon-alert .number {
	position: absolute;
    display: block;
	padding: 1px 5px;
	top: 14px;
    left: 40px;
    width: 18px;
    height: 18px;
	background: #db1616;
	border-radius: 50%;
	z-index: 1;
}
.intro__8 .intro__table-content li span.icon.icon-edit:after {
	top: 3px;
	width: 29px;
	height: 29px;
	background-image: url(/frontend/img/icon-edit-8.svg);
}
.intro__8 .intro__table-content li span.icon.icon-eye:after {
	top: 7px;
	width: 28px;
	height: 19px;
	background-image: url(/frontend/img/icon-eye.svg);
}

.intro__8 .intro__table-content li span.icon.icon-cal:after {
	top: 18px;
	width: 28px;
	height: 19px;
	background-image: url(/frontend/img/calendar-v.svg);
}

.intro__8 .intro__table-content li span.icon.icon-note-add:after {
	width: 24px;
	height: 30px;
	background-image: url(/frontend/img/icon-note-add.svg);
}
.intro__8 .intro__table-content li .data ul li {
	display: block;
	padding: 0;
	border-top: 0;
	list-style: none;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 9px;
	line-height: 11px;
	color: #ffffff;
	text-align: right;
}
.intro__8 .intro__table-content li .data ul li:last-of-type {
	border-bottom: 0;
}
.intro__8 .intro__table-content li .data h2 {
	margin: 0;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #ca9e67;
	text-align: right;
}
.intro__8 .intro__table-content li .data a {
	display: block;
	margin: 10px 0 0;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #ca9e67;
	text-align: right;
	text-decoration: none;
}
.intro__8 .intro__table-content li .data h3 {
	margin: 0;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	text-align: right;
}
.fh3 {
	margin: 0;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 10px;
}
.intro__8 .intro__table-content li .data ul li.data__name {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0;
	flex-direction: row;
}
.intro__8 .intro__table-content li .data ul li.data__name p {
	margin: 0;
	padding: 0 0 0 10px;
}

/*-------- INTRO-9b ----------*/
.intro__9b ul {
	margin: 0;
	padding: 0;
}
.intro__9b li.intro__inner-info {
	position: relative;
	padding: 8px 15px 5px;
	border-top: solid 3px #707070;
	border-bottom: 0;
	list-style: none;
}
.intro__9b li.intro__inner-info:last-of-type {
	border-bottom: solid 3px #707070;
}
.intro__9b .intro__inner-info .icon {
	position: absolute;
	top: 0px;
    left: 0px;
	padding: 0;
}
.intro__9b .intro__inner-info .icon:after {
	position: absolute;	
	content: "";
	top: 17px;
    left: 27px;
	width: 28px;
	height: 33px;
	background-image: url(/frontend/img/icon-alert-big.svg);
}

.intro__9b .intro__inner-info .icon .number {
	position: absolute;
    display: block;
	padding: 0 5px;
    top: 13px;
    left: 42px;
    width: 25px;
    height: 25px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 16px;
    line-height: 20px;
	color: #ffffff;
	background: #db1616;
	border-radius: 50%;
	z-index: 1;
}
.intro__9b .intro__inner-info h2 {
    font-size: 20px;
    line-height: 27px;
}
.intro__9b .intro__inner-info h3 {
    margin: 0 0 5px;
}
.intro__9b .intro__inner-info-text {
    font-weight: 500;
}


/*-------- INTRO-9 ----------*/
.intro__9 .intro__gallery {
	padding-bottom: 48px;
    border-top: 1px solid #707070;
	background: #ffffff;
	min-height:300px;
}
.intro__9 .intro__gallery h2 {
	margin: 15px 0 5px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 19px;
	color: #020202;
	text-align: center;
}
.intro__gallery-wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0 15px;
}
.intro__gallery-elem {	
	width: 27%;
	margin: 7px;
	position:relative;
}
.intro__gallery-elem-cancel {
	position: absolute;
	top:0px;
	right:0px;
}
	.intro__gallery-elem-cancel:after {
		position: absolute;
		content: "";
		top: 3px;
		right: 3px;
		width: 14.5px;
		height: 14.5px;
		background-image: url(/frontend/img/icon-cancel-min.svg);
		z-index: 2;
	}
.intro__9 .add-img {
	position: relative;
	display: block;
	top: 50%;
	left: 50%;
	width: 33.2px;
    height: 33.2px;
	background-image: url(/frontend/img/icon-add-circle-min.svg);
	transform: translate(-50%, -50%);
}

 
/*--------------------
  BODY-7
--------------------*/
body.body-7 .intro {
	text-align: center;
	background: linear-gradient(to bottom, #ffffff 84%, transparent 16%);
}
body.body-7 .intro__top {
	background: #ca9e67;
}
body.body-7 .intro__top p {
	padding: 10px 0;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	color: #020202;
}
body.body-7 .intro__inner {
	padding: 90px 0;
}
body.body-7 .intro__img {
	display: block;
	margin: 0 auto 35px;
	width: 129px;
	height: 129px;
	background-image: url(/frontend/img/icon-check.svg);	
}
body.body-7 .intro__date {
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 24px;
	color: #070606;
}
body.body-7 .intro__message {
	margin: 0 0 25px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #419603;
}
body.body-7 .intro__text {
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #070606;
}

/*--------------------
  BODY-8b
--------------------*/
.wrap-opacity {
	position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 1;
}
.popuptext {
	position: absolute;               
	left: 10vw;
	top:4vh;
    width: 305px;
    height: 440px;
    background-color: #ffffff;
	border: 1px solid #707070;
    z-index: 2;    
    /*transform: translate(-50%,-63%);*/
}
.popap-alert {
	position: absolute;               
	top: 12%;
    right: 12%;	
    width: 21px;
    height: 25px;
    z-index: 1;    
	background-image: url(/frontend/img/icon-popap-alert.svg);	
}
.popup-shadow {
	position: absolute;               
	left: 16vw;
	top:6vh;
	width: 291px;
    height: 435px;
    background-color: #ffffff;
    border: 1px solid #707070;
    /*transform: translate(-43%,-58%);*/
	opacity: 0.8;
}
.popup .popuptext h2 {
	margin: 20px 30px 15px 0;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	color: #070606;
	text-align: right;
}
.popup .popuptext p {
	margin: 0 35px 35px 5px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	color: #070606;
	text-align: right;
}
.popup .popup-table {
    margin: 0;
    padding: 0;
}
.popup .popup-table li {
	padding: 12px 15px 13px;
	border-top: 2px solid #707070;
	list-style: none;
	text-align: right;
}
.popup .popup-table li:last-of-type {
	border-bottom: 1px solid #707070;
}
.popup .popup-table li span {
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	color: #070606;	
}
.popup .popup-table li span.checkmark {
	position: relative;
	padding: 0 0 0 40px;
}
.popup .popup-table li span.checkmark:after {
	position: absolute;	
	content: "";
	top: -4px;
    left: -6px; 
	width: 30px;
	height: 30px;
	background-image: url(/frontend/img/icon-checkmark.svg); 
}
.popup .button {
	position: relative;
    display: table;	
	width: 270px;
    height: 48px;
    margin: 15px auto 10px;
    padding: 12px 0;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	color: #070606;
	text-align: center;
	background: #ca9e67;
	border: 1px solid #ca9e67;
	border-radius: 7px;
	transition: border 0.2s, background 0.2s;
}
.popup .button:hover,
.popup .button:focus {
	border: 1px solid #eb9932;
	/*background: #eb9932;*/
	text-decoration: none;
}

/*--------------------
  BODY-13
--------------------*/
body.body-13 {
	min-height: 100%;
}
body.body-13 .intro {
	position: absolute;               
	top: 50%; 
	left: 50%;	
	width: 100%;
	padding: 0; 
	text-align: center;  
	transform: translate(-50%, -50%);	
}
body.body-13 .header__logo {
	width: 100%;
	margin: 0 0 20px;
}
body.body-13 .header__logo img {
	width: 159px;
	height: 164px;
}
body.body-13 .header__logo-alt img {
	width: 229px;
	height: 63px;
}
/*--------------------
  FOOTER
--------------------*/
.footer {
	flex: 0 0 auto;
	padding: 0;
	text-align: center;
	background: #3a3a3a;
	margin-bottom: 5px;
}
.footer p{
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 10.7px;
	line-height: 12.8px;
	color: #ffffff;
	text-align: center;
}

	@media (min-width: 411px) {
	/*	body {
			background-size: cover;
			background-position: 50% 50%;
		}*/
		body.body-2:after {
			width: 411px;
			background-position: 50% 0;
		}
	}
