html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #f8eee7 url(../images/t_bkg.jpg) center 0 no-repeat;
	font: 11px Tahoma, Arial, sans-serif;
	color: #000000;
}

.preloader {
	/*фиксированное позиционирование*/
	position: fixed;
	/* координаты положения */
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* фоновый цвет элемента */
	background: rgb(224 224 224 / 72%);
	/* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
	z-index: 1001;
}

.preloader__row {
	position: relative;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px;
	text-align: center;
	animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
	position: absolute;
	display: inline-block;
	top: 0;
	background-color: #FB6801;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
	top: auto;
	bottom: 0;
	animation-delay: -1s;
}

@keyframes preloader-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes preloader-bounce {

	0%,
	100% {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

.loaded_hiding .preloader {
	transition: 0.3s opacity;
	opacity: 0;
}

.loaded .preloader {
	display: none;
}

table,
img {
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
}

#m_wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../images/b_bkg.jpg) center bottom no-repeat;
}

#m_wrapper2 {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	position: relative;
	background: url(../images/head_bkg.jpg) center 0 no-repeat;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/foot_bkg.jpg) center bottom no-repeat;
}

/*header*/
#header {
	width: 100%;
	height: 560px;
	position: relative;
	clear: both;
}

.top_menu {
	margin: 0;
	padding: 0 0 0 5px;
	width: 720px;
	height: 33px;
	list-style: none;
	font-size: 15px;
	background: url(../images/tm_bkg.gif) repeat-x;
	position: absolute;
	top: 517px;
	left: -5px;
	z-index: 100;
}

.top_menu li {
	margin: 0;
	padding: 0 3px;
	float: left;
	position: relative;
}

.top_menu a.tm_link {
	display: block;
	float: left;
	height: 33px;
	line-height: 25px;
	padding: 0 18px;
}

.tm_sub_wrap {
	width: 219px;
	border: 1px solid #ff5900;
	background: #f8e9df;
	position: absolute;
	top: 47px;
	left: 2px;
	display: none;
}

.tm_sub {
	margin: 0;
	padding: 0 25px;
	list-style: none;
	font-size: 13px;
}

.tm_sub li {
	margin: 0;
	padding: 0 0 5px 0;
	float: none;
}

.tm_sub a:link,
.tm_sub a:visited {
	text-decoration: none;
	color: #460000;
}

.tm_sub a:hover {
	color: #990000;
}

.top_menu li:hover a.tm_link {
	text-decoration: underline;
	background: #ff5900;
}

.top_menu li:hover .tm_sub_wrap {
	display: block;
}

.tm_l {
	background: url(../images/tm_l.gif);
	width: 21px;
	height: 33px;
	position: absolute;
	top: 0;
	left: -21px;
}

.tm_r {
	background: url(../images/tm_r.gif);
	width: 22px;
	height: 33px;
	position: absolute;
	top: 0;
	right: -22px;
}

.tms_t,
.tms_b {
	width: 221px;
	height: 20px;
	position: absolute;
	overflow: hidden;
}

.tms_t {
	background: url(../images/tms_t.png);
	top: -15px;
	left: -1px;
}

.tms_b {
	background: url(../images/tms_b.png);
	bottom: -20px;
	left: -1px;
}

.logo {
	width: 368px;
	height: 81px;
	position: absolute;
	top: 100px;
	left: 20px;
}

.phone_adr {
	background: url(../images/ico1.png) 0 10px no-repeat;
	color: #ffffff;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 75px;
	position: absolute;
	top: 115px;
	right: 128px;
	text-align: right;
}

.phone_adr dt,
.phone_adr dd {
	margin: 0;
	padding: 0;
}

.phone_adr dt small {
	font: 14px "Trebuchet MS", Arial, sans-serif;
	color: #ea9175;
	display: block;
	padding: 0 10px 5px 0;
}

.phone_adr .phone {
	font: 23px/23px "Trebuchet MS", Arial, sans-serif;
	padding-left: 80px;
}

.phone_adr .phone big {
	font-size: 33px;
}

.phone_adr p {
	margin: 0;
	padding: 5px 20px 0 0;
}

.sh01 {
	width: 450px;
	position: absolute;
	top: 233px;
	left: 10px;
}

.t_preview {
	margin: 0;
	padding: 0;
}

.t_preview h4 {
	background: url(../images/th_bkg.png) no-repeat;
	padding-left: 45px;
	height: 34px;
	line-height: 30px;
	color: blue;
}

.t_preview h4 span {
	font: 11px Tahoma, Arial, sans-serif;
	padding-left: 60px;
}

