@charset "UTF-8";

@font-face {
font-family: 'Palatino Bold';
src: url("../fonts/Palatino Bold.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
font-display:swap;
}
@font-face {
font-family: 'Montserrat Light';
src: url('../fonts/Montserrat-Light.eot');
src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/Montserrat-Light.woff') format('woff'),
url('../fonts/Montserrat-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display:swap;
}
@font-face {
	font-family: 'Montserrat Bold';
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}
/*@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:800&display=swap');*/

* {
	box-sizing: border-box;
	font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
}
.new__desing .currency, .new__desing .currency a, .new__desing .account-link, .new__desing .account-link a {
	margin: 45px 0 30px 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 1px solid transparent;
	transition: .3s;
}
header {
	font-family: 'Montserrat', sans-serif;
}
.new__desing .currency a:hover, .new__desing .account-link a:hover, .new__desing .contacts a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.contacts {
	text-align: center;
}
.contacts-info {
	display: inline-block;
}
.currency, .currency a {
	margin-right: 15px;
}
.account-link, .account-link a {
	margin-left: 15px;
}
.search-form {
	padding-top: 20px;
}
.search-block-bg {
	background: url(../images/header-pattern-bg.png);
}
.contacts-bg {
	background: #1e3d80;
}
.logo-bg {
	background: url(../images/menu-pattern-bg.png);
}
.contacts i {
	color: #fff;
	font-size: 22px;
	padding: 0 12px;
}
.contacts {
	padding: 15px 0;
}
.contacts span {
	text-transform: uppercase;
	color: #fff;
	padding-right: 15px;
}
.contacts a {
	color: #fff;
	padding: 0 5px;
	border-bottom: 1px solid transparent;
	transition: .3s;
}
.logo {
	padding-top: 30px;
	padding-bottom: 10px;
}
.menu-block {
	padding: 20px 0;
}
/*.main-nav ul {
	padding-left: 0;
	margin-bottom: 0;
}
.main-nav li {
	display: inline;
	padding: 0 15px;
}
.main-nav li a {
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: #a8a8a8;
	transition: .3s;
}
.main-nav li a:hover {
	color: #0d264f;
	text-decoration: none;
}
*/
.slider-single {
	position: relative;
}
.new__desing .slider-btn {
	position: absolute;
	bottom: 55px;
	right: 195px;
	border-radius:0;
}
.new__desing .slider .slick-dots li button:before {
	font-size: 20px;
}
.new__desing .slider .slick-dots {
	bottom: 30px;
}
.slick-dotted.slick-slider{
	margin-bottom: 0!important;
}
.new__desing .slider .slick-dots li button:before {
	color: #fff;
	opacity: 1;
}
.new__desing .slider .slick-dots li.slick-active button:before {
	color: #808080;
	opacity: 1;
}
.new__desing .slider .slick-dots li:nth-child(1).slick-active button:before {
	color: #719eae;
}
.new__desing .slider .slick-dots li:nth-child(2).slick-active button:before {
	color: #bc601f;
}
.new__desing .slider .slick-dots li:nth-child(3).slick-active button:before {
	color: #203f7e;
}
.new__desing .slider .slick-dots li:nth-child(4).slick-active button:before {
	color: #a47878;
}
.new__desing .slider .slick-dots li:nth-child(5).slick-active button:before {
	color: #eab035;
}
.new__desing .slider .slick-dots li:nth-child(6).slick-active button:before {
	color: #323965;
}
.new__desing .slider .slick-prev, .new__desing .slider .slick-prev:hover, .new__desing .slider .slick-prev:focus {
	background: url(../images/slider-prev.svg) center center / cover no-repeat;
}
.new__desing .slider .slick-next, .new__desing .slider .slick-next:hover, .new__desing .slider .slick-next:focus {
	background: url(../images/slider-next.svg) center center / cover no-repeat;
}
.new__desing .slider .slick-prev:hover, .new__desing .slider .slick-next:hover {
	opacity: .8;
}
.new__desing .slider .slick-next, .new__desing .slider .slick-next:hover, .new__desing .slider .slick-next:focus, .new__desing .slider .slick-prev, .new__desing .slider .slick-prev:hover, .new__desing .slider .slick-prev:focus {
	width: 39px;
	height: 72px;
	transition: .3s;
}
.new__desing .slider .slick-prev {
	left: 40px;
	z-index: 1;
}
.new__desing .slider .slick-next {
	right: 40px;
}
.new__desing .slider .slick-next:before, .new__desing .slider .slick-prev:before {
	content: none;
} 
.new__desing a:focus {
	outline: none!important;
}
.new__desing a.button {
	font-family: 'Montserrat', sans-serif;
	display: block;
	text-align: center;
	font-weight: 800;
	font-size: 14px;
	min-width: 170px;
	background: transparent;
	border: 2px solid transparent;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 0;
	transition: .3s;
	border-radius:0;
}
.new__desing a.button:hover {
	text-decoration: none;
	color: #fff;
}
.new__desing a.slider-button:hover {
	border: 2px solid transparent;
}
.new__desing a.slider-one-button {
	background: #719eaebf !important;
}
.new__desing a.slider-two-button {
	background: #bc601fbf !important;
}
.new__desing a.slider-three-button {
	background: #203f7ebf !important;
}
.new__desing a.slider-four-button {
	background: #a47878bf !important;
}
.new__desing a.slider-five-button {
	background: #eab035bf !important;
}
.new__desing a.slider-six-button {
	background: #323965bf !important;
}
.new__desing a.slider-one-button:hover {
	background: #719eae !important;
}
.new__desing a.slider-two-button:hover {
	background: #bc601f !important;
}
.new__desing a.slider-three-button:hover {
	background: #203f7e !important;
}
.new__desing a.slider-four-button:hover {
	background: #a47878 !important;
}
.new__desing a.slider-five-button:hover {
	background: #eab035 !important;
}
.new__desing a.slider-six-button:hover {
	background: #323965 !important;
}
.new__desing a.promo-button {
	color: #313131;
	font-weight: bold;
	background: #c6bcac !important;
	border: 1px solid transparent;
	width: 170px;
	margin: 0 auto;
}
.new__desing a.promo-button:hover {
	color: #fff;
	background: transparent !important;
	border: 1px solid #fff;
}
.new__desing .slick-initialized .slick-slide {
	outline: none;
}
.new__desing .slick-slide img {
	width: 100%;
	height: auto;
}
.new__desing .main-slider {
	padding-bottom: 15px;
}
.new__desing .promo {
	padding-top: 15px;
	padding-bottom: 25px;
}
.new__desing .promo-block-one p {
	margin: 10px 0;
}
.new__desing .promo-button-block {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 50%;
	transform: translateY(50%);
}
.new__desing .info {
	padding-top: 25px;
	padding-bottom: 100px;
}
.new__desing .info-block-btn {
	padding-top: 20px;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius:0;
}
.info-block-btn .info-button {
    font-family: 'Montserrat Bold';
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    padding: 12px 16px;
    font-size: 14px;
    background: #fff;
    width: 190px;
    margin: 0px 15px;
    transition: .3s;
}
.info-block-btn br {
	display:none; 
}
.info-block-btn .info-button-one {
	color: #141414;
	border: 2px solid #141414;
}
.info-block-btn .info-button-two {
	color: #323965;
	border: 2px solid #323965;
}
.info-block-btn .info-button-one:hover {
	color: #fff;
	background: #8b8b8b;
	text-decoration: none;
}
.info-block-btn .info-button-two:hover {
	color: #fff;
	background: #323965;
}
.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}
footer {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../images/header-pattern-bg.png);
}
.footer-menu ul {
	padding-left: 30px;
}
.footer-menu li {
	list-style-type: none;
	padding-bottom: 10px;
}
.footer-menu a {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid transparent;
	transition: .3s;
}
.footer-menu a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.info-block-text p {
	font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}
