
/* Start:/local/components/mzgallery/menu/templates/.default/style.css?16110433955768*/
#header .top-header .logo-holder .menu-wrapper {
    display: none !important;
}
#header .search-holder-ipad input {
    padding: 0 20px 0 15px !important;
}
#header .search-holder-ipad input + a {
    margin: 0 !important;
}

.umenu-wrapper {
    position: relative;
}
.main-umenu {
    font-size: 0;
    width: 100%;
    height: 45px;
    background-color: transparent;
    /*position: relative;*/
    margin: 0;
    border: 0;
    outline: 0;
    padding: 0 0 0 60px;
    list-style: none;
    display: inline-block;
}
.main-umenu li {
    text-align: center;
    display: inline-block;
    position: relative;
}
.main-umenu li a {
    text-decoration: none;
    display: block;
    line-height: 45px;
    color: #0a0a0a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 0 16px;
}
.main-umenu li.menu-item--red a {
    color: red;
    white-space: nowrap;
}
/*
.umenu-wrapper .umenu-link {
    display: inline-block !important;
    width: 28px;
    height: 19px;
    color: #0a0a0a;
    background: url(/static/dist/images/main/menu.png) 50% 50% no-repeat;
    background-size: contain;
}
*/

.main-usubmenu {
    display: none;
    position: absolute;
    background-color: #3a3a3a;
    width: 100%;
}
.main-usubmenu.active {
    display: block;
    top: 45px;
}
.main-usubmenu-wrapper {
    display: flex;
    padding: 20px 80px 40px;
}
.main-usubmenu-type0,
.main-usubmenu-type1,
.main-usubmenu-type2,
.main-usubmenu-type2 ul {
    list-style: none;
}

.main-usubmenu-type0 {
    display: none;
    background-color: #fff;
}

.main-usubmenu-type1 li::before {
    content: "\25AA";
    color: #c00;
    font-weight: bold;
    display: inline-block; 
    width: 1px;
    margin-left: 0;
    margin-right: 15px;
}
.main-usubmenu-type0 li a {
    text-decoration: none;
    display: block;
    line-height: 30px;
    color: #0a0a0a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 0 16px;
}
.main-usubmenu-type0 li.menu-item--red a {
    color: red;
    white-space: nowrap;
}
.main-usubmenu-type1 li a,
.main-usubmenu-type2 li a {
    text-decoration: none;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.main-usubmenu-type2__title {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.main-usubmenu-type2 {
    margin-left: 60px;
    padding-left: 30px;
    position: relative;
}
.main-usubmenu-type2::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  border-left: 1px solid #5a5a5a;
  top: 5px;
  bottom: 0;
  left: 0;
}
.main-usubmenu-type2 li ul li a {
    text-transform: initial;
    font-weight: normal;
}
.main-usubmenu-type2 li ul {
    margin-top: 5px;
}
.umenu-mobile {
    display: none;
    height: 45px;
    padding: 0 0 0 60px;
    justify-content: space-between;
}
.umenu-mobile a {
    text-decoration: none;
    display: block;
    line-height: 45px;
    color: #0a0a0a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 0 16px;
}
.umenu-mobile .holder-search a {
    font-size: 20px;
}

@media all and (max-width: 950px) {
    #header .bottom-header {
        height: 45px !important;
    }
    .main-usubmenu-wrapper {
        flex-direction: column;
        padding: 0;
    }
    .main-usubmenu {
        width: 80%;
    }
    .main-usubmenu-type0 {
        display: block;
    }
    .main-usubmenu-type1 {
        padding: 10px 16px;
    }
    .main-usubmenu-type2 {
        padding: 10px 16px;
        margin: 0;
        cursor: pointer;
    }
    .main-usubmenu-type2::before{
        border-top: 1px solid #5a5a5a;
        left: 15px;
        right: 15px;
        top: 0px;
        width: initial;
        height: 0;
    }
    .main-usubmenu-type2 li ul {
        display: none;
    }
    .main-usubmenu-type2.active li ul {
        display: block;
    }
    /*
    .main-usubmenu-type2__title::after,
    .main-usubmenu-type2__title::before {
        content: "";
        height: 2px;
        width: 10px;
        border-radius: 3px;
        position: absolute;
        background: #c00;
        top: 20px;
    }
    .main-usubmenu-type2__title::after {
        transform: rotate(45deg);
        right: 26px;
    }
    .main-usubmenu-type2__title::before {
        transform: rotate(135deg);
        right: 20px;
    }
    */
    .main-usubmenu-type2 .main-usubmenu-type2__title::after {
        content: url(/static/images/main/heared/red-arrow.png);
        position: absolute;
        right: 20px;
    }
    .main-usubmenu-type2.active .main-usubmenu-type2__title::after {
        transform: rotate(180deg);
    }
    .main-umenu {
        display: none;
    }
    #header .top-header .right-holder {
        display: none !important;
    }
    .umenu-mobile {
        display: flex;
    }
}

