/*!
Theme Name: antoniocarraro
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: antoniocarraro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

img {
	border-style: none;
}


button, input, optgroup,
select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
button,
input { /* 1 */
	overflow: visible;
}
button, select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input,
select, optgroup, textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}
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: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	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 {
	left: 100%;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*----------------------------------------------- ----------------------------------------------- -----------------------------------------------*/
.elementor-section.elementor-section-boxed>.elementor-container{
	max-width:100%!important;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0px!important;
}
.elementor-section.elementor-section-stretched {
    position: relative;
    max-width: 100%!important;
}
body *{
	font-family: "Lato", sans-serif;
}
#content{
	padding-top:120px;
}
/*------------------------------------------------ ------------------------------------------------ ------------------------------------------------*/

/* ----------------------------------Головна---------------------------------- */
h1, h2, h3, h4, h5{
	margin:0px;
	padding:0px;
}
.red{
	color:#ff0000;
}
.white{
	color:#fff;
}
.black{
	text-decoration:none;
	color:#000;
}
.black:hover{
	text-decoration:underline;
}
.entry-header{
	display:none;
}
.tit_st h2{
	font-size:33px!important;
	font-family: "Lato", sans-serif;
}
#primary{

	margin-top:-20px;
}
#page{
	max-width: 100vw;
    overflow: hidden;
}
/* -----карусель----- */
.slick-list.draggable{
	padding:0px!important;
	margin-left: -2px;
}
.slick-prev.slick-arrow{
	position: absolute;
    top: 42%;
    z-index: 9;
	margin-left: -50px;
	border: none;
    background-color: transparent;
    color: transparent;
	background:url(https://antoniocarraro.selector.space/wp-content/uploads/2019/08/arr_left.png)no-repeat;
	background-position: 50%;
	width: 50px;
    height: 50px;
	outline: none!important;	
}
.slick-next.slick-arrow{
	position: absolute;
    top: 42%;
    right: -15px;
	border: none;
    background-color: transparent;
    color: transparent;
	background:url(https://antoniocarraro.selector.space/wp-content/uploads/2019/08/arr_right.png)no-repeat;
	background-position: 50%;
	width: 50px;
    height: 50px;
	outline: none!important;	
}
.more{
	color:#fff;
	font-size:20px;
	background:#ff0000;
	text-transform:uppercase;
	display: block;
    text-align: center;
	transition:0.5s;
}
.more:hover{
	background:#a30b0b;
	transition:0.5s;
}
.t_t{
	color:#777;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
}
.t_d{
	color:#777;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
}
.center .slick-track>div{
	z-index:8;
	border:1px solid transparent;
	border-bottom:4px  solid transparent;
}
.center .slick-track>div img{
	margin:30px 0px;
}
.opa{
	opacity:0;
}

.center .slick-track>div>div{
	border-color:transparent!important;
}
.center .slick-track>div:hover{
	z-index:11;
	background:#fff;
	border:1px solid#00000090;
	border-bottom:4px solid#ff0000!important;
}
.center .slick-track>div:hover .t_t{
	color:#ff0000;
}
.center .slick-track .t_t:hover{
	text-decoration:underline;
}
.center .slick-track .t_d:hover{
	text-decoration:underline;
}
.center .slick-track>div:hover .opa{
	opacity:1;
}
.elementor-slick-slider ul.slick-dots {
	bottom: 10px!important;
}
.elementor-slick-slider ul.slick-dots li button:before{
	font-size:10px!important;
}
.elementor-slick-slider ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ff0000!important;
}
.slick-active>button{
	
}
.elementor-slick-slider ul.slick-dots li button:before{
	color:#ff0000;
}


/* ------ */


/* ------------- */
.site-branding>a>img{
	transition: all 250ms;
}
#masthead{
	position:fixed;
	width:100%;
	background:#fff;
	display:flex;
	padding-left: 15px;
    padding-right: 15px;
	z-index:9999;
	transition: all 250ms;
}
#primary-menu{
	justify-content: center;
    display: flex;
	flex-wrap: wrap;
}
.menu-menu-1-container> ul> li + li {
    padding-left: calc(5px + (30 - 5) * (100vw - 785px) / (2400 - 785));
	margin-left: calc(5px + (30 - 5) * (100vw - 785px) / (2400 - 785));
}
.menu-menu-1-container ul li a {
    font-size: calc(15px + (30 - 15) * (100vw - 785px) / (2400 - 785));
	color:#000;
	text-transform: uppercase;
}
.menu-menu-1-container>ul>li:nth-child(2), .menu-menu-1-container>ul>li:nth-child(3), .menu-menu-1-container>ul>li:nth-child(4){
	border-left:1px solid#ff0000;
}
.menu-menu-1-container>ul>li>a{
	border-bottom: 3px solid #fff;
}
.menu-menu-1-container>ul>li>a:hover{
	border-bottom: 3px solid #f00;
}
.menu-menu-1-container ul li ul {
    top: 27px;
    background: #fff;
    box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.2);
    border-top: 3px solid #ff0000;
	z-index: 10;
}
.menu-menu-1-container ul li ul a{
	padding: 3px 6px;
}
.menu-menu-1-container ul li ul a:hover {
    border-bottom: none;
    background: #cdcecd;
}
.sub-menu{
	width:250%;
	overflow:hidden;
}
.sub-menu>li{
	width:250%;
}
.main-navigation {
	transition: all 250ms;
	padding-top: 45px;
}
.hov_b .elementor-widget-text-editor{
	overflow:hidden;
}
.hov_b .elementor-widget-text-editor .elementor-widget-container{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.hov_b .elementor-widget-text-editor:hover .elementor-widget-container{
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.hov_b .elementor-widget-text-editor .elementor-widget-container p{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
}
.hov_b .elementor-widget-text-editor:hover .elementor-widget-container p{
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.hov_b .elementor-widget-text-editor:not(hover) .elementor-widget-container{
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.hov_b .elementor-widget-text-editor:not(hover) .elementor-widget-container p{
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.hov_b .elementor-widget-wrap{
	overflow:hidden;
}

.hov_b .elementor-widget-wrap img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.hov_b .elementor-widget-wrap:hover .elementor-widget-image img{
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.hov_b .elementor-widget-wrap:not(hover) .elementor-widget-image img{
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
#not_h{
	-webkit-transform: scale(1.0)!important;
	-moz-transform: scale(1.0)!important;
	-o-transform: scale(1.0)!important;
}
#not_h *{
	-webkit-transform: scale(1.0)!important;
	-moz-transform: scale(1.0)!important;
	-o-transform: scale(1.0)!important;
}





.pos_a{
	position: absolute!important;
    top: auto;
    bottom: -10px;
}

.aft_arr a{
	color:#000;	
}
.aft_arr a:after {
	content: '\f054';
	color:#ff0000;
	font-size: 15px;
	margin-left:5px;
	font-family: fontawesome;
}















/*-----------**********------ -----------**********------НОВИНИ-----------**********------ -----------**********------*/
.back_news{
	color: #fff;
    background: #ff0000;
    font-weight: 600;
    padding: 2px 5px;
}
.back_news:before{
	content: '\f053';
	font-family: fontawesome;
    margin-right: 10px;
	color: #00000070;
    font-weight: 100;
    font-size: 13px;
}
.news_cont  .elementor-widget-wrap{
	display:flex;
}
.news_cont .elementor-widget-wrap>div:nth-child(1),
.news_cont .elementor-widget-wrap>div:nth-child(2){
	order:5;
}
.news_cont .elementor-widget-wrap>section{
	order:1!important;
	height:80px;
}
.pt-cv-wrapper .btn-success {
    color: #000;
    background-color: transparent;
    border: none;
}
.pt-cv-wrapper .btn-success:after{
	content: '\f054';
	font-family: fontawesome;
    margin-left: 7px;
	color: #ff0000;
    font-weight: 100;
    font-size: 12px;
}
.pt-cv-wrapper .btn-success.active, .pt-cv-wrapper .btn-success:active, .pt-cv-wrapper .btn-success:hover, .pt-cv-wrapper .open>.dropdown-toggle.btn-success,
.pt-cv-wrapper .btn-success.active.focus, .pt-cv-wrapper .btn-success.active:focus, .pt-cv-wrapper .btn-success.active:hover, .pt-cv-wrapper .btn-success:active.focus, .pt-cv-wrapper .btn-success:active:focus, .pt-cv-wrapper .btn-success:active:hover, .pt-cv-wrapper .open>.dropdown-toggle.btn-success.focus, .pt-cv-wrapper .open>.dropdown-toggle.btn-success:focus, .pt-cv-wrapper .open>.dropdown-toggle.btn-success:hover{
    color: #000;
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline!important;
}
.post-thumbnail{
	display:none;
}
.pt-cv-title{
	color:#000!important;
}
.pt-cv-title:hover{
	text-decoration: underline!important;
}
.pt-cv-content a{
	float: right;
}
.rightt{
	right:30px;
	left:auto!important;
}
.centrr{
	left:30%!important;
}
.sl_tb{
	width: 40%;
    padding: 20px 14px;
    background: rgb(0, 0, 0, 0.5);
    position: absolute;
    left: 30px;
	top:10px;
}
.sl_tb .title{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px!important;
    color: #ff0000;
    line-height: 34px!important;
    text-align: left;
	margin-bottom: 15px;

}
.sl_tb p{
	font-size:15px!important;
	color:#fff!important;
}
.sl_tb .bt_b{
	font-weight:600;
	color:#d8d8d8!important;
	font-size:16px;
	font-style: italic;
	text-align: left;
}
.sl_tb span{
	width: 15px;
    height: 3px;
    background: #ff0000;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bor_b>div>div:after{
    content: '';
    width: 15px;
    height: 3px;
    background: #000;
    position: absolute;
}
.bor_bt>div>div:after{
    content: '';
    width: 23px;
    height: 4px;
    background: #ff0000;
    position: absolute;
    bottom: 10px;
}
.bor_btm>div>div:after{
    content: '';
    width: 15px;
    height: 3px;
    background: #ff0000;
    position: absolute;
    margin-top:0px;
}
.bor_btmh h3:before{
    content: '';
    width: 15px;
    height: 3px;
    background: #ff0000;
    position: absolute;
    margin-top: 25px;
}
.pt-cv-ifield img {
    box-shadow: 0 8px 30px 9px rgba(204, 204, 204, 0.6)!important;
    -webkit-box-shadow: 0 8px 30px 9px rgba(204, 204, 204, 0.6)!important;
	-moz-box-shadow: 0 8px 30px 9px rgba(204, 204, 204, 0.6)!important;
}
._self{
	color:#333333;
}
h4.pt-cv-title{
	position:relative;
	margin-bottom:15px!important;
}
h4.pt-cv-title:after{
    content: '';
    width: 15px;
    height: 3px;
    background: #ff0000;
    position: absolute;
	left:0px;
	bottom:-10px;

}
._self:hover{
	text-decoration:underline;
}


/*-------------................................ТОВАР  Tigrecar GST-------------................................*/
.fe_row{
	display:flex;
	padding:6px 0px 5px;
	color:#000;
	border-bottom: 1px solid #d0cbcf;
}
.fe_row .o_row{
	width:220px;
	margin:0px;
	text-transform:uppercase;
	font-weight: 700;
}
.fe_row .t_row{
	width:80%;
	margin:0px;
}
.vkla .elementor-tabs-content-wrapper{
	border-top:1px solid#ff0000!important;
	border-left:1px solid#ff0000!important;
	padding: 9px 0 0 21px;
}
.vkla .elementor-tabs-content-wrapper>div{
	padding:0px;
}
.vkla .elementor-tab-title.elementor-tab-desktop-title.elementor-active{
	background:#ff0000;
}

.vkla .elementor-tab-title{
	background:#9c1006;
	padding: 4px 18px!important;
	transition: 300ms ease-in 0s;
	transition-property: background-color, color;
}
.vkla .elementor-tab-title:hover{
    background: #b31408;
    color: #fff!important;
    transition: 300ms ease-in 0s;
}
.vkla .elementor-tabs-wrapper>div:nth-child(2){
	left:5px;
}
.sp_w{
	width:96%;
	margin:0 auto;
}
.bl_plus h3{
	margin:0px;
}
.bl_plus .elementor-row{
	display:flex;
	flex-wrap:wrap;
}
.bl_plus .elementor-row>div{
	width:25%;
	padding-bottom:50px;
}
.bl_plus_bl:after{
    background-color: rgba(255, 0, 0, 1);
    color: #fff;
    content: '+';
    cursor: pointer;
    font-size: 50px;
    font-weight: 100;
    height: 40px;
    line-height: 38px;
    position: absolute;
	text-align: center;
    right: 10px;
    top: 10px;
    width: 40px;
	z-index:9;
    box-shadow: -1px 1px 2px rgba(0,0, 0, 0.3);
}
.bl_plus_bl .bl_block_p{
	position:absolute;
	bottom:0px;
	z-index: 9;
}
/* -------------ПОПАП------------- */
.mfp-content .content{
	display:flex;
	padding: 20px 50px;
}
.mfp-content .content>div{
	width:50%;
}
.plus-block--popup {
    background: #FFF;
    margin: 0px auto;
    max-width: 95vw;
    max-height: 95vh;
    overflow: auto;
    padding: 40px 0;
    position: relative;
    width: auto;
}
.pum-container.popmake {
	width:96%;
}
.mfp-content .red{
	text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    display: block;
}
.mfp-content .red:hover{
	text-decoration:underline;
}
.mfp-content .img-wrap{
	padding-right:2%;
}
.mfp-content .description {
	height:fit-content;
	margin-top:10%;
	padding-left:2%;
	font-family: "Lato", sans-serif;
	font-size: 20px;
}
.mfp-content .description h3{
	font-size:22px;
}
.pum-container.pum-responsive img {
    width: 100%;
}
/* ------------------ */
.docum>a{
	color:#fff;
	text-transform:none;
	padding-left:20px;
}
.docum>a:before{
	content: '\f15c';
	font-family: fontawesome;
	color:#ff0000;
	margin-right: 15px;
}
.vid>a:nth-child(1):before{
	content: '\f16a'!important;	
}
.slick-prev.slick-arrow{
	margin-left:-15px;
}
.slick-arrow:before{
	color:#ff0000!important;
}
/* Блоки блока ПЛЮС */
.rod_block_plus .elementor-text-editor{
	display:flex;
	flex-wrap:wrap;
}
.rod_block_plus .elementor-text-editor>div{
	width:25%;
	padding:10px;
	position: relative;
	margin-bottom: 50px;
}
.rod_block_plus .bl_plus_bl>div{
	position:absolute;
	color:#fff;
    background-color: rgba(0,0,0,0.4);
	padding: 10px 20px 10px 20px;
    bottom: 15px;
    width: calc(100% - 20px);
}
.rod_block_plus .bl_plus_bl>div>h3{
	margin:0px;
}
.rod_block_plus .bl_plus_bl img{
	width:100%;
}
/* Блоки блока ПЛЮС */




/* ------------------------------Сторінка каталог------------------------------ */

.ftr{
	
}

.catalog .elementor-text-editor{
	display:flex;
	flex-wrap:wrap;
}
.catalog .elementor-text-editor>div{
	width:20%;
	padding:35px 5px;
	margin-top: -40px;
}
.prod_bl .title a{
	text-transform: uppercase;
    color: #777777;
    margin-top: 20px;
}
.prod_bl a{
	 font-weight: 700;
}
.pr_bl a{
	width:96%;
	margin:0 auto;
	color:#fff;
	background:#ff0000;
	display: block;
	opacity:0;
	font-size: 20px;
    line-height: 22px;
    padding: 5px 0;
	text-transform:uppercase;
	font-weight: 300;
}
.catalog .prod_bl{
	border:1px solid transparent;
	border-bottom:4px solid transparent;
}
.catalog .prod_bl:hover{
	background:#fff;
	border:1px solid#777777;
	border-bottom:4px solid#ff0000;
}
.catalog .prod_bl:hover .title>a{
	color:#ff0000;
}
.catalog .prod_bl:hover a{
	opacity:1;
}
.catalog .prod_bl:hover .title{
	color:#ff0000;
}
.catalog .title:hover{
	text-decoration:underline;
}
.catalog .pr_bl a:hover{
	background: #9c1006;
    transition: background-color ease-in 300ms 0s;
}
.catalog .prod_bl>a{
	text-transform:uppercase;
	font-weight:700;
	color:#777777;
    font-size: 15px;
    line-height: 1.4;
	opacity:0;
}
.catalog .prod_bl:hover .prod_bl>a {
	opacity:1;
}
.catalog .prod_bl>a:hover{
	text-decoration:underline;
}

/* ------------------------------Сторінка каталог------------------------------ */

/* ----------------------contact_us-------------------- */
.contact_us{
	background:#d1d1d1;
	border-top: 1px solid #fff;
    padding: 20px 25px 40px;
    font-weight: 400;
}
.contact_us input{
	border: none;
    margin-bottom: 18px;
	padding: 5px;
}
.contact_us .us_bl{
	display:flex;
	flex-wrap:wrap;
}
.subm input{
	width:auto;
}
.contact_us .us_bl>div{
	width:50%;
}
.contact_us .us_bl .us_o input{
	width:95%;
}
.us_o textarea {
    resize: vertical;
    overflow: auto;
	height: 110px;
    width: 95%;
	padding: 5px;
}
.us_t{
	padding:15px;
}
.us_t p{
	margin:0px;
}
.us_t a{
	color:#000;
}
.us_t span{
	margin-left:0px;
	font-size:12px;
}
.doz, .star{
	font-size:12px;
	color:#000;
	text-decoration:none;
}
.zam>label{
	display:flex;
}
.wpcf7-form-control-wrap.text-277 input{
	 width: 75%;
}
.subm{
	justify-content: flex-start;
    display: flex;
	margin: 0px;
	margin-top:20px;
}
.subm input{
	text-transform: uppercase;
    color: #fff;
    background: #ff0000;
    border: 1px solid#fff;
    width: 20%;
    padding: 1px 6px;
    font-size: 15px;
    transition: all 300ms ease-in 0s;
}
.subm input:hover{
	background:#9c1006;
	transition: all 300ms ease-in 0s;
}


.two_hei>div>div>div{
	height:50%;
}
.two_hei>div>div>div>div{
	height:100%;
}
.hov_b_fb .elementor-widget-wrap {
	height:100%;
}

/*--------------------------------------- ФУТЕР ---------------------------------------*/
#colophon{
	background:url(https://antoniocarraro.selector.space/wp-content/uploads/2019/08/footer_bg.png);

}
.site-info{
	padding: 30px 0;
    background: -webkit-linear-gradient(top, #07080a 0%, rgba(22, 26, 30, 0.7) 74%, rgba(27, 32, 37, 0.4) 100%);
    background: linear-gradient(to bottom, #07080a 0%, rgba(22, 26, 30, 0.7) 74%, rgba(27, 32, 37, 0.4) 100%);
}
#footer-sidebar{
	padding:0 15px;
	display:flex;
	flex-wrap: wrap;
}

.footer_bl1{
	display:flex;
}
.footer_bl1>a{
	margin-right: 30px;
}
#footer-sidebar1{
	width:36%;
	margin-right:4%;
	color:#ccc;
	font-size:14px;
}
#footer-sidebar1 .txt>a{
	text-decoration:none;
	color:#ff0000;
}
#footer-sidebar1 .txt>a:hover{
	text-decoration:underline;
}
.social{
	display:flex;
	margin-top: 30px;
}
.social a{
	width: 17px;
    height: 17px;
    line-height: 17px;
    margin: 0 9px 0 0;
    color: #111519;
	font-size: 14px;
	text-align:center;
	background:#ccc;
	-webkit-transition: all 300ms ease-in 0s;
	text-decoration: none;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.social a:hover{
	color:#ff0000;
	transition: all 300ms ease-in 0s;
}
.social a:before{
	-webkit-font-family: FontAwesome!important;
	font-family: FontAwesome!important;
}
/* @font-face {
  font-family: 'FontAwesome';
  src: url('antoniocarraro.selector.space/wp-content/themes/antoniocarraro/font/font-a-4.7.0/fonts/fontawesome-webfont.eot');
  src: url('font/font-a-4.7.0/fontawesome-webfont.eot') format('embedded-opentype'),
    url('font/font-a-4.7.0/fontawesome-webfont.woff') format('woff'),
    url('font/font-a-4.7.0/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */
.icon-facebook:before{
	content:'\f09a';	
}
.icon-youtube:before{
	content:'\f167';
	
}
.icon-instagram:before{
	content:'\f16d';
	
}
.icon-twitter:before{
	content:'\f099';
	
}
.icon-linkedin:before{
	content:'\f0e1 ';
	
}
#footer-sidebar2{
	width:27%;
}
#custom_html-4{
	height: 100%;
	border-left: 1px solid rgba(117, 111, 123, 0.5);
	padding-left: 12%;
    padding-right: 3%;
}
#custom_html-4>div>div{
	display:flex;
	flex-wrap:wrap;
}
#custom_html-4>div>div>a{
	width:100%;
	text-transform:uppercase;
	color:#ccc;
	text-decoration:none;
	
}
#custom_html-4>div>div>a:hover{
	text-decoration:underline;
}

