/*
Theme Name: Blocker
Theme URI: https://www.blocker.ua
Author: Alex-studio
Author URI: https://alex-studio.com.ua/
Description: Shop theme
Requires at least: WordPress 5.2.2
Version: 1.1
License: LICENSE
License URI: LICENSE
Text Domain: alex_studio
*/

/* @import 'fonts.css'; */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto:300,400,500,700&display=swap&subset=cyrillic-ext');
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 3, 2017 8:00 PM */




/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
    border-left: 5px solid #ccc;
    padding: 20px;
    margin-left: 10px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

/*SETTING*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

:root {
    --dark: #191919;
    --red: #D91E2E;
    --white: #ffffff;
    --black: #000;
    --robotos: 'Roboto Slab';
    --roboto: 'Roboto Slab';
}


/*HTML*/
html {
    width: 100%;
    overflow-x: hidden;
}

body {
    outline: none;
    
    font-family: 'Roboto', sans-serif;    
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    font-style: normal;
    color: var(--dark);
    
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

.grid{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.g-gap-20{
	grid-gap: 20px;
}

.colum2{
	grid-template-columns: 1fr 1fr;
}
.colum3{
	grid-template-columns: repeat(3, 1fr);
}

.colum4{
	grid-template-columns: repeat(4, 1fr);
}

.colum5{
	grid-template-columns: repeat(5, 1fr);
}

.colum6{
	grid-template-columns: repeat(6, 1fr);
}

.colum7{
	grid-template-columns: repeat(7, 1fr);
}

.colum8{
	grid-template-columns: repeat(8, 1fr);
}

.colum9{
	grid-template-columns: repeat(9, 1fr);
}

.colum10{
	grid-template-columns: repeat(10, 1fr);
}

.colum11{
	grid-template-columns: repeat(11, 1fr);
}

.colum12{
	grid-template-columns: repeat(12, 1fr);
}



.flx{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.space{
    justify-content: space-between;
}

.vert-c{
    align-items: center;
}

.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 4;
}



.container {
    width: 1180px;
    margin: 0px auto;
    display: block;
/*    padding: 0px 20px;*/
    position: relative;
    z-index: 2;
}

.container-full {
    width: 100%;
    margin: 0px auto;
    display: block;
	padding: 0px 20px;
    position: relative;
    z-index: 2;
}



.row {
    padding: 90px 0px;
}

.row-t {
    padding: 70px 0px 0px;
}

.row-b {
    padding: 0px 0px 70px;
}



.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix {
    position: relative;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}




strong,
b,
bold,
.bold {
    font-weight: bold;
}


a,
button {
    outline: none;
}

a {
    text-decoration: none;
    color: var(--dark);
    transition: all .2s ease;
}
a:hover{
	    transition: all .2s ease;
}

p{
    padding-bottom: 20px;
    color: var(--dark);
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}




ul li a{
   text-decoration: none; 
}

ul li a:hover{
   text-decoration: none;
}

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

h1 {
    font-size: 53px;
    margin-bottom: 20px;
    color: var(--dark);
}

.h1{
	font-weight: 700;
}

h2 {
    font-size: 22px;
    margin-bottom: 35px;
    color: var(--dark);
}

.h2 {
    font-size: 22px;
    color: var(--dark);
}

h2 + .h2 {
    margin: -15px 0px 40px;
}

.h3 {
    font-size: 19px;
    margin-bottom: 10px;
    position: relative;
    color: var(--dark);
}


h3 {
    font-size: 19px;
    margin-bottom: 10px;
    position: relative;
    color: var(--dark);
}

h4 {
    font-size: 15px;
    margin-bottom: 0px;
    color: var(--dark);
}

.h4 {
    font-size: 15px;
    margin-bottom: 0px;
    color: var(--dark);
}




input::-webkit-input-placeholder {
    color: #8a8585;
}

input:-moz-placeholder {
    color: #8a8585;
}

input,
textarea {
    font-size: 14px;
}




/* Universal clasess */

.undline,
.undline a {
    text-decoration: underline;
}

.undline:hover,
.undline a:hover {
    text-decoration: none;
    color: #ff7b7b;
}

.uc {
    text-transform: uppercase;
}

.hidden {
    display: none !important;
}

.empty-block{
    height: 50vh;
}

.l_text{
    float: left;
}
.r_text{
    float: right;
}

.c_text{
    text-align:center;
}

.m-auto{
    margin: 0 auto;
}

.mt-10{
    margin-top: 10px;
}

.mt-20{
    margin-top: 20px;
}

.mt-30{
    margin-top: 30px;
}

.mt-40{
    margin-top: 40px;
}

.mt-50{
    margin-top: 50px;
}

.mr-1{
	margin-right: 5px;
}

.mr-2{
	margin-right: 8px;
}

.mr-3{
	margin-right: 10px;
}

.mr-4{
	margin-right: 12px;
}

.mr-4{
	margin-right: 15px;
}

.mb-15{
	margin-bottom: 15px;
}


.w-100{
	width: 100%;
}

.w-20{
	width: 20%;
}

.w-30{
	width: 30%;
}

.w-55{
	width: 55%;
}

.pb-10{
    padding-bottom: 10px;
}

.pb-15{
   padding-bottom: 15px; 
}

.pb-5{
    padding-bottom: 5px;
}

.pt-10{
    padding-top: 10px;
}

.pt-5{
    padding-top: 5px;
}

.pr-10{
    padding-right: 10px
}

.pl-10{
   padding-left: 10px 
}

.p-5{
    padding: 5px;
}

.p-10{
    padding: 10px;
}

.p-15{
    padding: 15px;
}

.p-20{
    padding: 15px;
}

.abs{
	position: absolute;
}

.text_c{
	text-align: center;
}
.rotate180{
	transform: rotate(180deg);
}

/* BUTTONS */

.r-btn{
    background: var(--red);
    padding: 16px 43px;
    color: var(--white);
    text-transform: uppercase;
    border: 1px solid rgba(0,0,0,0.0);
    font-size: 22px;
    border-radius: 10px;
    font-weight: bold;
    font-family: var(--robotos);
}






/* Titles classes */

.title{
	font-size: 1.5em;
    color: #242424;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 20px;
}

/*
.title:before {
    content: "\A";
    border-style: solid;
    border-width: 35px 52px 35px 0;
    border-color: transparent #dd4397 transparent transparent;
    position: absolute;
    left: 35px;
    top: 15px;
    z-index: -1;
    opacity: 0.3;
    
    transform: rotate(-90deg);
}
*/

.title span{
	font-weight: 300;
}

.title h1{
	line-height: 50px;
    font-weight: 100;
}

.title p{
	font-weight: 100;
	color: #879298;
}

#post-inner h1{
	font-style: normal;
    font-weight: bold;
    font-size: 70px;
    line-height: 85px;
    text-align: center;
    margin-bottom: 50px;
}


h2.c-white:after{
    display: block;
    content: '';
    width: 10%;
    height: 5px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;  
}

/*
*
*
*
*/
/*************************/
/* NEXT PROJECT CSS ONLY */
/*************************/
/*
*
*
*
*/




/* END GLOBAL STYLES OF PROJECT*/

/*HEADER*/
header{
    background: rgba(0,0,0,0.7);
}

header.header-abs{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}



header .logo{
	width: 300px;
	height: 60px;
	
    background: url(https://www.blocker.ua/wp-content/themes/aswtheme/img/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
        
    display: block;
     
  
}

header .top-text{
    color: var(--white);
    font-family: var(--robotos);
    font-weight: bold;
    font-size: 28px;
}

header .top-header{
    padding: 15px 80px 23px 80px;
    border-bottom: 1px solid rgba(255,255,255, 0.5);
}

header .phone-top a{
    opacity: 0.9;
    color: var( --white );
    font-size: 20px; 
}

header .phone-top a.first{
    padding: 0px 10px;
    margin-right: 15px;
    border-right: 1px solid var(--white);
}

header .phone-top a:hover{
	color: var(--red);
}






header a.number_top{
    padding-left:20px;
    font-size: 1.3em;
    text-decoration: underline;
}

/*
header .lang {
    width: 150px;
}
*/

header .lang li{
    display: inline-block;
}

header .lang li a{
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
    padding: 10px 5px;
    line-height: normal;
    border-radius: 100px;
    text-transform: uppercase;
}

header .lang li a.active, header .lang li a:hover{
    background: var(--red);
    font-weight: bold;
    color: var(--white) !important;
}

header nav{
	width: 80%;
}

header .nav{
    padding: 12px 80px;
        
}

header .nav ul{
    width: 100%;
	display: flex;
	justify-content: space-between;
	
}

header .nav li{
    display: inline;
}

header .nav li a{
    color: var(--white);
    font-size: 20px;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-transform: uppercase;
}

header .nav li a:hover{
    position: relative;
    z-index: 1;
        padding-top: 15px;
    padding-bottom: 14px;
    background: var(--red);
    padding-right: 10px;
    padding-left: 10px;
}

.current-menu-item a{
	    position: relative;
    z-index: 1;
        padding-top: 15px;
    padding-bottom: 14px;
    background: var(--red);
    padding-right: 10px;
    padding-left: 10px;

}




header form{
    width: 150px;
    display: block;
    position: relative;
    border: 1px solid #fff;
    border-radius: 20px;

}

header form .search-input-top{
    background: rgba(0,0,0, 0.0);
    border: 0px;
    width: 100%;
    padding: 5px 5px;
    margin: 0 auto;
    color: var(--white);
    padding-left: 30px;
}

header form .search-btn{
    position: absolute;
    left: 9px;
    margin-bottom: 6px;
    width: 16px;
    top: 6px;
}

header .burg{
    display:none;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
    background-color: #fff !important;
}

#side-menu .hamburger-inner, #side-menu .hamburger-inner:after, #side-menu .hamburger-inner:before{
    background-color: var(--dark) !important;
}


#side-menu .side-menu{
	position: fixed;
    width: 300px;
    background: #fff;
    z-index: 999;
    transform: translateX(200%); 
    right: 0; 
    top: 0;
    height: 100%; 
    transition: transform .3s;
}

