@import url(https://fonts.googleapis.com/css?family=Roboto:400,500&subset=latin,cyrillic);
* {
    margin: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    width: 100%;
    background: url("../img/body.png"), #f3efe4;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100%;
    color: #000;
}
.inner {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.inner-min {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;	
}
a {
    color: #000;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a:hover {
    text-decoration: none;
}
h1,
h2 {
    font-weight: normal;
}
h1,
h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    color: #1F1F1F;
    margin-bottom: 25px;
}
h1 span,
.n-block h2 span {
    color: #8c443e;
}
h3 {
    font-size: 20px;
    color: #1f1f1f;
}
li {
    list-style: none;
}
.grid {
	display:grid;
}
.cols-2 {
	grid-template-columns: repeat(2,1fr);	
	grid-column-gap: 20px;
}
.cols-3 {
	grid-template-columns: repeat(3,1fr);	
	grid-column-gap: 20px;	
}
.cols-4 {
	grid-template-columns: repeat(4,1fr);	
	grid-column-gap: 20px;		
}
/* Header*/

.header {
    height: 86px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.55);
    position: relative;
}
.logo {
    float: left;
}
.logo img {
    width: 265px;
    height: auto;
    margin-top: 5px;
}
.menu-top-container {
    float: right;
}
.menu {
    display: block;
    margin: 0;
    font-size: 16px;
}
.menu li {
    display: inline-block;
}
.menu li a {
    margin: 0;
    display: block;
    padding: 34px 10px 33px;
    color: #1f1f1f;
    text-decoration: none;
}
.menu li a:hover {
    background: #DACCA9;
    text-decoration: none;
}
.menu li.current-menu-item a {
    background: #DACCA9;
}
.menu > li:hover > a {
    background: #DACCA9;
}
.menu li:hover > .sub-menu {
    margin-top: 0;
    display: block;
    overflow: hidden;
    clear: both;
    position: absolute;
    background: #F0EADC;
    text-align: left;
}
.menu .sub-menu li {
    display: block;
}
.menu .sub-menu li a {
    display: block;
    padding: 10px;
    font-weight: normal;
    border-bottom: 1px solid #D3CCBF;
}
.menu .sub-menu li a:hover {
    background: #DACCA9;
}
.menu .sub-menu li {
    clear: both;
}
.menu .sub-menu li:last-child {
    border-bottom: none;
}
.ru-eng {
	float:right;
	margin:34px 0 0 20px;
}
.ru-eng img {
	margin-left:5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.4);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.4);
}
/* Middle*/
strong {
	font-weight: 500;
}
p.notification,
div.notification {
	padding: 5px;
	color: #f4f4f4;
	border:1px solid #e0d4b8;
	width:900px;
	margin:0 auto 39px;
	font-size:15px;
	text-align: center;
	background:#874543;
	line-height: 1.6;
	box-sizing: border-box;
}
div.notification.light {
	max-width: 912px;
	text-align: left;
	padding: 15px;
	color: #673432;
	background: #f1f1f1;
	border: 1px solid #efe9dc;
}
.brbottom {
	margin-bottom:20px;
}
.middle {
    width: 100%;
    position: relative;
}
.middle:after {
    display: table;
    clear: both;
    content: '';
}
.container {
    width: 100%;
    float: left;
}
.article-list p,
.page-entry p,
.post-entry p {
    margin-bottom: 10px;
}
.rek-scheme {
    width: 1200px;
    overflow: hidden;
    background: url("../img/rek-scheme-min.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 536px;
    position: relative;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.5;
}
.rek-scheme a {
    color: #D6CDAE;
    font-weight: 500;
    text-decoration: none;
}
.col-left1 {
    position: absolute;
    top: 51px;
    left: 175px;
}
.col-left2 {
    position: absolute;
    top: 244px;
    left: 240px;
}
.col-left3 {
    position: absolute;
    top: 421px;
    left: 335px;
}
.col-right1 {
    position: absolute;
    top: 60px;
    right: 175px;
    text-align: right;
}
.col-right2 {
    position: absolute;
    top: 254px;
    right: 240px;
    text-align: right;
}
.col-right3 {
    position: absolute;
    top: 421px;
    right: 335px;
    text-align: right;
}
/*Tabs*/

.pakety-reklamy,
.bannernaya-reklama,
.branding,
.dop-reklama,
.contacts {
    font-size: 18px;
    line-height: 1.5;
    padding: 30px 0;
}
.pakety-reklamy {
    border-top: 1px solid #d8cec0;
    width: 100%;
    clear: both;
    background: #fff;
    margin-top: 30px;
	padding-bottom: 10px;
}
.tabs,
.tabc {
    width: 1000px;
    padding: 0px;
    margin: 0 auto;
}
section {
    display: none;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #999;
    box-sizing: border-box;
}
.tabs > section > p {
    margin: 0 0 5px;
    line-height: 1.7;
    color: #555;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.tabs input {
    display: none;
}
.tabs label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 20px;
    font-size: 18px;
    text-align: center;
    color: #999;
}
.first-tab {
    margin-left: 30px!important;
}
.tabs label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}
.tabs label[for*="1"]:before {
    content: "\f0eb";
}
.tabs label[for*="2"]:before {
    content: "\f0d0";
}
.tabs label[for*="3"]:before {
    content: "\f072";
}
.tabs label[for*="4"]:before {
    content: "\f013";
}
.tabs label[for*="5"]:before {
    content: "\f219";
}
.tabs label:hover {
    color: #888;
    cursor: pointer;
}
.tabs input:checked + label {
    color: #555;
    border: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #fff;
    background: #fff;
}
.tabs #tab1:checked ~ #content1,
.tabs #tab2:checked ~ #content2,
.tabs #tab3:checked ~ #content3,
.tabs #tab4:checked ~ #content4,
.tabs #tab5:checked ~ #content5  {
    display: block;
}
.bannernaya-reklama,
.contacts {
    background: url("../img/reklama-bg.png") center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.bannernaya-reklama h2 {
    color: #f3efe4;
	margin-bottom:0;
}
.tabs-bannery {
    width: 1000px;
    padding: 0px;
    margin: 0 auto;
}
.tabs-bannery section {
    display: none;
    padding: 15px;
    background: transparent;
    border-top: 1px solid #ccc; 
    box-sizing: border-box;
}
.tabs-bannery > section > p {
    margin: 0 0 5px;
    line-height: 1.7;
    color: #555;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.tabs-bannery input {
    display: none;
}
.tabs-bannery label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 142px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.tabs-bannery label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}
.tabs-bannery label[for*="5"]:before {
    content: "\f046";
}
.tabs-bannery label[for*="6"]:before {
    content: "\f046";
}
.tabs-bannery label:hover {
    color: #ffffff;
    cursor: pointer;
}
.tabs-bannery input:checked + label {
    color: #fff;
    border: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #613639;
    background: transparent;
}
.tabs-bannery #tab6:checked ~ #content6,
.tabs-bannery #tab7:checked ~ #content7 {
    display: block;
}
.sub-info {
    text-align: center;
    color: #d7bfc0!important;
    margin-bottom: 20px!important;
}
.review,
.last-span {
    display: block;
    margin-bottom: 10px;
}
.review {
	color:#FCF4D5; 
}
.dop.last-span {
	margin-bottom:0;
	line-height:1;
}
.dop {
    color: #d7bfc0; 
	font-size:13px;
	padding-left:40px;
}
.fright {
	float:right;
	margin-top:-45px;
}
.branding {
    color: #f4f4f4;
    background: url("../img/bg03.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100%;
}
.branding h2 {
	color:#fff;
	margin-bottom:5px;
}
.branding .dop,
.branding .intro {
	color:#d6dfea;
}
.branding .intro {
	text-align:center; 
	padding-bottom:10px;
}
.branding .intro img {
	margin-bottom:10px;
}
.branding p {
	margin-bottom:10px;
}
.tabs-dop {
    width: 1000px;
    padding: 0px;
    margin: 0 auto;
}
.tabc section {
    display: none;
    padding: 15px;
    background: transparent;
    border-top: 1px solid #999;
    box-sizing: border-box;
}
.tabc > section > p {
    margin: 0 0 5px;
    line-height: 1.7;
    color: #555;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.tabc input {
    display: none;
}
.tabc label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 7px;
    font-size: 18px;
    text-align: center;
    color: #999;
}
.first-tab {
    margin-left: 30px!important;
}
.tabc label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}
.tabc label[for*="stik"]:before {
    content: "\f02b";
}
.tabc label[for*="app"]:before {
    content: "\f10b";
}
.tabc label[for*="ras"]:before {
    content: "\f003";
}
.tabc label[for*="soc"]:before {
    content: "\f1ae";
}
.tabc label[for*="off"]:before {
    content: "\f045";
}
.tabc label:hover {
    color: #888;
    cursor: pointer;
}
.tabc input:checked + label {
    color: #555;
    border: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #f2eee3;
    background: transparent; 
}
.tabc #stik:checked ~ #content8,
.tabc #off:checked ~ #contents {
    display: block;
}
.dark-text {
	color:#000!important;
}
.small-span {
	font-size:13px;
	display:block;
	line-height:1;
	margin-top:-5px;
}
.tabc p {
	margin-bottom:10px!important;
}
.contacts {
	overflow:hidden;
}
.contacts h2 {
	color: #f3efe4;
}
.fleft {
	float:left;
}
.contacts .fright {
	margin-top:0;
	width:450px;
}
.contacts .fright p{
	margin-bottom:15px;
}
.contacts a {
	color:#fff;
	text-decoration:none;
}
.contacts .fa {
	margin-right:6px;
	color:#eddedf;
}
.contacts .fa-vk {
	margin-right:4px;
}
.small-note {
	font-size:12px; 
}
.adv-link {
	display: inline-block;
	color: #fff;
	padding: 7px 25px;
	background: #669900;
	border-radius: 25px;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.adv-link:hover,
.menu li.fast-adding a:hover {
	background: #88cc00;
}
.menu li.fast-adding {
	margin-right: 10px;
}
.menu li.fast-adding a {
	color: #fff;
	padding: 7px 15px;
	background: #669900;
	border-radius: 25px;	
}
.n-block {
	padding: 25px 0;
	background: #f4f4f4;
}
.n-block .inner {
	max-width: 1000px;
	text-align: center;
}
.n-block img {
	margin: 0 auto 15px;
	display: block;
}
.n-block h2 {
	background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
	background-size: 100%;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	font-weight: bold;
}
/* Form */
input[type="submit"],
input[type="button"],
button {
    -webkit-appearance: none;
}
input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
}
input[type="text"],
input[type="email"],
textarea {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    width: 450px;
    max-width: 100%;
    border: 1px solid #ccc;
    padding: 8px 20px;
    margin-bottom:15px;
    outline: none;
}
input[type="submit"] {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-top:5px;
    border:none;
    padding:8px 20px;
    background: #eddedf;
    color:#000;
    text-transform:uppercase;
    cursor:pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;   
} 
input[type="submit"]:hover {
    background:#54667a;
    color: #fff;
} 
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { 
    color:transparent; 
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { 
    color:transparent; 
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { 
    color:transparent; 
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { 
    color:transparent; 
}
/* Footer*/

.footer {
    text-align: center;
    padding: 10px 0;
    clear: both;
}
.footer img {
    margin-top: 10px;
    width: 169px;
    height: auto;
}
.footer a {
    font-size: 14px;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.notification {
    margin-top: 10px;
    font-size: 11px;
}
/*Images*/

img.alignleft {
    float: left;
    margin: 0 5px 5px 0;
}
img.alignright {
    float: right;
    margin: 0 0 5px 5px;
}
.skype-telegram {
	font-size: 13px;
}
.skype-telegram img{
	width:35px;
	height:auto;
	margin-right:7px;
}
.skype-telegram a:first-child,
.skype-telegram a:nth-child(2) {
	float: left;
}
.skype-telegram a:nth-child(2) {
	margin-right: 10px;
}
.pakety-reklamy:after {
	content: '';
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
}