@font-face {
	font-family: 'Annabelle';
	src: url('/fonts/Annabelle.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Annabelle.woff') format('woff'),
		url('/fonts/Annabelle.ttf') format('truetype'),
		url('/fonts/Annabelle.svg#Annabelle') format('svg');
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'Nautilus';
	src: url('/fonts/Nautilus.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Nautilus.woff') format('woff'),
		url('/fonts/Nautilus.ttf') format('truetype'),
		url('/fonts/Nautilus.svg#Nautilus') format('svg');
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'OlympiaDeco';
	src: url('/fonts/OlympiaDeco.eot?#iefix') format('embedded-opentype'),
		url('/fonts/OlympiaDeco.woff') format('woff'),
		url('/fonts/OlympiaDeco.ttf') format('truetype'),
		url('/fonts/OlympiaDeco.svg#OlympiaDeco') format('svg');
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'Calibri';
	src: url('/fonts/Calibri.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Calibri.woff') format('woff'),
		url('/fonts/Calibri.ttf') format('truetype'),
		url('/fonts/Calibri.svg#Calibri') format('svg');
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'CALIBRIB';
	src: url('/fonts/CALIBRIB.eot?#iefix') format('embedded-opentype'),
		url('/fonts/CALIBRIB.woff') format('woff'),
		url('/fonts/CALIBRIB.ttf') format('truetype'),
		url('/fonts/CALIBRIB.svg#CALIBRIB') format('svg');
	font-weight: bold; font-style: bold;
}

html {
  position: relative;
  min-height: 100%;
}
body {
	font-family: Calibri;
	margin-bottom: 80px;
}

