/*
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=Montserrat:400,500,600,700,800&display=swap&subset=cyrillic');

body {margin: 0; font-family: "Montserrat"; color: #2f2f2f;}
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: 28px;}
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;}
#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 {padding-top: 40px;}
.otstup-20 {padding-top: 20px;}
.bottom-otstup-100 {padding-bottom: 100px;}
.bottom-otstup-80 {padding-bottom: 80px;}
.bottom-otstup-60 {padding-bottom: 60px;}
.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;}
.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: 40px; width: 20px;}
.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: 500;    text-transform: uppercase;}
.top-menu {list-style-type: none;}
.top-menu > .menu-item {float: left;    width: 33.3%;}
.top-menu > .menu-item:hover {}
.top-menu > .menu-item:hover a { }
.sub-menu li a {    line-height: 30px;font-size: 14px; font-weight: 500;}
.sub-menu li a:hover {color: #ea4c30;}
.sub-menu li {}
.sub-menu li:last-child { }
.sub-menu {    list-style-type: none;    margin-top: 10px;padding-left: 20px;}
#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;
}

.minimized:hover {
border: 1px solid yellow;
}

/* увеличенная картинка */
#magnify {
display: none;

/* position: absolute; upd: 24.10.2016 */
position: fixed;

height: auto;
z-index: 9999;
}

#magnify img {
width: 100%;
}

/* затемняющий фон */
#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 {
	padding: 0;
}

.form-name input {width: 200px;    border-radius: 5px;    height: 50px;    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;}



#toTop {
	position: absolute;
    top: -25px;
    right: 100px;
    opacity: 1;
    cursor: pointer;
}
.sandwich {
    cursor: pointer;
    background-image: url(/wp-content/themes/voodootheme/images/icon_menu.png);
    width: 40px;
    height: 24px;
    display: block;
    float: right;
    position: relative;
    z-index: 10;
}

/** mobile **/
@media (max-width:960px){
.otstup-100 {padding-top: 35px;}
.otstup-80 {padding-top: 30px;}
.otstup-60 {padding-top: 20px;}
.otstup-50 {padding-top: 15px;}
.otstup-40 {padding-top: 15px;}
.otstup-20 {padding-top: 8px;}
.bottom-otstup-100 {padding-bottom: 35px;}
.bottom-otstup-80 {padding-bottom: 30px;}
.bottom-otstup-60 {padding-bottom: 20px;}
.bottom-otstup-50 {padding-bottom: 15px;}
.bottom-otstup-40 {padding-bottom: 15px;}
.bottom-otstup-30 {padding-bottom: 10px;}

}
/** mobile end **/