.t_preview dt,
.t_preview dd {
	margin: 0;
	padding: 0;
}

.t_preview dd {
	padding-top: 10px;
	padding-left: 10px;
}

.t_preview_in {
	overflow: hidden;
	width: 220px;
	height: 95px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}

.t_preview_in dt {
	float: left;
	width: 104px;
}

.t_preview_in dd {
	overflow: hidden;
	padding: 17px 20px 0 5px;
}

.t_preview_in dd p {
	margin: 0;
	padding: 0;
}

.date {
	font-size: 17px;
	color: #ffab6b;
	display: block;
	text-align: right;
	padding-right: 15px;
}

.tf1,
.tf2 {
	width: 104px;
	height: 65px;
	position: relative;
}

.tf1 b,
.tf2 b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tf1 img,
.tf2 img {
	width: 87px;
	height: 65px;
}

.tf1 b {
	background: url(../images/tf1.png);
}

.tf2 b {
	background: url(../images/tf2.png);
}

.sh02 {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 21px "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	right: -14px;
}

.sh02 li {
	margin: 0;
	padding: 15px 0;
}

.sh02 a:link,
.sh02 a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}

.sh02 a:hover {
	border-bottom-style: solid;
}

.ico1,
.ico2 {
	width: 59px;
	height: 48px;
	float: left;
	margin: -10px 10px 0 0;
}

.ico1 {
	background: url(../images/ico2.png);
}

.ico2 {
	background: url(../images/ico3.png);
}

.top_icons {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 15px;
	left: 178px;
	z-index: 10;
}

.top_icons li {
	margin: 0;
	padding: 0 5px;
	float: left;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.top_icons .ti_current span {
	background: url(../images/ti_a.png) 0 0 no-repeat;
}

.top_icons li span {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
}

.top_icons a {
	display: block;
	width: 30px;
	height: 30px;
}

.top_icons a:link,
.top_icons a:visited {
	text-decoration: none;
}

.top_icons a:hover {
	background: url(../images/ti_a.png) 0 0 no-repeat;
	cursor: pointer;
}

.ti {
	background: url(../images/t_icons.gif);
	width: 30px;
	height: 30px;
	display: block;
	font-size: 0;
}

.ti.a {
	background-position: -30px 0;
}

.ti.b {
	background-position: -60px 0;
}

.ti.c {
	background-position: -90px 0;
}

.top_icons .ti_current .ti {
	background-position: 0 30px;
}

.top_icons .ti_current .ti.a {
	background-position: -30px 30px;
}

.top_icons .ti_current .ti.b {
	background-position: -60px 30px;
}

.top_icons .ti_current .ti.c {
	background-position: -90px 30px;
}

/*main*/
#main {
	width: 100%;
	padding: 0 0 200px 0;
	position: relative;
	clear: both;
	background: url(../images/main_bkg.jpg) no-repeat;
}

.leftbar {
	width: 345px;
	margin: 0;
	padding: 0;
	float: left;
}

.lb1 {
	width: 178px;
	padding: 0 27px 0 20px;
	float: left;
	position: relative;
	z-index: 20;
}

.lb2 {
	width: 120px;
	float: left;
}

.lb_preview {
	height: 528px;
	background: url(../images/lb2_bkg.png) repeat-y;
	position: relative;
}

.lb2_t,
.lb2_b {
	background-repeat: no-repeat;
	width: 119px;
	height: 80px;
	position: absolute;
	left: 0;
}

.lb2_t {
	background-image: url(../images/lb2_t.png);
	top: 0;
}

.lb2_b {
	background-image: url(../images/lb2_b.png);
	bottom: 0;
}

.lb_prw {
	margin: 0;
	padding: 80px 0 0 0;
	list-style: none;
	position: relative;
}

.lb_prw li {
	margin: 0;
	padding: 6px 0 0 0;
	text-align: center;
}

.lb_prw p {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 12px;
	line-height: 19px;
}

