﻿/*   
Theme Name: Medicbox
Author: Seganiko (Serhii Nikolaienko)
Author Email: info@seganiko.com
Author Phone: +33744751248
Author Telegram: @sega_niko
Author Viber: +33744751248
Author WhatsApp: +33744751248
Author Url: https://seganiko.com
Author Linkedin profile: https://www.linkedin.com/in/seganiko/
Author X.com (Twitter) profile: https://x.com/sega_niko
Author Youtube profile: https://www.youtube.com/@seganiko
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-transition: 0.5s!important;
	-o-transition: 0.5s!important;
	transition: 0.5s!important;
	outline: none!important;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	max-width: 100%;
	height: auto;
    vertical-align: middle!important;
}

ul, ol{
	padding: 10px 0 10px 20px;
}

a{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
	color: #1e8199;
}

a:hover,
a:active,
a:focus{
	text-decoration: none;
	color: #1e8199;
}

hr{
	border-top: 1px solid #ccc;
}

::-webkit-scrollbar{
    width: 7px;
    background: #f1efed;
}

::-webkit-scrollbar-thumb{
    width: 7px;
    background: #1e8199;
}

@font-face{
	font-family: MyriadPro-Bold;
	src: url('/wp-content/themes/Medicbox/fonts/MyriadPro-Bold.otf');
}

@font-face{
	font-family: MyriadPro-Regular;
	src: url('/wp-content/themes/Medicbox/fonts/MyriadPro-Regular.otf');
}

html,
body{
	font-family: PT Sans;
	font-size: 16px;
	line-height: 1.35;
	color: #414141;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}

body#jew{
	font-family: Heebo;
	direction: rtl;
}




.header{
	background: #fff;
	padding: 10px 0;
	position: relative;
	z-index: 9998;
	box-shadow: 0px 0px 10px 0px #ccc;
}

.header-rtl,
body#jew .header-ltr{
	display: none;
}

body#jew .header-rtl{
	display: block;
}

.home .header,
.header.no-box-shadow{
	box-shadow: none;
}

.logo img{
	max-width: 372px;
}

#jew .logo img{
    max-width: 350px;
}

.topmenu{
	padding-top: 35px;
}

#jew .topmenu{
	text-align: right;
}

#jew .topmenu ul li{
	float: left;
}

.topmenu ul{
	display: block;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 0 30px;
}

#jew .topmenu ul{
	padding: 0 0 0 120px;
	margin: 0;
}

.topmenu ul li{
	display: block;
	float: left;
	margin: 0 20px;
}

.topmenu ul li a{
	color: #414141;
	font-size: 20px;
	padding: 42px 15px 0;
	border-top: 3px transparent;
}

.topmenu ul li a:hover,
.topmenu ul li.current_page_item a,
.topmenu ul li.current-menu-item a{
	font-weight: 700;
	color: #1e8199;
	border-top: 3px solid #1e8199;
}

.lang{
	width: 105px;
	position: absolute;
	top: 44px;
	left: calc(50% + 474px);
}

.lang li{
	list-style: none;
	padding: 0;
	width: 20px;
	height: 20px;
	margin: 0 7px;
	display: block;
	float: left;
}

.lang li span{
	display: none;
}

.lang li img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 0px 0px 1px 0px #999;
}

.lang li img:hover,
.lang li.current-lang img{
	box-shadow: 0px 0px 7px 0px #999;
}

.header-rtl .lang{
	left: calc(50% - 576px);
	z-index: 9998;
}





.index-slider{
	height: 430px;
	background-image: url('/wp-content/themes/Medicbox/img/bg-slider.png');
	background-position: 50% 50%;
	background-size: cover;
}

#jew .index-slider{
	background-image: url('/wp-content/uploads/2019/08/1-1.png');
	background-position: 50% 50%;
	background-size: cover;
}

.container-swiper-index{
	max-width: 600px;
	margin: 85px 0 0 15px;
	padding: 20px 15px 20px 30px;
	border-left: 2px solid #1e8199;
}

#jew .container-swiper-index{
	border-left: none;
	margin: 85px 15px 0 0;
	padding: 20px 30px 20px 30px;
	border-right: 2px solid #1e8199;
}

.swiper-container{
    width: 100%;
	height: 100%;
}

.swiper-slide{
    text-align: left;
    font-size: 40px;
	min-height: 200px;
	color: #1e8199;
	line-height: 1.2;
	font-family: MyriadPro-Bold;
}

body#jew .swiper-slide{
	font-family: Heebo;
	text-align: right;
}

#rus .swiper-slide{
	font-size: 36px;
}

.swiper-slide strong{
	color: #0f334b;
}

.swiper-slide strong em{
	text-transform: uppercase;
}

.swiper-pagination{
	margin-top: 61px;
}

.swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
	width: 12px;
	height: 12px;
}

.swiper-pagination-bullet-active{
    background: #1e8199;
    opacity: 1;
}

.swiper-pagination-clickable .swiper-pagination-bullet{
	margin: 0 6px;
	display: none;
}



.index-video{
	padding: 80px 0;
}

.video-description{
	font-family: MyriadPro-Bold;
	font-size: 38px;
	text-align: center;
	color: #0f334b;
	margin: 0 0 70px;
	position: relative;
	line-height: 1.3;
	z-index: 99999;
}

body#jew .video-description{
	font-family: Heebo;
}

.line{
	background: #1e8199;
	width: 220px;
	height: 2px;
	margin: 20px auto 0;
}

.block-index-video{
	width: 600px;
	margin: 0 auto;
}

.block-index-video iframe{
	width: 100%;
	height: 360px;
	z-index: 99999;
	position: relative;
}

.bg-block-index-video{
	position: absolute;
	display: block;
	width: 1140px;
	height: 700px;
	left: calc(50% - 570px);
	margin-top: -540px;
	z-index: 0;
}



.index-our-products{
	padding: 60px 0 100px;
}

.logo-our-products{
	width: 372px;
	margin: 0 auto;
}

.index-link-our-products{
	text-align: center;
	margin: 60px 0 0;
	position: relative;
	z-index: 9998;
}

.index-link-our-products a{
	color: #fff;
	background: #0fb8e0;
	padding: 15px 50px;
	font-size: 18px;
	border-radius: 40px;
	font-family: MyriadPro-Bold;
	z-index: 9998;
}

body#jew .index-link-our-products a{
	font-family: Heebo;
}

.bg-our-products{
	position: absolute;
	display: block;
	width: 280px;
	height: 315px;
	left: calc(50% - 320px);
	margin-top: -260px;
	z-index: 0;
}



/* .content{
	padding-top: 15px;
}

.home .content,
.page-child .content,
.page-template-page-about .content{
	padding-top: 0;
} */

