/*!
Theme Name: NVK
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nvk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

NVK is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}
summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid #464646;
    border-radius: 0px;
    background: #464646;
    color: #fff;
    line-height: 1;
    padding: 14px 40px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: 1px solid #464646;
    border-radius: 0px;
    background: #46464600;
    color: #464646;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #000;
    border: 1px solid #bfbfbf;
    border-radius: 0px;
    padding: 12px 20px;
    background: #f990;
    width: 320px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
@media screen and (max-width: 780px){
.main-navigation {
display: block;
    position: absolute;
    right: 0;
    width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.chan .sub-menu{
    border-radius: 5px;
    background: #a1a1a1 !important;
    position: absolute !important;
    height: 0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
    width: 100%;
    position: relative !important;
    height: auto;
    width: 100%;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 2;
    text-align: center;
}
}
@media screen and (min-width: 780px) and (max-width: 3000px){
    .site-main{
        padding-top: 6vh;
    }
.main-navigation {
	width: 50vw;
    margin-left: 19vw;
    position: absolute;
    top: 2vh;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 63px;
    display: block;
    left: -999em;
    z-index: 99999;
    background: #878787;
    padding: 1vh 0vh;
    transition: .5s all;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul a {
   width: max-content;
    color: #000;
    transition: .3s all;
    padding-bottom: 0px;
}
.main-navigation ul ul a:hover{
    color: #444;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	position:absolute;
	    top: 4.4vh;
}
.main-navigation ul ul{
    transition: .3s all;
}
.main-navigation li {
	position: relative;
	    margin: 0 16px;
}
.main-navigation a {
display: block;
    text-decoration: none;
    color: #fff !important;
    font-family: 'zag';
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 0px;
    transition: .2s all;
}
.main-navigation a:hover {
   color: #ffc979 !important;
}
}
.menu-toggle,
.main-navigation.toggled ul {
display: block;
    color: #fff;
    background: #878787;
    padding: 10px 20px;
    border: none;
    font-family: 'logo';
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 9999;
    position: relative;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.sticky {
	display: block;
}
.post,
.page {
	margin: 0 0 1.5em;
	margin-bottom: 0;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.custom-logo-link {
	display: inline-block;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
a:active, a:focus { outline: none; }
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
/*--------------------------------------------------------------------------------------*/
@media screen and (max-width: 780px){
video { 
  overflow-x: hidden;
    height: 35vh;
    z-index: -100;
    filter: brightness(0.8);
    margin-top: 55px;
}
#polina { 
    color: #000;
    padding: 5vh 5vw;
    width: 100%;
    margin: 0;
    position: relative;
    background: linear-gradient(180deg, #ffffffc7,#ffffff, #f3f3f3);
}
#polina p{
    font-size: 16px;
}
#polina h1 {
  font-size: 46px;
    margin-top: 0;
    letter-spacing: 0;
    line-height: 1.1;
    font-family: 'logo';
    padding-bottom: 3vh;
}
#polina button { 
 display: block;
    padding: 16px 40px;
    font-size: 13px;
    background: rgb(255 255 255 / 0%);
    color: #000;
    border-radius: 100px;
    cursor: pointer;
    transition: .2s background;
    font-family: 'second';
    text-transform: uppercase;
    letter-spacing: 0px;
    border: 2px solid #fff;
}
#polina button:hover { 
   border: 2px solid #ffc979;
    transition: .3s all;
}
#polina a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(0,0,0,0.5);
  padding: .5rem;
  transition: .6s background; 
}
#polina a:hover{
  background:rgba(0,0,0,0.9);
}
.midle_body h3{
    font-size: 26px;
    font-weight: 100;
    color: #444;
    font-family: 'disa';
}
.midle_body p{
       padding: 0;
    font-size: 16px;
    color: #000;
    text-align: left;
}
.midle_body{
   position: relative;
    padding: 1vh 5vw;
    display: block;
    background: #f3f3f3;
    text-align: center;
}
.midle_core p{
    padding: 2vh 0vw;
}
.midle_body_two{
    position: relative;
    padding: 7vh 5vw;
    display: block;
    background: #f5ebdd;
}
.midle_body_two ul{
       margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    list-style: none;
}
.midle_body_two ul li{
    width: 100%;
    margin-bottom: 5vh;
}
.midle_body_two ul li a{
padding: 0vh 0vw;
    text-decoration: none;
    color: #444;
    font-size: 16px;
    border-radius: 0;
    font-family: 'zag';
    letter-spacing: 0px;
    display: flex;
}
.midle_body_two ul li a:hover{
    box-shadow: 0 0 0px #e3dacd;
}
.midle_body_two ul li a img{
    width: 33px;
    float: left;
    margin-right: 20px;
    padding-bottom: inherit;
}
}
@media screen and (min-width: 780px) and (max-width: 3000px){
    .midle_body_two{
    position: relative;
    padding: 2vh 15vw;
    display: block;
    background: #f3f3f3;
    padding-bottom: 10vh;
}
.midle_body_two ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    list-style: none;
}
.midle_body_two ul li{
    float:left;
    width:48%;
    margin-right:1%;
}
.midle_body_two ul li a{
  background: #fff;
    padding: 4vh 3vw;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: 0 0 20px #e3dacd;
    transition: .2s all;
    height: 130px;
}
.midle_body_two ul li a:hover{
    box-shadow: 0 0 0px #e3dacd;
}
.midle_body_two ul li a img{
    width: 60px;
    float: left;
    margin-right: 3vw;
    padding-bottom: 47px;
}
    .midle_core p{
    padding: 0 10vw;
}
    .midle_body{
        position: relative;
    padding: 0vh 5vw;
    display: block;
    background: #f3f3f3;
    text-align: center;
    padding-bottom: 10vh;
    margin-top: -20px;
    padding-top: 10vh;
}
    .midle_body h3{
   font-size: 38px;
    font-weight: 100;
    color: #444;
    font-family: disa;
    line-height: 1;
    padding-bottom: 3vh;
}
.midle_body p{
    padding: 0 17vw;
    font-size: 18px;
    color: #000;
}
video { 
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%;
    z-index: -100;
    background: url(//demosthenes.info/assets/images/polina.jpg) no-repeat;
    background-size: cover;
    filter: brightness(0.8);
}
#polina { 
    padding: 0;
    position: relative;
    left: 5vw;
    top: 10vh;
    padding-bottom: 25vh;
    width:700px;
}
#polina p{
    font-size: 18px;
    font-family: 'zag';
    font-weight: 100;
    padding-top: 4vh;
    line-height: 1.4;
    color: #fff;
}
#polina h1 {
      font-size: 5rem;
    margin-top: 0;
    line-height: 1.1;
    font-family: 'disa';
    font-weight: 100;
    color: #fff;
}
#polina button { 
 display: block;
    padding: 16px 40px;
    font-size: 13px;
    background: rgb(255 255 255 / 0%);
    color: #ffffff;
    border-radius: 100px;
    cursor: pointer;
    transition: .2s background;
    font-family: 'second';
    text-transform: uppercase;
    letter-spacing: 0px;
    border: 2px solid #fff;
}
#polina button:hover { 
   border: 2px solid #ffc979;
    transition: .3s all;
}
#polina a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(0,0,0,0.5);
  padding: .5rem;
  transition: .6s background; 
}
#polina a:hover{
  background:rgba(0,0,0,0.9);
}
}
@media screen and (max-device-width: 800px) {
  html { background: url(/medias/mob_bg.jpg)no-repeat center center fixed; }
  #bgvid { display: none; }
}
.page-id-7 .entry-header {
    display:none;
}
   @font-face {
    font-family: logo; 
    src: url('/fonter/logo.otf');
   }
   @font-face {
    font-family: zag; 
    src: url('/fonter/zag.ttf');
   }
    @font-face {
    font-family: disa; 
    src: url('/fonter/disa.ttf');
   }
