@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin,cyrillic);

body {
	font-family: "Roboto";
}
.movecolor {
	transition: box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
}

.home .navbar-nav>li:nth-child(1)>a {
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.4) inset;
}
.description .navbar-nav>li:nth-child(2)>a {
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.4) inset;
}
.diary .navbar-nav>li:nth-child(3)>a {
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.4) inset;
} 
.contacts .navbar-nav>li:nth-child(4)>a {
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.4) inset;
}
.shadow {
	box-shadow: 0 0 6px 1px #716c6c;
	border-radius: 2px;
	background-color: #f5f5f5;
}
.shadows-bg-color {
	box-shadow: 0 0 6px 1px #716c6c inset;
	background-color: #fffbec;
}
.padding {
	padding: 0 26px;
}
.img {
	border-radius: 0 0 2px 2px;
	padding-top: 0;
	border: 0;
}
.logo {
	position: relative;
}
.logo>div {
	position: absolute;
    right: 36px;
    bottom: 30px;
}
.logo>div>h1 {
	font-size: 60px;
	color: #fff;
	font-weight: 400;
}
.navbar {
	border: none;
}
.margin {
	margin-top: 10px;
}
.menu {
	padding-left: 0;
	padding-right: 11px;
}
.width-li {
	width: 25%;
}
.float-ul {
	float: none;
}
.small-size {
	display: none;
}

.margin-nav {
	margin-bottom: 0;
}
.navbar-nav>li>a {
	    box-shadow: 0px 0px 20px -2px rgba(255, 255, 255, 0.5) inset;
	padding-top: 35px;
	padding-bottom: 35px;
	margin: 4px;
	margin-right: 0;
	text-align: center;
	color: white;
    font-size: 30px;
    font-weight: bold;
    padding-left: 63px;
}
.navbar-nav>li:nth-child(1)>a {
	background-image: url(images/btn_stop_smoke_evo3a.png);
	background-repeat: no-repeat;
	background-color: #ff6a5a;
	background-position: 15px;
}
.navbar-nav>li:nth-child(2)>a {
	background-image: url(images/icon_analytics_header3.png);
	background-repeat: no-repeat;
	background-color: #0083e2;
	background-position: 15px;
}
.navbar-nav>li:nth-child(3)>a {
	background-image: url(images/diary_icon.png);
	background-repeat: no-repeat;
	background-color: #fb8e2f;
	background-position: 15px;
}
.navbar-nav>li:nth-child(4)>a {
	background-image: url(images/btn_life_evo.png);
	background-repeat: no-repeat;
	background-color: #00bc41;
	background-position: 15px;
	margin-right: 4px;
}

.navbar-nav>li>a:hover{
	box-shadow: 0px 0px 24px 6px rgba(255, 255, 255, 0.7) inset;
}
.navbar-header {
	background-color: #ff6a5a;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.content-padding {
	padding: 4px;
}

.content {
	background-color: #fff
}
.download {
	background-color: #00bc41;
	margin-left: -4px;
    margin-right: -4px;
    text-align: center;
    padding: 7px;
}
.download a {
	text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: block;
}

.download a img {
	width: 48px;
}
.download:hover {
	box-shadow: 0px 0px 24px 6px rgba(255, 255, 255, 0.7) inset;
}
footer {
	background-color: #ff6a5a;
	color: #fff;
}

footer ul li a {
	color: #fff;
	border-right: 2px #fff solid;
	padding-right: 30px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
} 
footer .big-size li:nth-child(4)>a {
	border: none;
}
footer ul li a:hover {
	text-decoration: none;
	color: #fff;
}
footer ul {
	list-style: none;
	display: table;
	margin: auto;
	padding: 0;
}
footer li {
	float: left;
	padding: 15px;
}
.width-footer {
		float: left;
		width: 50%;
	}

.padding-footer {
	padding: 4px 4px 0 4px;
}

footer p {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 0;
	margin-bottom: 0;text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 13px;
}

