/*
Theme Name: Voodoo theme
Theme URI: https://voodoo.ru/
Description: Voodoo theme
Version: 1.0
Author: Voodoo
Author URI: https://voodoo.ru/
*/


@import url('https://fonts.googleapis.com/css?family=Rubik:200,300,400,500,600,700,800&display=swap&subset=cyrillic');

body {margin: 0; font-family: Geometria, sans-serif; color: #1d1d1b;}
header { width: 100%;padding: 0 30px;    box-sizing: border-box; }
footer {position: relative;    float: left;    width: 100%;}
p {margin-top: 0;  font-size: 16px;  line-height: 26px;}
a {color:inherit; text-decoration: inherit;}
h1 {font-size: 44px;color: inherit;margin: 0;}
h2 {font-size: 22px; font-weight: 600;}
h3 {font-size: 18px; font-weight: 600;}
#page ul li {font-size: 16px; line-height: 30px;}
#page ol li {font-size: 16px; line-height: 36px;}
ul {padding: 0;padding-left: 15px;}
ol {padding: 0;padding-left: 10px;}

.go-top-arrow {
    background-image: url(/wp-content/themes/voodootheme/images/strel_vverh_passiv.png);
    width: 50px;
    height: 50px;
}
.go-top-arrow:hover {
    background-image: url(/wp-content/themes/voodootheme/images/strel_vverh_activ.png);
}

.content {width:1170px;margin:0 auto;clear: both;position: relative;}
.content-mini {width:830px;margin:0 auto;clear: both;position: relative;}
.content-long {width:100%;margin:0 auto;clear: both;position: relative;}
.flex {display: flex;}
.flex1 {display: flex;}
#map {height: 590px;}
#page {clear: both;}
.otstup-100 {padding-top: 100px;}
.otstup-80 {padding-top: 80px;}
.otstup-60 {padding-top: 60px;}
.otstup-50 {padding-top: 50px;}
.otstup-40 {}
.otstup-30 {padding-top: 30px;}
.otstup-20 {padding-top: 20px;}
.bottom-otstup-100 {padding-bottom: 100px;}
.bottom-otstup-80 {    padding-bottom: 150px;}
.bottom-otstup-60 {margin-top: px;}
h1.post-title.bottom-otstup-60.otstup-40 {
    display: none;
}
.bottom-otstup-50 {padding-bottom: 50px;}
.bottom-otstup-40 {padding-bottom: 40px;}
.bottom-otstup-30 {padding-bottom: 30px;}
.col-12 {float:left;width:100%;}
.col-9 {float:left;width:75%;}
.col-8 {float:left;width:66.66666667%;}
.col-6 {float:left;width:50%;}
.col-4 {float:left;width:33.33333333%;}
.col-3 {float:left;width:25%;}
.col-2 {float:left;width:16.66666667%;}
.col-1 {float:left;width:8.33333333%;}
.nav-links {float: right;}
.nav-links a {text-decoration:none;}
.page-numbers.current {font-weight: 600;color: #203d4d;}
.page-numbers	{    color: grey;}
.nav-links a:hover {color: #203d4d;}
.pagination-block {    width: 100%;    float: left;     margin-bottom: 30px;}
.float-left {float:left;    top: 25px;
    position: relative;}
.align-center {text-align:center;}
.relative {position: relative;}
.return-404 {font-size: 12px;    text-decoration: underline;}
.logo-404 {float: left;    margin-right: 30px;    padding-top: 30px;}
.logo-404 img {    max-width: 300px;}
.text-404 {float: left;    margin-bottom: 30px;}
.arrow {position: absolute;top: calc(50% - 17px);cursor:pointer; height: 39px; width: 39px;}
.arrow-left  {left:30px; background-image: url(/wp-content/themes/voodootheme/images/strel_vlevo_passiv.png);}
.arrow-left:hover {background-image: url(/wp-content/themes/voodootheme/images/strel_vlevo_activ.png);}
.arrow-right {right:30px; background-image: url(/wp-content/themes/voodootheme/images/strel_vpravo_passiv.png);}
.arrow-right:hover {background-image: url(/wp-content/themes/voodootheme/images/strel_vpravo_activ.png);} 

.menu-container {display: inline-block;width:100%;}
.menu-item a {}
.menu-item a:hover {}
.menu-item {}
.top-menu > .menu-item > a {    font-size: 18px;
    font-weight: 400;
    font-family: 'geometria'; 
    color: white;}
.top-menu {list-style-type: none;}
.top-menu > .menu-item {float: left;    width: 100%;    margin-bottom: 25px;}
.top-menu > .menu-item:hover {}
.top-menu > .menu-item:hover a { }
.sub-menu li a {    line-height: 30px;font-size: 16px;    font-weight: 400;}
.sub-menu li a:hover {color: #5F7CA4;}
.sub-menu li {padding-right: 20px;}
.sub-menu li:last-child { }
.sub-menu {    list-style-type: none;    margin-top: 10px;padding-left: 10px;}
#main-menu-desc .sub-menu {}
#main-menu-desc .sub-menu li {}
#main-menu-desc .sub-menu li:last-child {}
#main-menu-desc .sub-menu li:hover {}



/* картинка на странице */
.minimized {
width: 300px;
cursor: pointer;
border: 1px solid #FFF;
}

/* увеличенная картинка */
#magnify {
display: none;

/* position: absolute; upd: 24.10.2016 */
position: fixed;

height: auto;
z-index: 9999;
}

#magnify img {
/*width: 100%;*/
height: 100vh;
}

/* затемняющий фон */
#overlay {
display: none;

background: #000;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0.5;
z-index: 9990;
}

/* кнопка закрытия */
#close-popup {
width: 30px;
height: 30px;

background: #FFFFFF;
border: 1px solid #AFAFAF;
border-radius: 15px;
cursor: pointer;
position: absolute;
top: 15px;
right: 15px;
}

