@charset "utf-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html, body {
    overscroll-behavior-y: none;
  }
body{
	direction: rtl;
    text-align: right;
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    font-weight: 400;
	margin: 0;
    color: #000;
}


@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
[class*="col-"], .col{
    padding: 0;
}
h1, h2, h3, h4{font-weight: 700; color: #434343; text-align: center;}
h2 a, h3 a{text-decoration: none;}
h4{margin: 0;}
h5, h6 {
    font-size: 15px;
	line-height: normal;
}
p{
	padding: 0 0 15px 0;
	margin: 0;
}

a{
	color: #EC008C;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
a:hover, a:focus, a:active{
	color: inherit;
	opacity: .8;
	text-decoration: none;
}

b, strong{font-weight: 500; font-family: inherit;}
.inner_content strong {
	font-weight: normal; font-family: 'merriweather700';
}



img{max-width: 100%; height: auto; object-fit: scale-down;}
a img{
	border: none;
}

button:focus {outline:0;}
.row{
 width: 100%;
 margin-right: 0;
 margin-left: 0;
}

.absolute{position: absolute;}
.relative{position: relative;}
.fixed{position: fixed;}
.sticky{position: sticky;}

.div15{height: 15px;}
.div30{height: 30px;}
.div50{height: 50px;}
.div55{height: 55px;}
.div100{height: 100px;}
.div150{height: 150px;}
.div200{height: 200px;}
.div1000{height: 1000px;}

.clear{clear: both;}
.float_left{float: left;}
.float_right{float: right;}
*:focus {outline: none;}


.flex{display: flex;}
.flex_md, .flex_lg{display: flex;}
.flex-row{flex-flow: row;}
.flex-column{flex-flow: column;}
.flex-reverse{justify-content: flex-end;}
.stretch{flex: 1;}
.normal{flex: 0;}
.around{justify-content: space-around;}
.between{justify-content: space-between;}
.just_center{justify-content: center;}
.wrap{flex-flow: wrap;}
.align_items_center{align-items: center;}
.align_c{text-align: center;}

.hidden_desk{display: none;}
.upp{text-transform: uppercase;}

/* COLORS */
.d_grey{color: #434343}
.pink{color: #EC008C}
.pink_bg{background-color: #EC008C}


/* START */
.top_menu{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 12px 0 10px;
}

.navbar {
    flex-direction: row-reverse;
}
.navbar-nav{padding: 0;}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 20px;
    padding: 0 15px;
    text-align: center;
}
.navbar-brand{
    padding-bottom: 22px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    background-color: #EC008C;
    border-radius: 100px;
    color: #fff;
}
.block{
    margin: 80px auto;
}
.block h1, .block h2{
    font-size: 45px;
    color: #434343;
    margin: 0 0 20px;
}
.block h3{
    font-size: 32px;
    color: #434343;

}
.bl1 h1, .bl1 h2, .bl1 h3{text-align: right;}
.block p{
    font-size: 26px;
    margin: 30px 0 20px;
    max-width: 600px;
}
.phone_big{
    text-align: left;
}
.right_col{
    padding-left: 30px;
}
.btn-primary.pink_bg{
    border: none;
    box-shadow: 0px 10px 11px -5px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    font-size: 28px;
    font-weight: 700;
    padding: 10px 30px;
    background-color: #EC008C
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #EC008C;
    border-color: none;
}

.download_app{
    text-align: center;
}
.download_app h3{
    font-size: 38px;
    margin: 0 auto 30px;
}
.download_app_in{
    max-width: 600px;
    margin: 0 auto;
}
.download_app img{height: 90px; margin: 0 15px}
.download_app a:hover{opacity: .5;}

.bl2 h1, .bl2 h2, .bl2 h3{
    text-align: center;
}

.how p{
    margin: 0;
    padding: 0px 30px 0px 0;
    max-width: 500px;
}
/* .fake_border{
    border-right: 6px solid #D9D9D9;
}*/
.icon_txt, .icon_txt .flex{
    /* padding-right: 60px; */
    /* height: 200px; */
    align-items: center;
}

.fake_border{
    border-right: 6px solid #D9D9D9;
    /* height: calc(100% - 2*(200px / 2)); */
    /* top: calc(200px /2 ); */
    right: 52px;
    z-index: -1;
}
.icon{
    background-color: #EC008C;
    border-radius: 100px;
    width: 114px;
    height: 114px;
    padding: 10px;
    display: grid;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}

p img{
    padding-bottom: 11px;
}
.icon.icon_ll{
    background-color: transparent;
    padding: 0;
}
.block.history h2{
    font-size: 45px;
}
.block.history p{
    max-width: none;
    /* text-align: justify; */
}


.three h4{
    padding: 15px 15px 15px 5px;
    text-align: right;
}
.listed{
    padding: 30px 0;
}
.listed ul {
    list-style-image: url('../img/krug.svg');
    margin: 30px 0;
}

.listed ul li {
    font-size: 32px;
    color: #434343;
    font-weight: 700;
    padding: 5px 30px 5px 0;
}
.medsestra{
    flex-direction: row-reverse;
}

.block.popup_content{
    position: relative;
    /*max-width: 800px;*/
    margin: 0 auto;
    padding: 30px;
    height: 100vh;
    min-height: 700px;
    /*background-color: #000;
    color: #fff;*/
    text-align: center;
}
/*.popup_content h2, .popup_content h3, .popup_content h4{color: #fff;}*/
.popup_header{max-width: 400px; margin: 0 auto;}
.popup_header h2{display: inline-block;}
.popup_content p{max-width: none; font-size: 28px; margin: 0 auto;}

.quater{margin: 30px 0;}
.quater4 .cube{height: calc(100%/2);}
.quater4 img{height: calc(100%/1.3);}
/*.quater4 .cube{height: calc(100%/2);}
.quater4 img{height: 90%;}*/
.h-60{height: 60%;}
/*.cube{padding: 0 20px;}*/
/*.cube h3{margin-bottom: 30px}*/

.bo-r{border-right: 1px solid #EC008C;}
.bo-l{border-left: 1px solid #EC008C;}
.bo-b{border-bottom: 2px solid #EC008C;}
.bo-t{border-top: 1px solid #EC008C;}

.form{
    max-width: 450px;
    margin: 0 auto;
}
.form p{
    text-align: right;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.form-control{
    border-radius: 100px;
    height: 50px;
    text-align: center;
    /*border: none;*/
    font-size: 22px;
    font-weight: 700;
    box-shadow: 3px 3px 6px #c5c5c5, -3px -3px 6px #ffffff;
}
.form-control:active {
    box-shadow: inset 4px 4px 12px #c5c5c5,
    inset -4px -4px 12px #ffffff;
}
.form-control.code_grey{
    background: #B7B7B7;
    color: #fff;
}
.logoW{
    position: absolute;
    left: 15px;
    bottom: 15px;
    top: auto;
    right: auto;
    z-index: 10;
}


/* FOOTER */
.footer{
}
.footer .footer_phones a{
}
.footer ul {
}
.footer ul li{
}
.footer .form{
}




/* media */

/* max height */
@media (max-height: 800px){

}
@media (max-height: 450px){

}

/* min */
@media (min-width: 576px) {
    .d_sm_flex{display: flex !important;}
}

@media (min-width: 768px) {
    .d_md_flex{display: flex;}
}

@media (min-width: 992px) {
    .d_lg_flex{display: flex;}
    .app-multi{
        padding-top: 50%;
    }
}
@media (min-width: 1200px) {
    .d_xl_flex{display: flex !important;;}
}

@media (min-width: 1530px) {
}

/* min & max */
@media(max-width:1400px) and (min-width: 1100px){
}

/* max */
@media (max-width: 1490px){
	.hidden_notebook{display: none;}
}

@media (max-width: 1199.98px){
    .top_menu{padding: 0}
	.navbar-light .navbar-nav .nav-link {font-size: 18px;}
    .navbar-brand{padding-bottom: 0.3125rem;}
    .logo_top img{max-width: 200px;}
    .block h1, .block h2, .block.history h2{font-size: 45px;}
    .block h3{font-size: 28px;}
    .three h4, .listed ul li{font-size: 22px;}
    .block p{font-size: 22px;}
    .bl1 .logo_beta{max-width: 200px;}


}

@media (max-width: 991.98px){
    .navbar-light .navbar-nav .nav-link{padding: 0.5rem 1rem;}
    .three{max-width: 600px; margin: 0 auto;}


}

@media (max-width:767.98px){
	.hidden_ipad{display: none;}
    .block {margin: 40px auto;}
    .block h1, .block h2, .block.history h2{font-size: 38px;}
    .block h3, .three h4, .listed ul li{font-size: 22px;}
    .block p{font-size: 18px;}
    .btn-primary.pink_bg{font-size: 18px; margin-bottom: 15px;}
    .download_app img{height: auto; width: 200px; margin: 15px auto}
    .right_col{padding-left: 0; margin: 0 0 30px}
    .phone_big{text-align: center;}
    .phone_big img{max-width: 300px;;}
    .logo_top img{max-width: 200px;}
    .phones_gif{justify-content: space-around; margin-top: 50px;}
    .icon{width: 70px; height: 70px; margin: 30px auto;}
    .fake_border{right: 32px; }
    .listed{padding: 0;}
    .medsestra{justify-content: space-around;}



}

@media(max-width:575.98px){
    .hidden_mob{display: none;}

    .phone_big img{max-width: 100%;}
    .quater{margin-top: 15px;}
    .block.popup_content{padding: 15px;}
    .logoW{position: fixed; max-width: 150px;}

}

/* Radio buttons with image */
.imgbgchk:checked + label>.tick_container{
    opacity: 1;
}
.imgbgchk:checked + label>img{
    opacity: 0.3;
}
.tick_container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
}
.tick {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 6px 12px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.sale-text {
    border-bottom: 2px solid #EC008C;
}

.history_img {
    height: 150px;
    display: block;
    margin: 0 auto;
}

.icon-gray {
    background-color: #D9D9D9;
}

.footer-bg {
    background-color: #EEEEEE;
}

.footer-bg span {
    font-size: 14px;
}

.survey-label {
    cursor: pointer;
}

.survey-label:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.survey-img {
    max-width: 300px;
    object-fit: unset;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

@media(min-width: 1600px){
    .quater-pt {
        padding-top: 4rem!important;
    }
}

@media(min-width: 360px){
    .quater-pt {
        padding-top: 7rem!important;
    }
}

.transparent-icon {
    background-color: transparent;
}

.max-200 {
    max-width: 200px;
}

.survey_close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    font-weight: 900;
}

.mdi-36px {
    font-size: 39px;
    margin-right: 10px
}

.pr-10 {
    padding-right: 10%;
}

.pr-15 {
    padding-right: 15%;
}

.pl-10 {
    padding-left: 10%;
}

.pl-15 {
    padding-left: 15%;
}