.info-block-text {
	padding: 15px 50px;
	color: #141414;
	line-height: 18px;
}
.info-block-text span {
	font-family: 'Montserrat Bold';
	font-size: 24px;
	color: #323965;
	font-weight: 700;
}
h2.info-block-title {
	font-family: 'Montserrat Bold';
	text-transform: uppercase;
	color: #323965;
	text-align: center;
	font-size: 25px;
	margin-bottom: 10px;
}

.search-form form {
	position: relative;
}
.search-form input, .search-form button {
	border: none;
	outline: none;
}
.search-form input {
	width: 100%;
	padding: 11px;
	border: none;
	padding-left: 50px;
}
.search-form button {
	height: 30px;
	width: 30px;
	position: absolute;
	top: 2px;
	left: 8px;
	cursor: pointer;
	background: transparent;
}
.search-form button:before {
	content: "\f002";
	font-family: FontAwesome;
	color: #11254a;
	font-size: 26px;
}
.new-h1 {
	color: #203f7e;
	text-transform: capitalize !important;
	padding-bottom: 20px;
	font-size: 2rem;
}
/*mobile-version*/
.mobile-header-link {
	padding-top: 25px;
}
.mobile-header-link p {
	margin: 0;
	text-align: right;
}
.mobile-header-link a, .mobile-header-link a:hover {
	color: #323965;
	text-decoration: none;
}
.mobile-header-contacts {
	padding: 8px 0;
}
.mobile-header-contacts a {
	color: #323965;
}
.mobile-header-contacts-email {
	text-align: right;
}
.mobile-header-logo {
	padding-top: 25px;
}
.main-slider-mobile {
	padding: 30px 0;
}
.mobile-header {
	background: url(../images/menu-pattern-bg.png);
}
.slider-mobile-btn {
	position: absolute;
	bottom: 35px;
	width: 100%;
	text-align: center;
}
.slider-mobile-single {
	position: relative;
}
.slider-mobile-btn .button-mobile {
	font-family: 'Montserrat Light';
	text-decoration: none;
	display: block;
	background: transparent;
	border: 1px solid transparent;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	width: 120px;
	padding: 4px 0;
	margin: 0 auto;
}
.slider-mobile-btn .button-mobile:hover {
	border: 1px solid #fff;
	text-decoration: none;
}
.info-block-text-mobile {
	color: #8b8b8b;
	line-height: 21px;
}
.about {
	padding-top: 30px;
}
.about-block-mobile {
	position: relative;
}
.button-block {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	width: 100%;
	text-align: center;
}
.about-block-mobile .button-mobile {
	text-decoration: none;
	display: block;
	border: none;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	width: 100px;
	padding: 4px 0;
	margin: 0 auto;
}
.about-block-mobile .button-mobile:hover {
	color: #000;
	text-decoration: none;
}
.about-block-mobile-text {
	padding: 50px 20px;
	font-size: 14px;
	color: #141414;
}
.about-block-title {
	font-family: 'Montserrat Bold';
	text-transform: uppercase;
	color: #323965;
	text-align: center;
	font-size: 22px;
}
.about-block-btn {
	text-align: center;
}
.about-block-mobile-text span {
	font-family: 'Montserrat Bold';
	color: #323965;
	font-size: 20px;
	font-weight: 700;
}
.about-block-btn .about-button {
	font-family: 'Montserrat Light';
	display: inline-block;
	border: 1px solid #141414;
	color: #141414;
	text-transform: uppercase;
	padding: 10px 10px;
	font-size: 11px;
	background: #fff;
	min-width: 138px;
	margin: 10px 5px;
	color: #fff;
	background: #141414;
}
.about-block-btn .about-button.location {
	background: #323965;
}
.footer-mobile {
	padding-top: 40px;
	padding-bottom: 0;
	text-align: center;
}
.footer-mobile ul {
	padding-left: 0;
}
.footer-mobile-logo img {
	width: 150px;
	margin: 0 auto;
}
.footer-networks, .footer-menu, .footer-mobile-logo {
	width: 100%;
}
.footer-networks .circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #122d63;
	display: inline-block;
	text-align: center;
	margin: 10px 8px;
	transition: .3s;
}
.footer .footer-networks {
	padding-top: 20px;
	text-align: center;
}
.footer .footer-networks .circle {
	width: 45px;
	height: 45px;
}
.footer-mobile .footer-menu li {
	padding-bottom: 20px;
}
.footer-copyright {
	color: #8b8b8b;
	padding: 22px 0;
	background: #fff;
}
.footer-copyright p {
	margin: 0;
	padding-bottom: 8px;
}
.mobile-header .navbar-toggler {
	padding: 0!important;
	border-color: transparent!important;
	outline: none;
}
.mobile-header .navbar {
	padding: 0!important;
}
.mobile-header .bg-light {
	background-color: transparent!important;
}
.navbar-btn {
	padding-top: 25px;
}
.navbar-light .navbar-nav .nav-link {
	color: #323965!important;
}
#button-top {
	display: inline-block;
	background-color: rgb(80%, 80%, 80%, .8);
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 6px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#button-top::after {
	content: ' ';
	display: block;
	background: url(../images/arrow-up.svg) center 10px / cover no-repeat;
	width: 25px;
	height: 37px;
	margin: 0 auto;
}
#button-top.show {
	opacity: 1;
	visibility: visible;
}
/*/mobile-version*/
.button-block-title, .button-block-subtitle {
	color: #fff;
	text-transform: uppercase;
}
.button-block-title {
	font-family: 'Palatino Bold';
	margin: 0;
}
.button-block-subtitle, .about-button-mobile {
	font-family: 'Montserrat Light';
	margin-bottom: 5px;
}
.menu-more {
	margin: 0 auto;
	margin-bottom: 20px;
}
.menu-more a, .menu-more a:hover {
	padding: 15px;
	color: #fff;
	text-decoration: none;
}
.info-block-two {
	text-transform: uppercase;
	text-align: center;
}
.info-block-two h2 {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.info-block-two-text {
	color: #fff;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 150px;
}
.info-block-two-text h2 {
	font-family: 'Palatino Bold';
	margin-bottom: 0;
	font-size: 26px;
}
.text-one p {
	font-size: 25px;
	font-family: "Montserrat Light", Helvetica, Arial, Verdana, sans-serif;
}
.text-two {
	padding-top: 60px;
}
.text-two p {
	margin-bottom: 0;
	font-family: "Montserrat Light", Helvetica, Arial, Verdana, sans-serif;
}
.text-two p b {
	margin-bottom: 0;
	font-family: "Montserrat Bold", Helvetica, Arial, Verdana, sans-serif;
}



.left-widgets .mini-search {
	width: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.left-widgets .mini-search .aws-search-form {
	padding-bottom: 0;
}

.left-widgets .mini-search .aws-search-form:before {
	content: "\f002";
	font-family: FontAwesome;
	color: #11254a;
	font-size: 26px;
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

.left-widgets .mini-search .aws-search-form input {
	margin-bottom: 0;
	padding-left: 45px;
}

.left-widgets .wcml_currency_switcher a, .left-widgets .mini-wpml a {
	padding: 0;
	margin-right: 15px;
	font-size: 12px;
}

.top-bar a, .contacts-bg a {
	border-bottom: 1px solid transparent;
	transition: .3s;
	color: #fff;
}

.top-bar a:hover, .contacts-bg a:hover {
	color: #fff !important;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.left-widgets .wcml_currency_switcher a:hover, .left-widgets .mini-wpml a:hover {

}

.left-widgets .wpml-ls ul {
	right: unset;
	top: unset;
	margin-bottom: 0;
}

#header_microwidget2-menu {
	margin-bottom: 0;
}

.top-bar {
	height: 94px;
}

.contacts-bg {
	position: relative;
	left: -50px;
	width: 110%;
}

@media screen and (max-width: 1150px) {
	.contacts-bg {
		display: none;
	}
}

.top-bar, #header_microwidget2-menu * {
	text-transform: uppercase !important;
}

.content > .product {
	padding-top: 55px;
}

a {
	color: #203f7e;
}

a:hover {
	color: #10284d;
}

.masthead .top-bar .menu-select, .masthead .top-bar .mini-nav > ul:not(.sub-nav) > li > a {
	font-size: 12px;
}


#main .soc-ico a:hover .soc-font-icon:before, #footer .soc-ico a:hover .soc-font-icon:before {
	color: #10284d;
}