#breadcrumbs,
#breadcrumbs a{
	font-size: 16px;
	color: #414141;
}

#breadcrumbs{
	padding: 15px;
	padding-bottom: 5px;
}

#breadcrumbs small{
	padding: 0 5px;
}

.page-title{
	font-size: 42px;
	color: #1e8199;
	padding: 15px 15px 0 0;
	margin: 0 0 20px;
	line-height: 1.35;
	font-family: MyriadPro-Bold;
}

body#jew .page-title{
	font-family: Heebo;
	text-align: right;
	font-size: 44px;
	font-weight: 700; 
}

.one-contact{
	margin: 0 0 10px;
}

.one-contact img{
	width: 24px;
	display: block;
	float: left;
	margin: 3px 10px 0 0;
}

#jew .one-contact img{
	float: right;
	margin: 0 0 0 10px;
}

.one-contact a{
	font-size: 24px;
	font-family: Open Sans;
	color: #0f334b;
	font-weight: 700;
}

body#jew .one-contact a{
	font-family: Heebo;
}



.contacts-block{
	background: url('/wp-content/themes/Medicbox/img/bg-contacts.png') no-repeat;
	z-index: 0;
	background-position: 50% 0%;
	position: relative;
	padding: 285px 0 70px;
	margin-top: -150px;
}

#jew .contacts-block{
	background: url('/wp-content/uploads/2019/08/bg-contacts-jew.png') no-repeat;
}

#rus .contacts-block{
	background-position: 0% 0%;
}

.h-contacts-block{
	color: #1e8199;
	margin: 0 0 20px;
	text-align: center;
	font-size: 34px;
	font-family: Open Sans;
	font-weight: 700;
}

body#jew .h-contacts-block{
	font-family: Heebo;
}

input,
textarea{
	padding: 15px;
	border: none;
	box-shadow: 0px 0px 10px 0px #414141;
	outline: none;
	font-size: 17px;
	width: 100%;
	font-weight: 300;
	margin: 15px 0 15px;
	color: #414141;
}

#jew input,
#jew textarea{
	text-align: right;
}

textarea{
	height: 90px;
	margin: 15px 0 15px;
}

label{
	text-align: left;
}

.wpcf7-checkbox{
	margin-top: 10px;
	display: block;
}

div.wpcf7 input[type="checkbox"]{
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin: 0 7px 0 -12px;
}

.wpcf7-list-item-label{
	font-size: 14px;
}

div.wpcf7 br{
	display: none;
}

div.wpcf7{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

div.wpcf7 label{
	font-size: 14px;
}

input[type="submit"]{
	font-size: 20px;
	border: none;
	font-family: Open Sans;
	transition: 0.5s;
	letter-spacing: 1px;
	margin: 12px auto 0;
	width: 280px;
	border-radius: 30px;
	background: #0fb8e0;
	font-weight: 400;
	color: #fff;
	padding: 15px;
	display: block;
	text-align: center;
}

body#jew input[type="submit"]{
	font-family: Heebo;
	text-align: center;
}

input[type="submit"]:hover{
	background: #414141;
	color: #fff;
	transition: 0.5s;
}

div.wpcf7-response-output{
	margin: 0!important;
}

div.wpcf7-validation-errors{
    background: #c52517!important;
}

div.wpcf7-mail-sent-ok {
    background: #368c09!important;
}

span.wpcf7-not-valid-tip,
.ajax-loader,
.wpcf7 br{
	display: none!important;
}

div.wpcf7-response-output{
    padding: 15px!important;
	float: none;
	clear: both;
	margin: 0 auto!important;
    margin-top: 20px!important;
	font-size: 18px;
	width: 280px!important;
	border-radius: 30px!important;
	text-align: center;
    color: #fff!important;
	font-weight: 400!important;
	border: none!important;
}