.footer{
    background: #f5eddd;
    padding: 0 5vw;
}
.site-info{
    text-align: center;
    background: #dfdcd7;
    padding: 1vh 0;
}
.site-info p{
        margin: 0;
    font-family: 'logo';
    font-weight: 100;
    font-size: 17px;
    padding: 10px 0;
    letter-spacing: 1px;
    color: #4a4a4a;
}

.menson ul{
    list-style:none;
    margin:0;
    padding:0;
    display:inline-block;
}


.orderz a{
    background: #ffffff !important;
    border-radius: 4px;
    line-height: 1;
    padding: 11px 12px;
    box-shadow: 0 0px 0px #0000007a;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    font-family: 'zag' !important;
    text-decoration: none;
    transition: .2s all;
    letter-spacing:1px;
}
.orderz a:hover{
    box-shadow: 0 5px 10px #0000007a;
}
.row1:last-child {
  margin-bottom: 0;
}
[class*="col-1-"] {
  padding: 3vh;
    text-align: left;
    font-size: 38px;
    color: #ffffff;
    font-family: 'logo';
    transition: .2s all;
    transform: scale(1);
    margin: .5%;
    border-radius: 8px;
}
[class*="col-1-"]:hover{
    transform: scale(1.06);
    z-index: 9;
    padding: 3vh;
    padding-top:20px;
}
@media all and (min-width: 600px) {
  .col-1-1 {
    float: left;
    width: 24%;
  }
  .col-1-2 {
    float: left;
    width: 24%;
  }
  .col-1-3 {
    float: left;
    width: 24%;
  }
  .col-1-4 {
    float: left;
    width: 24%;
  }
}
.midle_body_three img{
     width: 100%;
 }