#close-btn-top{
	position: absolute;
    right: 4px;
    z-index: 9999999;
}



#side-menu.open-menu .side-menu{
	position: fixed;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 9999999;
    top: 0px;
    transition: transform .2s cubic-bezier(.4,.01,.165,.99);
    padding: 10px;
    box-shadow: 0px 10px 40px rgba(0,0,0,0.2);
    transform: translateX(0px);
    overflow: scroll;
}

#side-menu ul{
    padding-top: 50px;
    padding-bottom: 30px;
}

#side-menu ul li a{
    width: 100%;
    padding: 10px;
    display: inline-block;
    font-size: 20px;
}

#side-menu ul li a:hover{
    background: var(--red);
    color: #fff;
}

#side-menu ul li.current-menu-item a{
    color: #fff;
}


#side-menu form{
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 20px;
}

#side-menu .lang li a{
    color: var(--dark);
}


#side-menu .lang .active li a{
    color: var(--white);
}
#side-menu form .search-btn{
    filter: brightness(0%);
}

#side-menu form input{
    color: var(--dark);
}

.slider-main .slick-slide{
    width: 100%;
    min-height: 720px;
    background-size: cover;
    background-size: cover !important;
/*     background-position: center !important; */
}

.slider-main:hover{
	cursor: pointer;
}