#primary-menu {
	margin-bottom: 0;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
}

.modal-content iframe {
	margin-top: 10px;
	width: 100%
}

.modal-content .modal-title {
	text-align: center;
}

/* The Close Button */
.modal-close {
  color: #aaaaaa;
  text-align: right;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover, .modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.promo-block-one > p {
	margin: 0 !important;
}

.info-block-btn, .about-block-btn {
	white-space: nowrap;
	display: inline-block;
	width: 100%;
}

.about-block-btn br {
	display: none;
}

.woo-buttons > a {
	color: #fff;
	text-decoration: none;
}

.menu-collapse {
	color: white;
	font-size: 20px;
	display: inline-block;
}
.menu-collapse svg {
	height: 50px;
	width: auto;
}

.menu-collapse svg.opened {
	display: none;
}

.menu-collapse.active svg.opened {
	display: inline-block;
}
.menu-collapse.active svg.closed {
	display: none;
}

.text-two a {
	color: #fff;
}
.text-two a:hover {
	color: #bebebe;
}
@font-face{font-family:'slick';font-weight:normal;font-style:normal;src:url('https://zanfeld.com/wp-content/themes/zj/new/slick/fonts/slick.eot');src:url('https://zanfeld.com/wp-content/themes/zj/new/slick/fonts/slick.eot#iefix') format('embedded-opentype'), url('https://zanfeld.com/wp-content/themes/zj/new/slick/fonts/slick.woff') format('woff'), url('https://zanfeld.com/wp-content/themes/zj/new/slick/fonts/slick.ttf') format('truetype'), url('https://zanfeld.com/wp-content/themes/zj/new/slick/fonts/slick.svg#slick') format('svg');font-display:swap;}