.one-products{
	float: left;
	margin: 50px;
	text-align: center;
	width: calc(50% - 100px);
	font-family: Open Sans;
}

body#jew .one-products{
	font-family: Heebo;
}

.h-one-products{
	color: #1e8199;
	font-size: 36px;
	text-transform: uppercase;
	margin: 20px 0 15px;
}

.desc-one-products{
	color: #0f334b;
	font-size: 18px;
	min-height: 100px;
	max-width: calc(100% - 120px);
	margin: 0 auto 20px;
}

#rus .desc-one-products{
	font-size: 15px;
	min-height: 130px;
    max-width: calc(100% - 30px);
}

.link-one-products,
.link-one-products:hover,
.link-one-products:active,
.link-one-products:focus,
.link-one-products:visited{
	color: #fff;
	width: 240px;
	border-radius: 40px;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 15px 25px;
	background: #0fb8e0;
}



.header-page-products{
	background-size: cover;
	background-position: 50% 50%;
}

.header-page-products .container{
	display: flex;
	min-height: 434px;
	align-items: center;
}

.text-header-page-products{
	color: #1e8199;
	font-weight: 700;
	font-family: Open Sans;
	font-size: 40px;
	padding: 30px;
	width: 60%;
	margin-left: 15px;
	margin-top: -30px;
	border-left: 2px solid #1e8199;
}

body#jew .text-header-page-products{
	font-family: Heebo;
	border-left: none;
	margin-left: 0;
	margin-right: 15px;
	border-right: 2px solid #1e8199;
}

#rus .text-header-page-products{
	font-size: 36px;
}

.text-header-page-products em{
	text-transform: uppercase;
}

.text-header-page-products strong{
	color: #0f334b;
}

.video-page-products{
	padding: 50px 0 0;
	text-align: center;
	color: #0f334b;
	font-size: 22px;
}

.h-video-page-products{
	margin: 0 0 25px;
	font-weight: 700;
	font-size: 32px;
	font-family: MyriadPro-Bold;
	position: relative;
	z-index: 9998;
}

body#jew .h-video-page-products{
	font-family: Heebo;
}

.desc-video-page-products{
	margin: 25px 0 60px;
	line-height: 1.6;
	font-family: MyriadPro-Regular;
	position: relative;
	z-index: 9998;
}

body#jew .desc-video-page-products{
	font-family: Heebo;
}

.block-video-page-products{
	width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 9998;
}

.block-video-page-products iframe{
	width: 100%;
	height: 360px;
}

.bg-block-video-page-products{
	display: block;
	max-width: 1140px;
	position: relative;
	margin-top: -500px;
	z-index: 0;
}

.how-it-work-page-products{
	padding: 0 0 40px;
}

.h-how-it-work{
	text-align: center;
	margin: 0 0 20px;
	color: #0f334b;
	font-size: 32px;
	font-family: MyriadPro-Bold;
}

body#jew .h-how-it-work{
	font-family: Heebo;
}

.one-how-it-work{
	font-size: 20px;
	text-align: center;
	margin: 30px 0 0;
	float: left;
	width: 33.33%;
	padding: 15px;
	color: #0f334b;
	font-family: MyriadPro-Regular;
}

body#jew .one-how-it-work{
	font-family: Heebo;
}

.one-how-it-work img{
	margin: 0 0 25px;
}

.btn-get,
.btn-get:hover,
.btn-get:focus,
.btn-get:active,
.btn-get:visited{
	background: #0fb8e0;
	padding: 12px;
	color: #fff;
	font-family: MyriadPro-Bold;
	width: 260px;
	display: block;
	margin: 20px auto 0;
	font-weight: 700;
	text-align: center;
	font-size: 20px;
	border-radius: 40px;
}

body#jew .btn-get,
body#jew .btn-get:hover,
body#jew .btn-get:focus,
body#jew .btn-get:active,
body#jew .btn-get:visited{
	font-family: Heebo;
}

span.text-175{
	display: none;
}

.h-one-contact{
	font-family: Open Sans;
	color: #1c8098;
	font-size: 36px;
	margin: 0 0 20px;
}

body#jew .h-one-contact{
	font-family: Heebo;
}

.included-page-products{
	padding: 40px 0 80px;
}

.h-included-page-products{
	color: #0f334b;
	font-family: MyriadPro-Bold;
	text-align: center;
	font-size: 32px;
}

body#jew .h-included-page-products{
	font-family: Heebo;
}

.one-included{
	margin: 30px 0 0;
	text-align: center;
	font-size: 16px;
	font-family: MyriadPro-Regular;
}

body#jew .one-included{
	font-family: Heebo;
}

.one-included img{
	margin: 0 0 30px;
	max-width: 251px;
}

.top-one-how-it-work{
	min-height: 360px;
}

.top-one-how-it-work img{
	width: calc(100% - 80px);
}

.bottom-one-how-it-work{
	color: #0fb8e0;
}

.number-page-todos{
	padding: 50px 0;
    font-size: 23px;
	color: #0f334b;
	line-height: 1.6;
    font-family: MyriadPro-Regular;
}

body#jew .number-page-todos{
	font-family: Heebo;
}