.row2:last-child {
  margin-bottom: 0;
}
[class*="col-2-"] {
  padding: 0px;
}
@media all and (min-width: 600px) {
  .col-2-1 {
    float: left;
    width: 50%;
  }
  .col-2-2 {
    float: left;
    width: 50%;
  }
}
.wp-show-posts-image img{
    filter: grayscale(1);
    opacity: .8;
    transition:.2s all;
}
.wp-show-posts-image img:hover{
    filter: grayscale(0);
    opacity: 1;
}
a:hover {
    text-decoration: none !important;
}
.torf h3{
    padding:7vh 0;
}
#wpsp-74{
    padding:5vh 0;
}
.cren {
background: #8d8d8d;
}
.testimonials {
   background-size: cover;
    background-attachment: fixed;
    padding: 3vh 0;
    color: #ffffff;
    position: relative;
}
.testimonials:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}
.testimonials .heading h2 {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
}
.testimonials .heading h2 span {
    color: #ff0000;
}
.testimonials p {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    margin: 20px 0;
    padding: 0;
}
.testimonials .carousel-inner .carousel-item .team {
    width: 100px;
    height: 100px;
    border: 2px solid #ffd59a;
    border-radius: 100%;
    padding: 5px;
    margin: 0 auto;
}
.testimonials .carousel-inner .carousel-item h3 {
    font-size: 30px;
    color: #ffffff;
    font-family: 'logo';
}
.testimonials .carousel-inner .carousel-item h4 {
    font-size: 14px;
    font-weight: 300;
    color: #e2e1e1;
    margin-bottom: 20px;
}
.testimonials .carousel-indicators {
    bottom: -30px;
}
.testimonials .carousel-indicators li {
    background-color: #b8b7b7;
    border-radius: 30px;
    height: 4px;
    width: 40px;
}
.testimonials .carousel-indicators .active {
    background-color: #ffd59a;
}
.testimonials .control span {
    cursor: pointer;
}
.testimonials .icon {
    height: 40px;
    width: 40px;
    background-size: 100%, 100%;
    border-radius: 50%;
    font-size: 30px;
    background-image: none;
    color: #ffffff;
}
.edit-link{display:none;}
.consult{
   margin-bottom: -15px;
    padding: 8vh 5vw;
    background: url(/medias/footer.png)no-repeat;
    background-color: #f5ebdd;
    background-position-x: 100%;
    background-position-y: bottom;
    background-size: contain;
}
.go-top {
    position: fixed;
    bottom: 2em;
    right: 5px;
    text-decoration: none;
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    text-transform: uppercase;
    transition: .3s all;
    box-shadow: 0 3px 10px #cfc4b4;
    border-radius: 5px;
    background: #fff;
}
.go-top img{
    transform: rotate(0deg);
    transition: .8s all;
}
.go-top:hover img{
    transform: rotate(45deg);
}
.go-top:hover {
	background-color: rgb(244 234 220);
	opacity: 1;
}
.gallery-container {
    background-color: #fff;
    color: #444;
    min-height: 100vh;
    padding: 5vw 5vw;
}
.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 13px;
    color: #686868;
}
.tz-gallery {
    padding: 0px;
}
.tz-gallery .row > div {
    padding: 10px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 1s;
    top: 50%;
}
.lightbox{
    margin: 0;
    padding: 0;
    display: flex;
}
.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}
.baguetteBox-button {
    background-color: transparent !important;
}
#baguetteBox-overlay{
    background-color: rgb(66 66 66) !important;
}
.baguetteBox-button#previous-button {
    left: 2%;
    border: none !important;
    outline: none !important;
}
.baguetteBox-button#next-button {
    right: 2%;
    border: none !important;
    outline: none !important;
}
.baguetteBox-button#close-button{
    border: none !important;
    outline: none !important;
}
#baguetteBox-overlay .full-image img {
    box-shadow: 0 0 50px rgb(0 0 0 / 60%) !important;
}
a:active, a:focus { outline: none; }
input, textarea, .baguetteBox-button svg {outline:none;}
input:active, textarea:active, .baguetteBox-button svg:aktive {outline:none;}
.baguetteBox-button svg:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
.fbc{
    position: absolute;
    right: 5vw;
}

