/* GLOBAL */
html { background: #fff; font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse; border-spacing: 0; }
body { font-family: 'Roboto', sans-serif; color: #454747; font-size: 20px; line-height: 1.2; background: transparent; }
a { color: #454747; text-decoration: underline; } 
a:hover { text-decoration: underline; outline: 0; color: #e46d79; }
strong, b { font-weight: bold; }
.clr { clear: both; }
.left { float: left; }
.right { float: right; }
.inline-item { display: inline-block; vertical-align: top; }
.tb { display: table; width: 100%; }
.tr { display: table-row; }
.td, .th { display: table-cell; vertical-align: middle; }
.clear-list, .clear-list li { list-style: none; }
.clear-list { padding: 0; margin-bottom: 0; }
.zoom-in { cursor: -moz-zoom-in; cursor: -webkit-zoom-in; cursor: zoom-in; }
.indent-this, .indent p { text-indent: 30px; }
.center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
html, body, .wrapper, .topbox { height: 100%; }
.wrapper, .bottombox { display: table; width: 100%; position: relative; }
.topbox { display: table-row; }
.overflow { overflow: hidden; }
input[type=file] { margin-bottom: 6px; }
.grecaptcha-badge { opacity: 0 !important; }
.jwlogo { display: none !important; }
.agree span.wpcf7-list-item { margin: 0; padding: 0 4px; }
.agree span.wpcf7-validates-as-required { border-bottom: 2px solid rgba(255,255,255,0); margin: 0 6px 0 0; }
.agree span.wpcf7-validates-as-required.wpcf7-not-valid { border-color: red; }
.agree a { color: #444; text-decoration: underline; }

/* GLOBAL TRANSITION */
.butn, .menu li a, .menu > div > ul > li > a::after, .menu li a::before, .socials-list li a, .socials-list li a i, .owl-carousel .owl-nav .owl-prev::before, .owl-carousel .owl-nav .owl-next::before, .attachments-list li .hex .in::before, .footer-menu a, .ctaButton, .postTitle, .postTitle::before, .post-tags a, .specialist-photo span, .spacialists-list h2 a, .showmore-butn, .spec-photo img, .zoom-in::before, .video-link::before { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
 
/* TEXT EDITOR */
.alignleft { float: left; margin: 0 20px 10px 0; max-width: 400px; }
.alignright { float: right; margin: 0 0 10px 20px; max-width: 400px; }
.aligncenter { display: block; margin: 0 auto 25px auto; }
blockquote { position: relative; padding: 15px 15px 15px 45px; }
blockquote * { margin: 0; line-height: 1.3; }

/* SECTIONS */
.header-separator { margin-top: 130px; }
section, article { position: relative; z-index: 1; }
section.out, article.out, main.out { margin-bottom: 55px; }
section.in, article.in, main.in { padding-top: 55px; padding-bottom: 55px; }
section.page-section { margin-top: 50px !important; }

/* TITLE */
.ttl { position: relative; text-align: center; margin-bottom: 55px; }
.ttl h1, .ttl h2, .ttl h3 { font-size: 32px; font-weight: bold; text-transform: uppercase; text-align: center; }
.ttl::after { content: ""; position: absolute; top: -8px; left: 0; width: 100%; height: 55px; background: url("../images/ttl-bg.png") 50% 50% no-repeat; background-size: 826px 55px; z-index: -1; }

/* BUTTONS - DEF/BUY */
.butn { position: relative; display: inline-block; vertical-align: top; padding: 12px 25px !important; width: 100%; max-width: 270px; text-decoration: none; text-align: center; color: #fff; background: #e46d79 !important; font-size: 17px; text-transform: uppercase; border: 1px solid #e5394a; border-radius: 36px; }
.butn i, .butn:hover i { display: inline-block; color: #fff; margin: 0 8px 0 0; }
.butn:hover { color: #fff; text-decoration: none; background: #e5394a !important; }
.btn-shockwave { -webkit-animation: shockwaveJump 1s ease-out infinite; animation: shockwaveJump 1s ease-out infinite; -webkit-animation: .4s jump ease infinite alternate; animation: .4s jump ease infinite alternate; }

/* OWL CUSTOM */
.owl-carousel { position: relative; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .slick-prev, .slick-next { position: absolute; top: 50%; margin: -45px 0 0 0; width: 17px; height: 90px; border: 0; text-align: center; line-height: 90px; background: rgba(255,255,255,.86); outline: none !important; cursor: pointer; z-index: 20; }
.owl-carousel .owl-nav .owl-prev, .slick-prev { left: -30px; }
.owl-carousel .owl-nav .owl-prev:before, .slick-prev::before { position: absolute; font-family: "FontAwesome"; font-weight: 900; content: "\f053"; font-size: 29px; color: #454747; top: 0; left: 0; text-indent: 0; width: 100%; line-height: 90px; z-index: 25; }
.owl-carousel .owl-nav .owl-next, .slick-next { right: -30px; }
.owl-carousel .owl-nav .owl-next:before, .slick-next::before { position: absolute; font-family: "FontAwesome"; font-weight: 900; content: "\f054"; font-size: 29px; color: #454747; top: 0; left: 0; text-indent: 0; width: 100%; line-height: 90px; z-index: 25; }
.owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span { display: none; }
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover { opacity: 1; }
.owl-carousel .owl-dots { position: absolute; bottom: -40px; left: 0; width: 100%; text-align: center; z-index: 10; }
.owl-carousel .owl-dots button { margin: 0 5px; outline: none; }
.owl-carousel .owl-dots button span { display: block; width: 15px; height: 15px; border: 1px solid #f4e0a4; border-radius: 15px; background: none; }
.owl-carousel .owl-dots button.active span { background: #f4e0a4; }
.owl-carousel.owl-drag .owl-item { text-align: center; }
.owl-carousel.owl-drag .owl-item .item { display: inline-block; text-align: center; }
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover, .slick-prev:hover, .slick-next:hover { color: #000 !important; }
.owl-carousel .owl-nav .owl-prev:hover:before, .owl-carousel .owl-nav .owl-next:hover:before, .slick-prev:hover:before, .slick-next:hover:before { color: #e46d79 !important; }
.w-bg .owl-carousel .owl-nav .owl-next, .w-bg .owl-carousel .owl-nav .owl-prev { background: rgba(255,255,255,.5); }

/* BXSLIDER */
/*.bx-controls, .bx-controls-direction { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/
.bx-prev, .bx-next { position: absolute; top: 50%; margin: -20px 0 0 0; width: 28px; height: 40px; outline: none; background: transparent; border-radius: 4px; text-indent: 1000px; overflow: hidden; }
.bx-prev { left: -25px; }
.bx-prev::before { position: absolute; font-family: "FontAwesome"; font-weight: 900; content: "\f053"; font-size: 28px; color: #de3a1b; top: 7px; left: 1px; text-indent: 0; width: 25px; line-height: 27px; z-index: 25; }
.bx-next { right: -30px; }
.bx-next::before { position: absolute; font-family: "FontAwesome"; font-weight: 900; content: "\f054"; font-size: 28px; color: #de3a1b; top: 7px; left: 1px; text-indent: 0; width: 30px; line-height: 27px; z-index: 25; }
.bx-prev:hover::before, .bx-next:hover::before { color: #8b2511; }
.bx-wrapper .bx-pager.bx-default-pager a { background: #c5c4c4 !important; }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus { background: #959494 !important; }

/* HEADER */
header { position: fixed; top: 0; left: 0; width: 100%; background: #f6cfd3; z-index: 50; }
.admin-bar header { top: 32px; }
header .container { position: relative; padding-top: 5px; padding-bottom: 5px; z-index: 60; }
header .row { position: relative; }
header .row > div.column-1 { -ms-flex: 0 0 225px; flex: 0 0 225px; max-width: 225px; }
header .row > div.column-2 { -ms-flex: 0 0 calc(100% - 225px); flex: 0 0 calc(100% - 225px); max-width: calc(100% - 225px); text-align: right; }
/*header .row > div.column-3 { -ms-flex: 0 0 80px; flex: 0 0 80px; max-width: 80px; text-align: right; }*/
header .row > div.column-5 { display: none; -ms-flex: 0 0 calc(100% - 225px); flex: 0 0 calc(100% - 225px); max-width: calc(100% - 225px); text-align: right; }
.logo img { width: 195px; }
 
.header-links a { font-size: 13px; margin-left: 15px; text-decoration: none; }
 
/* HEADER - MENU */
.menu { padding: 0; }
.menu li { display: inline-block; position: relative; margin: 0 30px 0 0; }
.menu li::after { content: ""; position: absolute; top: 50%; right: -17px; margin-top: -8px; width: 1px; height: 15px; background: #454747; }
.menu li:last-child { margin-right: 0; }
.menu li:last-child::after { display: none; }
.menu li a { display: block; position: relative; padding: 10px 0; color: #454747; font-size: 15px; font-weight: 400; text-transform: uppercase; text-decoration: none; }
.menu li:hover > a { color: red; }
.menu li.current-menu-item a, .menu li.current-post-ancestor a, .menu li.current-menu-parent a, .menu li.current-post-parent a, .menu li.current-category-ancestor a, .single-post .menu-item-107 > a, .single-specialists .menu-item-1092 > a { font-weight: bold; color: #e46d79; }
.menu ul ul { position: absolute; width: 285px; top: 100%; right: 0; overflow: hidden; text-align: left; display: none; padding: 10px 15px; background: #e46d79; justify-content: none; z-index: 50; } 
.menu ul li:last-child ul { width: 180px; }
.menu ul ul li { margin: 0; display: block; text-align: left; margin-bottom: 5px; }
.menu ul ul li:last-child { margin-bottom: 0; }
.menu ul ul li a { display: inline-block; padding: 4px 0; color: #fff !important; font-size: 15px; line-height: 1.2; font-weight: 500; text-transform: none; background: none; border-bottom: 1px solid transparent; }
.menu ul ul li a:before, .menu ul ul li a:after { bottom: -1px; }
.menu li:hover > a { color: #e46d79; opacity: .85; }
.menu li.current-menu-item a, .menu li.current-post-ancestor a, .menu li.current-menu-parent a, .menu li.current-post-parent a, .menu li.current-category-ancestor a, .single-post .menu-item-107 > a { color: #e46d79; }
.menu li.menu-item-has-children { position: relative; padding-right: 20px; }
.menu li.menu-item-has-children::before { position: absolute; font-family: "FontAwesome"; font-weight: 900; content: "\f078"; font-size: 15px; color: #454747; top: 9px; right: 0; text-indent: 0; z-index: 25; }
.menu li.menu-item-has-children:hover::before { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
.menu ul li:hover > a, .menu ul ul li:hover > a {  opacity: .65; }

/* SOCIAL LIST */
.socials-list li { display: inline-block; vertical-align: top; margin: 0 2px 0 0; }
.socials-list li:last-child { margin-right: 0; }
.socials-list li a i { position: relative; color: #454747; font-size: 22px; }
.socials-list li a { display: block; width: 30px; height: 30px; border-radius: 100%; line-height: 35px; text-align: center; background: #fff; }
.socials-list li a:hover, .socials-list li a:hover i { opacity: .5; }

/* MAIN SECTION */
.mainscreen-section { position: relative; padding: 45px 0 5px 0; background: #000008 url("../images/mainbg.jpg") 50% 50% no-repeat; background-size: cover; padding-bottom: 30px; z-index: 20; }
.mainscreen-section .row { height: 628px; }
.mainscreen-section .inner { text-align: center; }
.main-logo { margin-bottom: 10px; }
.main-logo img { max-width: 750px; }
.mainscreen-section h2, .mainscreen-section h3 { font-size: 28px; color: #fff; }
.mainscreen-section h2, .mainscreen-section h3 strong { font-weight: 700; text-transform: uppercase; }
.mainscreen-section h3 strong { color: #e5394a; text-transform: uppercase; }
.mainscreen-section h3 { position: relative; margin-top: 55px; }
.mainscreen-section h3::before { content: ""; position: absolute; top: -30px; left: 50%; margin-left: -92px; width: 185px; height: 5px; background: #eb949d; border-radius: 56px; }

/* ABOUT SECTION */
.about-section { padding: 45px 0 20px 0; background: #f1f1f1; text-align: center; background-size: cover; }
.about-section h2 { position: relative; color: #fff; margin-bottom: 30px; }
.about-section h2, .about-section h3 strong { font-size: 30px; font-weight: 700; text-transform: uppercase; }
.about-section h2::before { content: ""; position: absolute; top: -10px; left: -35px; width: calc(100% + 70px); height: calc(100% + 20px); background: rgb(230,124,153); background: -moz-linear-gradient(259deg, rgba(230,124,153,0) 0%, rgba(230,124,153,1) 20%, rgba(230,124,153,1) 50%, rgba(230,124,153,1) 80%, rgba(230,124,153,0) 100%); background: -webkit-linear-gradient(259deg, rgba(230,124,153,0) 0%, rgba(230,124,153,1) 20%, rgba(230,124,153,1) 50%, rgba(230,124,153,1) 80%, rgba(230,124,153,0) 100%); background: linear-gradient(259deg, rgba(230,124,153,0) 0%, rgba(230,124,153,1) 20%, rgba(230,124,153,1) 50%, rgba(230,124,153,1) 80%, rgba(230,124,153,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e67c99",endColorstr="#e67c99",GradientType=1); opacity: .85; z-index: -1; }
.about-section h3 { font-size: 24px; } 
.about-section h3 strong { display: block; color: #e46d79; margin-top: 15px; }
.about-section h2 span { color: #e5394a; }

/* ABOUT KITMED SECTION */
.about-kitmed-section { padding-top: 55px; }
.about-kitmed-bg { position: absolute; top: 0; left: 50%; margin-left: -570px; width: 743px; height: 453px; background: url("../images/about-kitmed-bg.png") 50% 50% no-repeat; z-index: -1; }
.about-kitmed-logo { position: absolute; top: 105px; left: 50%; margin-left: -440px; }
.about-kitmed-section .inner { padding-left: 565px; height: 370px; }
.about-kitmed-section .inner h2 { font-size: 22px; }
.about-kitmed-section .inner h2 strong { position: relative; display: block; color: #454747; font-size: 30px; font-weight: 700; text-transform: uppercase; margin-bottom: 25px; }
.about-kitmed-section .inner h2 strong::after { content: ""; position: absolute; top: 175px; right: 107px; width: 605px; height: 23px; background: url("../images/about-kitmed-logo-line.svg") 50% 50% no-repeat; }

/* EDUCATIONAL SECTION */
.educational-section { padding: 50px 0; background: url("../images/educational-bg.jpg") 50% 50% no-repeat; background-size: cover; }
.educational-section::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .61; }
.educational-section .container { position: relative; z-index: 10; }
.educational-section h2 { position: relative; color: #e46d79; font-size: 35px; font-weight: 700; text-align: center; margin-bottom: 65px; }
/*.educational-section h2::before { content: ""; position: absolute; bottom: -30px; left: 50%; margin-left: -92px; width: 185px; height: 5px; background: #eb949d; border-radius: 56px; }*/
.educational-section h2::before { content: ""; position: absolute; top: -10px; left: -35px; width: calc(100% + 70px); height: calc(100% + 20px); background: rgb(255,255,255); background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%); background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); opacity: .80; z-index: -1; }

.educational-list .item { position: relative; padding: 0 10px; }
@media (min-width: 1201px) { 
.educational-list li:nth-child(2) figure img { margin-top: 25px; }
.educational-list li:nth-child(3) figure img { margin-top: 100px; }
.educational-list li:nth-child(4) figure img { margin-top: -21px; }
}
.educational-list .item::after { content: ""; position: absolute; top: 30px; right: -15px; width: 1px; height: 290px; background: #fff; opacity: .5; }
.educational-list figure { position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 180px; margin: 0; margin-bottom: 25px; z-index: 10; }
.educational-list figure img { max-width: 100%; max-height: 180px; }
.educational-list h3 { font-size: 22px; text-align: center; color: #fff; }
.educational-list li:last-child .item::after { display: none; }

/* PARTNERS SECTION */
.partners-section { padding: 40px 0; background: url("../images/partners-bg.jpg") 50% 50% no-repeat; background-size: cover; }
.partners-section h3 { font-size: 28px; text-align: center; }

/* MODEL SECTION */
.pink-model { background: url("../images/pink-bg.jpg") 50% 50% no-repeat; background-size: cover; }
.model-ttl { text-align: center; margin-bottom: 45px; }
.model-ttl h2 { position: relative; color: #454747; font-size: 48px; text-transform: uppercase; margin-bottom: 45px; }
.model-ttl h2 span { color: #e5394a; }
.model-ttl h2::before { content: ""; position: absolute; bottom: -25px; left: 50%; margin-left: -92px; width: 185px; height: 5px; background: #eb949d; border-radius: 56px; }
.model-ttl h2 img { display: inline-block; vertical-align: top; }
.model-ttl h2 br { display: none; }
.model-ttl h3 { color: #e46d79; font-size: 28px; font-weight: 700; text-transform: uppercase; }
.model-facetite .model-ttl h2 img { width: 267px; margin: -4px 0 0 5px; }
.model-morpheus .model-ttl h2 img { width: 315px; margin: 11px 0 0 5px; }
.model-lumecca .model-ttl h2 img { width: 300px; margin: 9px 0 0 5px; }
.model-formav .model-ttl h2 img { width: 290px; margin: 8px 0 0 5px; }
.model-pluryal .model-ttl h2 img { width: 375px; margin: 8px 0 0 5px; }
.modeladvantages-row { margin-bottom: 10px; }
.modeladvantages-row .column-1 { -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; padding-left: 15px; padding-right: 15px; }
.modeladvantages-row .column-2 { -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; padding-left: 15px; padding-right: 15px; }
.video-wrapper { position: relative; }
.attach-about .video-wrapper { position: absolute; top: 0; left: 0; width: 553px; height: 310px; }
.play-youtube { width: 100%; height: 0; padding-bottom: 56.22%; overflow: hidden; }
.play-youtube iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; border: 0; }
.model-advantages { margin-left: 40px; max-width: 580px; }
.model-advantages li { position: relative; margin-top: -4px; }
.model-advantages li::after { content: ""; position: absolute; bottom: 0; right: 0; width: calc(100% - 100px); height: 1px; background: #ec9dbb; }
.model-advantages li::before { content: ""; position: absolute; bottom: -2px; right: 0; width: 5px; height: 5px; border: 1px solid #ec9dbb; border-radius: 100%; background: #fff; z-index: 3; }
.model-advantages .item { position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: start; justify-content: start; width: 100%; height: 104px; padding-left: 100px; }
.model-advantages figure { position: absolute; top: 0; left: 0; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; width: 90px; height: 104px; margin: 0; margin-bottom: 15px; z-index: 10; }
.model-advantages figure::after { content: ""; position: absolute; top: 0; left: 0; width: 90px; height: 104px; background: url("../images/model-advantage-bg.svg") 50% 50% no-repeat; background-size: 100% 100%; z-index: -1; }
.pink-model .model-advantages figure::after { background: url("../images/model-advantage-bg-wht.svg") 50% 50% no-repeat; background-size: 100% 100%; z-index: -1; }
.model-advantages figure img { width: 100%; max-width: 85px; max-height: 75%; }
.model-advantages h3 { font-size: 22px; text-transform: uppercase; margin-top: 10px; }
.model-advantages li:last-child::after, .model-advantages li:last-child::before  { display: none; }
.model-advantages li:nth-child(odd) .item { margin-left: 33px; }
.modelzones-row { margin-bottom: 25px; }
.modelzones-laptop-info { display: none; text-align: center; margin-bottom: 25px; }
.model-zones { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: start; justify-content: start; }
.model-zones li { margin-right: 15px; }
.model-zones-info { position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: start; justify-content: start; width: 100%; height: 100px; padding-left: 45px; }
.model-zones-info::after { content: ""; position: absolute; top: 0; left: 0; width: 900px; height: 100%; background: url("../images/facetite-zones-bg.svg") 50% 50% no-repeat; background-size: 100% 100%; z-index: -1; }
.model-morpheus .model-zones-info::after { background: url("../images/morpheus-zones-bg.svg") 50% 50% no-repeat; background-size: 100% 100%; z-index: -1; }
.model-zones-info p { width: 100%; margin: 0; }
.attach-beforeafter { padding: 0 0 10px 0; }
.attach-beforeafter h2, .modelzones-laptop-info h2 { color: #48494e; font-size: 35px; font-weight: 700; line-height: 1.1; text-transform: uppercase; text-align: center; margin-bottom: 25px; }
.beforeafter-item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.beforeafter-wrapper figure { position: relative; width: 50%; }
.beforeafter-wrapper figure span { position: absolute; top: 10px; left: 15px; color: #fff; font-size: 20px; text-shadow: rgba(0,0,0,.7) 0 1px 3px; }
.beforeafter-item.censored { cursor: pointer; }
.beforeafter-item.censored::after { content: "18+"; position: absolute; bottom: 35px; right: 15px; width: 45px; height: 45px; text-align: center; line-height: 45px; background: #eb949d; border-radius: 100%; color: #fff; font-size: 20px; z-index: 5; }
.beforeafter-item.censored img { filter: blur(16px); }
.beforeafter-item.censored.sw img { filter: blur(0); }
.beforeafter-item { padding: 6px; }
.model-section .buttons { text-align: center; }

/* ABOUT PROCEDURES SECTION */
.about-procedures-section { padding: 45px 0 20px 0; background: url("../images/about-procedures-bg.jpg") 50% 50% no-repeat; text-align: center; background-size: cover; }
.about-procedures-section::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .61; }
.about-procedures-section h2 { position: relative; color: #e46d79; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eb949d; z-index: 5; }
.about-procedures-section h2 { font-size: 30px; font-weight: 700; text-transform: uppercase; }
.about-procedures-section p { position: relative; color: #fff; font-size: 24px; z-index: 5; } 
.about-procedures-section p strong { display: block; font-size: 35px; margin-top: 15px; }
.procedures-logos { position: relative; z-index: 10; }
.procedures-logos li { padding: 0 20px; }
.procedures-logos .column-1 img { width: 105px; }
.procedures-logos .column-2 img { width: 150px; }

/* TABLES */
table, .tb { min-width: 605px; background: #d5dee5; margin: 35px auto; }
@media (max-width: 768px) { table, .tb { min-width: none; } }
table td, .tb .td { padding: 9px 25px; color: #48494e; font-size: 17px; border-right: 1px solid #fff; }
table tr td:last-child, .tb .tr .td:last-child { border: 0; }
table th, .tb .th { padding: 9px 25px; background: #48494e; color: #fff; font-size: 17px; }

/* VIDEO WRAPPER SECTION */
.video-wrapper { position: relative; text-align: center; }
.video-wrapper .in { position: relative; max-width: 900px; margin: 0 auto; }
.play-youtube { width: 100%; height: 0; padding-bottom: 56.22%; overflow: hidden; }
.play-youtube iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; border: 0; }

/* CORRECTIONS ZONES SECTION */
.beforeafter-wrapper figure { position: relative; }
.beforeafter-wrapper figure span { position: absolute; top: 10px; left: 15px; color: #fff; font-size: 20px; text-shadow: rgba(0,0,0,.7) 0 1px 3px; }

/* ARTICLES SECTION */
.articles-list { position: relative; }
.articles-list li { padding-left: 15px; padding-right: 15px; margin-bottom: 55px; }
.articles-list li article { position: relative; }
.articles-list .inner { position: relative; overflow: hidden; z-index: 5; }
.articles-list .article-photo { position: relative; display: block; height: 212px; overflow: hidden; border: 1px solid #ccc; margin-bottom: 15px; }
.articles-list .article-photo span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.articles-list .article-photo.no-photo span { background: #91989e; }
.articles-list .article-photo span img { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%); margin: 0; }
.articles-list .article-photo.no-photo span img { object-fit: none; zoom: 0.22; }
.articles-list .item:hover .article-photo span { scale: 1.1; }
.articles-list .article-info { position: relative; }
.articles-list .article-info h2 { margin-bottom: 15px; overflow: hidden; }
.articles-list .article-info h2 a { display: block; color: #000; font-size: 16px; line-height: 1.2; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.articles-list .article-info h2 a:hover { color: #000; }
.articles-list .article-info time { display: block; margin-bottom: 15px; }}
.articles-list li .showmore-butn { display: block; color: #004AAD; }
.showmore-butn { color: #000; font-size: 17px; cursor: pointer; }
.showmore-butn { text-decoration: none; }
.showmore-butn span::after { font-family: "FontAwesome"; content: "\f054"; color: #e46d79; margin-left: 5px; }
.showmore-butn:hover { color: #e46d79; }
.post-tags { font-size: 16px; }
.post-tags a { color: #e46d79; }
.post-tags a:hover { color: #e5394a; }
.article-wrapper div > a { background: #f6cfd3 !important; }
.article-wrapper div .postTitle { position: relative; padding-left: 10px; color: #000; font-weight: normal; text-transform: uppercase; text-decoration: underline; }
.article-wrapper div .postTitle::before { content: "➜"; position: absolute; top: -2px; left: 7px; font-size: 19px; opacity: 0; }
.article-wrapper div a .ctaButton { background-color: #e46d79 !important; }
.article-wrapper div a:hover .ctaButton { background-color: #e5394a !important; }
.article-wrapper div a:hover .postTitle { padding-left: 30px; }
.article-wrapper div a:hover .postTitle::before { opacity: 1; }
.tag-ttl { color: #e46d79; }

/* ARTICLES / SINGLE */
.article-img { margin-bottom: 25px; }

/* TEXT EDITOR */
.alignleft { float: left; margin: 0 20px 10px 0; max-width: 400px; }
.alignright { float: right; margin: 0 0 10px 20px; max-width: 400px; }
.aligncenter { display: block; margin: 0 auto 25px auto; }
.wp-caption { max-width: 100%; text-align: center; }
blockquote { position: relative; padding: 0 0 0 25px; border-left: 1px solid #91989e; }
blockquote * { margin: 0; }
.article-wrapper h1, .article-wrapper h2, .article-wrapper h3 { color: #000; font-weight: bold; text-transform: uppercase; margin: 20px 0 15px 0; }
.article-wrapper h2 { font-size: 1.5rem; }
.article-wrapper h3 { font-size: 1.3rem; }
.article-wrapper h4 { font-size: 1rem; }
table { border: 0; background: #f6cfd3 !important; margin-bottom: 15px; }
table th, table td { padding: 6px 15px; border: 0; border-bottom: 2px solid #fff; border-right: 2px solid #fff; }
table th { background: #91989e; color: #fff; border-color: #fff; }
.article-wrapper p, .article-wrapper li { font-size: 17px; line-height: 1.2; }
.article-wrapper .form-wrapper { padding: 15px; margin: 35px 0; background: url("../images/pink-bg.jpg") 50% 50% no-repeat; background-size: cover; }
#ez-toc-container { display: block; padding: 15px; }
.ez-toc-title-container { display: block; padding-bottom: 15px; }
.ez-toc-title-toggle { display: none; }

/* PAGINATION */
.navigation, .woocommerce-pagination { text-align: center; margin-bottom: 45px; }
.navigation ul, .woocommerce-pagination ul { display: inline-block; white-space: nowrap; padding: 0; margin: 1px; }
.navigation ul.page-numbers li, .navigation ul.page-numbers li, .woocommerce-pagination ul.page-numbers li, .woocommerce-pagination ul.page-numbers li { display: inline-block; }
.navigation ul li, .woocommerce-pagination ul li { padding: 0; margin: 0 3px; float: left; display: inline; overflow: hidden; }
.navigation a, .navigation span, .woocommerce-pagination ul li a, .woocommerce-pagination ul li span { display: block; width: 34px; height: 38px; text-align: center; font-size: 16px; line-height: 38px; color: #000; background: #eeeeee; text-decoration: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.navigation a, .navigation span { display: inline-block; vertical-align: top; margin: 0 3px; }
.navigation a:hover, .woocommerce-pagination ul li a:hover { background: #f6cfd3; color: #000; }
.navigation span.current, .woocommerce-pagination ul li span.current { background: #e46d79; color: #ffffff; text-shadow: rgba(0,0,0,0.48) 0 1px 1px; }
.navigation a.next span, .navigation a.prev span { background: transparent; }
.navigation a.next:hover span, .navigation a.prev:hover span { color: #fff; }

/* POPUPS */
.mfp-zoom-out .mfp-content { width: auto !important; vertical-align: middle !important; display: inline-block; margin-top: 35px; margin-bottom: 35px; } 
.mfp-zoom-out .white-popup { display: block !important; position: relative; width: 510px !important; padding: 30px 30px 25px 30px; background: #fff; -webkit-box-shadow: 13px 13px 25px rgba(0,0,0,0.15); -moz-box-shadow: 13px 13px 25px rgba(0,0,0,0.15); box-shadow: 13px 13px 25px rgba(0,0,0,0.15); border: 1px solid #B8B8B8; z-index: 100000; }
.mfp-zoom-out .mfp-close, .modal a.close-modal { top: 10px !important; right: 17px !important; color: #6f6f6f !important; font-size: 35px !important; border-top: 0; border-right: 0; border: 0; border-radius: 100%; opacity: 1 !important; }
.mfp-zoom-out .mfp-close:hover { color: #A86F7F !important; }
.mfp-zoom-out.mfp-bg { background: #000 !important; opacity: .3 !important; }
.mfp-zoom-out .mfp-with-anim { opacity: 0; transition: all 0.3s ease-in-out; transform: scale(1.3); }
.mfp-zoom-out.mfp-bg { opacity: 0; transition: all 0.3s ease-out; }
.mfp-zoom-out.mfp-ready .mfp-with-anim { opacity: 1; transform: scale(1); }
.mfp-zoom-out.mfp-ready.mfp-bg { opacity: 0.8; }
.mfp-zoom-out.mfp-removing .mfp-with-anim { transform: scale(1.3); opacity: 0; }
.mfp-zoom-out.mfp-removing.mfp-bg { opacity: 0; }
.form-group.requaired { color: #fff; font-size: 14px; text-align: center; margin-bottom: 30px; }
.mfp-zoom-out .black-popup { background: rgba(29,29,26,1); background: -moz-linear-gradient(left, rgba(29,29,26,1) 0%, rgba(41,41,37,1) 36%, rgba(41,41,37,1) 50%, rgba(41,41,37,1) 65%, rgba(29,29,26,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(29,29,26,1)), color-stop(36%, rgba(41,41,37,1)), color-stop(50%, rgba(41,41,37,1)), color-stop(65%, rgba(41,41,37,1)), color-stop(100%, rgba(29,29,26,1))); background: -webkit-linear-gradient(left, rgba(29,29,26,1) 0%, rgba(41,41,37,1) 36%, rgba(41,41,37,1) 50%, rgba(41,41,37,1) 65%, rgba(29,29,26,1) 100%); background: -o-linear-gradient(left, rgba(29,29,26,1) 0%, rgba(41,41,37,1) 36%, rgba(41,41,37,1) 50%, rgba(41,41,37,1) 65%, rgba(29,29,26,1) 100%); background: -ms-linear-gradient(left, rgba(29,29,26,1) 0%, rgba(41,41,37,1) 36%, rgba(41,41,37,1) 50%, rgba(41,41,37,1) 65%, rgba(29,29,26,1) 100%); background: linear-gradient(to right, rgba(29,29,26,1) 0%, rgba(41,41,37,1) 36%, rgba(41,41,37,1) 50%, rgba(41,41,37,1) 65%, rgba(29,29,26,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1a', endColorstr='#1d1d1a', GradientType=1 ); }
.form-wrapper.black-form .form-group input.form-control, .form-wrapper.black-form .form-group textarea { background: transparent; }
.mfp-zoom-out .black-popup .mfp-close:hover { color: #e46d79 !important; }
.mfp-zoom-out .black-popup::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../images/order-bg.png") 50% 50% no-repeat; background-size: 70%; }
.mfp-zoom-out .mfp-content h3 { font-size: 23px; }
.form-group.put-servicetitle, .form-group.put-specialist, .form-group.put-action { display: none; }
.mfp-zoom-out .ttl { margin-bottom: 20px; }

/* FORMS */
.form-wrapper { position: relative; z-index: 10; }
.form-group { position: relative; margin-bottom: 15px; }
.form-group:last-child { margin-bottom: 0 !important; }
.form-group input.form-control, .form-group textarea, .form-group select.form-control { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; border: 0; background: #fff; padding: 10px 15px; height: auto; border: 1px solid #B8B8B8; border-radius: 0; }
.form-group select.form-control { height: auto !important; }
.form-group input.form-control::-webkit-input-placeholder { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; }
.form-group input.form-control::-moz-placeholder { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; }
.form-group input.form-control:-ms-input-placeholder { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; }
.form-group input.form-control:-moz-placeholder { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; }
.form-group textarea::-webkit-input-placeholder { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; }
.form-group textarea::-moz-placeholder { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; }
.form-group textarea:-ms-input-placeholder { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; }
.form-group textarea:-moz-placeholder { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; }
.form-group input.form-control.wpcf7-not-valid, .form-group textarea.wpcf7-not-valid { background: #ffdfdf !important; }
.form-group textarea { max-height: 100px; }
.form-group input.form-control.wpcf7-not-valid, .form-group textarea.wpcf7-not-valid { background: #ff96a4 !important; }
.hidden-form-group { display: none; }
.wpcf7 form .wpcf7-response-output { margin-left: 0; margin-right: 0; }
.form-input.wpcf7-not-valid, .form-textarea.wpcf7-not-valid { border-color: #f03952; border-width: 1px !important; font-size: 13px; line-height: 1.2; } 
.ajax-loader { position: absolute !important; top: 12px !important; left: 0; width: 15px; height: 15px; margin: 0 !important; background: #ffffff; border-radius: 15px; }
.wpcf7-not-valid-tip, .screen-reader-response { display: none !important; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output { background: #fff; font-size: 15px; line-height: 1.2; }
.agree { margin: 0 0 15px 0; }
.agree span.wpcf7-list-item { margin: 0; padding: 0 4px; }
.agree span.wpcf7-validates-as-required { border-bottom: 2px solid rgba(255,255,255,0); margin: 0 6px 0 0; }
.agree span.wpcf7-validates-as-required.wpcf7-not-valid { border-color: #f06b7a; }
.agree a { color: #000; font-size: 15px; text-decoration: underline; }
form p, .form-group p, .agree p { font-size: 15px; line-height: 1.2; }
.agree .wpcf7-list-item-label { display: none; }
.wpcf7-spinner { position: absolute; top: 11px; left: 10px; margin: 0; }
.form-wrapper-inpage { padding: 15px; background: #f1f1f1; }
.form-wrapper-inpage .form-wrapper-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.form-wrapper-inpage .form-group { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding-left: 15px; padding-right: 15px; }
.form-wrapper-inpage h3, .form-wrapper-inpage .form-group.align-right { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding-left: 15px; padding-right: 15px; }
.form-wrapper-inpage .form-group.agree { padding-top: 15px; }
.form-wrapper-inpage .form-group.align-right { border-top: 1px solid #ccc; padding-top: 25px; }

/* SPECIALISTS PAGE */
.sub-ttl h1, .sub-ttl h2, .sub-ttl h3 { color: #e46d79; font-size: 24px; font-weight: normal; text-transform: uppercase; margin: 0; }
.specialist-short p, .specialist-sum .item { font-size: 18px; }
.specialists-section.w-bg { background: #fdf1e6; }
.spacialists-list { position: relative; }
.spacialists-list::before { content: ""; position: absolute; top: 675px; left: 50%; margin-left: -326px; width: 430px; height: 430px; background: url("../images/bg-pattern.png") 50% 50% no-repeat; background-size: cover; z-index: -1; }
.spacialists-list li { -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; padding-right: 15px; padding-left: 15px; margin-bottom: 35px; }
.spacialists-list h2, .spacialists-list h2 a { display: block;  color: #000; font-size: 22px; line-height: 1.2; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; }
.spacialists-list h2 { margin-bottom: 15px; overflow: hidden; }
.spacialists-list .specialist-item:hover h2 a { color: #e46d79; }
.spec-info { font-size: 15px; }
/*.spec-info p { height: 68px; overflow: hidden; }*/
.spec-jobtime { font-weight: 600; margin-bottom: 15px; }
.spec-photo img { max-width: 100%; }
.spacialists-list .specialist-item .spec-photo { position: relative; display: block; height: 375px; overflow: hidden; margin-bottom: 15px; z-index: 5; }
.spacialists-list .specialist-item .spec-photo span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.spacialists-list .specialist-item:hover .spec-photo img { scale: 1.1; }
.spacialists-list .specialist-item { position: relative; max-width: 372px; margin: 0 auto; }
 
/* SPECIALISTS SINGLE */
.specialist-info { position: relative; padding-left: 300px; }
.specialist-info .ttl, .specialist-info .sub-ttl { text-align: left; margin-bottom: 20px; }
.specialist-info .ttl h1 { text-align: left; }
.specialist-short, .specialist-sum .item, .specialist-info .socials-list li a, .specialist-job-item h4 { color: #000; }
.specialist-sum { margin-bottom: 40px; }
.specialist-sum li { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.specialist-sum .item { position: relative; color: #454747; padding-left: 25px; }
.specialist-sum .item::before { font-family: "FontAwesome"; content: "\f054"; position: absolute; top: 7px; left: 0; font-size: 25px; color: #e46d79; }
.specialist-sum .item strong { display: block; color: #e46d79; font-size: 42px; line-height: 1.1; font-weight: 400; }
.specialist-job { margin-top: 35px; }
.specialist-job-item { margin-bottom: 35px; }
.specialist-job-item h4 { font-weight: bold; font-size: 15px; margin: 0 0 12px 0; text-transform: uppercase; }
.specialist-mainservices, .specialist-otherservices { margin-bottom: 10px; }
.specialist-mainservices li { color: #454747; font-size: 15px; font-weight: 500; text-transform: uppercase; text-decoration: none; margin-bottom: 8px; }
.specialist-mainservices li::after { font-family: "FontAwesome"; content: "\f054"; color: #e46d79; margin-left: 5px; }
.specialist-otherservices a { color: #000; font-weight: 500; text-decoration: none; }
.specialist-mainservices a:hover, .specialist-otherservices a:hover, .specialist-info .socials-list li a:hover, .specialist-info a:hover, .specialist-info .socials-list li a:hover i { color: #000; }
.specialist-info .socials-list li a:hover i { opacity: 1; }
.specialist-photo-inner { position: absolute; top: 0; left: 0; width: 250px; }
.specialist-photo-inner img { display: none; }
.specialist-photo { position: relative; display: block; height: 540px; overflow: hidden; margin-bottom: 15px; z-index: 5; }
.specialist-photo span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.specialist-photo:hover span { scale: 1.1; }
.specialist-list li { display: inline-block; vertical-align: top; margin: 0 10px 20px; }
.specialist-list li img { max-height: 170px; }

/* SPECIALISTS SINGLE / REVIEWS SCREEN */
.reviews-section { background: #fdf1e6; }
.reviews-wrapper { position: relative; }
.reviews-wrapper::after { content: ""; position: absolute; top: 0; right: 0; width: 11px; height: 100%; background: #fdf1e6; z-index: 5; }
.review-item { padding: 0 30px; text-align: center; border-right: 1px solid #CCC7C3; min-height: 270px; }
.review-photo { position: relative; display: block; width: 90px; height: 90px; border-radius: 90px; overflow: hidden; margin: 0 auto 15px auto; z-index: 5; }
.review-photo span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; }
.review-photo:hover span { scale: 1.1; }
.review-head { margin-bottom: 15px; }
.review-head h1, .review-head h3 { color: #000;  font-size: 20px; line-height: 1.1; font-weight: 400; text-transform: uppercase; }
.review-info, .review-info * { font-size: 15px; }
.review-head .socials-list { height: 35px; }
.review-head .socials-list a { color: #B8B8B8; }
.review-head .socials-list a:hover i { color: #000; opacity: 1; }
.reviews-wrapper .owl-nav { position: absolute; top: -150px; left: 0; width: 100%; height: 90px; }
.reviews-wrapper .owl-carousel .owl-nav .owl-prev, .reviews-wrapper .owl-carousel .owl-nav .owl-next { top: 0; left: auto; right: 100px; margin: 0; background: rgba(255,255,255,.4); }
.reviews-wrapper .owl-carousel .owl-nav .owl-next { right: 0; }
.reviews-wrapper .owl-carousel .owl-nav .owl-prev:before, .reviews-wrapper .owl-carousel .owl-nav .owl-next:before { color: #e46d79; }
.review-popup-head { position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; height: 90px; padding-left: 110px; margin-bottom: 25px; }
.mfp-zoom-out .mfp-content .review-popup-head .review-photo { position: absolute; top: 0; left: 0; }
.mfp-zoom-out .mfp-content .review-popup h3 {  width: 100%; font-size: 22px; font-weight: 400; text-transform: uppercase; margin-bottom: 0; }
.mfp-zoom-out .mfp-content .review-popup h3 span { display: block; font-size: 34px; color: #000; }
.reviews-section .buttons { margin-top: 45px; }
.feedback-page-section .review-item { max-width: 760px; margin: 0 auto; border: 0; }
.reviews-wrapper .owl-dots { display: none; }

/* SPECIALISTS SINGLE / WORKS SCREEN */
.slick-slider .slide .inner { position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 640px; overflow: hidden; }
.slick-slider .slide-item { width: 80%; height: 440px; transition: all 0.2s ease; }
.slick-slider .slide.slick-center .slide-item { width: 100%; height: 640px; }
.works-section .inner a { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; }
.works-section .slide.slick-center .inner a { display: block; }

/* ACCORDION */
.accordion { position: static; padding-left: 40px; border-left: 2px solid #e46d79; margin-left: 9px; }
.accordion .ui-accordion-header { margin-bottom: 10px; }
.accordion .ui-accordion-header .accordion-ttl { position: relative; display: block; color: #000; font-size: 17px; font-weight: 600; cursor: pointer; text-transform: uppercase; }
.accordion .ui-accordion-header a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 15; }
.accordion .ui-accordion-header .accordion-ttl::before { content: ""; position: absolute; top: 0; left: -51px; width: 20px; height: 20px; border-radius: 20px; border: 2px solid #e46d79; background: #fff; z-index: 10; }
.accordion .ui-accordion-header .accordion-ttl::after { display: none; content: ""; position: absolute; top: 0; left: -51px; width: 2px; height: 10000px; background: #fff; z-index: 5; }
.accordion .ui-accordion-header.ui-state-active .accordion-ttl, .ui-accordion-header:hover .accordion-ttl { color: #000; }
.accordion .ui-accordion-header.ui-state-active .accordion-ttl::before { background: #e46d79; }
.accordion .ui-accordion-content { padding-bottom: 15px; }
.accordion .ui-accordion-header:last-of-type::after { display: block; }
.accordion p { color: #454747; font-size: 17px; }

/* BUTTON - SHOW MORE */
.showmore-inner .hidden, .showmore-inner.active .showmore-butn { display: none; }
.showmore-inner.active .hidden { display: block; }

/* TABLE LIST */
.table-list { display: table; width: 100%; }
.table-list li { display: table-row; color: #454747; font-size: 16px; }
.table-list li span { display: table-cell; vertical-align: top; padding: 5px 6px; color: #454747; }
.table-list li span:first-child { width: 150px; color: #000; font-weight: 500; }

/* FOOTER */
footer { position: relative; background: #292929; padding: 25px 0; z-index: 20; }

/* FOOTER SOCIAL BUTTONS */
footer .socials-list { text-align: center; }
footer .socials-list li a { background: #eb949d; }
footer .socials-list li a i { color: #fff; }

/* FOOTER LOGO */
.footer-logo { text-align: center; }
.footer-logo img { margin: 0; max-width: 100%; height: auto; } 

/* FOOTER CONTACTS */
.footer-contacts { color: #f1f1f1; text-align: center; }
.kitmed-logo { display: block; margin-bottom: 15px; text-align: center; }
.footer-contacts p { color: #fff; font-size: 16px; margin-top: 15px; margin-bottom: 5px; }
.footer-contacts p a { color: #fff; text-decoration: none; }
.footer-menu li { margin-top: 15px; }
.footer-menu a { display: block; font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.1; }
.footer-menu a:hover { color: #e46d79; }

/* VIDEO */
.video-item a { position: relative; display: block; width: 100%; max-width: 720px; margin: 0 auto 25px auto; }
.video-item a img { max-width: 100%; margin: 0; padding: 0; border: 0; z-index: 1; }
.video-item a::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #fff; line-height: 100%; text-align: center; font-size: 32px; background: #f6cfd3; opacity: 0; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; z-index: 2; }
.video-item a::after { position: absolute; top: 50%; left: 50%; margin: -32px 0 0 -16px; font-family: "FontAwesome"; content: "\f04b"; color: #fff; line-height: 1; text-align: center; font-size: 65px; opacity: 1; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; z-index: 3; }
.video-item:hover a::after { opacity: 1; }
.video-item:hover a::before { opacity: .7; }

/* TRAINERS */
.trainers-section { overflow: hidden; background: transparent; }
.trainers-section .container { position: relative; z-index: 5; }
.trainers-list li { margin-bottom: 25px; text-align: center; }
.trainers-list li .item, .traner-item { position: relative; display: inline-block; padding: 0 25px; text-align: center; }
.trainers-list li .item a, .traner-item a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 50; }
.trainer-photo { position: relative; width: 200px; height: 200px; margin: 0 auto 25px auto; border: 1px solid #0D1F2C; z-index: 10; }
.trainer-photo::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 2px solid #fff; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; z-index: 5; }
.trainer-photo-round { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.trainers-central .trainer-photo { text-align: right; padding-right: 30px; }
.trainer-info h2, .trainer-popup h3 { color: #0D1F2C; font-weight: bold; font-size: 1.1rem; line-height: 1.2; text-transform: uppercase; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.trainer-info h2 span { display: block; font-size: 18px; margin-top: 5px; font-weight: normal; }
.trainer-short { font-size: 14px; line-height: 1.2; min-height: 68px; }
.trainer-photo img { max-width: 85%; }
.trainers-list li:hover .trainer-photo-round, .traner-item:hover .trainer-photo-round { scale: 1.09; -webkit-box-shadow: 0px 0px 50px -9px rgba(0,0,0,0.36); -moz-box-shadow: 0px 0px 50px -9px rgba(0,0,0,0.36); box-shadow: 0px 0px 50px -9px rgba(0,0,0,0.36); }
.trainers-list li:hover .trainer-photo::before, .traner-item:hover .trainer-photo::before { border: 3px solid #fff; }
.trainers-list li:hover h2 { color: #A86F7F; }
.trainer-more-butn { color: #A86F7F; font-size: 14px; text-decoration: underline; }
.trainer-popup * { color: #0D1F2C !important; }
.trainer-popup p { font-size: 16px !important; }
.trainer-short { padding: 0 10px; }
.traner-item h2, .traner-item .trainer-short { color: #fff !important; }
.trainer-short, .trainer-short p { font-size: 14px; }
.trainer-info h2 { margin-bottom: 15px; padding-bottom: 0; border: 0; }
.traner-item .trainer-more-butn { color: #ffd3d8; }
.about-procedures-section .owl-carousel .owl-nav .owl-prev:before, .about-procedures-section .owl-carousel .owl-nav .owl-next:before { color: #fff; }

/* SLICK CUSTOM */
.slick-prev, .slick-next { position: absolute; top: 10px; left: 50%; margin-left: 400px; width: 100px; height: 13px; border: 0; text-align: center; line-height: 24px;  background: transparent; outline: none !important; border-radius: 100%; cursor: pointer; text-indent: -10000px; z-index: 20; }
.slick-prev::before, .slick-next::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../images/arrow.svg") 50% 50% no-repeat; background-size: 100% 100%; z-index: 25; }
.slick-next { margin-left: 490px; }
.slick-next::before { -webkit-transform: scaleX(-1); transform: scaleX(-1); }

@media all and (max-width: 1200px) {
.slick-prev { margin-left: 280px; }
.slick-next { margin-left: 375px; }
}

@media all and (max-width: 992px) {
.slick-prev { margin-left: 155px; }
.slick-next { margin-left: 250px; }
}


@media all and (max-width: 350px) {
.slick-prev { left: -15px; }
.slick-next { right: -15px; }
}

/* GRID */
.grid-item { position: relative; display: block; overflow: hidden; width: 100%; }
.grid-item a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.grid-item a img { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%); margin: 0; }
.grid-item:hover a { scale: 1.11; }
.zoom-in, .video-link { display: block; position: relative; }
.zoom-in::before, .video-link::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #fff; line-height: 100%; text-align: center; font-size: 32px; background: rgba(236,209,211,1); opacity: 0; z-index: 2; }
.zoom-in::after { position: absolute; top: 50%; left: 50%; margin: -16px 0 0 -16px; font-family: "FontAwesome"; content: "\f00e"; color: #fff; line-height: 1; text-align: center; font-size: 52px; opacity: 0; z-index: 3; }
.video-link::after { position: absolute; top: 50%; left: 50%; margin: -16px 0 0 -16px; font-family: "FontAwesome"; content: "\f04b"; color: #fff; line-height: 1; text-align: center; font-size: 45px; opacity: 1; z-index: 3; }
.zoom-in:hover::after, .video-link:hover::after { opacity: 1; }
.zoom-in:hover::before, .video-link:hover::before { opacity: .65; }
 
/* GALLERY SECTION */
.gallery-slider-wrapper { margin-top: 95px; }
.gallery-section .inner { max-width: 900px; margin: 0 auto; }
.gallery-slider-wrapper { margin-bottom: 55px; }
.gallery-slider-wrapper figure { margin: 15px; }
.gallery-slider-wrapper figure img { max-width: 100%; }
.gallery-section .column-1 { width: 39%; padding-left: 15px; padding-right: 15px; }
.gallery-section .column-2 { width: 61%; padding-left: 15px; padding-right: 15px; }
.schema-inner { margin-bottom: 55px; }
.schema-inner a { display: block; max-width: 650px; margin: 0 auto; }
.schema-inner a img { border: 1px solid #d4b387; padding: 10px; margin: 0; }
 
@media (max-width: 1200px) {
.gallery-section .column-1 { width: 48%; }
.gallery-section .column-2 { width: 52%; }
}

@media (max-width: 992px) {
.gallery-section .column-1, .gallery-section .column-2 { width: 100%; }
}

/* RESPONSIVE */
.mobile, .tablet { display: none; }
.navi-button { position: relative; top: 2px; font-size: 21px; padding: 0; font-size: 16px; color: #454747; font-weight: bold; text-transform: uppercase; cursor: pointer; }
.navi-button i, .mobile-search-btn i { vertical-align: top; font-size: 26px; color: #454747; margin: -4px 8px 0 0; }
header.nobg .navi-button, header.nobg .navi-button i, header.nobg .mobile-search-btn i  { color: #454747; }
.navi-button i, .navi-button.show i.fa-bars { display: none; }
.navi-button i.fa-bars { display: inline-block; }
.navi-button.show i.fa-times { display: inline-block; }
.pushmenu { width: 210px; height: 100%; top: 0; z-index: 100000; position: fixed; overflow-x: scroll; background: #eb949d; }
.pushmenu-butn { display: none; }
.pushmenu-push-toleft .pushmenu-butn { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000; }
.pushmenu-box { margin: 15px 0 35px 0; }
.pushmenu ul { list-style: none; margin: 0; padding: 0; }
.pushmenu li { background: none; padding: 0; margin: 0; position: relative; }
.pushmenu li a:before { content: ""; position: absolute; top: 20px; left: 15px; width: 3px; height: 3px; background: #ffffff; z-index: 10; }
.pushmenu li a, .pushmenu li span { display: block; padding: 11px 15px 11px 30px; color: #ffffff; font-size: 15px; font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(0,0,0,0.10); }
.pushmenu li.menu-item-53 a { font-weight: bold; }
.pushmenu li a:hover { background: rgba(110,46,98,0.25); border-color: rgba(110,46,98,0.35); text-decoration: none; }
.pushmenu li.current-menu-item a { }
.pushmenu li.menu-item-has-children > a { padding-left: 35px; }
.pushmenu li.menu-item-has-children > a:before { content: "-"; position: absolute; top: 11px; left: 15px; color: #ffffff; background: none; font-size: 16px; font-weight: bold; z-index: 5; }
.pushmenu li.menu-item-has-children.hide > a:before { content: "+"; }
.pushmenu li.menu-item-has-children.hide > ul { display: none; }
.pushmenu ul ul {  }
.mobile-navi ::-webkit-scrollbar { display: none; }
.pushmenu::-webkit-scrollbar { display: none; }
.pushmenu-left { right: -210px; }
.pushmenu-left.pushmenu-open { right: 0; -webkit-box-shadow: 0px 10px 28px -8px rgba(0,0,0,0.55); -moz-box-shadow: 0px 10px 28px -8px rgba(0,0,0,0.55); box-shadow: 0px 10px 28px -8px rgba(0,0,0,0.55); }
.pushmenu-push { overflow-x: hidden; position: relative; right: 0; }
.pushmenu-push-toleft { right: 210px; }
.pushmenu, .pushmenu-push, .pushmenu li a, .fixed-socials, header { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.pushmenu .pushmenu-list { margin-bottom: 25px !important; }
.pushmenu-push-toleft header { left: -210px; }
* { -webkit-text-size-adjust: none; }
#menu-item-104 > a { display: none; }

@media (max-width: 1200px) { 
header .row > div.column-1 { -ms-flex: 0 0 216px; flex: 0 0 216px; max-width: 216px; }
header .row > div.column-2 { display: none; }
header .row > div.column-3 { -ms-flex: 0 0 calc(100% - 421px); flex: 0 0 calc(100% - 421px); max-width: calc(100% - 421px); text-align: left; }
header .row > div.column-4 { -ms-flex: 0 0 90px; flex: 0 0 90px; max-width: 90px; }
header .row > div.column-5 { display: block; }
footer { padding-bottom: 15px; }
.kitmed-logo { margin-bottom: 0; }
.about-section h2, .about-section h3 strong, .about-procedures-section h2, .partners-section h3 { font-size: 26px; }
.about-section h3, .about-procedures-section p { font-size: 21px; }
.about-section h3 br, .about-kitmed-section .inner h2 br { display: none; }
.about-kitmed-section .inner h2 { font-size: 18px; }
.about-kitmed-section .inner h2 strong { font-size: 24px; }
.about-kitmed-section .inner h2 strong::after { top: 137px; right: 2px; }
.educational-list h3 { font-size: 19px; }
.educational-section h2 { font-size: 30px; }
.educational-section { height: auto; }
.partners-section h3 br { display: none; }
.model-ttl h2 { font-size: 41px; }
.model-facetite .model-ttl h2 img { width: 237px; }
.model-morpheus .model-ttl h2 img { width: 260px; }
.model-lumecca .model-ttl h2 img { width: 260px; }
.model-formav .model-ttl h2 img { width: 245px; }
.model-pluryal .model-ttl h2 img { width: 315px; }
.model-facetite .modelzones-row .column-2 { width: 685px; }
.model-ttl h3 { font-size: 24px; }
}

@media (max-width: 992px) {
.beforeafter-item { padding: 5px; }
table, .tb { min-width: auto; width: 100%; }
.main-logo img { max-width: 550px; }
.about-procedures-section h2 br { display: none; }
.about-kitmed-section .inner { padding-top: 260px; padding-left: 0; padding-bottom: 35px; height: auto; text-align: center; }
.about-kitmed-bg { top: 0; margin-left: -251px; zoom: .75; }
.about-kitmed-section { overflow: hidden; }
.about-kitmed-logo { top: 82px; margin-left: -95px; }
.about-kitmed-logo img { max-width: 185px; }
.about-kitmed-section .inner h2 strong::after { display: none; }
.educational-list li { margin-bottom: 35px; }
.educational-list .item::after { display: block !important; top: 170px; right: auto; left: 0; width: 100%; height: 1px; }
.educational-section h2 { font-size: 24px; }
.educational-section h2 br { display: none; }
.modeladvantages-row .column-1, .modeladvantages-row .column-2 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 25px; }
.modelzones-row { display: block; }
.model-zones { -ms-flex-pack: center; justify-content: center; }
.model-zones-info::after { display: none; }
.model-zones-info { display: none; }
.attach-beforeafter h2 { font-size: 30px; }
.modelzones-laptop-info { display: block; }
.model-facetite .modelzones-row .column-2, .modelzones-laptop-info p br { display: none; }
.model-advantages { margin-left: 0; max-width: 100%; }
.form-wrapper-inpage .form-group { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.form-wrapper-inpage .form-group.agree { padding-top: 0; }
.specialist-sum .item strong { font-size: 35px; }
.specialist-sum .item::before { top: 7px; left: 8px; font-size: 20px; }
.table-list li { font-size: 15px; }
.spacialists-list li { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
} 

@media all and (max-width: 768px) {
.ttl h1, .ttl h2, .ttl h3 { font-size: 28px; }
table, .tb { min-width: auto; }
header .container { padding-top: 8px; padding-bottom: 10px; }
/*header .row > div.column-1 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: center; margin-bottom: 10px; }
header .row > div.column-3 { -ms-flex: 0 0 calc(100% - 90px); flex: 0 0 calc(100% - 90px); max-width: calc(100% - 90px); text-align: left; }
header .row > div.column-5 { -ms-flex: 0 0 90px; flex: 0 0 90px; max-width: 90px; text-align: right; }*/
.header-tel { top: 0; }
.footer-contacts p { font-size: 14px; }
table th, table td, .tb .th { font-size: 15px; }
.owl-carousel { max-width: 320px; margin: 0 auto; }
table th, table td, .tb .th { padding: 6px 8px; }
.before-section br { display: none; }
.main-logo img { max-width: 480px; }
.mainscreen-section h2, .mainscreen-section h3, .about-section h2, .about-section h3 strong, .about-procedures-section p, .about-procedures-section h2, .about-kitmed-section .inner h2, .about-kitmed-section .inner h2 strong, .partners-section h3, .model-ttl h3 { font-size: 21px; }
.about-section h2 br, .about-section h3 br { display: none; }
.about-procedures-section p strong { font-size: 27px; }
.model-ttl h2 { font-size: 36px; }
.model-ttl h2 img { display: inline-block; }
.model-ttl h2 br { display: block; }
.model-advantages h3 { font-size: 19px; }
.model-zones li { margin-left: 6px; margin-right: 6px; }
.educational-list figure { height: 155px; }
.educational-list h3 { height: auto; }
.specialist-photo-inner { position: relative; top: 0; left: 0; width: 100%; }
.specialist-info { padding-left: 0; }
.specialist-photo-inner img { display: block; width: 100%; max-width: 100%; }
.specialist-photo-inner span { display: none; }
.specialist-photo { height: auto; }
}

@media all and (max-width: 580px) {
body { font-size: 16px; }
.ttl h1, .ttl h2, .ttl h3 { font-size: 24px; }
.beforeafter-wrapper figure span { font-size: 15px; }
.owl-carousel { max-width: 320px; margin: 0 auto; }
table th, table td, .tb .th { padding: 6px 5px; font-size: 12px; }
.footer-logo { margin-bottom: 15px; }
.footer-logo img { max-width: 160px; }
.kitmed-logo img { max-width: 130px; }
.main-logo img { max-width: 90%; }
.mainscreen-section .row { height: calc(100vh - 113px); min-height: 590px; }
.mainscreen-section h2, .mainscreen-section h3, .about-section h2, .about-section h3 strong, .about-section h3, .about-procedures-section p, .about-procedures-section h2, .about-kitmed-section .inner h2, .about-kitmed-section .inner h2 strong, .attach-beforeafter h2, .modelzones-laptop-info h2, .model-ttl h3 { font-size: 19px; }
.mainscreen-section h3 { margin-top: 40px; }
.mainscreen-section h3 br { display: none; }
.mainscreen-section h3::before { top: -22px; height: 3px; }
.mainscreen-section h3 strong { display: block; }
.mainscreen-section .inner { padding-left: 15px; padding-right: 15px; }
.about-procedures-section p strong { font-size: 24px; }
.educational-section h2 { font-size: 21px; margin-bottom: 30px; }
.educational-section h2::before { bottom: -20px; height: 2px; }
.educational-list h3 br { display: none; }
.educational-section::before { opacity: .8; }
.educational-list figure img { max-width: 275px; }
.educational-list li { margin-bottom: 0; }
.model-advantages figure { top: 10px; zoom: .75; }
.model-advantages li:nth-child(odd) .item { margin-left: 0px; }
.model-advantages .item { padding-left: 90px; }
.model-advantages h3, .modelzones-laptop-info p { font-size: 16px; }
.partners-section h3 { font-size: 17px; }
.model-ttl h2 { font-size: 27px; }
.model-facetite .model-ttl h2 img { width: 100%; max-width: 200px; }
.model-morpheus .model-ttl h2 img, .model-lumecca .model-ttl h2 img, .model-formav .model-ttl h2 img { width: 100%; max-width: 220px; }
.model-pluryal .model-ttl h2 img { width: 100%; max-width: 280px; }
.model-ttl { margin-bottom: 25px; }
.model-zones { display: block; text-align: center; max-width: 240px; margin: 0 auto; }
.model-zones li { display: inline-block; vertical-align: top; margin: 0 -2px; width: 50%; }
.model-morpheus .model-zones, .model-pluryal .model-zones { margin-top: 50px; }
.model-morpheus .model-zones li, .model-pluryal .model-zones li { margin-top: -40px; }
.model-ttl h2::before { height: 2px; }
.model-advantages .item { height: 90px; }
.model-advantages li::after { width: calc(100% - 70px); }
.procedures-logos .column-1 { margin-bottom: 25px; }
.procedures-logos .column-2 img { width: 130px; }
.navi-button span { display: none; }
.modeladvantages-row .bx-controls-direction { display: none; }
.sub-ttl h1, .sub-ttl h2, .sub-ttl h3 { font-size: 22px; }
.spacialists-list li { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}

@media all and (max-width: 380px) { 
.owl-carousel { max-width: 280px; }
}

@media all and (max-width: 350px) { 
.navi-button span { display: none; }
header .row > div.column-3 { -ms-flex: 0 0 calc(100% - 45px); flex: 0 0 calc(100% - 45px); max-width: calc(100% - 45px); text-align: left; }
header .row > div.column-5 { -ms-flex: 0 0 45px; flex: 0 0 45px; max-width: 45px; }
table th, table td, .tb .th { padding: 5px 5px; font-size: 13px; }
.owl-carousel { max-width: 250px; }
.owl-carousel .owl-nav .owl-prev, .slick-prev { left: -15px; }
.owl-carousel .owl-nav .owl-next, .slick-next { right: -15px; }
.scrolled-table { display: block; text-align: center; margin: 0 auto; max-width: 280px; overflow-x: scroll; }
}