#close-popup i {
width: 30px;
height: 30px;
background: url(https://codernote.ru/files/cross.png) no-repeat center center;
background-size: 16px 16px;
display: block;
}

@keyframes rota {
25% { transform: rotate(360deg); }
}

#close-popup:hover {
animation: rota 4s infinite normal;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
/***********/

header ul {}

.form-name input {width: 200px;    border-radius: 5px;    height: 40px;    border: none;    background-color: #f5f5f5; padding-left: 15px;    box-sizing: border-box;    font-size: 14px;}
.form-email input {width: 200px;    border-radius: 5px;    height: 40px;    border: none;    background-color: #f5f5f5; padding-left: 15px;    box-sizing: border-box;    font-size: 14px;}
.form-company input {width: 400px;    border-radius: 5px;    height: 40px;    border: none;    background-color: #f5f5f5; padding-left: 15px;    box-sizing: border-box;    font-size: 14px; font-family: inherit;}
.form-phone input {width: 230px; height: 55px; border-radius: 5px; border: none;    background-color: #f5f5f5;padding-left: 15px;    box-sizing: border-box;    font-size: 16px;}
.form-message textarea { border: none;    background-color: #f5f5f5;padding-left: 15px;    box-sizing: border-box;    font-size: 14px;    font-family: inherit;}
.form-name input::-webkit-input-placeholder {color:rgb(42,54,59);}
.form-name input::-moz-placeholder          {color:rgb(42,54,59);}/* Firefox 19+ */
.form-name input:-moz-placeholder           {color:rgb(42,54,59);}/* Firefox 18- */
.form-name input:-ms-input-placeholder      {color:rgb(42,54,59);}
.form-phone input::-webkit-input-placeholder {color:rgb(42,54,59);}
.form-phone input::-moz-placeholder          {color:rgb(42,54,59);}/* Firefox 19+ */
.form-phone input:-moz-placeholder           {color:rgb(42,54,59);}/* Firefox 18- */
.form-phone input:-ms-input-placeholder      {color:rgb(42,54,59);}
.form-email input::-webkit-input-placeholder {color:rgb(42,54,59);}
.form-email input::-moz-placeholder          {color:rgb(42,54,59);}/* Firefox 19+ */
.form-email input:-moz-placeholder           {color:rgb(42,54,59);}/* Firefox 18- */
.form-email input:-ms-input-placeholder      {color:rgb(42,54,59);}
.form-company input::-webkit-input-placeholder {color:rgb(42,54,59);}
.form-company input::-moz-placeholder          {color:rgb(42,54,59);}/* Firefox 19+ */
.form-company input:-moz-placeholder           {color:rgb(42,54,59);}/* Firefox 18- */
.form-company input:-ms-input-placeholder      {color:rgb(42,54,59);}
.form-message textarea::-webkit-input-placeholder {color:rgb(42,54,59);}
.form-message textarea::-moz-placeholder          {color:rgb(42,54,59);}/* Firefox 19+ */
.form-message textarea:-moz-placeholder           {color:rgb(42,54,59);}/* Firefox 18- */
.form-message textarea:-ms-input-placeholder      {color:rgb(42,54,59);}

.inp-obertka {float:left;}
input {font-family: inherit;}

.text-under-form {   
display: block;
    margin: 20px 0;
    font-size: 11px;
    color: #808080;
    margin-top: 10px;}

.sandwich, .phone-mobile {display:none;}

#toTop {
	position: absolute;
    top: -25px;
    right: 100px;
    opacity: 1;
	    z-index: 10;
    cursor: pointer;
}

.wa-mob {display:none;}

/** mobile **/
@media (max-width:960px){
.wa-mob {display:block;}
.wa-desc {display:none;}
.sandwich {
		display:block;
		float: right;
    margin-right: 0px;
    margin-top: 10px;
		}
.c-hamburger {
  z-index: 10;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
 
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 24px;
  left: 12px;
  right: 12px;
  height: 3px;
  background: white;
}
 
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}
 
.c-hamburger span::before {
  top: -10px;
}
 
.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #b40d16;
}
 
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
 
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
 
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
 
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
 
/* состояние active при открытом меню  */
.c-hamburger--htx.is-active {
  background-color: #b40d16;
}
 
.c-hamburger--htx.is-active span {
  background: none;
}
 
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
 
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}


}
.benef{
    align-items: stretch;
    justify-content: space-evenly;
    margin-top: -300px;
    position: relative;
    top: -453px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    left: 35px;
}
.benefs{
     color: #223059;
    font-size: 48px;
    font-weight: bold;
}
.benef>div{
  padding: 2em;
}
.benefM{
  max-width: 250px;
  margin: 15px;
}

.yith-slider .wp-block-buttons{
  position: absolute;
  bottom: 15%;
  left: 5%;
}
.yith-slider .slide-container .textSl{
  position: absolute;
  top: 40%;
  color: #5F7CA4;
  left: 5%;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.yith-slider .wp-block-image{
  position: relative;
  left: 60%;
}
.slide-container{
  min-height: 200px;
}
@media (max-width:960px){
  .desctop{
   display: none;
  }
  .topmenu{
    display: none;
  }
  .yith-slider .wp-block-image{
    display: none!important;
  }
  .yith-slider .slide-container .textSl{
    top: 25%;
  }
  }
  @media (min-width:961px){
    .mob{
     display: none;
    }
    .sandwich{
       display: none!important;
    }
  }
  .topmenu{
    width: 100%;
    height: 0px;
    background-color: rgba(34, 48, 89, 1);
    }
  .topmenu .menu-container{
    display: flex;
    /* justify-content: space-around;
    justify-content: center; */
  }
  .topmenu .top-menu > .menu-item > a{
    color:#FFF;
  }
  .topmenu .top-menu > .menu-item{
    width: auto;
    margin-left: auto;
    margin-right: auto;
    
  }
  .topmenu .top-menu{
    display: flex;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8px;
    gap: 15px;
  }
  .topmenu .sub-menu{
    display: none;
    position: absolute;
    color: #5F7CA4;
    margin-top: 15px;
    padding: 10px 0;
    padding-left: 0px;
    background-color: #FFFFFF;
    box-shadow:0px 0px 64px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05);
  }
  .topmenu .sub-menu li{
    padding-right: 0px;
  }
  .topmenu .sub-menu a{
    text-transform: uppercase;
    font-size: 14px;
    margin: 15px 15px;
  }
  .topmenu .sub-menu li:hover, .topmenu .sub-menu li a:hover{
    background-color: #5F7CA4;
    color: #FFFFFF;
  }
  .topmenu .top-menu > .menu-item > a:hover{
    color:#FFF;
  }
 @media (max-width:961px){
     .tel-list{
         width:100%!important;
    }
    .one-tel{
         width:100%!important;
         display: flex!important;
        font-size: small!important;
    }
    .one-tel.first-tel a{
        margin-right:5px;
        
    }
 }
/** mobile end **/
@media (min-width: 1024px) and (max-width: 1100px) {
.topmenu .top-menu {
        gap: 5px;
	    width: 57%;
}
.col-f-2 {
    margin-top: 30px !important;
}
	.col-4 {
    width: 50%;
}
	.spisk {
    display: block !important;
}
	.col-f-3{
    margin-top: 30px !important;
}
}


.prem-item {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
	padding: 20px;
	height: 100%;
}
.prem-item .title {
    line-height: 1.2;
    color: #3a415e;
    font-weight: 500;
    font-size: 22px;
	text-align: center;
}
.prem-item .txt {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
    color: #000000;
	text-align: center;
}

.stuff-item .title {
    line-height: 1;
    color: #3a415e;
    font-weight: 600;
    font-size: 22px;
	text-align: center;
}
.stuff-item .txt {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
    color: #000000;
	text-align: center;
}

.text-block h2, .text-block .h2 {
	font-size: 32px;
}
.text-block p {
	font-size: 18px;
}

.bluebutton {
    color: #ffffff !important;
	padding: 15px 30px;
	text-decoration: none !important;
    font-size: 18px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    background-color: #3a415e;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	cursor: pointer;
}
.bluebutton:hover {
    background-color: #000;
}

#price-table {
	border: none;
	border-top: 6px solid #ff0034;
	border-collapse: collapse;
	width: 100%;
}
#price-table tbody tr:nth-child(odd){
	background: #f3f3f3;
}
#price-table tbody tr:nth-child(even){
	background: #fff;
}
#price-table td{
	padding: 8px !important;
	font-size: 18px;
	border: none !important;
}
#price-table td:last-child {
	text-align: right;
	white-space: nowrap;
}