@media screen and (max-width: 780px){
.footer_form textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    height: 135px;
}
.row1 {
  margin: 0px;
  position: relative;
}

    #masthead{
   padding: 15px 0;
    position: relative;
    z-index: 9;
}
.site-title{
    margin: 0;
    width: 300px;
   }
.site-title a{
   font-family: logo;
    font-size: 31px;
    text-decoration: none;
    color: #fff;
    line-height: 1;
}
.site-description{
   margin: 0;
    padding: 0;
    line-height: 1.4;
    font-family: 'zag';
    text-transform: uppercase;
    font-size: 10px;
    color: #f5ebdd;
}
.site-branding{
    padding-left: 5vw;
}
.site-branding:after {
        content: "";
    background: #878787;
    position: absolute;
    width: 100%;
    height: 130px;
    left: 0;
    top: 0;
    z-index: -99999;
}
.menson{
    position: absolute;
    left: 0vw;
    margin-top: 25px;
    z-index: -1;
    width: 100%;
}
.row2 {
  margin: 0px;
    position: relative;

}
.prefooter p{
    font-size: 16px;
}
.wp-show-posts-entry-title a{
    color: #000;
    font-size: 18px;
    font-family: inherit;
    font-weight: 100;
}
.ludo{
    background: url('/medias/ludo.jpg')no-repeat;
    background-size: cover;
    height: 32vh;
}
.alco{
    background: url('/medias/alco.jpg')no-repeat;
    background-size: cover;
    height: 32vh;
}
.narco{
    background: url('/medias/narco.jpg')no-repeat;
    background-size: cover;
    height: 32vh;
}
.info{
    background: url('/medias/info.jpg')no-repeat;
    background-size: cover;
    height: 32vh;
}
.midle_body_three p {
   padding: 10vh 5vw;
    font-size: 16px;
    color: #000;
    text-align: left;
}
.midle_body_three{
    padding-bottom: 0;
}
#site-navigation button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border: 0;
    border-radius: 0px;
    background: #000;
    color: #ffffff;
    outline: none;
}
    #site-navigation button{
    position: absolute;
    right: 0;
    top: -6vh;
    }