a { color: #000; }
a.sel { text-decoration:underline; }

b { font-family: CALIBRIB; }

.orange {
	color:#FFB433;
}	

.container {
}

.noselect {
  /*-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;*/
}	

/* ------------------------------------- FOOTER --------------------------------- */
.footer {
	position: absolute;
	bottom: 0;
	height: 80px;
	width:100%;
}
.my-footer {
	margin-top:10px;
	background-color: #fff;
}
.second-logo a:hover, .main-logo a:active, .main-logo a:focus {
	text-decoration:none;
	color:#FFB433;
}	
.second-logo img{
	width: 60px;
}
.second-logo .txt1 {
	font: 1.5em OlympiaDeco;
	line-height: 2.5;
}
.second-logo-text {
	margin: 0 2%;
	color:#FFB433;
}
.social-logo {
	line-height:4;
}	
a.social {
	color:#fff;
	text-decoration:none;
	margin-right: 2%;	
}
a.social :hover {
	color:#CA0000;
	text-decoration:none;
}
a.social :visited{
	color:#fff;
	text-decoration:none;
}
a.social :active{
	color:#fff;
	text-decoration:none;
	
	-webkit-animation-name: Tada;
	-moz-animation-name: Tada;
	-o-animation-name: Tada;
	animation-name: Tada;	
}
a.social :focus{
	color:#CA0000;
	text-decoration:none;
}
.social img {
	height:40px;
	
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;	
}
.social img:hover {
	-webkit-animation-name: Tada;
	-moz-animation-name: Tada;
	-o-animation-name: Tada;
	animation-name: Tada;		
}
@-webkit-keyframes Tada {
    0% {
        -webkit-transform:scale(1)
    }
    10%, 20% {
        -webkit-transform:scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform:scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform:scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform:scale(1) rotate(0)
    }
}
@-moz-keyframes Tada {
    0% {
        -moz-transform:scale(1)
    }
    10%,20% {
        -moz-transform:scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -moz-transform:scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -moz-transform:scale(1.1) rotate(-3deg)
    }
    100% {
        -moz-transform:scale(1) rotate(0)
    }
}
@-o-keyframes Tada {
    0% {
        -o-transform:scale(1)
    }
    10%,20% {
        -o-transform:scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -o-transform:scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -o-transform:scale(1.1) rotate(-3deg)
    }
    100% {
        -o-transform:scale(1) rotate(0)
    }
}
@keyframes Tada {
    0% {
        transform:scale(1)
    }
    10%, 20% {
        transform:scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        transform:scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        transform:scale(1.1) rotate(-3deg)
    }
    100% {
        transform:scale(1) rotate(0)
    }
}	

/* ------------------------------------- HEADER --------------------------------- */

.my-first-row {
	margin-top:2%;
}
.my-second-row {
	margin-top:1%;
}	
.main-menu-left a {
	font-size: 1.3em;
	display: inline-block;
	padding: 0;
	margin: 3% 3% 0 3%;
	border-bottom: 3px solid #FFFFFF;
	text-transform: uppercase;
}
.main-menu-left .sel {
	text-decoration:none;
	border-bottom: 3px solid #FFCC33;
}
.main-menu-left a:hover, .main-menu-left a:active, .main-menu-left a:focus, .main-menu-left a.sel {
	text-decoration:none;
	border-bottom: 3px solid #FFCC33;
	transition: border-bottom 0.15s;
}
.main-menu-left span {
	border-right: 1px solid #555;
}
.main-menu-right {
	padding-right:30px;
}	
.btn-head {
	position:relative;
    display: inline-block;
    margin: 0 1% 0 1%;	
    background-color: #FFF;
    color: #BF360C;
    border: 2px solid #FFB433;
	/*font-weight:bold;*/
}
.btn-head:hover {
	color: #fff;
	background-color: #FFCC99;
	border: 2px solid #FFB433;
	transition: background-color 0.5s;
}
#btnPrice {
    animation:blinking 3s infinite;
}
#btnPrice:hover, #btnPrice:active, #btnPrice:focus {
	animation: none !important;
}
.btn-head img {
	position:absolute;
	width:35px;
    left: 117px;
    top: -1px;	
}
.blinking {
    animation:blinking 3s infinite;	
}
@keyframes blinking{
    0%{background-color:#FFF; color: #BF360C;}
    50%{background-color:#FFCC99; color: #FFF;}
    100%{background-color:#FFF; color:#BF360C;}
}	
.main-logo a:hover, .main-logo a:active, .main-logo a:focus {
	text-decoration:none;
	color:#FFB433;
}	
.main-logo img{
	width: 100px;
}
.main-logo .txt1 {
	font: 2em OlympiaDeco;
	margin-top:-5px;
}
.main-logo .txt2 {
	font: 0.8em OlympiaDeco;
	margin-top:4px;
}
.main-logo .txt3 {
	position:absolute;
	font-size: 0.5em;
	left: 254px;
    top: 7px;	
}	
.main-logo-text {
	margin-left:1%;
	color:#FFB433;
}
.ads {
	width:440px;
	float:right;
}
.alert {
	margin: 0 0 10px 0;
}

/*----------------------------------------------- CONTENT -----------------------------------------------------*/
.breadcrumb {
	font-size:1.2em;
}
.my-third-row {
	margin-top:1%;
	margin-bottom:2%;
}

h1 {
	margin-top:5px;
	margin-bottom:5px;
	font-size:28px;
}	
h2 {
	margin-top:5px;
	margin-bottom:5px;
	font-size:20px;
}	
/*.btn-head:hover {
	background-color: #FFCC99;
	border: 2px solid #FFB433;
	transition: background-color 0.5s;
}*/
.btn-price {
	color: #fff;
	background-color: #FFB433;
    border-color: #FFCC33;	
}
.btn-price:hover {
	color: #FFB433;
	background-color: #fff;
    border-color: #FFCC33;
	transition: background-color 0.5s;	
}
.tov_pic {
	position:relative;
}
.tov_pic_label1 {
	position:absolute;
	width:45%;
	top:0;
	left:0;
}
.index_kard {
    padding: 1% 3%;
    font-size: 1.4em;
	border: 0px solid #eee;
	min-height:340px;
}
.index_kard_txt {
	min-height:2.8em;
}
.index_group {
    padding: 1% 3%;
    font-size: 2em;
	border: 0px solid #eee;
	min-height:290px;
	margin-top:5px;
}
.tov_pic_label2 {
    position: absolute;
    width: 35%;
    top: 0;
    left: 30px;	
}
.tab-pane p {
	font-size:1.1em;
}


/*----------------------------------------------- LEFT MENU ---------------------------------------------------*/
.l_menu {
	/*margin-top:10%;*/
}
.l_menu_main a {
	text-decoration: none;
}
.l_menu_main {
	display:block;
	margin-top:30px;
	font-size: 1.3em;
    text-transform: uppercase;
}
.l_menu_main img {
	width:20px;
	margin-right:3%;
	position: relative;
    top: -2px;	
}
.l_menu ul {
	margin-top:10px;
	list-style-type: none;
	font-size: 1.15em;
}
ol li:first-child a {
	text-transform: uppercase;
}

.l_menu .sel {
	text-decoration:none;
	border-bottom: 3px solid #FFCC33;
}
.l_menu a:hover, .l_menu a:active, .l_menu a:focus, .l_menu a.sel {
	text-decoration:none;
	border-bottom: 3px solid #FFCC33;
	/*transition: border-bottom 0.15s;*/
}

/*---------------------------------------------- PANO ------------------------------------------------------*/
/*------ animista.net ------*/
.my-fourth-row {
}

.my-pano{
	overflow:hidden;
	width: 1000px;
	height: 453px;
	/*margin:auto;*/
	position:relative;
	float:right;
}

.kenburns-bottom {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;	
	background: url('/img/banner6.jpg') 50% 50% no-repeat;
	-webkit-animation: kenburns-bottom 15s ease-out infinite both;
	        animation: kenburns-bottom 15s ease-out infinite both;
}

@-webkit-keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
            transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
            transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
5
.rusechki {
	display:inline;
}
.slogan {
	display:inline;
	color:#FFB433;
	font-size: 2em;
	font-family: Annabelle;
}
.stihi {
	width: 310px;
    position: absolute;
    top: 45px;
    z-index: 200;
    background-color: #fff;
    margin: 20px 0;
    left: 0;
	font-family: Nautilus;
	font-size: 1.2em;
	color:#FFB433;
	padding: 15px;	
}
.hr {
    height: 2px;
    width: 100%;
    background: #FFB433;
	margin: 0 0 10px;
}
.slogan2 {
	display:none;
	font-family: Annabelle;
}	

/*---------------------------------------------- CONTACTS ------------------------------------------------------*/
.my-fifth-row {
}
.my-pano2{
	overflow:hidden;
	width: 1000px;
	height: 212px;
	/*margin:auto;*/
	position:relative;
	float:right;
}
.kenburns-bottom2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;	
	background: url('/img/banner2.jpg') 50% 50% no-repeat;
	-webkit-animation: kenburns-bottom 15s ease-out infinite both;
	        animation: kenburns-bottom 15s ease-out infinite both;
}
.my-contacts {
	width: 330px;
    position: absolute;
    top: 10px;
    z-index: 200;
    background-color: #fff;
    margin: 20px 0;
    left: 0;
	font-size: 1.2em;
	padding: 15px;		
}
.my-contacts2 {
	display:inline;
	color:#FFB433;
	font-size: 2em;	
}
.my-contacts3 {
	display:none;
}	
.my-contacts4 {
	margin:0;
	padding:0;
}	

/*---------------------------------------------- ABOUT ---------------------------------------------------------*/

.about {
	text-align:left;
	font-size: 1.1em;
}
.about_slogan {
	padding: 100px 0 0 0;
	font-size: 2em;			
}
.about h2 {
	text-transform: uppercase;
	font-size:2em;
}
img.organic {
	width:100%;
	display: inline;
}
.about #part2 {
	display:none;
}

.about-img {
	display: block;	
}


@media screen and (min-width: 1400px) {
	.stihi {
		margin: 20px 0 0 130px;
	}
	.about_slogan {
		padding: 91px 0 0 0;
		font-size: 3.5em;	
	}	
}

@media screen and (min-width: 1092px) {
	.akzia_text {
		font-size: 1.2em;
		color: #FFB433;	
	}	
	.akzia_cont {
		margin:0;
	}	
	.akzia_counter {
	}	
}	

@media screen and (min-width: 768px) and (max-width:1091px) {
	.main-menu-left a {
		font-size: 1.1em;
	}	
	.index_kard {
		min-height:240px;
		font-size:1em;
	}
	.index_kard_txt {
		min-height:2em;
	}
	.l_menu_main {
		font-size:1.1em;
	}
	.l_menu ul {
		font-size:1em;
		padding-inline-start: 5px;
	}
	.ads {
		width:340px;
	}
	.alert {
		margin: 0 0 10px 0;
	}
	.akzia_text {
		font-size: 1.2em;
		color: #FFB433;	
	}		
	.akzia_cont {
		margin:0;
	}	
	.akzia_counter {
	}	
}	

@media screen and (max-width: 767px) {
	.l_menu {
		text-align:center;
	}
	.my-pano, .my-pano2 {
		display:none;
	}
	.rusechki {
		display:none;
	}
	.slogan {
		display:none;	
	}
	.my-contacts2 {
		display:none;
	}
	.my-contacts4 {
		margin:0 0 0 30px;
		padding:0;
	}	
	.stihi, .my-contacts {
		position:relative;
		margin:0 auto;
		top:0;
	}
	.slogan2, .my-contacts3 {
		display:block;
	}	
	.about_slogan {
		padding: 20px 0 0 0;
		font-size: 2em;
		text-align: center;
	}
	.about img.organic {
		display: none;
	}
	.about-img {
		display: none;
	}
	.ads {
		width:100%;
	}
	.alert {
		margin: 10px 0 0 0;
	}
	.akzia_text {
		font-size: 1.2em;
		color: #FFB433;		
	}	
	.akzia_cont {
		margin:20px 0;
	}		
	.akzia_counter {
	}	
}