@media (max-width: 766px) {
    .node-5611 .content-mini,
	.node-5747 .content-mini {
        height: initial;
    }
	.text-block h2, .text-block .h2 {
		font-size: 32px;
	}
	.bluebutton {
		white-space: nowrap;
	    font-size: 14px;
	}
	#price-table td{
		font-size: 16px;
	}
}
.breadcrumbs-wrap {
  padding: 5px 0 20px;
}
.top-menu > .menu-item > .sub-menu {
  display: none;
  gap: 0px;
  background: #fff;
}
.top-menu > .menu-item > .sub-menu > .level-2.menu-item {
  width: 300px;
}
.top-menu > .menu-item > .sub-menu > .level-2.menu-item > a{
  border-bottom: 1px solid #252e57;
}
.top-menu > .menu-item > .sub-menu .level-2 > .sub-menu {
  width: 300px;
  background: #fff;
  margin: 0;
  padding: 0 ;
  display: flex;
  flex-direction: column;
  height: 420px;
  box-shadow: none;
}
.top-menu > .menu-item > .sub-menu .level-2 > .sub-menu .level-3.menu-item > a{
    text-transform: none;
    font-size: 14px;
    display: block;
    margin: 9px 15px;
    line-height: 16px;
}

@media (min-width:961px){
.top-menu > .menu-item > .sub-menu {
	position: absolute;
}
}
@media (max-width:960px){
.top-menu > .menu-item > .sub-menu {
    flex-direction: column;
}
.top-menu > .menu-item > .sub-menu .level-2 > .sub-menu {
	display: none !important;
}
.top-menu > .menu-item > .sub-menu {
	margin: 5px 0 5px auto;
}
.top-menu > .menu-item > .sub-menu > .level-2.menu-item {
    width: initial;
}
}

  .top-menu .sub-menu{
    display: none;
    /*position: absolute;*/
    color: #5F7CA4;
    margin-top: 15px;
    padding: 10px 0;
    padding-left: 0px;
    background-color: #FFFFFF;
    box-shadow:0px 0px 64px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05);
  }
  .top-menu .sub-menu li{
    padding-right: 0px;
  }
  .top-menu .sub-menu a{
    text-transform: uppercase;
    font-size: 14px;
    margin: 15px 15px;
  }
  .top-menu .sub-menu li:hover, .top-menu .sub-menu li a:hover{
    background-color: #5F7CA4;
    color: #FFFFFF;
  }

