body {
	font-family: 'Exo 2', sans-serif;
}

.container {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
}

/* HEADER */

.header {
	width: 100%;
	background: #fff;
	height: 100%;
}

.logo {
	margin-top: 10px;
	position: relative;
	z-index: 1;
}

.header-logo {
	position: relative;
}

.header-logo:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 94%;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 29px 0 30px;
	border-color: #fff transparent transparent transparent;
}

.header-center {
	margin-top: 42px;
}

.header-text {
	padding-left: 35px;
	color: #414141;
	font-size: 15px;
	font-weight: 300;
	float: left;
	position: relative;
	line-height: 17.5px;
}

.header-text:after {
	content:'';
	position: absolute;
	top:2px;
	left:5%;
	background: url('../images/spritesheet.png') no-repeat;
	display: block;
	width: 17px;
	height: 16px;
	background-position: -5px -5px;
}

.header-text:nth-child(1) {
	max-width: 136px;
}

.header-text:nth-child(2) {
	max-width: 238px;
}

.header-select {
	width: 207px;
	max-width: 100%;
	height: 23px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none!important;
	background: url(../images/select.png) no-repeat 99.5% 49.5%;
	line-height: 1em;
	margin-top: 6px;
	color: #414141;
	font-size: 13px;
	padding-left: 9px;
	outline: none;
}

.header-tel {
	display: block;
	margin:12px 0 12px 0;
	font-size: 25px;
	color:#414141;
	font-weight: 300;
	text-decoration: none;
	position: relative;
}

.header-tel:nth-child(2) {
    margin: 8px 0 12px 0;
}

.header-tel:nth-child(2):before {
	content:'';
	position: absolute;
	background: url('../images/spritesheet.png') no-repeat;
	display: block;
	width: 21px;
	height: 28px;
	background-position: -32px -5px;
    top: 20%;
    left: -27px;
}

.header-num {
	position: relative;
}

.wrap-header-orderby {
	position: relative;
}