#footer-sidebar3{
	width:27%;
}
#custom_html-5{
	height: 100%;
	padding-left: 12%;
    padding-right: 3%;
	border-left: 1px solid rgba(117, 111, 123, 0.5);
}
#custom_html-5>div>div{
	display:flex;
	flex-wrap:wrap;
}
#custom_html-5>div>div>a{
	width:100%;
	text-transform:uppercase;
	color:#ccc;
	text-decoration:none;
	
}
#custom_html-5>div>div>a:hover{
	text-decoration:underline;
}


.copyright{
	color:#fff;
	text-align:center;
	margin-top: 15px;
}

/*  -------------------------------------------------------------------------------*/

h2 {
    font-size: 33px;
}
.bor_btm h1, .bor_btm h2, .bor_btm h3{
	font-size:19px;
}
.mor{
	color:#fff;
	background:#ff0000;
	padding: 2px 5px;
}
.vis{
	opacity:1!important;
}



@media (min-width: 1200px){
	.social a{
		font-size:22px;
		width: 25px;
    	height: 25px;
    	line-height: 25px;
	}


}



@media (max-width: 2400px) and (min-width: 1171px){
	html, body {
		font-size: calc(15px + (22 - 15) * (100vw - 1171px) / (2400 - 1171))!important;
	}
/* 	.bor_btm h1, .bor_btm h2, .bor_btm h3 {
		font-size: calc(19px + (26 - 19) * (100vw - 1171px) / (2400 - 1171))!important;
	} */
	h2 {
   		font-size: calc(33px + (40 - 33) * (100vw - 1171px) / (2400 - 1171));
	}
	.width_sl{
		width: calc(470px + (520 - 470) * (100vw - 1171px) / (2400 - 1171))!important;
	}
	.two_block_ws .elementor-row>div:nth-child(1){
		width:auto;
	}
	.two_block_wss .elementor-row>div:nth-child(2){
		width:auto;
	}

}