.burger {
    display: block;
    cursor: pointer;
}
.burger span {
      display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
    position: relative;
    top: 0;
    transition: all ease-in-out 0.4s;
}
.burger.open span:nth-child(2),
.burger.open span:nth-child(3)
{
    width: 0;
    opacity: 0;
}
.burger.open span:nth-child(1) {
      transform: rotate(45deg);
      top: 10.5px;
}
.burger.open span:nth-child(4) {
      transform: rotate(-45deg);
      top: -10.5px;
}
html{
	width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
body
  {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .entry-title {
   font-size: 30px;
    font-weight: 100;
    color: #878787;
    font-family: 'logo';
    padding: 1vh 5vw;
    background: #f5ebdd;
    margin-top: 54px;
}
.about_one{
    position: relative;
}
.about_one p{
   margin: 5vh 5vw;
    padding-top: 0vh;
    font-size: 16px;
}
.about_two{
   padding: 5vh 5vw;
    background: #d5e0e3;
}
.about_two span{
    font-size: 26px;
    font-family: 'disa';
    color: #181818;
    padding-top: 6vh;
    text-align: center;
    position: relative;
    display: block;
    letter-spacing: 0px;
}
.about_two p{
  padding: 1vh 0vw;
    border-radius: 0;
    color: #000000;
    font-size: 16px;
    margin: 0;
}


.about_three ul{
   width: 100%;
    list-style: none;
    margin: 0;
    padding: 5vh 3vw;
    display: block;
    position: relative;
}
.about_three li{
    width: 100%;
    padding: 0 5vw;
    background: #fff;
    box-shadow: none;
    font-size: 14px;
}
.about_four{
        margin: 0;
    background: #f5ebdd;
    color: #444;
    padding: 4vh 5vw;
    font-size: 18px;
    border-radius: 0px;
    margin-bottom: 0vh;
    text-align: center;
}
.about_four span {
    font-size: 28px;
    font-family: 'disa';
    color: #444;
    padding-top: 2vh;
    text-align: center;
    position: relative;
    display: block;
    letter-spacing: 0px;
    padding-bottom: 0vh;
}
.about_three p{
        font-size: 16px;
}
.orderz{
   right: 5vw;
    position: absolute;
}

.carousel-indicators{
       display: none !important;
}
.pre_desc p{
    padding: 0 17vw;
    font-size: 18px;
    color: #000;
    padding-top: 10vh;
}
.footer_form{
    font-family: 'zag';
    font-size: 16px;
    color: #444;
}
.about_two h3{
      font-family: 'disa';
    color: #444;
    width: 100%;
    line-height: 1.4;
    font-size: 22px;
}
.about_two ul{
   margin: 0;
    padding: 1vh 5vw;
    list-style: none;
}
.inform_one p{
   font-size: 16px;
}
.inform_one{
    background: url(/medias/inform.png)no-repeat;
    background-size: contain;
    height: auto;
    position: relative;
    padding-top: 33vh;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 8vh;
    margin-top: -10px;
}
.about_two ol{
    margin: 0;
    padding: 5px 8vw;
    
}
.about_two ul li{
   padding: 10px 0;
    font-size: 16px;
}
.diagnos_one {
    background: url(/medias/diagnos.png)no-repeat;
    background-size: contain;
    height: auto;
    position: relative;
    padding-top: 33vh;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 8vh;
    margin-top: -10px;
}
.diagnos_one h3 {
   font-family: 'disa';
    color: #444;
    width: 100%;
    line-height: 1.4;
    font-size: 22px;
    padding-bottom: 2vh;
}
.diagnos_one p {
    font-size: 16px;
}

.diagnos_three{
   padding: 3vh 5vw;
}
.diagnos_three h3 {
        font-family: 'disa';
    color: #444;
    line-height: 1.4;
    font-size: 22px;
    margin: 0;
    padding: 2vh 0;
}
.diagnos_three p{
    font-size: 16px;
}
.diagnos_three ul{
    margin: 0;
    font-size: 16px;
    padding: 0;
}
.diagnos_three ul li{
    padding-bottom:2vh;
}
 .game_one{
   background: url(/medias/game.png)no-repeat;
    background-size: contain;
    height: auto;
    position: relative;
    padding-top: 33vh;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 8vh;
    margin-top: -10px;
}
.game_one h3 {
    font-family: 'disa';
    color: #444;
    width: 100%;
    line-height: 1.4;
    font-size: 20px;
    padding-bottom: 2vh;
}
.game_one p{
   font-size: 16px;
}
   .informer{
   padding: 4vh 4vw;
    margin: 2vh 0vw;
    background: #954949;
    color: #fff;
    border-radius: 0;
    }
    .informer h3{
    font-family: 'disa';
    color: #fff;
    width: 100%;
    line-height: 1.4;
    font-size: 38px;
    }
    .informer p{
        font-size: 16px;
    }
    .lechenie_one{
     background: url(/medias/lechenie_alco.png)no-repeat;
    background-size: contain;
    height: auto;
    position: relative;
    padding-top: 33vh;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 8vh;
    margin-top: -10px;
    }
    .lechenie_one p{
        font-size: 16px;
    }
    .gallery-container h3{
   font-size: 24px;
    font-weight: 100;
    color: #444;
    font-family: 'disa';
    text-align: center;
}
  .narco_one{
    background: url(/medias/narco.png)no-repeat;
    background-size: contain;
    height: auto;
    position: relative;
    padding-top: 33vh;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 8vh;
    margin-top: -10px;
}
.narco_one h3 {
    font-family: 'disa';
    color: #444;
    width:100%;
    line-height: 1.1;
    font-size: 22px;
    padding-bottom: 1vh;
}
.narco_one p, .lechenie_game p{
   font-size: 16px;
}

.news {
    padding: 0 5vw;
}
.lechenie_narco{
    background: url(/medias/lechenie_narco.png)no-repeat;
    background-size: contain;
    height: auto;
    position: relative;
    padding-top: 33vh;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 8vh;
    margin-top: -10px;
}
.lechenie_narco p{
    font-size:16px;
}
.lechenie_game{
   background: url(/medias/lechenie_game.png)no-repeat;
    background-size: contain;
    height: auto;
    position: relative;
    padding-top: 33vh;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 8vh;
    margin-top: -10px;
    }
    .rules{
    padding: 3vh 5vw;
    margin: 0;
    }
    .rules p{
   font-size: 15px;
    padding: 9px 8px;
    background: #954949;
    color: #fff;
    }
    .rules ul{
     margin: 0;
    list-style: square;
    padding: 0 5vw;
    }
    .rules li{
     font-size: 15px;
    line-height: 2;
    }
    .consult h4{
    font-family: 'disa';
    font-size: 20px;
    padding-bottom: 3vh;
    color: #c7b299;
    }
     .prefooter{
    padding: 5vh 5vw;
    margin: 0;
    }
    .prefooter h3{
        font-size: 22px;
    font-weight: 100;
    color: #444;
    font-family: disa;
    line-height: 1;
    padding-bottom: 3vh;
    }
    .menson ul li{
    /*float:left;*/
    padding-left:5vw;
}
.video_rew h3{
        font-size: 22px;
    font-family: 'disa';
    padding: 5vh 0vw;
    color: #444;
    padding-top: 3vh;
}
.video_rew{
    padding: 0 3vw;
    text-align: center;
}
.searcher{
    background: url(/medias/404.jpg)no-repeat;
    height: 81vh;
    background-size: cover;
    background-position: center;
    top: -2px;
    position: relative;
    width: 100%;
    margin-bottom: -4vh;
}
.storm{
    position: absolute;
    color: #fff;
    text-align: center;
    top: 8%;
    padding:0 5vw;
}
.storm h3{
    font-size: 25rem;
    font-family: 'logo';
}
.storm p{
    font-size: 16px;
    font-family: 'zag';
    font-weight: 100;
}
   .zik_hero{
        display:none;
    }
    .rewz p{
    font-size: 15px;
    padding: 0;
    padding-top: 3vh;
    text-align: justify;
}
     .otziv{
padding: 8vh 5vw;
    background: url(/medias/otziv.png)no-repeat;
    background-size: contain;
    background-position-x: left;
    background-color: #dfdcd7;
    background-position-y: bottom;
    }
    .otziv h3{
         font-family: 'disa';
    font-size: 22px;
    padding-bottom: 3vh;
    color: #464646;
    }
    .stox{
    position: relative;
    }
    .telp a{
    color: #fff;
    text-decoration: none;
    padding: 0;
    font-family: 'logo';
    font-size: 31px;
    transition: .3s all;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 2px;
    position: absolute;
    width: max-content;
    top: 0vh;
}
.telp a:hover{
    color:#ffc979;
}
}

@media screen and (min-width: 780px) and (max-width: 3000px){
    .telp a{
    color: #fff;
    text-decoration: none;
    padding: 0;
    font-family: 'logo';
    font-size: 31px;
    transition: .3s all;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 2px;
    position: absolute;
    width: max-content;
    right: 0vw;
    top: 0vh;
}
.telp a:hover{
    color:#ffc979;
}
    .stox{
        width: 460px;
    position: relative;
    display: block;
    margin: 0 auto;
    }
    .otziv h3{
         font-family: 'disa';
    font-size: 40px;
    padding-bottom: 3vh;
    color: #464646;
    }
    .otziv{
    margin-bottom: -10px;
    padding: 4vh 5vw;
    text-align: center;
    background: url(/medias/otziv.png)no-repeat;
    background-size: contain;
    background-position-x: left;
    background-color: #dfdcd7;
    background-position-y: bottom;
    }
    .otziv input[type="text"], .otziv textarea{
        width:100% !important;
    }
    .rewz p{
        font-size: 16px;
    padding: 0 10vw;
    padding-top: 3vh;
}
    .searcher{
    background: url(/medias/404.jpg)no-repeat;
    height: 81vh;
    background-size: cover;
    background-position: center;
    top: -2px;
    position: relative;
    width: 100%;
    margin-bottom: -4vh;
}
.storm{
    position: absolute;
    color: #fff;
    text-align: center;
    top: 17%;
    margin: 0 auto;
    width: 600px;
    left: 0;
    right: 0;
}
.storm h3{
    font-size: 30rem;
    font-family: 'logo';
}
.storm p{
    font-size: 20px;
    font-family: 'zag';
    font-weight: 100;
}
    .menson ul li{
   
}
    .prefooter{
    padding: 5vh 5vw;
    margin: 0;
    }
    .prefooter h3{
     font-size: 38px;
    font-weight: 100;
    color: #444;
    font-family: disa;
    line-height: 1;
    padding-bottom: 3vh;
    width: 65%;
    }
    .consult h4{
    font-family: 'disa';
    font-size: 40px;
    padding-bottom: 3vh;
    color: #c7b299;
    }
    .video_rew{
        padding: 5vh 5vw;
    }
    .video_rew h3{
   font-family: 'disa';
    color: #444;
    line-height: 1.1;
    font-size: 33px;
    padding-bottom: 5vh;
    text-align: center;
    }
    .rules{
    padding: 5vh 5vw;
    margin: 5vh 10vw;
    box-shadow: 0 5px 30px #00000045;
    }
    .rules p{
     font-size: 18px;
    padding-top: 3vh;
    }
    .rules ul{
     margin: 0;
     list-style: square;
    }
    .rules li{
     font-size: 16px;
    line-height: 2;
    }
    .lechenie_narco{
    background: url(/medias/lechenie_narco.png)no-repeat;
    background-size: initial;
    background-position-x: 100%;
    background-position-y: center;
    position: relative;
    padding-top: 7vh;
    padding-left: 5vw;
    padding-right: 51%;
    padding-bottom: 7vh;
    filter: grayscale(1);
    }
    .lechenie_game{
    background: url(/medias/lechenie_game.png)no-repeat;
    background-size: initial;
    background-position-x: 100%;
    background-position-y: center;
    position: relative;
    padding-top: 7vh;
    padding-left: 5vw;
    padding-right: 51%;
    padding-bottom: 7vh;
    filter: grayscale(1);
    }
    .gallery-container h3{
   font-size: 38px;
    font-weight: 100;
    color: #444;
    font-family: 'disa';
    text-align: center;
}
    .informer{
   padding: 7vh 5vw;
    background: #a55858;
    color: #fff;
    }
    .informer h3{
    font-family: 'disa';
    color: #fff;
    width: 70vw;
    line-height: 1.4;
    font-size: 38px;
    padding-bottom: 7vh;
    }
    .lechenie_one{
    background: url(/medias/lechenie_alco.png)no-repeat;
    background-size: initial;
    background-position-x: 100%;
    background-position-y: center;
    position: relative;
    padding-top: 7vh;
    padding-left: 5vw;
    padding-right: 51%;
    padding-bottom: 7vh;
    }
    .lechenie_narco p, .lechenie_one p, .lechenie_game p, .informer p, .narco_one p, .game_one p, .about_one p, .diagnos_three p, .diagnos_one p, .inform_one p{
        font-size: 16px;
    }
.narco_one{
    background: url(/medias/narco.png)no-repeat;
    background-size: initial;
    background-position-x: 100%;
    background-position-y: center;
    position: relative;
    padding-top: 7vh;
    padding-left: 5vw;
    padding-right: 51%;
    padding-bottom: 7vh;
}
.narco_one h3, .game_one h3, .about_two h3, .diagnos_three h3, .diagnos_one h3 {
    font-family: 'disa';
    color: #444;
    width: 48vw;
    line-height: 1.1;
    font-size: 38px;
    padding-bottom: 2vh;
}
.game_one{
    background: url(/medias/game.png)no-repeat;
    background-size: initial;
    background-position-x: 100%;
    background-position-y: center;
    position: relative;
    padding-top: 7vh;
    padding-left: 5vw;
    padding-right: 51%;
    padding-bottom: 7vh;
}
.diagnos_one {
    background: url(/medias/diagnos.png)no-repeat;
    background-size: initial;
    background-position-x: 100%;
    /* height: 42vh; */
    background-position-y: center;
    position: relative;
    padding-top: 4vh;
    padding-left: 5vw;
    padding-right: 40%;
    padding-bottom: 8vh;
}
.diagnos_three{
    padding: 10vh 5vw;
}
.diagnos_three ul{
    margin: 0;
    font-size: 16px;
}
.diagnos_three ul li{
    padding-bottom:2vh;
}
.carousel-indicators{
    display: none !important;
}
.pre_desc p{
    padding: 0 17vw;
    font-size: 18px;
    color: #000;
    padding-top: 10vh;
}
.footer_form{
    font-family: 'zag';
    font-size: 16px;
    color: #444;
}

.about_two ul{
    margin: 0;
    padding: 1vh 0vw;
    list-style: none;
}
    .about_two li{
    line-height: 1.5;
    font-size: 18px;
    padding: 6px 0;
    font-family: 'zag';
    color: #444;
    }
    .about_one{
    background: url(/medias/about.png)no-repeat;
    background-size: initial;
    background-position-x: 100%;
    background-position-y: center;
    position: relative;
    padding: 10vh 5vw;
    padding-right: 50%;
}
.about_two{
       padding: 7vh 5vw;
    background: #d5e0e3;
    border-radius: 0;
    margin: 0;
}
.about_two span{
    font-size: 40px;
    font-family: 'disa';
    color: #444;
    padding-top: 6vh;
    text-align: center;
    position: relative;
    display: block;
    letter-spacing: 0px;
}
.about_two p{
    color: #000000;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.6;
}
.about_three ul{
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 10vh 5vw;
    display: inline-block;
    position: relative;
}
.about_three li{
        float: left;
    width: 50%;
    padding: 2vw;
    background: #fff;
}
.about_four{
  margin: 0 0vw;
    background: #f5ebdd;
    color: #6e6e6e;
    padding: 6vh 15vw;
    text-align: center;
    font-size: 26px;
    letter-spacing: -1px;
    font-family: 'zag';
}
.about_four span {
        font-size: 40px;
    font-family: 'disa';
    color: #444444;
    padding-top: 3vh;
    text-align: center;
    position: relative;
    display: block;
    letter-spacing: 2px;
    padding-bottom: 3vh;
}
.about_three{
        font-size: 16px;
}
    .entry-title {
   font-size: 30px;
    font-weight: 100;
    color: #878787;
    font-family: 'logo';
    padding: 2vh 5vw;
    background: #f5ebdd;
    margin: 0;
}
    .midle_body_three{
    padding-bottom: 5vh;
}
    .midle_body_three p {
   padding: 10vh 5vw;
    font-size: 18px;
    color: #000;
    text-align: left;
}
    .alco{
    background: url('/medias/alco.jpg')no-repeat;
    background-size: cover;
    height: 500px;
}
.narco{
    background: url('/medias/narco.jpg')no-repeat;
    background-size: cover;
    height: 500px;
}

.info{
    background: url('/medias/info.jpg')no-repeat;
    background-size: cover;
    height: 500px;
}
    .ludo{
    background: url('/medias/ludo.jpg')no-repeat;
    background-size: cover;
    height: 500px;
}
    .wp-show-posts-entry-title a{
    color: #444;
    font-size: 28px;
    font-family: 'logo';
    font-weight: 100;
}
    .prefooter p{
    font-size: 16px;
}
    .row2 {
  margin: 0px;
    position: relative;
    display: flex;
}
    .menson{
    position: absolute;
right: 5vw;
top: 1.5vh;
}
    .site-title{
    margin: 0;
    width: 300px;
   }
.site-title a{
   font-family: logo;
    font-size: 31px;
    text-decoration: none;
    color: #fff;
    line-height: 1;
}
.site-description{
   margin: 0;
    padding: 0;
    line-height: 1.4;
    font-family: 'zag';
    text-transform: uppercase;
    font-size: 11px;
    color: #ffdca7;
}
.site-branding{
    padding-left: 5vw;
}
.site-branding:after {
        content: "";
    background: #878787;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    z-index: -99999;
}
    #masthead{
    padding: 5px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}
    .zik_hero{
        display:none;
    }
.footer_form textarea {
    overflow: auto;
    resize: vertical;
    width: 490px;
    height: 135px;
}
.row1 {
  margin: 0px;
  position: relative;
    display: flex;
}
 .inform_one{
   background: url(/medias/inform.png)no-repeat;
    background-size: initial;
    background-position-x: 100%;
    height: 42vh;
    background-position-y: center;
    position: relative;
    padding-top: 7vh;
    padding-left: 5vw;
    padding-right: 60%;
}
.news{
    padding: 0 5vw;
}
.sub-menu li{
    padding: 0 1vw;
    line-height: 3;
}
.chan a {
    padding-bottom:25px;
}
}