.diary_label {
	text-align: center;
    color: #ff7700;
    margin: 32px 0;
}
.diary_label h1 {
	
}
.diary_label p {
	    font-size: 18px;
}
.diary_item {
	background-color: #efe6c7;
    margin: 0 -4px 0 -4px;
    padding: 10px 60px 60px;
    margin-bottom: 50px;
    border-bottom: 3px dotted #ffffff;
    border-top: 3px dotted #ffffff;
}
.diary_item h2 {
	color: #007bd4;
    text-align: center;
}
.diary_item h3 {
	font-size: 20px;
    color: #866d54;
}
.diary_item .month p {
	margin-top: 20px;
}
.diary_item .subcont {
	border: 12px dashed #f7f6ec;
    padding: 6px 32px 16px;
    border-radius: 8px;
    margin-top: 30px;
	color: #313022;
}
.diary .download {
	    background-color: #fb8e2f;
}
.contacts .content {
   padding-bottom: 50px;
}
.contacts .text_content {
	
}
.contacts .text_content>div {
	    margin: 36px 50px 0;
    background-color: #c7efca;
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
    border: 2px dotted #fff;
}
.contacts .text_content div div {
padding: 36px 45px 28px;
    margin: 50px auto;
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
}
.contacts .text_content h2 {
color: #00bc41;
    text-align: center;
    margin-top: 32px;
}
.contacts .text_content p {
	font-size: 16px;
    color: #3e6365;
}
.description .text_content {
	    padding-bottom: 20px;
}
.description .text_content h2 {
	color: #0083e2;
    text-align: center;
    padding: 20px 30px;
    line-height: 40px;
	    margin-bottom: 16px;
}
.description .text_content h3 {
	    background-color: #87d0ff;
    padding: 5px 20px;
    margin: 0 -4px 0 -4px;
    color: #406698;
    text-shadow: 0 0 1px #ffffff;
    margin-bottom: 32px;
}
.description .text_content .item {
	margin: 22px 32px;
    font-size: 16px;
    color: #324050;
}
.description .text_content .accent {
	
}
.description .text_content ul {
	    color: #0084d4;
    font-size: 24px;
    margin-top: 5px;
    padding-left: 30px;
    line-height: 28px;
}
.description .text_content li {
	
}
.description .text_content li span {
	font-size: 16px;
    vertical-align: 2px;
    color: #00588e;
}
.description .download {
	    background-color: #0083e2;
}
.home .text_content {
	padding-bottom: 20px;
}
.home .text_content h2 {
	color: #ef685a;
    text-align: center;
    padding: 20px 30px;
    line-height: 40px;
    margin-bottom: 16px;
}
.home .text_content p {
	margin: 22px 32px;
    font-size: 16px;
    color: #324050;
}
.home .download {
	    background-color: #ff6a5a;
}

.for_sslider {
    overflow: hidden;
    position: relative;
}
.for_sslider .left_side {
    width: 36px;
    height: 123px;
	top: 0;
    margin: 150px 0;
    position: absolute;
    box-shadow: 1px 0px 8px -1px #636363;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url('http://findpairgame.com/img/arr_r3g.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 0 2px 2px 0;
}
.for_sslider .right_side {
    right: 0;
    top: 0;
    width: 36px;
    height: 123px;
    margin: 150px 0;
    position: absolute;
    box-shadow: 0px 0px 8px -1px #636363;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url('http://findpairgame.com/img/arr_l3g.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 2px 0 0 2px;
}
.for_sslider .left_side:hover, .for_sslider .right_side:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.75);
}
#screen_slider {
    position: relative;
    overflow: hidden;
    height: 428px;
    box-shadow: 0px 1px 0px #FFF, 0px 1px 8px -2px #636363 inset;
    margin-left: -3px;
    /*width: 676px;*/
    background-color: white;
}
#screen_slider ul {
    /*width: 4026px;*/
    overflow: hidden;
    padding: 0;
    height: 416px;
	    margin-top: 10px;
}
#screen_slider li {
    list-style: none;
    float: left;
    margin: 5px 10px;
    height: 400px;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.5);
}
#screen_slider li img {
	width: 240px;
}
#screen_slider li:first-child {
    margin-left: 23px;
}
#screen_slider li:last-child {
    margin-right: 23px;
}
#screen_slider li a {
    display: block;
}
#screen_slider li a:hover {
    cursor: pointer;
}

