/*
[17. Forms]
*/

form.zayavka input::-webkit-input-placeholder, form.zayavka textarea::-webkit-input-placeholder { color: #fff; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #fff; }

input.placeholder, textarea.placeholder { color: #fff; }

input[placeholder] { text-overflow: ellipsis; }

::-moz-placeholder { text-overflow: ellipsis; } /* firefox 19+ */

input:-moz-placeholder { text-overflow: ellipsis; }

form.zayavka textarea::-webkit-input-placeholder {
  color: #fff;
}
form.zayavka textarea::-moz-placeholder {
  color: #fff;
}
form.zayavka textarea:-moz-placeholder {
  /* Older versions of Firefox */
  color: #fff;
}
form.zayavka textarea:-ms-input-placeholder {
  color: #fff;
}
.shop-cart-shipping form input::-webkit-input-placeholder, .shop-cart-shipping form textarea::-webkit-input-placeholder { color: #333; }
.form {
	position: relative;
	overflow: hidden;
}

form.zayavka input.bg-red{
	background: #3b3b88;
	border: none !important;
	color: #fff;
}
form.zayavka textarea.bg-red{
	background: #3b3b88;
	border: none !important;
	color: #fff;
}

form.zayavka input::-webkit-input-placeholder,
form.zayavka textarea::-webkit-input-placeholder {
	color: #fff;
	opacity: .7;
}
form.zayavka textarea.textarea{
	color: #fff;
}
form.zayavka button{
	background: #3b3b88;
	border: 2px solid #fff;
	color: #fff;
	width: 100%;
	margin: 0;
	border-radius: 0;
}

.success-message,
.error-message {
	padding-top: 10px;
	color: #fff;	
	font-size: 14px;
	font-weight: 300;
	display: none;
}

/* WebKit browsers */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
    color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity:  .7;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff; 
    opacity: .7;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #fff;
}

textarea.form-control {
	height: auto !important;
}

.form-control {
	height: 30px;
	padding: 9px 16px;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
	    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease;
	        transition: background-color .3s ease, border .3s ease, color .3s ease;
}
form input.form-control::-webkit-input-placeholder {
    color:#fff; 
    opacity: .7;
}
form input.form-control::-moz-placeholder {
    color:#fff;
    opacity: .7;
} /* firefox 19+ */
form input.form-control:-ms-input-placeholder {
    color:#fff; 
    opacity: .7;
} /* ie */
form input.form-control:-moz-placeholder { 
    color:#fff; 
    opacity: .7;
 }
.form-control.no-border{
	border-radius: 0 !important;
	border: none;
}

.form-control.border-bottom {
	border-radius: 0 !important;
	border-left: none;
	border-right: none;
	border-top: none;
}

.form-control:focus {
	border-color: #c9c8ca;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.form-control.border-bottom:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.form-control::-moz-placeholder {
	color: #575757;
}

.form-control:-ms-input-placeholder {
	color: #575757;
}

.form-control::-webkit-input-placeholder {
	color: #575757;
}

.form-group,
.form-control,
.input-group,
.normal-selectbox,
.large-selectbox {
	margin-bottom: 10px;
}

.form-group .input-group {
	margin-bottom: 0;
}

.form-group .form-control {
	margin-bottom: 0;
}

.helper-group a {
	color: #d9d8da;
	font-size: 12px;
	line-height: 1;
}

.helper-group a:hover {
	color: #575757;
}

label.input-desc {
	font-size: 14px;
	font-weight: 600;
	font-family: 'DINProRegular', Verdana;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.has-feedback label~.form-control-feedback {
	top: 33px;
}

.input-sm {
	font-size: 12px;
}

.input-sm,
.form-group-sm .form-control,
.form-group-sm .form-control-static {
	height: 34px;
	padding: 7px 12px;
}

select.input-sm,
select.form-group-sm .form-control {
	height: 34px;
	line-height: 34px;
}

select option {
	line-height: 30px;
}

.input-lg,
.form-group-lg .form-control,
.form-group-lg .form-control-static {
	height: 46px;
	padding: 10px 18px;
}

.input-lg {
	font-size: 16px;
	line-height: 1.5;
}

select.input-lg,
select.form-group-lg .form-control {
	height: 46px;
	line-height: 46px;
}

.form-control-feedback {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.input-sm + .form-control-feedback {
	width: 34px;
	height: 34px;
	line-height: 34px;
}

/* Input Groups */
.input-group .normal-selectbox {
	margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon {
	height: 46px;
	padding: 10px 18px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 0;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon {
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	line-height: 1.5;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon {
	height: 34px;
	padding: 7px 12px;
	border-radius: 0;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon {
	height: 34px;
	line-height: 34px;
}

/* Input Group Addons */
.input-group-addon {
	padding: 8px 16px;
	font-size: 14px;
	color: #575757;
	background-color: transparent;
	border: 1px solid #e5e7e9;
	font-weight: 400;
	border-radius: 0;
}

.input-group-addon.input-sm {
	padding: 7px 12px;
}

.input-group-addon.input-lg {
	padding: 9.5px 18px;
	font-size: 16px;
	border-radius: 0;
}

/* Textarea Input Group */
textarea.form-control {
	padding-top: 12px;
}

.textarea-container {
    position: relative;
    width: 100%;
    padding-top: 0px;
    margin-bottom: 5px;
}

.textarea-container .input-group-addon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 12px 16px;
	z-index: 100;
	border-radius: 0;
	text-align: left;
}

.textarea-container .input-group-addon:first-child {
	border-right: 1px solid #e5e7e9;
}

.textarea-container textarea.form-control {
	border-radius: 0;
}

/* Checkboxed and Radios */
input[type="radio"],
input[type="checkbox"] {
	margin-top: 7px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	margin-left: -22px;
}

.radio label,
.checkbox label,
.radio-inline, 
.checkbox-inline {
	padding-left: 22px;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-left: 15px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #f5f7f9;
}

.input-border-bottom.form-control {
	border-radius: 0 !important;
}

.input-border-bottom.form-control {
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	transition: border 0.5s ease;
	-webkit-transition: border 0.5s ease;
	background-color: transparent;
}

.input-border-bottom.form-control:focus {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.input-border-bottom.form-control {
	transition: padding 0.5s;
	-webkit-transition: padding 0.5s;
}

.input-border-bottom.form-control:focus {
	padding-left: 0;
}

/* Input Border Dark Style */
.form-control.border-dark,
.input-group.border-dark .input-group-addon,
.input-group.border-dark .form-control {
	border-color: #000;
	background-color: transparent;
	color: #575757;
}

.form-control.border-dark::-moz-placeholder,
.input-group.border-dark .form-control::-moz-placeholder {
	color: #575757;
}

.form-control.border-dark:-ms-input-placeholder,
.input-group.border-dark .form-control:-ms-input-placeholder {
	color: #575757;
}

.form-control.border-dark::-webkit-input-placeholder,
.input-group.border-dark .form-control::-webkit-input-placeholder {
	color: #575757;
}

.form-control.border-dark:focus {
	border-color: #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
}

/* Input Border White Style */
.form-control.border-white,
.input-group.border-white .input-group-addon,
.input-group.border-white .form-control {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.form-control.border-white::-moz-placeholder,
.input-group.border-white .form-control::-moz-placeholder {
	color: #fff;
}

.form-control.border-white:-ms-input-placeholder,
.input-group.border-white .form-control:-ms-input-placeholder {
	color: #fff;
}

.form-control.border-white::-webkit-input-placeholder,
.input-group.border-white .form-control::-webkit-input-placeholder {
	color: #fff;
}

.form-control.border-white:focus {
	border-color: #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
}

/* Selectbox */
.normal-selectbox .select2-container {
	width: 100% !important;
	display: block;
}

.normal-selectbox .select2-container .select2-selection--single {
	height: 40px;
}

.large-selectbox .select2-container .select2-selection--single {
	height: 46px;
}

.normal-selectbox .select2-container--default .select2-selection--single,
.normal-selectbox .select2-container--default .select2-selection--multiple,
.select2-container .select2-dropdown {
	border-radius: 0;
	border-color: #e5e7e9;
}

.normal-selectbox .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
    line-height: 24px;
}

.large-selectbox .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.normal-selectbox .select2-container .select2-selection--single .select2-selection__rendered {
	height: 40px;
    padding: 8px 16px;
	padding-right: 30px;
	font-weight: 400;
	font-size: 14px;
}

.large-selectbox .select2-container .select2-selection--single .select2-selection__rendered {
	height: 46px;
}

.normal-selectbox .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

.large-selectbox .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

.select2-container .select2-results__option {
	padding: 6px 16px;
	font-weight: 400;
	font-size: 14px;
}

.select2-container.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f7f9;
    color: #333;
}

.select2-container.select2-container--default .select2-selection--single:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #e0e0e0;
}

.select2-container .select2-selection--multiple {
	min-height: 32px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #f5f7f9;
	border: 1px solid #e5e7e9;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding-bottom: 5px;
	display: block;
}

.button.button-large {
    padding: 0 31px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
}

section, .section {
    position: relative;
    overflow: hidden;
    padding: 80px 0px 80px 0;
}


.btn-catalog{
	background: url('../../img/btn-catalog.png') no-repeat;
	width: 187px;
	height: 52px;
	padding: 10px 18px 10px 32px ;
}
.btn-catalog a{
	font-size: 16px;
}
/*------------------------------------------------------------------
[12.20 Clients]
*/

.client .icon-str1 {
    position: absolute;
    top: 25%;
    right: -45%;
    overflow: hidden;
    width: 100%;
}
.client .icon-str1:after {
    content: '';
    background: url('../../img/str-1.png') no-repeat;
    width: 125px;
    height: 125px;
    display: inline-block;
}
.client .icon-str2 {
    position: absolute;
    top: 25%;
    right: -50%;
    overflow: hidden;
    width: 100%;
}
.client .icon-str2:after {
    content: '';
    background: url('../../img/str-2.png') no-repeat;
    width: 125px;
    height: 125px;
    display: inline-block;
}
.client .icon-str3 {
    position: absolute;
    top: 25%;
    right: -45%;
    overflow: hidden;
    width: 100%;
}
.client .icon-str3:after {
    content: '';
    background: url('../../img/str-3.png') no-repeat;
    width: 125px;
    height: 125px;
    display: inline-block;
}
.client .icon-str4 {
    position: absolute;
    top: 25%;
    right: -50%;
    overflow: hidden;
    width: 100%;
}
.client .icon-str4:after {
    content: '';
    background: url('../../img/str-4.png') no-repeat;
    width: 125px;
    height: 125px;
    display: inline-block;
}

.clients-row .client {
	padding: 30px 0;
	position: relative;
}

.carousel-item.client {
	text-align: center;
}

.clients-row .client img,
.carousel-item.client img {
	opacity: 0.5;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.clients-row .client:hover img,
.carousel-item.client:hover img {
	opacity: 1;
}

.clients-row .client.border-bottom::before {
	content: '';
	position: absolute;
	left: 7%;
	right: 7%;
	bottom: 0;
	height: 1px;
	background: #ddd;
}

.clients-row .client.border-right::after {
	content: '';
	position: absolute;
	top: 7%;
	bottom: 7%;
	right: 0;
	width: 1px;
	background: #ddd;
}
.widget-title {
    position: relative;
    margin: 0;
    margin-bottom: 15px;
    margin-right: -2px;
    padding: 0;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e7e9;
}
.widget ul, .widget ol {
    list-style: disc;
    margin-left: 20px;
}
.widget li {
    padding: 0;
    margin: 0;
    margin-top: 0px;
    width: 100%;
     list-style: initial;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget li:first-of-type {
    margin-top: 0;
       	
}
.background-dark-5 {
    background-color: #000a1e;
}
.overlay-image, .overlay-color, .overlay-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.opacity-30 {
    opacity: 0.3;
}


.block-testimonial .__content img.photo {
    width: 125px;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: -40px;
    border: 7px solid rgba(78, 81, 87, 0.82);
}

.block-testimonial .feedback {
    overflow: hidden;
    background: #adadad;
    padding: 80px 40px 25px;
}
.block-testimonial .feedback h5{
    margin-bottom: 10px;
    font-family: DINProBold;
}
.block-testimonial .feedback .widget-title {
    position: relative;
    margin: 0;
    margin-bottom: 15px;
    margin-right: -2px;
    padding: 0;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e7e9;
}
.block-testimonial .feedback .author {
    margin-top: 0px;
}


.article-container {
    position: relative;
    overflow: hidden;
}
.entry-media {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.entry-media .post-thumbnail{
	    border: 5px solid rgba(204, 204, 204, 0.3);
    width: 100%;
}
.blog-container .post .article-content {
    position: relative;
    overflow: hidden;
    padding: 12px 21px;
}
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: 0;
    outline-offset: 0;
    white-space: nowrap;
    margin: 5px;
    padding: 0 27px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #2196f3;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.button.button-large {
    padding: 0 31px;
    font-size: 16px;
    height: 50px;
    line-height: 46px;
}
.button.button-red {
    background-color: #3b3b88;
}
.button:hover, .button:focus {
    color: #fff;
    opacity: .87;
}

.entry-title {
    margin-bottom: 10px;
}
h2.entry-title {
    font-size: 26px;
    line-height: 34px;
}

.red {
    color: #3b3b88 !important;
}


.footer-social{
	text-align: right;
}

.footer-social li{
	display: inline-block;
	margin: 0px 10px;
}
.footer-social li a{
	
}
.footer-social li a i{
	font-size: 14px;
    width: 28px;
    height: 28px;
    border: 1px solid #3b3b88;
    background: #3b3b88;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
	
}

.footer-social li a:hover i{
	font-size: 14px;
    width: 28px;
    height: 28px;
    border: 1px solid #3b3b88;
    background: #fff;
    color: #3b3b88;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
	
}
section.sections{
	    padding-top: 30px;
    padding-bottom: 50px;
}


.breadcrumb span a.you-are-here{
	font-size: 14px;
	color: #9c9c9c;
}
.breadcrumb span a.you-are-here:hover{
	font-size: 14px;
	color: #3b3b88;
}
.block_border{
	border: 3px solid rgba(255, 255, 255, 0.7);
	margin-top: 20%
}
.bg{
    margin: 5px;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 30px;
}
hr.caption{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    background: url('../../img/hr2.png') no-repeat;
    background-size: contain;
    width: 35%;
    height: 30px;
    text-align: center;
}
.bg h1{
	color: #292828;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'DINProBold', sans-serif;
    text-decoration: none;
}
.map-wrapper {
    height: 500px;
    overflow: hidden;
    position: relative;
    background: #222;
}
#map-canvas {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    bottom: -50px;
}
.__text p{
    font-size: 13px;
    line-height: 23px;
    font-family: "DINProRegular", sans-serif;
    color: #606060;
	
}
.block_color{
	display: block;
}
.block_color ul li{
	display: inline-block;
	margin-right: 10px;
}
.block_color .color{
	background: #fff;
    width: 32px;
    height: 32px;
}

.block_color .color::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 12px;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}


.__price hr {
    margin-top: 0px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #EEEEEE;
}


.block-blog-post-1 .__content .__title a{
	line-height: 30px;
}
.catalog_link{
	
}
.catalog_link:hover{
	color: #eee;
text-shadow: 0px 1px 0px #333;
}

.nav-fixed-appeared .__cart dropdown{
	
}



/*------------------------------------------------------------------
[12.19 Modal]
*/

.modal {
	z-index: 9999;
}

.mfp-bg {
	z-index: 9800 !important;
	background-color: #030304 !important;
}

.mfp-wrap {
	z-index: 9900 !important;
}

.mfp-modal {
	position: relative;
	background: #fff;
	width: auto;
	max-width: 840px;
	margin: 20px auto;
}

.mfp-modal.mfp-modal-small {
	max-width: 430px;
}

.mfp-modal-title {
	margin: 0;
	padding: 15px 20px;
	background: #f5f7f9;
	border-bottom: 1px solid #e5e7e9;
}

.mfp-modal-content {
	padding: 20px;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.mfp-modal-footer {
	margin: 0;
	padding: 15px 20px;
	border-top: 1px solid #e5e7e9;
}

.mfp-modal .overlay {
	z-index: 0;
}

.mfp-modal .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	font-size: 24px;
}

.mfp-close i {
	position: relative;
	z-index: -1;
}

.mfp-modal .mfp-close:active {
    top: 0;
}

.mfp-close-btn-in  .mfp-close-btn-white .mfp-close {
	color: #fff;
}

/* Overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Bootstrap Modal */
.modal-header .close2 {
    margin-top: 0;
    width: 32px;
    height: 30px;
    position: relative;
    z-index: 1;
    outline: 0;
    top: -14px;
    right: -70px;
}
.close2{
    float: right;
    font-size: 50px;
    font-weight: 100;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    background: none;
    border: none;
}
.close2:focus, .close2:hover {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-content {
	border: 0px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,.5);
	box-shadow: 0 0 0 rgba(0,0,0,.5);
	background-color: #3b3b88;
}
.modal-header {
    padding: 0px 10px;
    border-bottom: 0;
}
.modal-footer {
    padding: 10px 0px;
    text-align: right;
    border-top: 0; 
}

.mfp-close-btn-in .mfp-ajax-holder .mfp-close {
	background-color: #f5f7f9;
	opacity: 1;
	transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
}

.mfp-close-btn-in .mfp-ajax-holder .mfp-close:hover {
	color: #2196f3;
}


.reg-text p{
	color: #fff;
}


.modal-body	.form-group .form-control{
	border: none;
	border-bottom:1px solid #fff;
}
.modal-body	.form-group .check{
	float: left;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.modal-body	.form-group p{
	color: #fff;
}
.modal-body	.form-group p a{
	color: #fff;
}
.modal-body	.form-group p a:hover{
	color: #fff;
	text-shadow: 0px 1px 0px #333;
}
.modal-footer p a{
	color: #fff;
}
.modal-footer p a:hover{
	color: #fff;
	text-shadow: 0px 1px 0px #333;
}

.center-col {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.dividers-header:before {
    border-top: 1px solid #e5e5e5;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 20%;
    width: 100%;
    z-index: 0;
}
.subheader {
    display: inline-block;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}
.bg-white {
    background: #fff !important;
}
.bg-white-light {
    background: rgba(255, 255, 255, 0.7) !important;
}
.ls_btn{
	width: 100%;
    background: none !important;
    border: 2px solid #dfdfdf !important;
    color: #545454 !important;
    padding: 0 18px !important;
}
.ls_btn:hover{
	width: 100%;
    background: #3b3b88 !important;
    border: 2px solid #3b3b88 !important;
    color: #fff !important;
    padding: 0 18px !important;
}

.logo_client{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: filter 0.5s ease;
	-webkit-transition: filter 0.5s ease;
	    opacity: 1;
}
.logo_client:hover{
	 filter: grayscale(0%);
	 -webkit-filter: grayscale(0%);
	     opacity: 1;
}

.block-product-slider .overlay{
	display: none;
}

.block-product-slider:hover .overlay{
	display: block;
}
.block-product-slider:hover .overlay i{ 
	position: absolute;
	top: 0px;
	left: 0px;
}


.product-syn-slider-1-wrapper .zoom-button2{
	display: none;
}
.product-syn-slider-1-wrapper:hover .zoom-button2 {
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
    background: #f1f1f1;
    /*padding: 10px 11px 9px 12px;*/
    border-radius: 50%;
    color: #3b3b88;
    font-weight: 100;
    width: 34px;
    height: 34px;
    text-align: center;
}

.product-syn-slider-1-wrapper .akciya {
    display: block;
    position: absolute;
    top: 0px;
    left: 120px;
    background: #3b3b88;
    padding: 1px 11px 3px 12px;
    border-radius: 0%;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.product-syn-slider-1-wrapper .new {
    display: block;
    position: absolute;
    top: 0px;
    left: 120px;
    background: #3b3b88;
    padding: 1px 11px 3px 12px;
    border-radius: 0%;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

form.zayavka textarea.textarea{
	color: #fff;
}	