body{
    font-family:zag !important;
}
.row1 a{
    color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 3vh 3vw;
    left: 0;
    top: 0;
    transition: .2s all;
}
.row1 a:hover{
    color: #f5ebdd !important;
    background: linear-gradient(180deg, #ad977d00,#ad977d00, #7837aa00);
}


/* video */
.row3 {
  margin: 0px;
}
.row3:last-child {
  margin-bottom: 0;
}
[class*="col-3-"] {
  padding: 0px;
  margin: 0.5%;
}
[class*="col-3-"] p{
    padding: 1vh 0;
    font-size: 28px;
    font-family: 'logo';
    color: #444;
}
@media all and (min-width: 600px) {

  .col-3-1 {
    float: left;
    width: 32.3%;
  }
  .col-3-2 {
    float: left;
    width: 32.3%;
  }
  .col-3-3 {
    float: left;
    width: 32.3%;
  }
}


.rewz{
    padding: 5vh 5vw;
}
.rewz ul{
    list-style:none;
    margin:0;
    padding:0;
}
.rewz ul li{
    text-align: center;
        margin-bottom: 10vh;
}
.rewz ul li img{
    width: 175px;
    border-radius: 100px;
    box-shadow: 0 5px 5px #ada9a4;
    border: 2px solid #fff;
    margin-bottom: 4vh;
}
.rewz span{
    position: relative;
    display: block;
    font-style: italic;
}
.rewz h3{
    font-family: 'logo';
    font-size: 29px;
}
