@media screen and (max-width: 1200px){
	.nav.navbar-nav>li>a {
		font-size: 26px;
		padding-bottom: 30px;
		padding-top: 30px; 
	}
	.navbar-nav>li:nth-child(1)>a {
		background-size: 60px;
	}
	.navbar-nav>li:nth-child(2)>a {
		background-size: 46px;
	}
	.navbar-nav>li:nth-child(3)>a {
		background-size: 41px;
	}
	.navbar-nav>li:nth-child(4)>a {
		background-size: 49px;
	}
}


@media screen and (max-width: 992px){
	.nav.navbar-nav>li>a {
		background-image: none;
		padding-left: 0;
		padding-right: 0;
	}
	.logo>div>h1  {
		font-size: 48px;
	}
	
}


@media screen and (max-width: 767px){
	.logo>div>h1  {
		font-size: 40px;
	}
	.menu {
			padding-left: 15px;
			padding-right: 15px;
			border-top: none;
	}
	.float-ul {
		margin-top: 0;
		margin-bottom: 0;
	}
	.width-li {
		width: 100%;
	}
	.navbar-nav>li:nth-child(1)>a {
		background-image: url(images/btn_stop_smoke_evo3a.png);
		background-size: 48px;
    	background-position-x: 8px;
	}
	.navbar-nav>li:nth-child(2)>a {
		background-image: url(images/icon_analytics_header3.png);
		background-size: 35px;
	}
	.navbar-nav>li:nth-child(3)>a {
		background-image: url(images/diary_icon.png);
		background-size: 32px;
	}
	.navbar-nav>li:nth-child(4)>a {
		background-image: url(images/btn_life_evo.png);
		background-size: 38px;
	}
	.nav.navbar-nav>li>a {
		padding-bottom: 20px;
		padding-top: 20px;
		font-size: 22px;
		margin: 0;
    	margin-top: 3px;
	}
	footer .big-size li a {
		border: none;
	}
	footer li {
		padding: 0;
		padding-top: 10px;
		padding-left: 10px;
	}

	footer ul li a {
		font-size: 14px;
	}
	footer p {
		font-size: 10px;
	}
	.content .diary_item {
		padding-left: 0;
    	padding-right: 0;
	}
	.content .subcont {
		border-left: 0;
    	border-right: 0;
    	border-radius: 0;
    	padding-left: 20px;
    	padding-right: 20px;
	}
	.contacts .text_content>div {
		margin: 0;
	}
	.contacts .text_content div div {
		padding: 20px 25px;
	}
	.description .text_content h2, .home .text_content h2, .diary_label h1, .contacts .text_content h2{
		font-size: 24px;
    	padding: 0px 5px;
	}
	.description .text_content h3 {
		font-size: 18px;
    	padding: 20px;
	}
	.diary_item h2 {
		font-size: 22px;
	}
	.contacts .text_content h2 {
		margin-bottom: 16px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	.logo>div>h1  {
		font-size: 25px;
	}
	.logo>div {    
		right: 17px;
    	bottom: 14px;}
	.big-size {
		display: none;
	}
	.small-size {
		display: table;
		padding-top: 10px;

	}
	.small-size>li {
		padding-left: 20px;
	}
	.small-size>li a {
		padding-bottom: 20px;
		background-repeat: no-repeat;
		background-color: #fff;
		border: #f38b80 2px solid;
    	border-radius: 5px;
    	width: 48px;
    	height: 48px;
    	display: inline-block;
	}
	.small-size>li:nth-child(1) {
		padding-left: 0;
	}
	.small-size>li:nth-child(1)>a {
		background-image: url(images/btn_stop_smoke_evo3a_red.png);
		background-size: 34px;
		background-position: 3px 5px;
    
	}
	.small-size>li:nth-child(2)>a {
		background-image: url(images/icon_analytics_header3_red.png);
		background-size: 26px;
    	background-position: 9px 8px;
	}
	.small-size>li:nth-child(3)>a {
		background-image: url(images/diary_icon_red.png);
		background-size: 23px;
    	background-position: 10px 10px;
	}
	.small-size>li:nth-child(4)>a {
		background-image: url(images/btn_life_evo_red.png);
		background-size: 28px;
    	background-position: 8px 7px;
	}
	footer p {
		margin-top: 5px;
	}
	.small-size>li a:hover, .small-size>li a:active {
		background-color: #fbf4e1;
	}
}