@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500&subset=latin,cyrillic);

body,
html {
	overflow-x: hidden !important;
}

ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-weight: 600 !important;
	line-height: 1.2
}

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

img {
	border: none;
	max-width: 100%;
	height: auto
}

p {
	margin: 0
}

.content>:first-child {
	margin-top: 0
}

.content>:last-child {
	margin-bottom: 0
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin: 1.875rem 0 .75rem
}

.content p {
	margin-bottom: 1rem
}

.content ul,
.content ol {
	list-style: initial;
	margin: 1.6rem 0;
	padding-left: 2rem
}

.content picture {
	display: block;
	margin: 2rem 0;
}

.content ol {
	list-style-type: decimal
}

.content ol li,
.content ul li {
	margin-bottom: .25rem
}

.content ol li::marker,
.content ul li::marker {
	color: inherit
}

.padd-y-xl {
	padding-top: calc(2rem + 3vw);
	padding-bottom: calc(2rem + 3vw)
}

img,
a,
textarea,
input {
	outline: none !important;
}

.shirma {
	position: fixed;
	display: none;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.preloader {
	position: fixed;
	display: none;
	z-index: 3000;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -12px;
	width: 24px;
	height: 24px;
	background: url('../img/fancybox_loading.gif') 0 0 no-repeat;
}

.forma-up1,
.forma-up2,
.forma-up3,
.forma-up4,
.forma-up5,
.forma-up6,
.forma-up7,
.forma-up8,
.forma-up9,
.forma-up10,
.forma-up11,
.forma-up12,
.forma-up13,
.forma-up14,
.forma-up15,
.forma-up16,
.forma-up17,
.forma-up18,
.forma-up19,
.forma-up20,
.forma-up21,
.forma-up22,
.forma-up23,
.forma-up24,
.forma-up25,
.forma-up26,
.forma-up27,
.forma-up28,
.forma-up29,
.forma-up30,
.forma-up31,
.forma-up32 {
	background: rgba(0, 0, 0, 0.8);
	padding: 4px 4px;
	position: fixed;
	z-index: 2000;
	left: 50%;
	max-width: 100%;
	top: -150%;
	margin: -110px 0 0 -300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-border: 2px solid #f4f2f2;
	-moz-border: 2px solid #f4f2f2;
	-o-border: 2px solid #f4f2f2;
	border: 2px solid #f4f2f2;
	overflow-y: auto;
}

.box_form {
	max-width: 100%;
	text-align: center;
	padding: 4px 4px 1px;
	display: inline-block;
	-webkit-border: 2px solid #f4f2f2;
	-moz-border: 2px solid #f4f2f2;
	-o-border: 2px solid #f4f2f2;
	border: 2px solid #f4f2f2;
}

form {
	width: 344px;
	max-width: 100%;
	background: #f4f2f2;
	display: inline-block;
	position: relative;
	padding-top: 20px;
	padding-bottom: 25px;
}

.txtf_1 {
	color: #15171c;
	font-size: 25px;
	max-width: 270px;
	display: inline-block;
}

.bant {
	background-image: url(../img/bant.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 40px;
	height: 36px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	margin-bottom: -20px;
}

.box_sale {
	padding: 20px;
	margin-top: 80px;
	width: 562px;
	max-width: 100%;
	min-height: 264px;
	background-image: url(../img/sale.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

.box_sale_txt_1 {
	color: #fff;
	font-size: 45px;
}

.box_sale_txt_1 span {
	color: #12264c;
	display: inline-block;
	padding: 5px 10px;
	background: #fcea95;
	font-weight: bold;
}

.box_sale_txt_2 {
	color: #fff;
	font-size: 29px;
}

.txt_timer {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin: 5px 0;
}

/* ----- ------ ------ align */
.cnt {
	text-align: center;
}

.rht {
	text-align: right;
}

.lft {
	text-align: left;
}

/* ----- ------ ------ modal */

.row {
	margin-left: 0;
	margin-right: 0;
}

/* ----- ------ ------ margin */
.marr_10 {
	margin-right: 10px;
}

.mart_10 {
	margin-top: 10px;
}

.mart_20 {
	margin-top: 20px;
}

.mart_30 {
	margin-top: 30px;
}

.mart_40 {
	margin-top: 40px;
}

.mart_60 {
	margin-top: 60px;
}

.mart_80 {
	margin-top: 80px;
}

.mart_180 {
	margin-top: 180px;
}

.marb_10 {
	margin-bottom: 10px;
}

.marb_20 {
	margin-bottom: 20px;
}

.marb_30 {
	margin-bottom: 30px;
}

.marb_40 {
	margin-bottom: 40px;
}

.img-responsive {
	display: inline-block !important;
}

body {
	font-family: "Roboto";
	font-weight: 400;
	line-height: 1.1;
}

/* ----- ------ ------ ----- ------ ------ BUTTONS ----- ------ ------ ----- ------ ------ */
.btn_2,
input .btn_2 {
	color: #ffffff;
	font-size: 16px;
	padding: 10px 0;
	min-width: 180px;
	display: inline-block;
	background: #62bae7;
	box-shadow: inset 0 0 0 2px #1a2952;
	-webkit-border: 2px solid #62bae7;
	-moz-border: 2px solid #62bae7;
	-o-border: 2px solid #62bae7;
	border: 2px solid #62bae7;
}

.btn_2:hover,
.btn_2:active,
.btn_2:focus {
	color: #fff;
	text-decoration: none;
	background: #1a2952;
}

.btn_3 {
	display: block;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	width: 220px;
	max-width: 100%;
	background: rgb(125, 207, 249);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkY2ZmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzVhYzZmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YWM2ZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(125, 207, 249, 1) 0%, rgba(90, 198, 253, 1) 69%, rgba(90, 198, 253, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(125, 207, 249, 1)), color-stop(69%, rgba(90, 198, 253, 1)), color-stop(100%, rgba(90, 198, 253, 1)));
	background: -webkit-linear-gradient(top, rgba(125, 207, 249, 1) 0%, rgba(90, 198, 253, 1) 69%, rgba(90, 198, 253, 1) 100%);
	background: -o-linear-gradient(top, rgba(125, 207, 249, 1) 0%, rgba(90, 198, 253, 1) 69%, rgba(90, 198, 253, 1) 100%);
	background: -ms-linear-gradient(top, rgba(125, 207, 249, 1) 0%, rgba(90, 198, 253, 1) 69%, rgba(90, 198, 253, 1) 100%);
	background: linear-gradient(to bottom, rgba(125, 207, 249, 1) 0%, rgba(90, 198, 253, 1) 69%, rgba(90, 198, 253, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dcff9', endColorstr='#5ac6fd', GradientType=0);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 0 15px;
	position: relative;
	margin: 0 auto;
}

.btn_3:hover,
.btn_3:active,
.btn_3:focus {
	color: #fff;
	text-decoration: none;
	background: rgb(41, 140, 190);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5OGNiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOThjYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(41, 140, 190, 1) 0%, rgba(41, 140, 190, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(41, 140, 190, 1)), color-stop(100%, rgba(41, 140, 190, 1)));
	background: -webkit-linear-gradient(top, rgba(41, 140, 190, 1) 0%, rgba(41, 140, 190, 1) 100%);
	background: -o-linear-gradient(top, rgba(41, 140, 190, 1) 0%, rgba(41, 140, 190, 1) 100%);
	background: -ms-linear-gradient(top, rgba(41, 140, 190, 1) 0%, rgba(41, 140, 190, 1) 100%);
	background: linear-gradient(to bottom, rgba(41, 140, 190, 1) 0%, rgba(41, 140, 190, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#298cbe', endColorstr='#298cbe', GradientType=0);
}

.btn_3:hover .btn_down,
.btn_3:active .btn_down,
.btn_3:focus .btn_down {
	background-image: url(../img/btn_down2.png);
}

.btn_down {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -8px;
	width: 100%;
	height: 20px;
	background-image: url(../img/btn_down.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

/* ----- ------ ------ btn_menu */
.btn_menu,
.btn_menu:focus {
	position: fixed;
	top: 30px;
	left: 30px;
	width: 40px;
	height: 40px;
	padding: 0;
	opacity: 0.4;
	display: none;
	padding-top: 2px;
	background-color: #000;
	border-color: #000;
	color: #fff;
	outline: none;
	z-index: 2510;
}

.btn_menu:hover {
	opacity: 0.9;
}

/* ----- ------ ------ btn_up */
.btn_up,
.btn_up:focus {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	padding: 3px 0 0;
	opacity: 0.4;
	display: none;
	background-color: #000;
	border-color: #000;
	color: #fff;
	outline: none;
	z-index: 1500;
}

.btn_up:hover {
	opacity: 0.9;
}

.btn-default {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* ----- ------ ------ ----- ------ ------ HEADER ----- ------ ------ ----- ------ ------ */
.hr_header {
	height: 2px;
	background: #f0f0f0;
	margin: 90px 0 0;
	width: 100%;
	display: inline-block;
}

.txth_1 {
	color: #ffffff;
	font-size: 16px;
	margin-top: 30px;
}

.txth_2 {
	color: #ffffff;
	font-size: 16px;
	width: 260px;
	max-width: 100%;
	display: block;
	margin: 20px auto 0;
}

.txth_3 {
	color: #fff;
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}

.txth_4 {
	color: #fff;
	font-size: 37px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px 0 30px;
}

.txth_4 span {
	color: #fcea95;
}

/* ----- ------ ------ ----- ------ ------ S1 ----- ------ ------ ----- ------ ------ */
.s1 {
	padding-top: 50px;
	background-image: url(../img/bg_s1.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hr_s1 {
	height: 2px;
	background: #162a52;
	margin: 60px 0 0;
	width: 100%;
	display: inline-block;
}

.txts1_1 {
	color: #15171c;
	font-size: 40px;
	margin: 10px 0;
	font-weight: bold;
}

.box_s1 {
	margin-top: 40px;
	width: 285px;
	max-width: 100%;
	background-image: url(../img/box_s1.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 25px;
	display: inline-block;
}

.txts1_2 {
	color: #15171c;
	font-size: 20px;
	min-height: 50px;
	display: block;
	width: 287px;
	max-width: 100%;
	margin: 10px auto 0;
	font-weight: bold;
}

/* ----- ------ ------ ----- ------ ------ S2 ----- ------ ------ ----- ------ ------ */
.s2 {
	padding: 70px 0;
	background-image: url(../img/bg_s1_2.png), url(../img/bg_s2.jpg);
	background-position: 50% 100%, 50% 0;
	background-repeat: repeat-x, no-repeat;
	-webkit-background-size: auto, cover;
	-moz-background-size: auto, cover;
	-o-background-size: auto, cover;
	background-size: auto, cover;
}

.box_s2 {
	padding-bottom: 60px;
	display: inline-block;
	text-align: center;
	width: 914px;
	max-width: 100%;
	background-image: url(../img/box_s2.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

.txts2_1 {
	color: #fcea95;
	font-size: 40px;
	font-weight: bold;
	margin: 10px 0;
	display: inline-block;
}

/* ----- ------ ------ ----- ------ ------ S3 ----- ------ ------ ----- ------ ------ */
.s3 {
	padding-top: 40px;
	background-image: url(../img/bg_s3.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hr_s3 {
	height: 2px;
	background: #55c5fe;
	margin: 60px 0 0;
	width: 100%;
	display: inline-block;
	border: 0;
}

/* ----- ------ ------ ----- ------ ------ S4 ----- ------ ------ ----- ------ ------ */
.s4 {
	padding-top: 60px;
	background-image: url(../img/bg_s4.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.txts4_1 {
	color: #fff;
	font-size: 40px;
	margin: 10px 0;
	font-weight: bold;
}

.icons4 {
	margin-top: 45px;
	margin-bottom: -30px;
	position: relative;
	z-index: 2;
}

.box_s4 {
	color: #fff;
	font-size: 19px;
	padding: 30px 20px 10px;
	box-shadow: 0 0 0 3px rgba(85, 197, 254, 1) inset;
	background: #258dc2;
	min-height: 128px;
	width: 300px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	-webkit-border: 2px solid #258dc2;
	-moz-border: 2px solid #258dc2;
	-o-border: 2px solid #258dc2;
	border: 2px solid #258dc2;
}

.hr_s4 {
	height: 2px;
	background: #f0f0f0;
	margin: 60px 0 0;
	width: 100%;
	display: inline-block;
	border: 0;
}

/* ----- ------ ------ ----- ------ ------ S5 ----- ------ ------ ----- ------ ------ */
.s5 {
	background: #f9f5e5;
	padding-bottom: 70px;
	background-image: url(../img/bg_s5.png);
	background-position: 50% 100%;
	background-repeat: repeat-x;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}

.txts5_1,
.txts5_2 {
	margin-top: 60px;
	color: #15171c;
	font-size: 30px;
	width: 340px;
	max-width: 100%;
	display: inline-block;
	min-height: 65px;
}

.txts5_1 {}

.boxs5_1 {
	margin-top: 10px;
	background: #fff;

	-webkit-border: 2px solid #ffffff;
	-moz-border: 2px solid #ffffff;
	-o-border: 2px solid #ffffff;
	border: 2px solid #ffffff;
	box-shadow: inset 0 0 0 2px #f9f5e5;
	padding: 20px;
	display: inline-block;
	width: 420px;
	max-width: 100%;
}

.boxs5_1 ul,
.boxs5_2 ul {
	padding: 0;
}

.boxs5_1 ul li,
.boxs5_2 ul li {
	position: relative;
	list-style: none;
	padding-left: 60px;
	color: #15171c;
	font-size: 18px;
	padding-top: 5px;
	margin-top: 10px;
	text-align: left;
	min-height: 50px;
}

.boxs5_1 ul li img,
.boxs5_2 ul li img {
	position: relative;
	position: absolute;
	left: 0;
	top: 0;
}

.boxs5_2 {
	margin-top: 10px;
	background: #f7eec7;
	-webkit-border: 2px solid #f7eec7;
	-moz-border: 2px solid #f7eec7;
	-o-border: 2px solid #f7eec7;
	border: 2px solid #f7eec7;
	box-shadow: inset 0 0 0 2px #f9f5e5;
	padding: 20px;
	display: inline-block;
	width: 420px;
	max-width: 100%;
}

.boxs5_1,
.boxs5_2 {
	min-height: 390px;
}

/* ----- ------ ------ ----- ------ ------ S6 ----- ------ ------ ----- ------ ------ */
.s6 {
	padding: 50px 0 0;
	background-image: url(../img/bg_s6.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hr_s6 {
	height: 2px;
	background: #fff;
	margin: 60px 0 0;
	width: 100%;
	display: inline-block;
	border: 0;
}

.txts6_1 {
	color: #fff;
	font-size: 38px;
	font-weight: bold;
}

.txts6_1 span {
	background: #fcea95;
	color: #12264c;
	padding: 0 10px;
}

.txts6_2 {
	color: #fff;
	font-size: 29px;
}

.box_form2 {
	max-width: 100%;
	display: inline-block;
	padding: 3px;
	-webkit-border: 2px solid #e5ba66;
	-moz-border: 2px solid #e5ba66;
	-o-border: 2px solid #e5ba66;
	border: 2px solid #e5ba66;
}

.form_2 {
	background: rgba(22, 42, 82, 0.7);
	padding: 20px;
	width: 900px;
	max-width: 100%;
	-webkit-border: 4px solid #e5ba66;
	-moz-border: 4px solid #e5ba66;
	-o-border: 4px solid #e5ba66;
	border: 4px solid #e5ba66;
}

.txtf_2 {
	margin-bottom: 20px;
	color: #fcea95;
	font-size: 35px;
}

.mart_-5 {
	margin-top: -5px;
}

/* ----- ------ ------ ----- ------ ------ S7 ----- ------ ------ ----- ------ ------ */
.s7 {
	background: #f9f5e5;
	padding-top: 40px;
}

.hr_s7 {
	height: 2px;
	background: #162a52;
	margin: 60px 0 0;
	width: 100%;
	display: inline-block;
	border: 0;
}

.boxs7 {
	box-shadow: 0 0 0 3px rgba(249, 245, 229, 1) inset;
	-webkit-border: 2px solid #f7eec7;
	-moz-border: 2px solid #f7eec7;
	-o-border: 2px solid #f7eec7;
	border: 2px solid #f7eec7;
	background: #f7eec7;
	text-align: center;
	display: inline-block;
	padding: 7px;
	margin-top: 30px;
}

/* ----- ------ ------ ----- ------ ------ S8 ----- ------ ------ ----- ------ ------ */
.s8 {
	padding-top: 40px;
	background-image: url(../img/bg_s8.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.txts8_1 {
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
}

.mart_-20 {
	margin-top: -20px;
}

.s8 .btn_3 {
	width: 300px;
}

/* ----- ------ ------ ----- ------ ------ S9 ----- ------ ------ ----- ------ ------ */
.s9 {
	padding: 40px 0;
	background-image: url(../img/bg_s5.png), url(../img/bg_s9.jpg);
	background-position: 50% 100%, 50% 0;
	background-repeat: repeat-x, no-repeat;
	-webkit-background-size: auto, cover;
	-moz-background-size: auto, cover;
	-o-background-size: auto, cover;
	background-size: auto, cover;
}

.foto {
	position: relative;
	z-index: 2;
	margin: 30px auto -40px;
	display: block;
	overflow: hidden;
	width: 180px;
	height: 180px;
	padding: 4px;
	-webkit-border: 2px solid #d2c89c;
	-moz-border: 2px solid #d2c89c;
	-o-border: 2px solid #d2c89c;
	border: 2px solid #d2c89c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.comm {
	position: relative;
	background: #fff;
	padding: 55px 20px 0px;
	box-shadow: inset 0 0 0 2px #d3c99e;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	width: 300px;
	max-width: 100%;
	min-height: 290px;
	display: inline-block;
	margin-bottom: 20px;
}

.comm_down {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -24px;
	width: 100%;
	max-width: 100%;
	height: 26px;
	background-image: url(../img/comm_down.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

.txts9_1,
.txts9_2,
.txts9_3 {
	color: #15171c;
}

.txts9_1 {
	font-size: 18px;
}

.txts9_2 {
	font-size: 15px;
}

.txts9_3 {
	font-size: 16px;
	margin-top: 30px;
	text-align: left;
	text-indent: 10px;
	padding: 0 10px;
}

.box_for {
	width: 300px;
	max-width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
	display: inline-block;
}

/* ----- ------ ------ ----- ------ ------ S10 ----- ------ ------ ----- ------ ------ */
.s10 {
	padding: 50px 0 77px;
	background-image: url(../img/bg_s10.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* ----- ------ ------ ----- ------ ------ S11 ----- ------ ------ ----- ------ ------ */
.s11 {
	padding-top: 40px;
}

.s11 .txts1_1 {
	margin-bottom: 40px;
}

.s11 .container {
	position: relative;
}

.adres {
	margin-top: 140px;
	position: absolute;
	z-index: 20;
	left: 0;
	top: 50%;
	max-width: 100%;
	display: inline-block;
	padding: 2px;
	-webkit-border: 2px solid #3e4d6c;
	-moz-border: 2px solid #3e4d6c;
	-o-border: 2px solid #3e4d6c;
	border: 2px solid #3e4d6c;
}

.adres_in {
	width: 320px;
	max-width: 100%;
	display: inline-block;
	background-color: rgba(22, 42, 82, 0.8);
	padding: 20px;
}

.txt_adres {
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	margin: 5px 0;
}

.txt_adres2 {
	font-size: 20px;
	color: #ffffff;
	display: inline-block;
	margin: 5px 0;
}

/* ----- ------ ------ ----- ------ ------ FOOTER ----- ------ ------ ----- ------ ------ */
footer {
	padding: 35px 0 40px;
	background-image: url(../img/bg_foot.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-border-bottom: 6px solid #040f25;
	-moz-border-bottom: 6px solid #040f25;
	-o-border-bottom: 6px solid #040f25;
	border-bottom: 6px solid #040f25;
}

.txtfoo_1 {
	color: #ffffff;
	font-size: 16px;
	width: 270px;
	max-width: 100%;
	display: inline-block;
	margin: 40px auto 20px;
}

/* ----- ------ ------ ----- ------ ------ input ----- ------ ------ ----- ------ ------ */
input[type='text'],
input[type='tel'],
input[type='email'] {
	height: 45px;
	color: #15171c;
	font-style: italic;
	font-size: 16px;
	box-shadow: none;
	box-shadow: 0 0 0 4px rgba(228, 228, 228, 1);
	-webkit-border: 1px solid #c5c5c5;
	-moz-border: 1px solid #c5c5c5;
	-o-border: 1px solid #c5c5c5;
	border: 1px solid #c5c5c5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

textarea {
	height: 150px;
	color: #15171c;
	font-style: italic;
	font-size: 16px !important;
	box-shadow: none;
	resize: none;
	box-shadow: 0 0 0 4px rgba(228, 228, 228, 1) !important;
	-webkit-border: 1px solid #c5c5c5;
	-moz-border: 1px solid #c5c5c5;
	-o-border: 1px solid #c5c5c5;
	border: 1px solid #c5c5c5;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}

.form-control::-moz-placeholder {
	color: #15171c;
	opacity: 1;
}

.form-control::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #15171c;
}

.form-control:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #15171c;
}

/*  *** *** *** *** *** *** *** *** *** *** carousel *** *** *** *** *** *** *** *** *** *** */
.carousel-control.left,
.carousel-control.right {
	background: none !important;
	display: inline-block;
}

.carousel-control.left .glyphicon,
.carousel-control.right .glyphicon {
	top: 50%;
	margin-top: -35px;
}

.left.carousel-control {
	text-align: left;
}

.right.carousel-control {
	text-align: right;
}

.glyphicon.glyphicon-menu-left,
.glyphicon.glyphicon-menu-right {
	font-size: 60px;
	color: #e1ba3c;
}

/* img[loading="lazy"] {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.5s;
} */

.blog-list {
	text-align: center;
}

.s9_2-title {
	display: flex;
	justify-content: center;
}

.s9_2-title .txt_3_2 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0 8px;
	position: relative;
	background: #1a2952;
	margin: 20px 34px 50px;
	z-index: 100;
	text-align: center;
	width: 360px;
}

.fl_left2 {
	width: 57px;
	height: 51px;
	position: absolute;
	left: 0;
	margin: -17px 0 0 -32px;
	z-index: 50;
}

.fl_right2 {
	width: 57px;
	height: 51px;
	position: absolute;
	right: 0;
	margin: -17px -32px 0 0;
	z-index: 50;
}

.s9_2-link {
	color: #2e2e2e;
	font-size: 24px;
}

.s9_2-link:hover {
	color: #2e2e2e;
	text-decoration: underline;
}

.blog-section {
	background: #f9f5e5;
	background-position: 50% 100%;
	background-repeat: repeat-x;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}

.blog-section__content {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.post-more {
	margin: 40px 0 20px;
}

.post-more-links-title {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 15px;
}

.post-more-links-item {
	font-size: 18px;
	margin-bottom: 5px;
	color: #040f25;
}

.post-more-back {
	color: #000;
	transition: .3s;
	margin-top: 30px;
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
	text-decoration: underline;
}

.menu-top {
	position: relative;
}

.menu-lang {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}

.menu-lang-current {
	font-weight: 600;
	color: white;
	padding-bottom: 10px;
	margin-top: 10px;
}

.menu-lang-list {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transform: scaleY(0) translateY(100%);
}

.menu-lang:hover .menu-lang-list {
	transform: scaleY(1) translateY(100%);
	opacity: 1;
	padding: 10px;
	background: white;
	margin-left: -10px;
}

.d-flex {
	display: flex;
}

.justify-content-center {
	justify-content: center;
}

.align-items-center {
	align-items: center;
}

.gap {
	gap: 20px;
}

.white-background {
	background: white;
}

.rounded {
	border-radius: 50%;
}

