/*
Theme Name: INAMSTRO
Theme URI: http://inamstro.md
Author: Opera Studio
Author URI: http://www.opera.md
Description: Website for INAMSTRO
Version: 1.0
License:
License URI:

*/

@import url("css/foundation.css?v=1.9.9.2");
/*************** ADD CUSTOM CSS HERE  ***************/


@media only screen and (max-width: 48em) {
/*************** ADD CUSTOM MOBILE CSS HERE  ***************/


}

.bg_opacity {background-color: rgba(0, 0, 0, 0.6);}  

#lang_block {
	position: fixed;
	z-index: 9999;
	top: 151px;
	right: 0px;
	width: 80px;
	background-color: #f9f9f9;
	padding: 5px 0px;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-khtml-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
#lang_block ul {list-style-type:none; width: 80px; margin: 0 auto;}
#lang_block ul li {display:inline-block; margin:0px 3px;}
.strict_img img {height:200px !important;}
#content ul.list, #content ol.list {margin-left:20px;}

header .country-select {
	display: inline-block;
    margin: 35px 0 0 0;
}

header.stuck .country-select {
	margin: 23px 0 0 0;
}

header .country-select a {
	opacity: 0.4;
	padding-right: 5px;
	padding-left: 5px;
}

header .country-select a:hover {
	opacity: 1;
}

header .country-select a.active {
	opacity: 1;
	font-weight: bold;
}

header .country-select a img {
	height: 20px;
}

.page .gallery .gallery-item {
 position: relative;
    padding: 0 15px 15px;
    margin: 0 0 15px;
}

.page .gallery .gallery-item:after{
 content: "";
 position: absolute;
 background: #ddd;
 bottom: 0;
 left: 15px;
 right: 15px;
 height: 1px;
}

.page .gallery a img {
 max-width: 100% !important;
margin: 0 0 12px
}

.page .gallery .gallery-caption {
 font-weight: bold;
}

.page h3.section-title,
.page h3.section-title span {
  border-color: #ffc430
}

footer .wpcf7-form-control.wpcf7-submit {
    float: right;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    color: #ffc430;
    border-radius: 3px;
}

footer .wpcf7-form-control.wpcf7-submit:hover {
background: #ffc430;
    color: #000;
}

footer input.wpcf7-form-control,
footer textarea.wpcf7-form-control {
 border: none;
 box-shadow: none;
 border-bottom: 1px solid #ddd;
}

wpcf7-response-output {
    display: block;
    font-size: 13px;
    line-height: 1.5em;
}


#ss-floating-bar.ss-animate-entrance {
	-webkit-transition: opacity .15s .1s,-webkit-transform .4s ease .1s;
	transition: opacity .15s .1s,-webkit-transform .4s ease .1s;
	transition: opacity .15s .1s,transform .4s ease .1s;
	transition: opacity .15s .1s,transform .4s ease .1s,-webkit-transform .4s ease .1s;
}

#ss-floating-bar.ss-left-sidebar {
	left: 0;
}

#ss-floating-bar {
	position: fixed;
	z-index: 99997;
	top: 30%;
	-webkit-font-smoothing: initial;
}

#ss-floating-bar .ss-social-icons-container{
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

#ss-floating-bar .ss-social-icons-container > li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	float: none;
}

#ss-floating-bar.ss-rounded-icons.ss-left-sidebar .ss-social-icons-container > li:first-child > a {
	border-top-right-radius: 6px;
}

#ss-floating-bar .ss-social-icons-container > li > a, #ss-sticky-bar .ss-social-icons-container > li > a {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 52px;
	height: 52px;
	line-height: 52px;
	color: #fff;
	overflow: hidden;
	vertical-align: middle;
	font-size: 22px;
	text-decoration: none !important;
	-webkit-transition: opacity .3s,background .3s,text-shadow .3s,color .3s,border .3s,-webkit-transform .3s;
	transition: opacity .3s,background .3s,text-shadow .3s,color .3s,border .3s,-webkit-transform .3s;
	transition: transform .3s,opacity .3s,background .3s,text-shadow .3s,color .3s,border .3s;
	transition: transform .3s,opacity .3s,background .3s,text-shadow .3s,color .3s,border .3s,-webkit-transform .3s;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#ss-floating-bar .ss-social-icons-container > li > a .ss-share-network-content{
	position: relative;
	z-index: 2;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

#ss-floating-bar.ss-rounded-icons.ss-left-sidebar .ss-social-icons-container > li:first-child > a {
	border-top-right-radius: 6px;
}

#ss-floating-bar.ss-rounded-icons.ss-left-sidebar .ss-social-icons-container > li:last-child > a {
	border-bottom-right-radius: 6px;
}

#ss-sticky-bar.ss-entrance-animation-slide.ss-animated {
	-webkit-transform: translate3d(0,0,0) !important;
	transform: translate3d(0,0,0) !important;
}

#ss-sticky-bar.ss-animate-entrance {
	-webkit-transition: opacity .15s .1s,-webkit-transform .4s ease .1s;
	transition: opacity .15s .1s,-webkit-transform .4s ease .1s;
	transition: opacity .15s .1s,transform .4s ease .1s;
	transition: opacity .15s .1s,transform .4s ease .1s,-webkit-transform .4s ease .1s;
}