.lb_prw_wrap {
	width: 88px;
	height: 86px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.tl,
.tr,
.bl,
.br {
	position: absolute;
	width: 8px;
	height: 8px;
	overflow: hidden;
}

.tl {
	background: url(../images/tl.png);
	top: 0;
	left: 0;
}

.tr {
	background: url(../images/tr.png);
	top: 0;
	right: 0;
}

.bl {
	background: url(../images/bl.png);
	bottom: 0;
	left: 0;
}

.br {
	background: url(../images/br.png);
	bottom: 0;
	right: 0;
}

.b_banner {
	margin: 10px 0 0 0;
	padding: 0;
}

.b_banner img {
	border: 1px solid #c5c5c5;
}

.lm_title {
	font: 19px "Trebuchet MS", Arial, sans-serif;
	width: 208px;
	height: 70px;
	line-height: 55px;
	position: absolute;
	top: 20px;
	left: -10px;
	z-index: 10;
}

.left_menu {
	margin: 0;
	padding: 90px 0 50px 0;
	list-style: none;
}

.left_menu .lmt_link {
	font: 13px "Trebuchet MS", Arial, sans-serif;
	border-bottom: 3px solid #e9d6ca;
	margin: 0;
	padding: 4px 0;
}

.left_menu .lmt_link a:link,
.left_menu .lmt_link a:visited {
	text-decoration: none;
	color: #950000;
}

.left_menu .lmt_link a:hover {
	color: #3b0000;
}

.left_menu .lm_sub {
	margin: 0;
	padding: 5px 0 5px 23px;
	list-style: none;
}

.left_menu .lm_sub li {
	margin: 0;
	padding: 3px 0;
	font: 11px Tahoma, Arial, sans-serif;
}

.left_menu .lm_sub a:link,
.left_menu .lm_sub a:visited {
	text-decoration: none;
	color: #460000;
}

.left_menu .lm_sub a:hover {
	color: #950000;
}

.lb_bkg {
	background: url(../images/lb_bkg.png);
	width: 285px;
	height: 452px;
	position: absolute;
	top: 40px;
	left: -60px;
}

.lb_menu {
	margin: 0;
	padding: 0 0 50px 0;
	list-style: none;
	font: 15px "Trebuchet MS", Arial, sans-serif;
	position: relative;
}

.lb_menu li {
	margin: 0;
	padding: 0 0 8px 0;
}

.lb_menu a:link,
.lb_menu a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #7c7773;
	color: #0091bb;
	padding-bottom: 2px;
}

.lb_menu a:hover {
	border-bottom-style: solid;
}

.ico4 {
	background: url(../images/ico4.png);
	width: 74px;
	height: 69px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.rightbar {
	margin: 0 0 0 345px;
	padding: 70px 0 0 25px;
}

.rightbar p {
	font-size: 9pt;
	color: black;
	font-family: Tahoma;
}

.p_banners {
	margin: 0;
	padding: 0;
}

.p_banners ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
	position: relative;
}

.p_banners li {
	margin: 0;
	padding: 0 17px 0 0;
	display: inline;
}

.p_banners img {
	border: 1px solid #c5c5c5;
}

.images {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	position: relative;
}

.images li {
	margin: 0;
	padding: 0 38px 0 0;
	display: inline;
}

.images img {
	border: 1px solid #c4c4c3;
	background: #ffffff;
	padding: 5px;
}

.spacer {
	overflow: hidden;
	font-size: 0;
	clear: both;
}

/*footer*/
#footer {
	width: 1000px;
	height: 120px;
	position: absolute;
	margin-top: -120px;
	color: #ffffff;
	z-index: 1;
}

.foot01 {
	padding: 0 0 0 10px;
}