@media (max-width: 1200px){
	.bl_plus .elementor-row>div {
		width: 33%;
	}
	.rod_block_plus .elementor-text-editor>div {
		width: 33%;
	}
	.catalog .elementor-text-editor>div {
		width: 25%;
	}
	
	
}
@media (max-width: 1024px){
	
	
	.center .slick-dots{
		display:none!important;
	}
	.catalog .elementor-text-editor>div {
		width: 31%;
		margin-left:1%;
		margin-right:1%;
		margin-bottom:10px;
	}

}

@media (max-width: 992px){
	.catalog .prod_bl:hover {
		background:transparent;
		border: 1px solid transparent;
		border-bottom: 4px solid#ff0000;
	}
	.prod_bl{
		display:flex;
		flex-wrap:wrap;
	}
	.prod_bl>div{
		width:100%;
		order:1;
		text-align:center;
	}
	.prod_bl>a{
		width:100%;
		order:6;
		text-align:center;
	}
	.prod_bl>.pr_bl{
		order:3;
		padding-top: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.catalog .prod_bl .vis{
		order:1;
	}
	.prod_bl>img{
		order:0; 
		margin: 0px auto;
	}
	.catalog .prod_bl>a, .pr_bl a {
		opacity: 1;
	}
	.catalog .prod_bl{
		border-bottom: 4px solid#ff0000;
	}
	.catalog .elementor-text-editor>div {
		margin-top: 0px;
	}
	.title, .prod_bl{
		position:relative;
	}
	.catalog .elementor-text-editor>div {
		padding: 15px 5px;
	}
	.catalog .prod_bl>a, .pr_bl a {
		min-height: 38px;
	}
	.prod_bl>.title:after{
		content: '';
		height: 1px;
		width: 104%;
		left: -2%;
		background: #777;
		position: absolute;
		bottom: -7px;
	}
	.catalog .prod_bl:before{
		content: '';
		height: 35%;
		bottom: 0px;
		left: 0%;
		width: 1px;
		background: #777;
		position: absolute;
	}
	.catalog .prod_bl:after{
		content: '';
		height: 35%;
		bottom: 0px;
		right: 0%;
		width: 1px;
		background: #777;
		position: absolute;
	}
	
}




@media (max-width: 800px){
/* 	.n2-ss-slide.n2-ss-canvas.n2-ow .n2-ss-slide-21.n2-ss-slide-active{
		height:650px;
	} */
	.n2-ss-slider-1.n2-ss-swipe-element.n2-ow.n2-grab{
	height:550px!important;	
	}
	.n2-ss-slide.n2-ss-canvas.n2-ow,
	.n2-ss-layers-container.n2-ow{
		height:100%!important;
	}
	.sl_tb {
		width: 100%;
		padding: 20px 14px;
		background: rgb(0, 0, 0, 0.5);
		position: relative;
		left: -10px;
		top: auto;
		bottom: -320px;
		display: block;
	}
	div#n2-ss-6 .n2-ss-slider-3{
		overflow:visible!important;
	}
	.opa{
		opacity:1;
	}
	.elementor-51 .elementor-element.elementor-element-848c40e {
		margin-top: 10px!important;
		margin-bottom: 0px;
	}
	.center{
		margin-bottom:10px;
	}
	.center .slick-slide>div>div{
		display:flex;
		flex-wrap:wrap;
	}
	.center .slick-slide>div>div>div{
		order:6;
	}
	.center .slick-slide>div>div>div:nth-child(2){
		order:1;
	}
	.center .slick-track>div {
		z-index: 11;
		background: #fff;
		border: 1px solid#00000090;
		border-bottom: 4px solid#ff0000!important;
	}
	.bl_plus .elementor-row>div {
		width: 50%;
	}
	.rod_block_plus .elementor-text-editor>div {
		width: 50%;
	}


}