.header-orderby {
		text-decoration: none;
	cursor: pointer !important;
    position: absolute;
    bottom: -159px;
    right: 23px;
    width: 206px;
    background: #03afef;
    height: 35px;
    line-height: 35px;
    color: #fff;
    z-index: 500;
    font-weight: 600;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

/* SECTION ONE */

.section-one {
    background: url('../images/background-blur.jpg') no-repeat 0% 100%;
    height: 450px;
    background-size: cover;
}

.section-background {
    background: url('../images/topImagePosition.png') no-repeat 0% 100%;
    height: 100%;
    margin: 0 auto;
    width: 90%;
    min-width: 80%;
    background-size: cover;
}

.s-one-header {
	letter-spacing: -1px;
	width: 876px;
    max-width: 100%;
	margin:127px auto 0 auto;
	color:#03afef;
	font-size: 45px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	padding:33px 10px 0 10px;
	height: 200px;
	max-height: 100%;
	background:rgba(255,255,255,.85);
	position: relative;
}

.subtitle-ov {
    padding: 12px;
    text-align: center;
    height: 200px;
    width: 573px;
    max-width: 100%;
    background: #03afef;
    margin: auto;
    font-weight: 300;
    position: absolute;
    top: 95%;
    left: 0;
    bottom: 0;
    right: 0;
}

.subtitle-span-ov {
	position: relative;
	line-height: 40px;
	font-size: 30px;
	color:#fff;
	margin-bottom: 33px;
	display: block;
}

.closes {
    content: '';
    cursor:pointer;
    position: absolute;
    background: url('../images/close.png') no-repeat;
    width: 16px;
    height: 18px;
    top: 5px;
    right: 5px;
    z-index: 9;
}

.bottom-overlay {
	color:#fff;
	font-size: 22px;
	line-height: 27px;
	font-weight: bold;
	text-transform: uppercase;
}

.bottom-overlay-text {
	color:#fff;
	font-size: 22px;
	font-weight: 300;
}

.subtitle-overlay {
	color:#fff;
	font-weight: 300;
	font-size: 45px;
}

.section-two-text {
	text-transform: uppercase;
	color:#000000;
	font-size: 25px;
	font-weight: 300;
    margin: 26px 20px 19px 26px;
	position: relative;
	height: 201px;
	padding:46px 0 0 220px;
	border:6px solid #ffcc00;
	line-height: 30px;
}

.section-two-text:before {
	content:'';
	position: absolute;
    top: -17px;
    left: 22px;
	background:url('../images/stock.png') no-repeat;
	width: 172px;
	height: 224px;
}

.section-two-text:after {
    content: 'Акция';
    position: absolute;
    top: -20px;
    left: 209px;
    background: #fff;
    padding: 0px 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.input-order {
    width: 168px;
	color:#414141;
	font-size: 15px;
	height: 39px;
	padding-left: 5px;
	border:5px solid #ffcc00;
	margin-bottom: 9px;
	outline: none;
}

.input-order:nth-child(1) {
	margin-top: 27px;
}

.input-order:last-child {
	background: #ffcc00;
	color:#000;
	font-weight: bold;
}

/* PLACEHOLDER */
::-webkit-input-placeholder {color:#c0392b;font-size:15px;color:#414141;font-weight: 500;}
::-moz-placeholder          {color:#c0392b;font-size:15px;color:#414141;font-weight: 500;}
:-moz-placeholder           {color:#c0392b;font-size:15px;color:#414141;font-weight: 500;}
:-ms-input-placeholder      {color:#c0392b;font-size:15px;color:#414141;font-weight: 500;}

.section-right-text {
	text-transform: uppercase;
	font-size: 13px;
	color:#414141;
	text-decoration: none;
	border-bottom:1px dashed #03afef;
	font-weight: 500;
	line-height: 18px;
}

.link-wrap {
    text-align: center;
}

.number-right {
	width: 200px;
}

.section-two-bottom {
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	color:#414141;
	margin: 5px 0 20px 0;
	font-weight: 400;	
}

.section-span {
	color:#000;
	font-weight: bold;
}

.section-bottom-text {
	display: block;
	font-size: 18px;
	color:#000;
	text-transform: uppercase;
	text-align: center;
		margin-bottom: 26px;
}

.section-bottom-span {
	font-size: 30px;

}

/* SECTION THREE */
.section-three {
	min-height: 616px;
	background:url('../images/background-brick.jpg')no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}


.three-header {
	height: 75px;
	line-height: 75px;
	padding-left:62px;
	font-weight: 100;
	color:#000;
	font-size: 45px;
	text-transform: uppercase;
}

.three-header-span {
	font-weight: 500;
}

.three-list {
    margin-top: 26px;
    margin-bottom: 57px;
    letter-spacing: -0.1px;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    padding-left: 64px;
    font-weight: 300;
    position: relative;
}

.three-list:before {
	position: absolute;
	content:'';
	background:url('../images/key.png') no-repeat;
    top: -5px;
	left:0;
	width: 51px;
	height: 80px;
}

.col-md-4:nth-child(2) .three-list:before {
	position: absolute;
	content:'';
	background:url('../images/compass.png') no-repeat;
    top: -5px;
	left:0;
	width: 51px;
	height: 80px;
}

.col-md-4:nth-child(3) .three-list:before {
	position: absolute;
	content:'';
	background:url('../images/barcode.png') no-repeat;
    top: -5px;
	left:0;
	width: 51px;
	height: 80px;
}

.three-header-span-right {
	font-size: 25px;
	font-weight: 500;
}

.form-price {
    max-width: 100%;
    width: 877px;
    margin: 0 auto;
    padding: 6px 0px;
    text-align: center;
    border-left: 6px solid #ffcc00;
    border-right: 6px solid #ffcc00;
    border-bottom: 6px solid #ffcc00;
    padding: 6px 0px;
    margin-left: 47px;
    position: relative;
}

.form-price .input-order{
	width: 204px;
    margin-right: 7px;
}

.form-header-text {
	position: absolute;
	font-size: 25px;
	color:#000;
	font-weight: bold;
	padding:5px;
    top: -15px;
	left: 50%;
	transform:translate(-50%,0);
}

.form-header-text:after {
    content: '';
    position: absolute;
    width: 41%;
    height: 6px;
    background: #ffcc00;
    top: 15px;
    left: -26%;
    transform: translate(-50%,0);
}

.form-header-text:before {
    content: '';
    position: absolute;
    width: 41%;
    height: 6px;
    background: red;
    top: 15px;
    right: -74%;
    background: #ffcc00;
	transform: translate(-50%,0);
}

/* SECTION FOUR */

.four-header {
	text-align: center;
}

.four-head {
	color:#414141;
	font-size: 20px;
	font-weight: 300;
	margin:35px 0 5px 0;
}

.four-span {
	color:#414141;
	font-size: 35px;
	font-weight: 400;
}

.four-subtitle {
	color:#03afef;
	font-size: 25px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 65px;
	position: relative;
}

.four-subtitle:after {
	position: absolute;
	content:'';
	background: url('../images/spritesheet.png') no-repeat;
    background-position: -63px -5px;
	display: block;
    width: 36px;
    height: 36px;
    top: 42px;
    left: 50%;
    transform: translate(-50%,0%);
}

.four-bottom {
	color:#424242;
	font-size: 20px;
	margin-bottom: 39px;
	font-weight: 300;
	position: relative;
}

.four-bottom:after {
	position: absolute;
	content:'';
	width: 101px;
	height: 2px;
	background:#14b4f0;
    top: 40px;
    left: 50%;
    transform: translate(-50%,0%);
}

.bottom-weight {
	color:#000000;
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 14px;
}

.direction-style {
    color: #fff;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    width: 242px;
    margin: 0 auto;
    background: #03afef;
    text-align: center;
    margin: 25px auto;
    font-weight: 400;
}

/* ---- grid-item ---- */

.grid,
.grid-example{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.grid:after,
.grid-example:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
	overflow: hidden;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.modern-image {
	width: 100%;
	height: 100%;
}

/* Ширина и высота для секций */

.grid-item--width2 { width: 261px; }
.grid-item--width3 { width: 295px; }
.grid-item--width4 { width: 303px; }
.grid-item--width5 { width: 315px; }
.grid-item--width6 { width: 351px; }
.grid-item--width7 { width: 354px; }
.grid-item--width8 { width: 390px; }
.grid-item--width9 {width: 272px;}
.grid-item--width10 {width: 340px;}
.grid-item--width12 {width: 310px;}

.grid-item--height2 { height: 136px; }
.grid-item--height3 { height: 169px; }
.grid-item--height4 { height: 181px; }
.grid-item--height5 { height: 208px; }
.grid-item--height6 { height: 220px; }
.grid-item--height7 { height: 280px; }
.grid-item--height8 { height: 235px; }

.form-price-modifier {
	margin:35px 0;
    text-align: center;
}

.form-price-bottom {
    width: 850px;
    max-width: 100%;
    margin: 35px auto;
	position: relative;
	border:6px solid #ffcc00;
}

.form-price-bottom .input-order {
	margin-right: 5px;
    width: 189px;
	color:#414141;
	font-size: 15px;
	font-weight: 400;
}

.form-price-bottom .input-order:nth-child(4) {
	background: #ffcc00;
	font-weight: 600;
	text-transform: uppercase;
}

.file_upload {
	position: relative;
	overflow: hidden;
    width: 385px;
	padding:10px 0;
	margin: 0 auto;
	border:2px dotted #969696;
	background: #e6e6e6;
	font-size: 18px;
	color: #414141;
	font-weight: 400;
	margin-bottom: 8px;
}

.file_upload input[type=file] {
	position: absolute;
	top:0;
	right:0;
	font-size: 200px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

.form-bottom-text {
    position: absolute;
    top: 25px;
    left: 11%;
    color:#000;
    font-weight: bold;
    font-size: 25px;
    background: #fff;
    padding:0 21px;
    text-transform: uppercase;
}

/* SECTION 5 */
.section-five {
    background: url('../images/background-example.jpg') no-repeat;
    background-size: 100%;
    min-height: 810px;
    background-size: cover;
}

.three-header.three-header-modifier {
    line-height: 50px;
    margin: 28px 0;
    margin-bottom: 55px;
}

.grid-item--width-e1 { width: 253px; }
.grid-item--width-e2 { width: 263px; }
.grid-item--width-e3 { width: 305px; }
.grid-item--width-e4 { width: 311px; }
.grid-item--width-e5 { width: 315px; }
.grid-item--width-e6 { width: 323px; }
.grid-item--width-e9 { width: 334px; }
.grid-item--width-e7 { width: 393px; }
.grid-item--width-e8 { width: 408px; }

.grid-item--height-e1 { height: 208px;} 
.grid-item--height-e2 { height: 321px;} 
.grid-item--height-e3 { height: 203px;} 
.grid-item--height-e4 { height: 186px;} 
.grid-item--height-e5 { height: 288px;} 
.grid-item--height-e6 { height: 318px;} 

.grid-example {
	background:#fff;
	padding:5px;
	border:6px solid #03afef;
	position: relative;
}
.two-premier {margin-top: 25px;}

.mod{
	width: 100%;
	position: absolute;
	left: 0px;
}

.mod1,
.mod2 {
	position: absolute;
	top: -20%;
}

.mod2 {
	left: -3%;
}

.grid-overlay {
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width: 378px;
	max-width: 100%;
	height: 100%;
	background:rgba(0,0,0,.7);
	margin: auto;
	padding:20px 20px 37px 20px;
}

.ov-header {
	padding:9px 0;
	font-size: 19px;
	font-weight: 500;
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	background: #03afef;
	margin-bottom: 10px;
}
small {
    text-transform: lowercase;
    font-size: 16px;
}

.ov-subtitle {
	width: 100%;
	background: #fff;
	border:2px solid #03afef;
	padding:10px 23px 13px 10px;
	margin-bottom: 25px;
}

.ov-line {
	background:url('../images/quote.png') no-repeat top center;
	width: 100%;
	height: 28px;
	margin: 0 auto;
	position: relative;
}

.ov-line:before {
	position: absolute;
	content: '';
	width: 40%;
    top: 50%;
	left:0;
	height: 2px;
	background:#fff;
}

.ov-line:after {
	position: absolute;
	content:'';
	width: 40%;
	top:50%;
	right:0;
	height: 2px;
	background:#fff;
}

.subtitle-header {
	font-size: 18px;
	color:#000;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 19px;
}

.subtitle-header-price {
	font-weight: bold;
}

.ov-link {
	display: block;
	margin-right: 35px;
	text-align: right;
	font-size: 15px;
	line-height: 19px;
	color:#414141;
	position: relative;
}

.ov-link:after {
	position: absolute;
	content:'';
	background:url('../images/ov-before.png') no-repeat;
	width: 36px;
	height: 36px;
	top:0;
	right:-44px;
}

.ov-recall {
	padding:10px 23px 13px 10px;
	font-size: 17px;
	color:#fff;
	font-weight:400;
	font-style: italic;
	line-height: 20px;
}

.ov-image-wrapper {
	width: 64px;
	height: 64px;
	overflow: hidden;
	border:3px solid #fff;
	margin-bottom: 8px;
}

.ov-image {
	width: 100%;
	height: auto;
	display: block;
}

.username {
	float: left;
	padding:0 0 20px 20px;
}

.certificate {
	float: right;
}

.ov-bottom-wrapper {
	min-height: 170px;
	border-bottom:2px solid #fff;
}

.username-header {
	color:#fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 7px;
	display: block;
}

.username-subtitle {
	color:#fff;
	font-size: 15px;
	text-transform: lowercase;
	margin-bottom: 17px;
}

.username-bottom {
	color:#fff;
	font-size: 15px;
	line-height: 20px;
	text-decoration: underline;
	position: relative;
}

.username-bottom:after {
	position: absolute;
	content:'';
	background:url('../images/ov-arrow.png') no-repeat;
	width: 9px;
	height: 15px;
    top: 18%;
    right: 18px;
}

.ov-cause {
	margin:33px 20px;
}

.ov-cause-link {
	display: block;
	width: 280px;
	padding: 15px 0;
	font-size: 15px;
	color:#000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #fc0;
}

.photos-wrapper {
    margin: 0 45px;
}

.section-six {
	min-height: 664px;
}

.section-six-header {
	padding-left: 14px;
	font-weight: 300;
	font-size: 30px;
	color:#000;
	text-transform: uppercase;
	margin:30px 0 15px 0;
}

.six-header-span {
	font-weight: bold;
}
.triangle-image {
	height: 370px;
	overflow: hidden;
}

.triangle-img {
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: auto;
}

.example-list {
    width: 884px;
    margin: 0 auto;
    max-width: 100%;
    margin:22px 0 43px;
}

.owl-item {
	float: left;
}

.example-image {
	border:2px solid #15b5f0;
	cursor: pointer;
}


/* OWL CAROUSEL PREFERENCES */
.owl-nav {
	position: relative;
}

.owl-prev {
    position: absolute;
    top: -103px;
    left: -40px;
    font-size: 0;
    background:url('../images/left-example.png');
    width: 31px;
    height: 31px;
}

.owl-next {
	position: absolute;
    top: -98px;
    right: -41px;
    font-size: 0;
    background:url('../images/right-example.png');
    width: 31px;
    height: 31px;
}

.owl-stage-outer {
	overflow: hidden;
}

.section-seven {
	background:url('../images/background-matrix.jpg') no-repeat;
	min-width: 100%;
	min-height: 331px;
	-webkit-background-size: cover;
	background-size: cover;
}

.interior-wrap-text {
	float: right;
	margin-top: 12px;
}

.interior-info-left {
    float: left;
    width: 50%;
    border-right: 5px solid #fff;
    padding: 18px 29px 108px 20px;
    position: relative;
}

.interior-info-left:after {
	content:'';
	position: absolute;
	background:url('../images/before-matrix.png');
	width: 26px;
	height: 89px;
}


.fac{
	min-height: 500px;
}
.interior-image {
	display: block;
	float: right;
}

.interior-header-first {
	color:#000;
	font-size: 35px;
}

.interior-header {
	color:#414141;
	font-size: 20px;
	text-align: right;
}

.interior-subtitle {
	font-size: 20px;
	color:#414141;
	text-align: right;
	margin:13px 0;
}

.interior-subtitle-first {
	color:#000;
}

.interior-pic {
	float: right;
	background:url('../images/matrix.jpg')no-repeat top center;
	width: 50%;
	height: 386px;
	border-right: 5px solid #fff;
}

.section-eight {
	text-align: center;
	min-height: 185px;
}

.eight-header {
	color:#03afef;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	margin:33px 0 14px 0;
}

.eight-subtitle {
	font-size: 25px;
	margin-bottom: 15px;
}

.eight-subtitle-light {
	font-weight: 300;
	margin-bottom: 15px;
}

.eight-subtitle-link {
	display: block;
	padding:7px 0;
	width: 72px;
    margin: 0 auto 26px auto;
	background: #03afef;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
}

/* Yandex */

.ymaps-2-1-38-controls__toolbar,
.ymaps-2-1-38-zoom,
.gotoymaps,
.ymaps-2-1-38-controls__control,
.ymaps-2-1-38-copyright__content {
	display: none !important;
}

.section-last {
	position: relative;
}

.section-last .dropdown {margin-bottom: 10px;}
.last-map {
	background: #fff;
	position: absolute;
	top:0;
	height: 331px;
	width: 308px;
	font-size: 20px;
	border:5px solid #ffcc00;
	padding:19px 20px 16px 18px;
	margin: 20px 0;
	z-index: 1;
	color: #000;
}

.last-map .header-select {
	margin-bottom: 20px;
}

.last-header {
	text-transform: uppercase;
	margin-bottom: 11px;
	font-weight: bold;
}

.last-header-mod {
	font-weight: bold;
	text-transform: uppercase;
}

.last-subtitle {
	font-weight: 300;
	line-height: 25px;
	text-transform: uppercase;
}

.last-bottom {
	text-decoration: none;
	display: block;
	color:#000;
	font-size: 20;
	font-weight: bold;
}

.last-bottom-1 {
	margin-top: 25px;
}

.last-bottom-mod {
	margin-bottom: 25px;
	line-height: 29px;
}

.bottom-mail {
	font-size: 20px;
	color:#000;
	font-weight: 300;
}

.section-question {
	text-align: center;
	min-height: 91px;
}

.question-text {
	font-size: 30px;
	color:#414141;
	font-weight: 500;
	margin:30px 0;
}

.question-first {
	color:#000;
	font-weight: 300;
}

.question-link {
	color:#03afef;
	font-weight: 500;
	text-decoration: none;
}

/* МОДАЛЬНОЕ ОКНО */
#myModalKeyw2 {width: 1100px; position: relative; background: none; height: 668px;}
#myModalKeyw2 .modal-content {margin: 0px;}
.modal {
    display: none; 
    position: fixed; /
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.6); 
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: #03afef;
    margin-right: 24px;
}

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

.modal-content {
	height: 668px;
	margin: 100px auto;
	background: #fff;
	border:5px solid #03afef;
}

.modal-header {
	min-height: 106px;
    padding: 32px 22px 20px 25px;
	border-bottom: 2px solid #14b4f0;
}

.modal-header-left {
	float: left;
}

.modal-header-right {
	float: right;
}

.header-texter {
	font-size: 25px;
	color:#03afef;
	font-weight: 500;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.modal-header-bottom {
	color:#404040;
	font-size: 15px;
	line-height: 17px;
}

.modal-header-right .ov-cause {
	margin: 0;
}

.modal-header-right .ov-cause-link {
    width: 250px;
}

.block-matrix {
	height: 441px;
}

.image-ob {
	width: 100%;
	height: 100%;
}

.image-object {
	overflow: hidden;
	float: left;
	margin-right: 5px;

}
.image-object-one {
    width: 290px;
}

.image-object-two {
	width: 212px;
	height: 100%;
}

.image-object-three {
	width: 230px;
	height: 100%;
}

.image-object-four {
	width: 188px;
	height: 100%;
}


.modal-header {
    padding: 2px 16px;
    color: white;
}
#myModal .modal-header, #myModalKeyw2 .modal-header {margin: 0px 25px; padding: 40px 0px 0px 0px;}
#myModal .owl-loaded, #myModalKeyw2 .owl-loaded {margin: 10px 10px 0px 10px;}
#myModal .screen-one-text, #myModalKeyw2 .screen-one-text {margin: 15px 15px;}

.owl-dots {text-align: center;}
.owl-dots .owl-dot {display: inline-block; width: 10px; height: 10px; border: 2px solid #03afef; margin: 0px 5px;}
.owl-dots .owl-dot.active {background: #03afef; width: 15px; height: 15px; position: relative; top: 2px;}

.owl-item {overflow: hidden;}
.textSLideForm {text-transform: uppercase;font-size: 30px;}
.slideForm {background: url('/images/jeni.png') no-repeat left bottom; padding:50px 0px 0px 280px; height: 358px; line-height: 35px;}
.slideForm small {font-size: 30px;}

.slidePhoneHead {font-size: 30px; margin-top: 35px;}
.slideForm .slider-tel {color: #03afef; font-size: 30px; text-decoration: none;}

.wrSliderTel {position: relative; margin-left: 27px;}
.slideForm .slider-tel:before {
    content: '';
    position: absolute;
    background: url('../images/spritesheet.png') no-repeat;
    display: block;
    width: 21px;
    height: 28px;
    background-position: -32px -5px;
    top: 20%;
    left: -27px;
}
.wrapFormSliderItem {position: relative;}
.wrapFormSliderItem .form-header-text {text-align: center;}
.wrapFormSliderItem .form-header-text span {position: relative; text-align: center; top: -15px;}
.wrapFormSliderItem  .form-header-text:after {    left: -36%;}
.wrapFormSliderItem  .form-header-text:before {    right: -85%;}
/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}


.modals {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 561; /* Sit on top */
    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-contents {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    position: relative;
    text-align: center;
}

.closer, .closer3 {
	cursor: pointer;
    position: absolute;
    top: 2px;
    right: 8px;
    font-size: 21px;
}



/*==== INOCO STYLES ====*/
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}


#dropdownMenu1 {
width: 207px;
    max-width: 100%;
    height: 23px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none!important;
    background: url(../images/select.png) no-repeat 99.5% 49.5%;
    line-height: 1em;
    margin-top: 6px;
    color: #414141;
    font-size: 13px;
    padding-left: 9px;
    outline: none;
    border: 1px solid #A6A6A6;
    text-align: left;
    cursor: pointer;	
}

.errorInput {border: 5px solid red; color: red;}
.sucess {
    font-size: 18px;
    padding: 20px 0px;	
}
.complLoad {background: red; color: white;}
.otv_click {color: #454547; font-size: 35px; border-bottom: 1px dashed #03AFED; cursor: pointer;}
.bott_ov {
    font-size: 32px;
    text-transform: initial;
    color: #464749;	
}
.h3_style {font-size: 20px; margin-bottom: 10px;}