.slider-text-block{
    top: 50%;
    margin-left: 4%;
    font-size: 60px;
    color: var(--white);
    font-family: var(--robotos);
}

.slick-dotted.slick-slider{
    margin-bottom: 10px !important;
}
.slick-dots{
    bottom: 25px !important;
    z-index: 9;
}
.slick-dots li button{
    padding: 0px
}
.slick-dots li{
    height: 4px;
    width: 30px;
    margin: 0 15px;
}
.slick-dots li button:before{
    background: var(--white);
    height: 4px;
    width: 30px;
    opacity: 1;
}

.slick-dots li.slick-active button:before{
    background: var(--red);
    height: 4px;
}
.slick-dots li button:before{
	height: 4px !important;
}
.slick-dots li button:before{
	font-size: 0px !important;
}

.tag{
    color: var(--white);
    background: var(--red);
    padding: 2px;
    line-height: 1;
    display: inline-block;
    transition: all .3s ease;
}

.prev-btn-main-slide{
    /* top: 400px; */
    top: 50%;
    filter: brightness(0) invert(1);
    z-index: 99;
    margin-left: 30px;
    height: auto;
    width: 40px;
    opacity: 0.7;
    cursor:pointer;
}
.prev-btn-main-slide:hover{
    opacity: 1;
}