#ss-sticky-bar.ss-stretched-sticky-bar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#ss-sticky-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	overflow: hidden;
	z-index: 99997;
	background-color: rgba(255,255,255,.98);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.12);
	box-shadow: 0 0 30px rgba(0,0,0,.12);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#ss-sticky-bar.ss-stretched-sticky-bar .ss-social-icons-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0px;
}

#ss-sticky-bar.ss-stretched-sticky-bar .ss-social-icons-container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	height: initial;
}

#ss-sticky-bar.ss-stretched-sticky-bar .ss-social-icons-container > li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 54px;
}

#ss-sticky-bar .ss-social-icons-container > li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#ss-sticky-bar.ss-small-icons .ss-social-icons-container > li > a {
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
}
#ss-sticky-bar.ss-stretched-sticky-bar .ss-social-icons-container > li > a {
	display: block;
	width: 100% !important;
}

.ss-facebook-color {
	background-color: #3b5998;
}
.ss-viber-color {
	background-color: #665cac;
}

.ss-whatsapp-color {
	background-color: #075e54;
}

.ss-messenger-color {
	background-color: #0084ff;
}
.ss-skype-color {
	background-color: #00aff0;
}

.ss-call-color {
	background-color: #00aff0;
}

.ss-share-network-tooltip {
	-webkit-font-smoothing: initial;
	position: absolute;
	line-height: 1;
	left: 100%;
	margin-left: 12px;
	background-color: rgba(56,70,84,.85);
	top: 50%;
	width: auto;
	white-space: nowrap;
	padding: 8px 10px;
	border-radius: 2px;
	font-size: 12px;
	color: rgba(255,255,255,.9);
	z-index: 2;
	-webkit-transition: opacity .25s,-webkit-transform .3s;
	transition: opacity .25s,-webkit-transform .3s;
	transition: transform .3s,opacity .25s;
	transition: transform .3s,opacity .25s,-webkit-transform .3s;
	opacity: 0;
	-webkit-transform: translateX(-7px) translateY(-50%);
	-ms-transform: translateX(-7px) translateY(-50%);
	transform: translateX(-7px) translateY(-50%);
	pointer-events: none;
}

#ss-floating-bar .ss-social-icons-container > li:hover .ss-share-network-tooltip {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}

@media only screen and (max-width: 782px) {
	.ss-hide-on-mobile {
		display: none !important;
	}
	#lang_block {
		position: fixed;
		z-index: 9999;
		top: 151px;
		right: 0px;
		max-width: 80px;
		background-color: #f9f9f9;
		padding: 5px 0px;
		-moz-box-shadow: 0 0 3px #ccc;
		-webkit-box-shadow: 0 0 3px #ccc;
		box-shadow: 0 0 3px #ccc;
		-webkit-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
	}
}

@media only screen and (min-width: 783px) {
	.ss-hide-on-desktop {
		display: none !important;
	}
}
/*form*/
.row.form-inline input[type="text"],.row.form-inline input[type="password"],.row.form-inline input[type="date"],.row.form-inline input[type="datetime"],.row.form-inline input[type="datetime-local"],.row.form-inline input[type="month"],.row.form-inline input[type="week"],.row.form-inline input[type="email"],.row.form-inline input[type="number"],.row.form-inline input[type="search"],.row.form-inline input[type="tel"], input[type="time"],.row.form-inline input[type="url"],.row.form-inline textarea{
	    font-size: 20px;
    font-weight: 700;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #9F9F9F;
    border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: none;
}
span.wpcf7-list-item{
	    margin: 1em 0;
}
.row.form-inline input[type="submit"]{
	    max-width: 300px;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    padding: 15px 60px 15px 60px;
    margin: 0px 0px 0px 0px;
    color: #000;
    background-color: #fac435;
    border-radius: 10px 10px 10px 10px !important;
}

.row.form-inline input[type="checkbox"]{
	width: 15px;
	height: 15px;
}

/* Стили для контейнеров колонок */
.col-6 {
  float: left; /* для размещения колонок в одну линию */
  width: 50%; /* каждая колонка занимает половину ширины родителя */
  box-sizing: border-box; /* чтобы padding не влиял на общую ширину */
  padding: 0 10px; /* отступы внутри колонок */
}
.col-12{
	padding: 0 10px;
}

/* Обнуление float */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Стили для всех полей формы, чтобы они занимали всю доступную ширину внутри .col-6 */
.wpcf7-form-control {
  width: 100%;
  box-sizing: border-box; /* чтобы padding и border не влияли на общую ширину */
}

/* Подправим стили для кнопки, если она слишком широкая */
.wpcf7-form-control.wpcf7-submit {
  width: auto; /* или можно задать конкретную ширину, например 100px */
  margin: 0 auto; /* чтобы кнопка оставалась по центру */
	color: #FFD000;
}

/* Дополнительно, убедимся, что на маленьких экранах поля будут становиться на 100% */
@media (max-width: 767px) {
  .col-6 {
    width: 100%; /* на маленьких экранах колонка занимает 100% */
    padding: 0 10px;
  }
}
.wpcf7-form-control-wrap{
	    position: unset;
}