@media (max-width: 767px){
	.site-branding>a>img{
		width:80px!important;
		height:85px!important;
	}
	.menu-menu-1-container ul li a{
		font-size:17px;
		padding: 5px;
	}
	#masthead{
		height:90px!important;
	}
	#site-navigation{
		padding-top:25px!important;
	}
	#content {
		padding-top: 90px;
	}
	.menu-menu-1-container{
		margin-top:70px!important;
	}
	.sl_tb p {
		font-size: 12px!important;
		outline: none;
	}
	.sl_tb .title {
		font-size: 26px!important;
		line-height: 8px!important;
	}
	.menu-toggle{
		color: transparent;
		overflow: hidden;
		background: url(https://antoniocarraro.selector.space/wp-content/uploads/2019/08/hum.jpg)no-repeat;
		width: 40px;
		height: 50px;
		border: none;
		background-size: contain;
		position: absolute;
    	right: 40px;
		z-index: 999;
	}
	.toggled .menu-menu-1-container{
		max-height:710px!important;
		overflow:hidden;
		transition:0.4s;
	}
	.menu-menu-1-container{
		max-height:0px;
		overflow:hidden;
		transition:0.4s;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation ul ul {
		left: auto;
	}
	.main-navigation li {
		position: relative;
		display: block;
		width: 100%;
	}
	.menu-menu-1-container ul li ul {
		top: 0px;
		position: relative;
		margin-left: 15px;
		box-shadow: none;
		border: none;
	}
	.menu-menu-1-container ul li ul li{
		border-bottom:1px solid#fff;
	}
	.menu-menu-1-container *{
		background: #ccc;
		border:none;
	}
	.menu-menu-1-container>ul>li:nth-child(2), .menu-menu-1-container>ul>li:nth-child(3), .menu-menu-1-container>ul>li:nth-child(4) {
		border-left: 0px ;
	}
	.menu-menu-1-container {
		position: absolute;
		left: 0px;
		margin-top: 75px;
	}
	.menu-menu-1-container>ul>li>a {
		border-bottom: 2px solid #fff;
		padding-left:10px;
	}
	.menu-menu-1-container ul li ul {
		margin-left: 10px;
	}
	.elementor-tab-content{
		display: block!important;
		border: 1px solid#ff0000!important;
		padding: 5px!important;
		margin-bottom: 10px;
	}
	.vkla .elementor-tab-title{
		background:#ff0000;
	}
	.vkla .elementor-tabs-content-wrapper {
		border-top: 0px!important;
		border-left: 0px!important;
		padding: 0px 0 0 0px;
	}
	.two_hei>div>div>div {
		height: 100%;
	}
	.catalog .elementor-text-editor>div {
		width: 48%;
	}
	
	.us_bl>div{
		width:100%!important;
	}
	
	
	#footer-sidebar1{
		width:100%;
	}
	.footer_bl1 {
		justify-content: center;
	}
	#footer-sidebar2, #footer-sidebar3 {
		width: 49%;
	}
}


@media (max-width: 480px){
	h2 {
		font-size: 26px;
	}
	.n2-ss-slider-1.n2-ss-swipe-element.n2-ow.n2-grab {
		height: 350px!important;
	}
	.sl_tb {
		bottom:-150px;
	}
	.bl_plus .elementor-row>div {
		width: 100%;
	}
	.rod_block_plus .elementor-text-editor>div {
		width: 100%;
	}
		.catalog .elementor-text-editor>div {
			width: 99%;
	}
	
	
	
	#footer-sidebar2, #footer-sidebar3 {
		width: 100%;
	}
	#custom_html-4, #custom_html-5 {
		border-left: none;
		border-top: 1px solid rgba(117, 111, 123, 0.5);
		padding: 10px;
	}
	
	.copyright {
		font-size: 12px!important;
		padding: 5px!important;
	}

}