.prev-btn-main-slide img{
    width: 100%;
}
.next-btn-main-slide{
    /* top: 400px; */
    top: 50%;
    filter: brightness(0) invert(1);
    z-index: 99;
    margin-right: 30px;
    height: auto;
    width: 40px;
    right: 0;
    opacity: 0.7;
    cursor:pointer;
}

.next-btn-main-slide:hover{
    opacity: 1;
}

.next-btn-main-slide img{
    width: 100%;
}

.advanteges{
    grid-gap: 20px;
    padding: 20px 18px;
}

.advanteges .grid{
    grid-gap: 20px;
}

.adv-item{
    min-height: 400px;
    padding: 20px;
    position: relative;
    border-radius: 20px;
    background-size: cover !important;
    background-position: center !important;
	transition: all .3s ease;
}
.adv-item:hover{
	cursor: pointer;
	background-size: 120% !important;
	transition: all .3s ease;
}

.adv-item:hover .adv-title{
	color: var(--red);
}

.adv-item:hover .more-btn{
	color: var(--red);
}


.adv-info-block{
    bottom: 30px;
    color: var(--white);
}

.adv-title{
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 40px;
    font-weight: bold;
    font-family: var(--robotos);
}

.advanteges-text{
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    padding-bottom: 20px;
}

.adv-info-block:hover{
    cursor:pointer;
}

.slider-partners a{
	transform: scale(1);
	transition: all .3s ease;
}

.slider-partners .slick-track{
	padding: 10px 0px;
}

.slider-partners a:hover{
	cursor: pointer;
	transform: scale(1.05);
	transition: all .3s ease;
}


.partners{
    margin: 30px 40px;
    position: relative;
}
.partners .title{
    color: var(--dark);
    font-family: var(--robotos);
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 30px;
    padding-top: 0px;
}

.partners img{
    margin: 0 auto;
}

.prev-p{
    z-index: 99999;
    top: 55%;
}
.next-p{
    z-index: 99;
    top: 55%;
    right: 0;
}

.missle-main{
	text-align: justify;
}

.middle-block{
    padding: 60px 20%;  
    background: url(https://www.blocker.ua/wp-content/themes/aswtheme/img/middle-back.png) no-repeat;
    background-position: center center;
    background-size: cover;

    font-family: var(--robotos);
    color: var(--white);
    font-size: 50px;
    font-weight: bold;
}

.about-block{
	text-align: justify;
    padding: 40px 80px;
}

.about-block img{
    border-radius:20px;
}

.grey{
    background: linear-gradient(244.77deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.15) 100%);
}