.bottom_menu {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.bottom_menu li {
	margin: 0;
	padding: 0 33px 0 0;
	display: inline;
	color: #4c3a13;
}

.info {
	margin: 0;
	padding: 25px 0 0 0;
}

.info dt,
.info dd {
	margin: 0;
	padding: 0;
}

.info dd {
	padding-top: 25px;
}

.info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.info ul li {
	margin: 0;
	padding: 0 30px 0 0;
	float: left;
}

.b_phone {
	font: 23px/23px "Trebuchet MS", Arial, sans-serif;
	padding-left: 70px !important;
}

.b_phone big {
	font-size: 33px;
}

.dev {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

/*txt*/
.txt {
	color: #505050;
	margin: 0;
	padding: 10px 0 25px 0;
	overflow: hidden;
}

ul.no_mark {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.no_mark li {
	margin: 0;
	padding: 0;
}

ul.mark {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.mark li {
	margin: 0;
	padding: 5px 0 5px 18px;
	background: url(../images/marker.gif) 0 7px no-repeat;
}

ol.numb {
	margin: 0;
	padding: 15px 0;
	list-style-position: inside;
}

ol.numb li {
	margin: 0;
	padding: 0 0 0 17px;
	text-indent: -17px;
}

ol.numb ol {
	margin: 0;
	padding: 5px 0 5px 20px;
	list-style: lower-alpha inside;
}

ol.numb ol li {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 100;
}

h1 {
	font-size: 30px;
	color: #0091bb;
}

h2 {
	font-size: 25px;
	color: #950000;
}

h2.two {
	font-size: 22px;
	color: #0091bb;
}

h3 {
	font-size: 20px;
	color: #6c6c6c;
}

h4 {
	font-size: 19px;
	color: #000000;
}

h5 {
	font-size: 16px;
	color: #950000;
}

/*links*/
:focus {
	outline: none;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}

a.see:link,
a.see:visited {
	color: #000000;
}

a.t_email:link,
a.t_email:visited {
	color: #ffffff;
}

a.more:link,
a.more:visited {
	color: #0091bb;
}

a.next:link,
a.next:visited {
	color: #cccccc;
}

a.category {
	color: #0091bb;
}

.rightbar a {
	color: blue;
}

p.podzag {
	font-size: 16px;
	color: #950000;
	margin: 20px 0 10px 0;
	font-family: Georgia;
	font-weight: bold;
}

a.colsp {
	color: #460000;
}


.xmap ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.xmap ul li {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 12px;
}

.xmap ul li a {
	color: #950000;
}

.xmap ul li a:hover {
	color: #000000;
}

.xmap a img {
	border: none;
}

.xmap ul.level_0 ul {
	list-style: inside square;
	padding: 0;
}

.xmap ul.level_0 ul li a {
	color: #950000;
}

.xmap ul.level_0 ul li a:hover {
	color: #000000;
}


.xmap ul.level_1 li {
	padding: 0 0 0 2em;
}

.xmap .active {
	font-style: italic;
}

.index-icon {
	float: left;
	margin: 0 30px 15px 0;
	width: 150px;
	text-align: center;
}

.index-icon img {
	margin: 0 0 5px 0;
	width: 150px;
	height: 130px;
	-o-object-fit: cover;
	object-fit: cover;
}

.index-center {
	margin: 0 0 0 35px;
}


#hidden-content {
	padding: 20px 35px
}

#form {
	font-family: 'Montserrat', sans-serif;
}

#form p {
	text-align: center;
	margin: 0;
}

.formPhone__title {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0 15px !important;
	color: blue;
}

.formPhone__input {
	padding: 7px 10px;
	border: 1px solid #b8b8b8;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}

.formPhone__input:focus {
	border-color: #b8b8b8;
}

::placeholder {
	font-size: 14px;
	font-weight: normal;
	color: #878080;
}

.formPhone__submit {
	color: #fff;
	border: none;
	padding: 15px 50px;
	text-align: center;
	background-color: blue;
	font-weight: bold;
	outline: none;
	font-size: 18px;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 5px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 5px 3px 0px rgba(50, 50, 50, 0.75);
	margin-bottom: 15px;
}

.formPhone__submit:active {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
	transform: translateY(4px);
	;
}

.formPhone__text {
	font-size: 16px;
}

.orderCallback {
	font-family: 'Montserrat', sans-serif;
	color: green;
	opacity: 0;
	text-align: center;
	font-size: 18px;
	transition: opacity 0.3s ease;
	margin-bottom: 10px;
}

.opacityFull {
	opacity: 1;
}

.accept {
	color: #3d3d3d;
	margin-top: 5px !important;
	margin-bottom: 15px !important;
}

.accept a {
	color: #3d3d3d;
	text-decoration: underline;
}

.programm-content {
	position: relative;
	padding: 0 0 180px;
	background: url("/images/25-08-21-1/flower6.png") no-repeat center bottom;
	background-size: 80%;
}

/* .flowers-3, */
/* .flowers-4 {
	position: absolute;
	z-index: -1;
}

.flowers-4 {
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -15%);
	width: 75%;
	height: auto;
} */

/* .flowers-3 {
	bottom: 25px;
	right: 0;
} */
/* <img src="/images/25-08-21-1/flower4.png" alt="flowers" width="400" class="flowers-4"> */

.top_menu a.tm_link {
	padding: 0 12px;
}

.container-about-company {
	display: flex;
}

.container-about-company .inner-about-company {
	min-width: 400px;
	flex-direction: column;
}

.inner-about-image img {
	width: 100%;
	max-width: 400px;
}

.flex-prog {
	display: flex;
}

.flex-prog_img {
	padding: 15px 0 0 0;
}

.flex-prog_anons {
	padding: 15px 0 0 15px;
}

.flex-prog_anons-name {
	margin: 0;
	font-weight: bold;
}

p.flex-prog_anons-desc {
	color: #ff0000;
	font-size: 14px;
}