@media all and (max-width: 780px) {
    .umenu-mobile a {
        font-size: 10px;
        letter-spacing: 0px;
        white-space: nowrap;
    }
	#post-2003 {
    padding: 15px;
}
}


/**/
.umenu-link {
    transform: translate(-50%, -50%);
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 40px;
    top: 25px;
}

.umenu-link span {
    display: block;
    width: 100%;
    /*box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);*/
    border-radius: 3px;
    height: 3px;
    background: #000;
    position: relative;
}

.umenu-link span + span {
    margin-top: 4px;
}

.umenu-link.active span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
}

.umenu-link.active span:nth-child(3) {
    bottom: 7px;
    transform: rotate(135deg);
}

.umenu-link.active span:nth-child(2)
{
    transform: scale(0);
}


/* End */


/* Start:/local/components/mzgallery/subscribe/templates/.default/style.css?16197749262272*/
.esputnik-form-fixed {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 70px;
	background: #2f2f2f;
	z-index: 1000;
	margin: 0px !important;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.wd30 {
	width: 30%;
	float: left;
	box-sizing: border-box;
}

.esputnik-form-fixed .subtitle {
	font-size: 14px;
	line-height: 20px;
	width: 20%;
	text-align: left !important;
	float: left;
}

.esputnik-form-fixed form { 
	width: 78%;
	float: left;
	padding-top: 13px;
}

.esputnik-form-fixed .form {
	margin: 0px !important;
}

.esputnik-form-fixed .closeform {
	float: right;
	width: 2%;
	text-align: right;
	line-height: 75px;
	cursor: pointer;
}

.esputnik-form-fixed .title {
	padding-top: 20px !important;
	padding-bottom: 10px !important;
}

.esputnik-form-fixed .title::after {
	display: none;
}

@media screen and (max-width: 2000px) {
	.esputnik-form-fixed {
		height: 150px;
	}
	
	.esputnik-form-fixed .row {
		padding-left: 63px;
		padding-right: 63px;
	}
	
	.esputnik-form-fixed .form-line {
		width: 35%;
	}
	
	.esputnik-form-fixed .subtitle {
		width: 100%;
		text-align: center !important;
		margin-bottom: 0px !important;
		font-size: 23px;
		margin-top: 0px !important;
	}
	.esputnik-form-fixed form { 
		width: 97%;
	}
	
	.esputnik-form input {
		height: 40px !important;
	}
}


@media screen and (min-width: 1701px) {
	.esputnik-form-fixed .row {
		max-width: 1720px;
	}
}

@media screen and (max-width: 1450px) {
	.esputnik-form-fixed .row {
		padding-left: 43px;
		padding-right: 43px;
	}
	
	.esputnik-form-fixed .subtitle {
		width: 25%;
	}
	.esputnik-form-fixed form { 
		width: 73%;
	}
}

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

	.esputnik-form-fixed .row {
		padding-left: 63px;
		padding-right: 63px;
	}
	
	.esputnik-form-fixed .form-line {
		width: 35%;
	}
	
	.esputnik-form-fixed .subtitle {
		width: 100%;
		text-align: center !important;
		margin-bottom: 0px !important;
		font-size: 23px;
	}
	.esputnik-form-fixed form { 
		width: 97%;
	}
	
	.esputnik-form input {
		height: 40px !important;
	}
}


@media screen and (max-width: 1023px) {
	.esputnik-form-fixed {
		display: none !important;
	}
}

/* .b24-widget-button-position-bottom-right {
	bottom: 150px !important;
} */
/* End */


/* Start:/local/templates/mzgallery/template_styles.css?1614249583429*/
.select-city .title, .search-toggle-link i {
	color: #858585 !important;
}

.umenu-mobile a::first-of-type {
	min-width: 150px;
	padding: 0 10px;
}

@media only screen and (min-width: 1200px) {
	.right-holder {
		min-width: 700px;
	}
	
	.holder-phone {
		min-width: 220px !important;
	}
	
	.holder-links {
		min-width: 350px !important;
	}
	
	#umenu ul {
		min-width: 90%;
	}
	
	#umenu li:first-of-type {
		min-width: 160px;
	}
}
/* End */
/* /local/components/mzgallery/menu/templates/.default/style.css?16110433955768 */
/* /local/components/mzgallery/subscribe/templates/.default/style.css?16197749262272 */
/* /local/templates/mzgallery/template_styles.css?1614249583429 */