.about-block .grid{
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.about-block .title{
    color: var(--dark);
    padding-bottom: 40px;
    font-size: 50px;
    font-weight: bold;
    font-family: var(--robotos);
    padding-top: 0px;
}

.about-block i{
    font-style: italic;
    font-weight: 300;
    padding-bottom: 40px;
    display: block;
}

.about-block h3{
    font-weight: bold;
    font-size: 30px;
    font-family: var(--robotos);
    line-height: 40px;
  
}

.interesting-block{
    background: url(https://www.blocker.ua/wp-content/themes/aswtheme/img/why-blocker.png) no-repeat;
    background-size:cover;
    background-position:center center;
    padding: 105px 85px;
}

.title-icon-block{
	display: grid;
	grid-template-columns: 100px 1fr !important;
}

.why-block{
    background: url(https://www.blocker.ua/wp-content/themes/aswtheme/img/hadr-hack.png) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.interesting-block .grid{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 20px;
    grid-gap: 40px;
}

.interesting-block .title{
    color: var(--white);
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 60px;
    font-size: 50px;
    font-weight: bold;
    font-family: var(--robotos);
    width: 100%;
    text-align: center;
    padding-top: 0px;
}

.interesting-block .inter-item img{
    margin-bottom: 20px;
    min-height: 81px;
}

.interesting-block .inter-item .title{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: var(--white);
    padding-bottom: 20px;
    text-align: left;
}
.interesting-block .inter-item p{
    color: var(--white);
    font-weight: normal;
    text-align: justify;
}

.inter-item .grid{
	grid-template-columns: 30% 1fr !important;
}

p.img{
    padding-left: 40px;
    background-repeat: no-repeat !important;
}



.about-page-top-block{
    background: url(https://www.blocker.ua/wp-content/uploads/2020/01/about-back-top.jpg) no-repeat !important;
    	grid-gap: 0px;
    	padding: 120px 40px;
    	background-size: cover !important;
    	/* margin-top: 114px !important; */
    	padding-top: 250px !important;
}

.page-template-page-about .interesting-block .title:first-child{
    /* background: url(https://www.blocker.ua/wp-content/uploads/2020/01/about-back-top.jpg) no-repeat !important;
    background-size: cover !important; */
}


.pt-for-abs-header{
    padding-top: 270px !important;
}
.about-page-top-block .grid{
    grid-template-columns: 1fr 1fr 1fr;
}

.img-set{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 20px;
}
.img-set a:hover{
	cursor: pointer;
}

/* .text-about ul li{
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    padding-bottom: 20px;
    padding-left: 25px;
    position: relative;
} */

.text-about ul li {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 20px;
    padding-left: 25px;
    position: relative;
}

.text-about ul li:before{
    content: '';
    background: url(https://www.blocker.ua/wp-content/themes/aswtheme/img/rectangle-li.svg) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    background-size: cover;
}

.middle-info{
    font-size: 18px;
    text-align: left;
    padding-top: 10px;
}
.middle-info a{
    color: var(--white);
    transform: scale(1);
    transition: all .3s ease;
}

.main-adress{
    transform: scale(1);
    transition: all .3s ease;
}
.main-adress:hover{
    transform: scale(1.05);
    transition: all .3s ease;
}

.middle-info a:hover{
    transform: scale(1.05);
    transition: all .3s ease;
}

.middle-info .grid .grid{
    grid-template-columns: 30px 1fr;
}

.middle-info .grid{
    grid-template-columns: 1fr 1fr 200px;
}

.middle-info p{
    color: var(--white);
}

.map-contact{
    min-height: 700px;
    padding: 0px 10px;
/*     padding: 100px 80px; */
/*     background: url(https://www.blocker.ua/wp-content/themes/aswtheme/img/mao.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.map-contact .map-map{
	width: 100%;
	height: 700px;
}


.map-form{
    background: rgba(0, 0, 0, 0.7);
/*     width: 640px; */
    padding: 40px;
    border-radius: 20px;
}

.map-contact .map-form{
	width: 640px;
	z-index: 999;
    top: 40px;
    left: 40px;
}

.pop-up-window .map-form{
	background: rgba(0, 0, 0, 0);
}

.pop-up-window p{
    padding-bottom: 0px;
    text-align: justify;
}

.pop-up-window .map-form h2{
	color: var(--dark);
	
}


.send_btn_block{
	width: 100%;
	text-align: center;
}
.send_btn_block button{
	margin: 0 auto;	
}

.pop-up-window .wpcf7-submit{
	background: var(--red);
    padding: 16px 43px;
    color: var(--white);
    text-transform: uppercase;
    border: 1px solid rgba(0,0,0,0.0);
    font-size: 22px;
    border-radius: 10px;
    font-weight: bold;
    font-family: var(--robotos);
    margin-bottom: 0px;
    position: relative;
}

/*
.pop-up-window .wpcf7-submit:before{
	position: absolute;
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f1d8";
}
*/
/*
.pop-up-window .wpcf7-submit:hover{
	color: var(--red);
	border: 1px solid var(--red);
	background: var(--white);
}
*/

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

.map-form h2{
    font-weight: bold;
    font-size: 46px;
    line-height: 50px;
    font-family: var(--robotos);
    color: var(--white);
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.map-form input, .map-form textarea{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255, 0.3);
    background: rgba(0,0,0,0.3);
    color: var(--white);
}

.pop-up-window .map-form input[type="text"], .pop-up-window .map-form textarea, .pop-up-window .map-form input[type="tel"], .pop-up-window .map-form input[type="email"]{
	width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0, 0.3);
    background: rgba(0,0,0,0);
    color: var(--dark);
}

.input-group{
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.map-form button{
    padding: 16px 20px;
    font-size: 19px;

}

.map-form button img{
    width: 17px;
}

.coloborate-block .grid{
	grid-template-columns: 100%;
}

.coloborate-block img{
	float: right;
}



.catalog{
    padding: 0 20px;
    padding-top: 130px;
}

.cat_item{
    grid-template-columns: 100%;
    padding: 0px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.cat_item:hover{
    border: 1px solid var(--red);
}
.cat_item:hover .p-left-side{
    background-size: 110% !important;
}

.cat_item .p-left-side {
    background-size: 100% !important;
    min-height: 350px;
    background-position: center !important;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 2px solid red;
    padding-left: 20px;
    padding-right: 20px;
}
.cat_item .p-right-side{
    padding-top: 0px;
}

.cat_item .p-right-side .title{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
    min-height: auto;
    padding-bottom: 0px;
    padding-top: 0px;
}

.cat_item .btn-a{
    padding: 0px 20px 20px 20px; 
    border-radius: 5px;
}

/* .cat_item .btn-a span{
    background: var(--red);
    color: var(--white);
    padding: 5px;
    border-radius: 5px;
} */

.catalog h1{
    font-weight: bold;
    font-size: 50px;
    line-height: 66px;
    font-family: var(--robotos);
    padding-top: 20px;
}

.catalog .grid{
    grid-gap: 20px;
}

.catalog .colum4{
    grid-template-columns: repeat(3, 1fr);
}

.catalog-item{
    padding-bottom: 40px;
}

.catalog-item .img-block{
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 20px;
	transform: scale(1);
	transition: all .3s ease;
}

.catalog-item:hover{
	cursor: pointer;
}

.catalog-item:hover .img-block{
	border: 1px solid var(--red);
	transition: all .3s ease;
}

.catalog-item:hover .img-block img{
	transform: scale(1.05);
	transition: all .3s ease;
}

.catalog-item .title{
    font-family: var(--robotos);
    font-weight: bold;
    font-size: 30px;
}

.catalog-item p{
    padding: 0px 20px;
}




.service-page-top-block{
    background: url(https://www.blocker.ua/wp-content/themes/aswtheme/img/fon-serv-min.png);
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-page-top-block .title{
    text-align: left;
}

.service-page-top-block p{
    color: var(--white);
}

.docs{
    margin: 50px 80px 60px 80px;
}

.docs .tab button.active {
    color: var(--red);
    background-color: var(--white);
}

.docs .tab{
    border: 0px solid #ccc;
    background-color: var(--white);
}
.docs .tab button{
    font-size: 18px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 15px;
}

.docs .tab button span{
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid red;
}

.docs .tab button.sub{
    padding-left: 20px;
}

.docs .tabcontent{
    border: 0;
}

.docs .tabcontent ul{
    list-style: disc;
}

.docs .tabcontent ol{
    list-style: decimal;
}

.docs .tabcontent ul li {
    margin-left: 25px;
}

.docs .tabcontent{
    border-left: 1px solid #ededed;
    padding-left: 40px;
}


.m-pin{
	top: 50%;
    right: 27%;
}

.map-contact input::placeholder, .map-contact textarea::placeholder {
  color: rgb(193, 192, 192);
}

.tabcontent h2{
    font-weight: bold;
    font-size: 50px;
    line-height: 66px;
    font-family: var(--robotos);
    padding-bottom: 30px;
}


.item-list{
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.partners-page, .faq-page{
	padding: 0 80px;
	padding-bottom: 50px;
}

.faq-page{
	padding-bottom: 50px;
}

a.btn-a span, div.btn-a span{
	background: var(--red);
    color: var(--white);
    padding: 5px;
    border-radius: 5px;
}

.faq-page .partn-item{
	grid-template-columns: 45% 1fr;
}

.faq-page .partn-item:hover img{
	transform: scale(1.05);
	transition: all .3s ease;
}

.p-right-side img{
	margin: 0 auto;
}

.partn-item:hover .p-left-side{
	background-size: 80% !important; 
}

.faq-page .partn-item:hover .p-left-side{
	background-size: 125% !important; 
}

.partners-page .top-text {
    position: relative;
    margin-top: 200px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


.title-top{
    font-family: var(--robotos);
    font-size: 50px;
    line-height: 66px;
    font-weight: bold;
    padding-bottom: 0px;
}

.select-filter{
    text-align: center;
}

.filter{
    width: 200px;
    margin-bottom: 60px;
}

.partn-item{
    border: 1px solid #ccc;
    
    padding: 50px 20px;
    border-radius: 20px;
    
}

.pop-up-window .partn-item a:hover{
	color: var(--red);
	transform: scale(1.05);
    display: inline-block;
}

.pop-up-window .title .vert-c{
    grid-row: 1;
}

.pop-up-window .title .space{
    grid-row: 1;
}

/* .pop-up-window .title .vert-c{
    grid-column: 1; grid-row: 1;
}

.pop-up-window .title .space{
    grid-column: 2; grid-row: 2;
} */

.modal{
	padding: 0px !important;
	border-radius: 20px !important;
}

.partn-item .prtn-link{
	
}

.partn-item .grid{
    grid-template-columns: 70% 1fr;
}

.partn-item .title{
	padding-top: 0px;
    font-size: 40px;
    padding-bottom: 20px;
    min-height: 155px;
    
}

.partn-item:hover img{
	transform: scale(1.05);
}

.partn-item .sub-title{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
}

.partn-item ul.addres li{
    font-size: 18px;
    line-height: 20px;
    padding-left: 35px;
    padding-bottom: 30px;
}

.partn-item ul.addres li:last-child{
    padding-bottom: 0px;
}

.partn-item ul.addres li a{
    padding-right: 20px;
}

.partn-item:hover{
	border: 1px solid var(--red);
}

.partn-item:hover .popup-with-move-anim{
	color: var(--red);
	font-weight: 700;
}

li.map-pin{
    background: url(https://www.blocker.ua/wp-content/themes/aswtheme/img/icon-map-red.svg) no-repeat;
    background-size: 24px 24px;
}

li.time{
    background: url(https://www.blocker.ua/wp-content/themes/aswtheme/img/icon-time-red.svg) no-repeat;
    background-size: 24px 24px;
}

li.phone{
    background: url(https://www.blocker.ua/wp-content/themes/aswtheme/img/icon-phone-item-red.svg) no-repeat;
    background-size: 24px 24px;
}

li.web{
    background: url(https://www.blocker.ua/wp-content/themes/aswtheme/img/www.svg) no-repeat;
    background-size: 20px 20px;
}

li.web a{
    text-decoration: underline;
}

.faq-page{
    padding-top: 130px;
}

.faq-page .top-text {
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.faq-page  .partn-item .title{
    font-size: 30px;
}



.show_desk_middle{
	    display: none;
    }

   

footer{
    color: #fff;
    background: #191919;
    background-size: cover;
    background-position: center;
    background-position-x: -3px;
    padding: 30px 0px;
    padding-bottom: 25px;
}

footer .footer-logo{
	width: 224px;
    height: 230px;
	
    background: url(https://www.blocker.ua/wp-content/themes/aswtheme/img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
        
    display: block;
    
    margin: 15px 0px;
    margin-right: 20px;
}

footer .widget{
	padding: 20px;
	width: 250px;
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 8px;
}

footer h3{
    font-family: var(--robotos);
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: var(--white);
    padding-bottom: 20px;
}

footer ul li{
    list-style: none;
}

footer ul li a{
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
}

footer ul li a:hover{
    padding-left: 10px;
    transition: all .5s ease;
}

footer li.current-menu-item a{
	background: rgba(0,0,0,0);
    color: var(--red);
    font-weight: 700;
}

footer .footer-adress{
    width: 410px;
}

footer ul.soc li{
    display: inline-block;
    margin-right: 10px;
}

footer .soc a{
    color: var(--white);
    border: 1px solid var(--white);
    width: 23px;
    display: block;
    line-height: normal;
    height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 12px;
}

footer .soc a:hover{
    opacity: 1;
    background: var(--red);
    padding-left: 0px;
}

footer .widget p{
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}

footer .addres a, footer .addres span{
	line-height: normal;
    padding-bottom: 10px;
    display: block;
}

footer .addres li.phone span a{
	display: inline-block;
	padding-bottom: 0px;
}

footer .addres li.phone span a:first-child{
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
}

footer .addres li{
	padding-left: 30px;
    line-height: normal;
    padding-bottom: 10px;
}

.grecaptcha-logo, .grecaptcha-badge{
	display: none;
}

.copy{
    background: #191919;
    padding: 10px 0;
	color: rgba(255,255,255,0.3);
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.5);
}

.copy a{
    cursor: pointer;
	color: rgba(255,255,255,0.3);
	font-size: 14px;
}



/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
  }
/*****************************/
/*****************************/
/*****************************/
/*****************************/
/*****************************/
/*****************************/
/*****************************/


/* @media screen and (max-width: 1550px) {

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

@media screen and (max-width: 1180px) {
	.container{
        padding: 0px 15px;
        width: 100%;
    }
    header .top-text{
        font-size: 22px;
    }
    
}

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

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

    
}

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

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

}

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

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

}

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

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

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

}

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

	
}

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

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


} 


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

*/


.wpcf7-form p{
	padding-bottom: 0px;
}



.mfp-container{
	backdrop-filter: blur(5px);
}


/* Styles for dialog window */
#small-dialog, .pop-up-window {
	background: white;
/*     padding: 20px 30px; */
    text-align: left;
    max-width: 500px;
    margin: 40px auto;
    position: relative;
    border-radius: 20px;
}

.pop-up-window a:hover{
	transform: scale(1.05);
}

.pop-up-window .partn-item{
    padding: 20px 20px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    background: #fff;
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

#button-phone {
  display: inline-block;
  background-color: var(--red);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  padding-top: 15px;
  z-index: 1000;
}



#button-top {
  display: inline-block;
  background-color: #757575;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100px;
  position: fixed;
  bottom: 90px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;

}
/* #button-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
} */
#button-top:hover {
  cursor: pointer;
  background-color: #333;
}
#button-top:active {
  background-color: #555;
}
#button-top.show {
  opacity: 0.3;
  visibility: visible;
}

#button-top img{
    padding-top: 16px;
    padding-bottom: 16px;
    width: 51%;
}

.excp p{
    display: block !important;
    font-size: 14px;
    line-height: normal;
    padding-bottom: 0px
}