.top-menu > .menu-item-5473 {
	cursor: pointer;
}
.top-menu > .menu-item-5473 > .sub-menu {
	flex-direction: column;
}
.top-menu > .menu-item-5473 > .sub-menu > .level-2.menu-item {
    width: initial;
}

.sub-adres {
	top: 30px;
}

.hideblock {
	display: none;
}


.podcatlist {
}
.podcatlist-wrap {
display: flex;
align-items: flex-start;
align-content: flex-start;
gap: 20px;
align-self: stretch;
flex-wrap: wrap;
justify-content: center;
}
.podcatlist-item {
display: flex;
width: 265px;
height: 220px;
padding: 25px;
flex-direction: column;
align-items: flex-start;
border-radius: 10px;
background: #223059;
justify-content: space-between;
/*flex: 1 0 0;*/
align-self: stretch;
gap: 20px;
}

@media (max-width:569px){
.podcatlist-wrap {
flex-direction: column;
}
.podcatlist-item {
width: 100%;
height: initial;
}
}

.podcatlist-item-num {
color: #FFF;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
align-self: stretch;
}
.podcatlist-item-zag {
color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
align-self: stretch;
}
.podcatlist-item-but {
}
.podcatlist-item-but a {
display: flex;
width: 153px;
padding: 4px 25px;
justify-content: center;
align-items: center;
border-radius: 36px;
border: 1px solid #FFF;

color: #FFF !important;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;
text-decoration: none !important;
}
.podcatlist-item-but a:hover {
background: #fff;
color: #223059 !important;
}