#jew .img-number-page-todos{
	float: left;
}

#jew .text-number-page-todos{
	float: right;
}

.benefits-page-products{
	padding: 40px 0 70px;
}

.h-benefits-page-products{
    color: #0f334b;
    font-family: MyriadPro-Bold;
    text-align: center;
    font-size: 32px;
}

body#jew .h-benefits-page-products{
	font-family: Heebo;
}

.one-benefits{
	margin: 30px 0 0;
	font-size: 22px;
    font-family: MyriadPro-Regular;
}

body#jew .one-benefits{
	font-family: Heebo;
}

.one-benefits ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.one-benefits ul li{
	padding: 0;
	margin: 20px 0;
}

#jew .one-benefits ul li{
	margin: 31px 0;
}

.one-benefits ul li:before{
	content: ""; 
	background: url('/wp-content/uploads/2019/08/li-benefits.png') no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 18px;
	float: left;
}

#jew .one-benefits ul li:before{
	margin-right: 0;
	margin-left: 18px;
	margin-bottom: 30px;
	float: right;
}

.about-title{
	background: url('/wp-content/uploads/2019/08/top-about.png') no-repeat;
	background-position: 0% 100%;
	background-size: 100%;
	position: relative;
	z-index: 9990;
}

#jew .about-title{
	background: url('/wp-content/uploads/2019/08/top-about-jew.png') no-repeat;
	background-position: 0% 100%;
	background-size: 100%;
}

.pdp-about-title{
    font-family: MyriadPro-Regular;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 300;
	color: #686868;
	margin: 0 0 9px;
}

body#jew .pdp-about-title{
	font-family: Heebo;
}

.h-video-page-about{
	color: #1c8098;
	font-size: 44px;
	text-align: left;
	font-family: Open Sans;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
}

body#jew .h-video-page-about{
	font-family: Heebo;
	text-align: right;
}

.desc-video-page-about{
	font-size: 28px;
	text-align: center;
    font-family: MyriadPro-Bold;
	padding: 15px 120px 50px;
	color: #0f334b;
    position: relative;
    z-index: 9998;
}

body#jew .desc-video-page-about{
	font-family: Heebo;
}

.about-pr{
	margin: 3px 0 0;
}

.about-pr .container{
	padding-top: 40px;
	background: url('/wp-content/uploads/2019/08/img-pr.png') no-repeat;
	background-position: 100% 0%;
}

#jew .about-pr .container{
	background-position: 0% 0%;
}

.h-li-pr{
	color: #1c8098;
	font-size: 44px;
	text-align: left;
	font-family: Open Sans;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px;
	line-height: 1.3;
}

body#jew .h-li-pr{
	font-family: Heebo;
	text-align: right;
}

.pdp-h-li-pr{
	color: #0f334b;
	font-size: 24px;
	text-align: left;
	font-family: Open Sans;
	text-transform: uppercase;
	margin: 0 0 10px;
	width: 100%;
	max-width: 400px;
}

body#jew .pdp-h-li-pr{
	font-family: Heebo;
	text-align: right;
}

.li-pr{
	margin: 0 0 20px;
}

.li-pr ul{
	list-style: none;
	padding: 0;
}

.li-pr ul li{
	padding: 0;
	margin: 20px 0;
    font-family: MyriadPro-Regular;
	font-size: 20px;
	font-weight: 300;
	color: #686868;
}

body#jew .li-pr ul li{
	font-family: Heebo;
}

.li-pr ul li:before{
	content: ""; 
	background: url('/wp-content/uploads/2019/08/li-pr.png') no-repeat;
	background-size: 26px 27px;
	width: 26px;
	height: 27px;
	display: block;
	margin-right: 15px;
	float: left;
}

#jew .li-pr ul li:before{
	float: right;
	margin-left: 15px;
	margin-right: 0;
}

#jew .text-pr{
	float: right;
}

#jew .img-pr{
	float: left;
}

.one-pr-img{
	margin: 10px 0;
}

.img-one-pr-img{
	width: 95px;
	margin: 0 30px 15px 0;
	float: left;
}

#jew .img-one-pr-img{
	margin: 0 0 15px 30px;
	float: right;
}

.text-one-pr-img{
	width: calc(100% - 125px);
	float: left;
	font-size: 19px;
	padding-right: 100px;
	color: #686868;
    font-family: MyriadPro-Regular;
}

body#jew .text-one-pr-img{
	font-family: Heebo;
	padding: 0 0 0 100px;
}

.number-about{
	background-image: url('/wp-content/uploads/2019/08/bg-number-about.png');
	padding: 40px 0 30px;
	background-size: cover;
	background-position: 50% 50%;
	color: #686868;
    font-family: MyriadPro-Regular;
}

body#jew .number-about{
	font-family: Heebo;
}

.h-number-about{
	color: #1c8098;
	font-size: 44px;
	text-align: center;
	font-family: Open Sans;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px;
	line-height: 1.3;
}

body#jew .h-number-about{
	font-family: Heebo;
}

.one-number-about{
	width: 33.33%;
	float: left;
	height: 125px;
	padding: 60px 30px 0 55px;
	font-size: 20px;
}

#jew .one-number-about{
	float: right;
	padding: 60px 30px 0 55px;
	font-size: 20px;
	background-position: 100% 0;
    padding: 60px 55px 0 30px;
}

#jew .number-about-4,
#jew .number-about-5,
#jew .number-about-6{
    padding: 0 50px 0 55px;
}

.number-about-1{
	background: url('/wp-content/uploads/2019/08/1.png') no-repeat;
}

.number-about-2{
	background: url('/wp-content/uploads/2019/08/2.png') no-repeat;
}

.number-about-3{
	background: url('/wp-content/uploads/2019/08/3.png') no-repeat;
}

.number-about-4{
	background: url('/wp-content/uploads/2019/08/4.png') no-repeat;
	background-position: 0 24px;
}

.number-about-5{
	background: url('/wp-content/uploads/2019/08/5.png') no-repeat;
	background-position: 0 24px;
}

.number-about-6{
	background: url('/wp-content/uploads/2019/08/6.png') no-repeat;
	background-position: 0 24px;
}

.number-about-4,
.number-about-5,
.number-about-6{
	padding: 0 30px 0 55px;
	height: 149px;
}

.line-number-pr{
	padding-left: 20px;
}

#jew .line-number-pr{
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	filter: FlipH;
	padding-right: 125px;
}

.line-number-pr img{
	width: 100%;
	max-width: 1010px;
}

.pdp-number-about{
	font-size: 26px;
	line-height: 1.2;
	text-align: center;
	margin: 30px 0 0;
}



.footer{
	background: #0f334b;
	padding: 10px 0;
}

.footer-logo img{
	max-width: 376px;
}

#jew .footer-logo img{
    max-width: 350px;
}

.footer-menu{
	padding-top: 35px;
}

.footer-menu ul{
	display: block;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 0 30px;
}

#jew .footer-menu ul{
	padding: 0 0 0 85px;
	margin: 0;
}

.footer-menu ul li{
	display: block;
	float: left;
	margin: 0 40px;
}

.footer-menu ul li a{
	color: #fff;
	font-size: 20px;
}

.footer-menu ul li a:hover,
.footer-menu ul li.current_page_item a,
.footer-menu ul li.current-menu-item a{
	font-weight: 700;
}

.footer-rtl,
#jew .footer-ltr{
	display: none;
}

#jew .footer-rtl{
	display: block;
}

.footer-rtl .footer-menu ul li{
    float: left;
}

#toTop{
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-image: url('/wp-content/themes/Medicbox/img/to-top.png');
	background-size: cover;
	position: absolute;
	left: 50%;
	margin-left: 515px;
	margin-top: -82px;
	cursor: pointer;
}

#jew #toTop{
	margin-left: -569px;
}

.close-menu,
.one-included-mobile,
.block-991{
	display: none;
}

.credit{
	color: #ccc;
	font-size: 12px;
	position: absolute;
	left: calc(50% + 417px);
	top: auto;
	margin-top: -23px;
}

#jew .credit{
	left: calc(50% - 570px);
}

.credit a{
	color: #fff;
	font-size: 12px;
}





@media screen and (max-width: 1366px) {

	#jew .contacts-block{
		background-position: -300px 0;
		background-size: cover;
	}
	
	body#jew .pdp-about-title{
		margin: 0 0 2px;
	}
	
}



@media screen and (max-width: 1200px) {

	.logo img,
	#jew .logo img{
		max-width: 204px;
	}
	
	.topmenu{
		padding-top: 17px;
	}
	
	#jew .topmenu ul{
		padding: 0 0 0 140px;
	}
	
	.topmenu ul li{
		margin: 0 12px;
	}
	
	.topmenu ul li a{
		padding: 24px 12px 0;
	}
	
	.lang{
		top: 26px;
		left: calc(50% + 374px);
	}
	
	.header-rtl .lang{
		left: calc(50% - 476px);
	}
	
	.swiper-slide{
		font-size: 34px;
	}
	
	.video-description{
		font-size: 30px;
	}
	
	.h-one-products{
		font-size: 28px;
	}
	
	.desc-one-products{
		font-size: 16px;
		min-height: 70px;
		max-width: 100%;
	}
	
	.bg-block-video-page-products{
		max-width: 961px;
		margin-top: -455px;
	}
	
	.text-header-page-products{
		font-size: 36px;
		width: 100%;
	}
	
	.header-page-products{
		background-position: -360px 50%;
	}
	
	.one-included img{
		max-width: 189px;
	}
	
	.col-lg-2.one-included img{
		max-width: 132px;
	}
	
	.one-how-it-work{
		font-size: 18px;
	}
	
	.top-one-how-it-work{
		min-height: 280px;
	}
	
	.about-title{
		background-size: 1200px;
	}
	
	.about-title .page-title{
		margin: 0 0 5px;
	}
	
	.pdp-about-title{
		font-size: 15px;
		margin: 0 0 6px;
	}
	
	#jew .pdp-about-title{
		margin: 0 0 1px;
	}
	
	.about-pr .container{
		background-position: 100% 0;
		background-size: 560px;
	}
	
	.h-li-pr,
	.h-video-page-about,
	.h-number-about{
		font-size: 34px;
	}
	
	.text-one-pr-img{
		padding-right: 0;
	}
	
	.desc-video-page-about{
		font-size: 24px;
	}
	
	.line-number-pr img{
		max-width: 865px;
	}
	
	.pdp-number-about{
		font-size: 22px;
	}
	
	#jew .img-number-page-todos{
		float: none;
		clear: both;
		width: 100%;
		text-align: center;
		padding-top: 30px;
	}
	
	#rus .swiper-slide{
		font-size: 30px;
	}
	
	.footer-logo img,
	#jew .footer-logo img{
		max-width: 204px;
	}
	
	.footer-menu{
		padding-top: 14px;
	}
	
	.footer-menu ul li{
		margin: 0 30px;
	}
	
	#toTop{
		width: 40px;
		height: 40px;
		margin-left: 429px;
		margin-top: -56px;
	}
	
	#jew #toTop{
		margin-left: -469px;
	}
	
	.credit{
		left: calc(50% + 321px);
		font-size: 11px;
		margin-top: -17px;
	}
	
	#jew .credit{
		left: calc(50% - 471px);
	}
	
}



@media screen and (max-width: 991px) {

	.logo img,
	#jew .logo img{
		max-width: 150px;
	}
	
	.topmenu{
		padding-top: 8px;
	}
	
	.topmenu ul li{
		margin: 0 12px;
	}
	
	.topmenu ul li a{
		padding: 15px 0 0;
		font-size: 17px;
	}
	
	.lang{
		top: 16px;
		left: calc(50% + 263px);
	}
	
	.header-rtl .lang{
		left: calc(50% - 365px);
	}
	
	.index-slider{
		height: 350px;
	}
	
	.container-swiper-index{
		margin: 50px 0 0 15px;
		padding: 35px 15px 35px 30px;
	}
	
	
	#jew .container-swiper-index{
		margin: 67px 15px 0 0
	}
	
	#jew .swiper-slide,
	.swiper-slide{
		font-size: 26px;
		min-height: 150px;
	}
	
	.video-description{
		font-size: 24px;
	}
	
	.bg-block-index-video{
		left: calc(50% - 371px);
	}
	
	.one-products{
		margin: 30px;
		width: calc(50% - 60px);
	}
	
	.h-one-products{
		font-size: 24px;
	}
	
	.desc-one-products{
		font-size: 15px;
		min-height: 95px;
		max-width: 100%;
		margin: 0 auto 15px;
	}
	
	#rus .desc-one-products{
		font-size: 14px;
		min-height: 130px;
		max-width: 100%;
	}
	
	.header-page-products{
		background-position: -305px 50%;
	}
	
	.header-page-products .container{
    	min-height: 370px;
	}
	
	.text-header-page-products{
		font-size: 32px;
	}
	
	#rus .text-header-page-products{
		font-size: 26px;
	}
	
	.h-video-page-products{
		font-size: 24px;
	}
	
	.desc-video-page-products{
		margin: 25px 0 40px;
		line-height: 1.5;
		font-size: 18px;
	}
	
	.one-how-it-work{
		font-size: 18px;
	}
	
	.h-one-contact{
		font-size: 26px;
	}
	
	.contacts-block{
		background-position: 0% 0%;
	}
	
	#jew .contacts-block{
		background-position: -850px 0;
	}
	
	.one-included-desktop{
		display: none;
	}
	
	.one-included-mobile{
		display: block;
	}
	
	.included-page-products{
		padding: 30px 0 50px;
	}
	
	.top-one-how-it-work img{
		max-width: 240px;
	}
	
	.top-one-how-it-work{
		min-height: 230px;
	}
	
	.how-it-work-page-products{
		padding: 0px 0 20px;
	}
	
	.number-page-todos{
		font-size: 18px;
		text-align: justify;
		padding: 30px 0 50px;
	}
	
	.img-number-page-todos{
		text-align: center;
		padding-top: 30px;
	}
	
	#jew .pdp-about-title{
		margin: 0 0 -2px;
	}
	
	#jew .img-pr{
		float: none;
	}
	
	#jew .one-number-about{
		background-position: 100% 0;
	}
	
	#jew .number-about-4,
	#jew .number-about-5,
	#jew .number-about-6{
		padding: 60px 30px 0px 55px;
	}
	
	.about-pr .container{
		background: none;
		padding-top: 20px;
	}
	
	.pdp-h-li-pr{
		max-width: 100%;
	}
	
	.li-pr ul li{
		margin: 15px 0;
	}
	
	.desc-video-page-about{
		font-size: 22px;
		padding: 0 15px 30px;
	}
	
	.line-number-pr{
		display: none;
	}
	
	.one-number-about{
		width: 50%;
	}
	
	.block-991{
		display: block;
	}
	
	.hidden-991{
		display: none;
	}
	
	.one-number-about,
	.number-about-4,
	.number-about-5,
	.number-about-6{
		padding: 20px 30px 0 55px;
		height: 149px;
		background-position: 0 0;
	}
	
	#rus .swiper-slide{
		font-size: 24px;
	}
	
	.footer-logo img,
	#jew .footer-logo img{
		max-width: 150px;
	}
	
	.footer-menu{
		padding-top: 2px;
	}
	
	.footer-menu ul li{
		margin: 0 12px;
	}
	
	.footer-menu ul li a{
		font-size: 17px;
	}
	
	#toTop{
		width: 40px;
		height: 40px;
		margin-left: 320px;
		margin-top: -48px;
	}
	
	#jew #toTop{
		margin-left: -358px;
	}
	
	.credit{
		left: calc(50% - 73px);
		margin-top: -19px;
	}
	
	#jew .credit{
		left: calc(50% - 73px);
	}
	
}



@media screen and (max-width: 768px) {

	.container{
		padding: 0;
	}
	
	.logo img,
	#jew .logo img{
		max-width: 115px;
	}
	
	.lang{
		top: 13px;
    	left: 153px;
	}
	
	.header-rtl .lang{
		left: auto;
		right: 153px;
	}
	
	.lang li{
		margin: 0 5px;
	}
	
	.close-menu{
		display: block;
		color: #fff;
		position: absolute;
		right: 15px;
		width: 30px;
		height: 30px;
		top: 9px;
		cursor: pointer;
	}
	
	#jew .close-menu{
		right: auto;
		left: 15px;
		z-index: 9998;
	}
	
	.close-menu img.yes-active,
	.close-menu.active img.no-active{
		display: none;
	}
	
	.close-menu.active img.yes-active{
		display: inline-block;
	}
	
	.topmenu{
		position: absolute;
		width: 100%;
		left: 0;
		top: 49px;
		padding: 10px 15px;
		background: #fff;
		box-shadow: 0px 0px 10px 0px #ccc;
		opacity: 0;
		z-index: -1;
	}
	
	.topmenu.active{
		opacity: 1;
		z-index: 9999;
	}
	
	.topmenu ul{
		margin: 0;
	}
	
	.topmenu ul li{
		width: 100%;
		margin: 5px 0;
	}
	
	.topmenu ul li a{
		padding: 0;
		font-size: 19px;
	}
	
	.topmenu ul li a:hover,
	.topmenu ul li.current_page_item a,
	.topmenu ul li.current-menu-item a{
		border: none;
	}
	
	.index-slider{
		height: 275px;
		background-position: -225px 50%;
	}
	
	.container-swiper-index{
		margin: 30px 0 0 15px;
		padding: 25px;
	}
	
	#jew .container-swiper-index{
		margin: 19px 15px 0 0;
	}
	
	#jew .swiper-slide,
	.swiper-slide{
		font-size: 22px;
		line-height: 1.5;
		min-height: 115px;
	}
	
	#jew .swiper-slide{
		min-height: 150px;
	}
	
	.swiper-pagination{
		margin-top: 43px;
	}
	
	.index-video{
		padding: 40px 0;
	}
	
	.video-description{
		font-size: 18px;
		margin: 0 0 35px;
	}
	
	.block-index-video{
		width: 100%;
	}
	
	.block-index-video iframe{
		height: 340px;
	}
	
	.bg-block-index-video{
		left: 0;
		width: 100%;
		height: auto;
		margin-top: -440px;
	}
	
	.logo-our-products{
		width: 240px;
	}
	
	.index-our-products{
		padding: 30px 0 60px;
	}
	
	.index-link-our-products{
    	margin: 35px 0 0;
	}
	
	.index-link-our-products a{
		font-size: 16px;
	}
	
	.bg-our-products{
		width: 150px;
		height: 168px;
		left: calc(50% - 180px);
		margin-top: -155px;
    }
	
	#breadcrumbs,
	#breadcrumbs a{
		font-size: 13px;
	}
	
	body#jew .page-title,
	.page-title{
		font-size: 26px;
		padding: 15px 15px 0 15px;
		margin: 0 0 10px;
	}
	
	.one-contact{
		margin: 0 0 5px;
	}
	
	.one-contact img{
		width: 18px;
    	margin: 1px 8px 0 0;
	}
	
	.one-contact a{
		font-size: 18px;
	}
	
	.contacts-block{
    	background-position: 0px 0%;
		padding: 285px 0 45px;
	}
	
	.h-contacts-block{
		font-size: 24px;
		margin: 0 0 15px;
	}
	
	input,
	textarea{
		margin: 8px 0 7px;
	}
	
	input[type="submit"]{
		font-size: 17px;
		width: 100%;
		max-width: 240px;
	}
	
	.bg-block-index-video{
		left: calc(50% - 371px);
		display: none;
	}
	
	.one-products{
		margin: 0;
		padding: 15px 15px 40px 15px;
		width: 100%;
	}
	
	.one-products img{
		max-width: 240px;
	}
	
	.h-one-products{
		font-size: 21px;
		margin: 10px 0 7px;
	}
	
	.desc-one-products{
		font-size: 14px;
		min-height: 0;
		margin: 0 auto 15px;
	}
	
	#rus .desc-one-products{
		font-size: 14px;
		min-height: 0;
		margin: 0 auto 15px;
	}
	
	.link-one-products,
	.link-one-products:hover,
	.link-one-products:active,
	.link-one-products:focus,
	.link-one-products:visited{
		width: 100%;
		font-size: 14px;
		max-width: 240px;
	}
	
	.h-one-contact{
		font-size: 18px;
		margin: 0 0 10px;
	}
	
	.text-header-page-products{
		font-size: 24px;
		padding: 20px;
	}
	
	#rus .text-header-page-products{
		font-size: 21px;
	}
	.header-page-products .container {
		min-height: 280px;
	}
	
	.header-page-products{
		background-position: -227px 50%;
	}
	
	.video-page-products{
		padding: 30px 0;
	}
	
	.h-video-page-products{
		font-size: 20px;
		margin: 0 0 12px;
	}
	
	.desc-video-page-products{
		margin: 15px 0 20px;
		font-size: 17px;
	}
	
	.block-video-page-products{
		width: 100%;
	}
	
	.block-video-page-products iframe{
		height: 340px;
	}
	
	.bg-block-video-page-products{
		max-width: 100%;
		margin-top: -430px;
		display: none;
	}
	
	.h-how-it-work,
	.h-included-page-products{
    	margin: 0 0 15px;
    	font-size: 24px;
	}
	
	.one-how-it-work{
		width: 100%;
	}
	
	.one-how-it-work img{
		max-width: 240px;
	}
	
	.btn-get,
	.btn-get:hover,
	.btn-get:focus,
	.btn-get:active,
	.btn-get:visited{
		font-size: 17px;
		width: 100%;
		max-width: 240px;
	}
	
	.bottom-one-how-it-work{
		margin: 15px 0 0;
	}
	
	.h-video-page-products,
	.desc-video-page-products,
	.block-video-page-products{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.benefits-page-products{
		padding: 30px 0 40px;
	}
	
	.benefits-page-products .line{
		margin: 20px auto 30px;
	}
	
	.one-benefits{
		margin: 0;
		font-size: 17px;
	}
	
	.one-benefits ul li:before{
		background-size: 26px 26px;
		width: 26px;
		height: 26px;
		margin-right: 13px;
	}
	
	.one-benefits ul li br{
		display: none;
	}
	
	.about-title,
	#jew .about-title{
		background: none;
	}
	
	.pdp-about-title{
		font-size: 15px;
		margin: 0;
		padding: 15px;
		background: #ddecf0;
	}
	
	.h-li-pr,
	.h-video-page-about,
	.h-number-about{
		font-size: 20px;
	}
	
	.h-li-pr br{
		display: none;
	}
	
	.pdp-h-li-pr{
		font-size: 16px;
	}
	
	.li-pr ul li{
		margin: 10px 0;
		font-size: 17px;
	}
	
	.li-pr ul li:before{
		background-size: 20px 20px;
		width: 20px;
		height: 20px;
		margin-right: 7px;
	}
	
	.img-one-pr-img{
		width: 55px;
		margin: 0 15px 15px 0;
	}
	
	#jew .img-one-pr-img{
		margin: 0 0 15px 15px;
	}
	
	.text-one-pr-img{
		width: calc(100% - 75px);
		font-size: 16px;
	}
	
	body#jew .text-one-pr-img{
		padding: 0;
	}
	
	.li-pr-img .text-center{
		padding-top: 15px;
	}
	
	.li-pr-img .text-center img{
		max-width: 240px;
	}
	
	.h-video-page-about{
		padding: 0 15px;
		margin: 0 0 8px;
	}
	
	.desc-video-page-about{
		font-size: 16px;
		font-weight: 300;
		text-align: left;
		padding: 0 15px 20px;
	}
	
	body#jew .desc-video-page-about{
		text-align: right;
	}
	
	.number-about{
		padding: 30px 0;
	}
	
	.one-number-about{
		width: 100%;
		margin: 15px;
		background-size: 60px 90px;
		padding: 0 30px 0 75px;
		display: flex;
		height: 90px;
		align-items: center;
		font-size: 16px;
	}
	
	#jew .one-number-about{
		padding: 0px 70px 0 30px!important;
	}
	
	.one-number-about br,
	.hidden-991{
		display: none;
	}
	
	.pdp-number-about{
		font-size: 18px;
		margin: 20px 0 0;
		padding: 0 15px;
	}
	
	#jew .pdp-number-about{
		text-align: right;
	}
	
	#rus .swiper-slide{
		font-size: 19px;
	}
	
	#rus .swiper-pagination{
		margin-top: 60px;
	}
	
	#jew .one-benefits ul li{
		margin: 20px 0;
	}
	
	#jew .one-benefits ul li:before{
		margin-bottom: 16px;
	}
	
	#jew .footer-ltr{
		display: block;
	}
	
	#jew .footer-rtl{
		display: none;
	}
	
	.footer-logo img,
	#jew .footer-logo img{
		max-width: 115px;
	}
	
	.footer-menu{
		padding-top: 12px;
	}
	
	.footer-menu ul{
		margin: 0;
	}
	
	.footer-menu ul li{
		width: 100%;
		margin: 2px 0;
	}
	
	.footer-menu ul li a{
		font-size: 15px;
	}
	
	#toTop{
		width: 40px;
		height: 40px;
		left: auto;
		margin-left: auto;
		margin-top: -70px;
		right: 15px;
	}
	
	#jew #toTop{
		right: auto;
		left: 15px;
		margin-left: 0;
	}
	
	.credit{
		left: auto;
		right: 15px;
		margin-top: -21px;
	}
	
	#jew .credit{
		left: 15px;
		right: auto;
	}
	
}




