* {
	margin:0;
	padding:0;
}

@font-face {
    font-family: 'activistregular';
    src: url('fonts/activist-webfont.eot');
    src: url('fonts/activist-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/activist-webfont.woff2') format('woff2'),
         url('fonts/activist-webfont.woff') format('woff'),
         url('fonts/activist-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body, input, button, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust:none;
}

@media only screen and (max-width: 1024px) {
	body, input, button, textarea {
	font-size: 16px;
	line-height: 24px;
}
}

@media only screen and (max-width: 700px) {
	body, input, button, textarea {
	font-size: 14px;
	line-height: 20px;
}
}

body {
	background-color: #191919;
	color: #ffffff;
	width:100% !important;
	height: 100%;
	padding-top: 70px;
}
@media only screen and (max-width: 700px) {
	body{
		padding-top: 0px;
		padding-bottom: 70px;
}
}

body.article {
	background-color: #ffffff;
	color: #191919;
}

h1 {
	font-family: 'activistregular', sans-serif;
	display: block;
	text-align: center;
	font-size: 54px;
	font-weight: normal;
	line-height: 54px;
	margin:54px auto 32px auto;
	padding: 0 32px;
	max-width: 900px;
}

@media only screen and (max-width: 1024px) {
	h1 {
	font-size: 48px;
	font-weight: normal;
	line-height: 48px;
	margin:46px auto 32px auto;
	padding: 0 32px;
	max-width: 720px;
}
}

@media only screen and (max-width: 700px) {
	h1 {
	font-size: 24px;
	line-height: 24px;
	margin:24px 0 16px 0;
	word-wrap: break-word;
	padding: 0 24px;
}
}

h2 {
	font-family: 'activistregular', sans-serif;
	display: block;
	text-align: center;
	font-size: 54px;
	font-weight: normal;
	line-height: 54px;
	margin:54px auto 32px auto;
	padding: 0 32px;
	max-width: 900px;
}

@media only screen and (max-width: 1024px) {
	h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 48px;
	margin:46px auto 32px auto;
	padding: 0 32px;
	max-width: 720px;
}
}

@media only screen and (max-width: 700px) {
	h2 {
	font-size: 24px;
	line-height: 24px;
	margin:28px 0 16px 0;
	word-wrap: break-word;
	padding: 0 24px;
}
}

h3 {
	font-family: 'activistregular', sans-serif;
	display: block;
	text-align: left;
	font-size: 32px;
	font-weight: normal;
	line-height: 40px;
	margin:32px auto 16px auto;
	padding: 0 32px;
	max-width: 900px;
}
@media only screen and (max-width: 1024px) {
	h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin:32px auto 16px auto;
	padding: 0 32px;
	max-width: 720px;
}
}

@media only screen and (max-width: 700px) {
	h3 {
	font-size: 18px;
	line-height: 24px;
	margin:16px 0 8px 0;
	word-wrap: break-word;
	padding: 0 24px;
}
}

p {
	text-align: left;
	font-weight: normal;
	margin:16px auto 16px auto;
	max-width: 900px;
	padding: 0 32px;
	word-wrap: break-word;
}
@media only screen and (max-width: 1024px) {
	p {
		max-width: 720px;
}
}
@media only screen and (max-width: 700px) {
	p {
		margin:16px 0 8px 0;
		padding: 0 24px;
}
}

a,a:visited {
	color: #5496cc;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
     -moz-transition: color 0.3s ease-out;
     -o-transition: color 0.3s ease-out;
     transition: color 0.3s ease-out;
}

a:hover,a:visited:hover {
	color: #72c0ff;
}

ul.menu{
	display: inline-block;
	text-transform: uppercase;
	font-family: 'activistregular', sans-serif;
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 700px) {
	ul.menu{
		display: block;
		height: 0;
		overflow: hidden;
		bottom: 0;
	}
}

@media only screen and (max-width: 700px) {
.deployed{
	height: auto !important;
}
}

ul.menu li{
	list-style: none;
	display: inline-block;
	text-align: center;
	margin: 0 16px 0 0;
}

@media only screen and (max-width: 1024px) {
	ul.menu li{
		margin: 0 12px 0 0;
	}
}

@media only screen and (max-width: 700px) {
	ul.menu li{
	display: block;
	margin: 0px 0px 24px 0;
}
}

.menu_request{
	display: inline-block;
	text-align: center;
	margin: 0;
}

@media only screen and (max-width: 700px) {
	.menu_request{
	display: block;
	position: relative;
	bottom: 0;
	margin: 0;
}
}



a.button_url, a.button_url:visited{
	display: block;
	padding: 8px 16px 8px;
	font-family: 'activistregular', sans-serif;
	color: #ffffff;
	background-color: #41b654;
	border-radius: 4px;
	-webkit-transition: background-color 0.3s ease-out;
     -moz-transition: background-color 0.3s ease-out;
     -o-transition: background-color 0.3s ease-out;
     transition: background-color 0.3s ease-out;
}

a.button_url:hover, a.button_url:hover{
	background-color: #416db6;
}


.header{
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	background-color: rgba(25,25,25,0.98);
	text-align: right;
	padding: 16px 32px 16px 94px;
	z-index: 10000;
}

@media only screen and (max-width: 700px) {
	.header{
	position: fixed;
		top: auto;
	bottom: 0;
	text-align: right;
	padding: 16px 86px;
	width: 100%;
	box-sizing: border-box;
		background-color: rgba(25,25,25,0.98);
}
}

.header a.choosed {
color:#ffffff;
}

.logo{
	display: block;
	position: absolute;
	bottom: 16px;
	left: 32px;
	width: 46px;
	height: 46px;
	background-image: url(images/kinosvod_logo.png);
	background-size: contain;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 700px) {
	.logo{
		bottom: 16px;
		left: 24px;
		width: 38px;
		height: 38px;
	}
}

.burger{
	display: none;
	background: url(images/burger_menu.png) no-repeat;
}

@media only screen and (max-width: 700px) {
	.burger{
		display: block;
		position: absolute;
		bottom: 16px;
		right: 24px;
		width: 38px;
		height: 38px;
		background-size: 38px 38px;
		cursor: pointer;
	}
	.burger:hover{
		background-color: #333333;
	}
}

.button_language{
	display: none;
	background: url(images/burger_language.png) no-repeat;
}

@media only screen and (max-width: 700px) {
	.button_language{
		display: block;
		position: right;
		bottom: 16px;
		right: 24px;
		width: 38px;
		height: 38px;
		background-size: 38px 38px;
		cursor: pointer;
	}
	.button_language:hover{
		background-color: #333333;
	}
}


ul.social_icons{
	display: block;
	text-align: center;
	margin:32px auto 16px auto;
	max-width: 900px;
	padding: 0 32px;
}

@media only screen and (max-width: 1024px) {
	ul.social_icons{
		max-width: 720px;
	}
}

@media only screen and (max-width: 700px) {
	ul.social_icons{
		margin:24px 0 16px 0;
		padding: 0 24px;
}
}

ul.social_icons li{
	list-style: none;
	display: inline-block;
	text-align: center;
	margin: 8px;
}

@media only screen and (max-width: 1024px) {
	ul.social_icons li{
		margin:6px;
	}
}

@media only screen and (max-width: 700px) {
	ul.social_icons li{
	margin: 4px;
}
}

ul.social_icons li a{
	display: block;
	background-color: #ffffff;
	width: 48px;
	height: 48px;
	background-color: none;
	border-radius: 24px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease-out;
     -moz-transition: background-color 0.3s ease-out;
     -o-transition: background-color 0.3s ease-out;
     transition: background-color 0.3s ease-out;
}

@media only screen and (max-width: 1024px) {
	ul.social_icons li a{
		width: 42px;
		height: 42px;
	}
}

@media only screen and (max-width: 700px) {
	ul.social_icons li a{
		width: 36px;
		height: 36px;
	}
}


ul.social_icons li a:hover{
	background-color: #72c0ff;
}

.instagram{
	background: url(images/socicons.png) no-repeat;
	background-size: auto 96px;
	background-position: 0px 0px;
}

@media only screen and (max-width: 1024px) {
	.instagram{
		background-size: auto 84px;
	}
}

@media only screen and (max-width: 700px) {
	.instagram{
		background-size: auto 72px;
	}
}

.facebook{
	background: url(images/socicons.png) no-repeat;
	background-size: auto 96px;
	background-position: -59px 0px;
}

@media only screen and (max-width: 1024px) {
	.facebook{
		background-size: auto 84px;
		background-position: -51px 0px;
	}
}

@media only screen and (max-width: 700px) {
	.facebook{
		background-size: auto 72px;
		background-position: -44px 0px;
	}
}

.vkontakte{
	background: url(images/socicons.png) no-repeat;
	background-size: auto 96px;
	background-position: -119px 0px;
}

@media only screen and (max-width: 1024px) {
	.vkontakte{
		background-size: auto 84px;
		background-position: -104px 0px;
	}
}

@media only screen and (max-width: 700px) {
	.vkontakte{
		background-size: auto 72px;
		background-position: -89px 0px;
	}
}

.youtube{
	background: url(images/socicons.png) no-repeat;
	background-size: auto 96px;
	background-position: -179px 0px;
}

@media only screen and (max-width: 1024px) {
	.youtube{
		background-size: auto 84px;
		background-position: -156px 0px;
	}
}

@media only screen and (max-width: 700px) {
	.youtube{
		background-size: auto 72px;
		background-position: -134px 0px;
	}
}

img {
	display: block;
	vertical-align: top;
	width: 100%;
}

img.blog_image {
	margin: 16px auto;
	padding: 0 32px;
	max-width: 900px;
}

@media only screen and (max-width: 1024px) {
	img.blog_image {
	max-width: 784px;
	box-sizing: border-box;
	width: 100%;
}
}

@media only screen and (max-width: 700px) {
	img.blog_image {
	padding: 0 24px;
	box-sizing: border-box;
	width: 100%;
}
}

ul.services_preview {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: stretch;
	text-align: center;
	font-weight: normal;
	flex-wrap: wrap;
	margin:16px auto 16px auto;
	//max-width: 1200px;
	padding: 0 32px;
}
@media only screen and (max-width: 1280px) {
	ul.services_preview {
		//max-width: 900px;
}
}
@media only screen and (max-width: 1024px) {
	ul.services_preview {
		//max-width: 720px;
}
}
@media only screen and (max-width: 700px) {
ul.services_preview {
		margin:8px 0 8px 0;
		padding: 0 24px;
}
}

ul.services_preview li {
 
	font-family:  'activistregular', sans-serif;
    font-size: 1.2em;
    text-align: center;
	list-style: none;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
	display: -webkit-flex;
	display: flex;
   
    
}

@media only screen and (max-width: 1280px) {
	ul.services_preview li {
	-webkit-flex-basis: 23.3%;
	flex-basis: 23.3%;
}
}
@media only screen and (max-width: 700px) {
ul.services_preview li {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
}

ul.services_preview li a{
	width: 100%;
	height: 400px;
	color: #ffffff;
	text-align: center;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(images/cameraman.jpg);
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
    
}

@media only screen and (max-width: 1280px) {
	ul.services_preview li a{
		//width: 300px;
		height: 300px;
}
}
@media only screen and (max-width: 1024px) {
	ul.services_preview li a{
		width: 100%;
		max-height: 240px;
}
}
@media only screen and (max-width: 700px) {
ul.services_preview li a{

    width: 175px;
	max-width:none;
	height: 120px;

}
}
@media only screen and (max-width: 400px) {
ul.services_preview li a{

    width: 155px;
	max-width:none;
	height: 120px;

}
}
@media only screen and (max-width: 320px) {
ul.services_preview li a{

    width: 135px;
	max-width:none;
	height: 120px;

}
}
ul.services_preview li a:hover{
	color: #72c0ff;
}

ul.services_preview li a span {
    height: 100%;
    display: flex;
  align-items: center;
  justify-content: center ;
	background: linear-gradient(to top,rgba(0,0,0,0.90),rgba(0,0,0,0.00));
	padding: 48px 16px 24px 16px;
	box-sizing: border-box;
	min-width: 100.5%;
}
@media only screen and (max-width: 700px) {
ul.services_preview li a span {
	padding: 48px 16px 16px 16px;
}
}
ul.portfolio_preview {
	display: -webkit-flex;
	display: flex;
	align-items: stretch;
	text-align: center;
	font-weight: normal;
	flex-wrap: wrap;
	margin:16px auto 16px auto;
	//max-width: 1200px;
	padding: 0 32px ;
}
@media only screen and (max-width: 1280px) {
	ul.portfolio_preview {
		//max-width: 900px;
        
}
}
@media only screen and (max-width: 1024px) {
	ul.portfolio_preview {
		//max-width: 720px;
        padding: auto;
}
}
@media only screen and (max-width: 700px) {
ul.portfolio_preview {
    
		margin:8px 0 28px 0;
		padding: auto;
}
}

ul.portfolio_preview li {
    margin: auto;
	font-family: 'activistregular', sans-serif;
	list-style: none;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
	display: -webkit-flex;
	display: flex;
}

@media only screen and (max-width: 1280px) {
	ul.portfolio_preview li {
	-webkit-flex-basis: 23.3%;
	flex-basis: 23.3%;
}
}
@media only screen and (max-width: 700px) {
ul.portfolio_preview li {
	-webkit-flex-basis: auto;
	flex-basis: auto;
}
}

ul.portfolio_preview li a{
	width: 100%;
	height: 400px;
	color: #ffffff;
	text-align: center;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(images/cameraman.jpg);
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
}

@media only screen and (max-width: 1280px) {
	ul.portfolio_preview li a{
		//width: 300px;
		height: 300px;
}
}
@media only screen and (max-width: 1024px) {
	ul.portfolio_preview li a{
		width: 100%;
		max-height: 240px;
}
}
@media only screen and (max-width: 700px) {
ul.portfolio_preview li a{

    width: 170px;
	max-width:none;
	height: 120px;

}
}
@media only screen and (max-width: 400px) {
ul.portfolio_preview li a{

    width: 147px;
	max-width:none;
	height: 120px;

}
}
@media only screen and (max-width: 320px) {
ul.portfolio_preview li a{

    width: 125px;
	max-width:none;
	height: 120px;

}
}
ul.portfolio_preview li a:hover{
	color: #72c0ff;
}

ul.portfolio_preview li a span {
	background: linear-gradient(to top,rgba(0,0,0,0.90),rgba(0,0,0,0.00));
	padding: 48px 16px 24px 16px;
	box-sizing: border-box;
	min-width: 100.5%;
}
@media only screen and (max-width: 700px) {
ul.portfolio_preview li a span {
	padding: 48px 16px 16px 16px;
}
}

ul.portfolio_preview2 {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: stretch;
	text-align: center;
	font-weight: normal;
	flex-wrap: wrap;
	margin:16px auto 16px auto;
	//max-width: 1200px;
	padding: 0 32px;
}
@media only screen and (max-width: 1280px) {
	ul.portfolio_preview2 {
		//max-width: 900px;
}
}
@media only screen and (max-width: 1024px) {
	ul.portfolio_preview2 {
		//max-width: 720px;
}
}
@media only screen and (max-width: 700px) {
ul.portfolio_preview2 {
		margin:8px 0 8px 0;
		padding: 0 24px;
    
}
}

ul.portfolio_preview2 li {
	font-family: 'activistregular', sans-serif;
	list-style: none;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
	display: -webkit-flex;
	display: flex;
}

@media only screen and (max-width: 1280px) {
	ul.portfolio_preview2 li {
	-webkit-flex-basis: 23.3%;
	flex-basis: 23.3%;
}
}
@media only screen and (max-width: 700px) {
ul.portfolio_preview2 li {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
}

ul.portfolio_preview2 li a{
	width: 100%;
	height: 400px;
	color: #ffffff;
	text-align: center;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(images/cameraman.jpg);
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
}

@media only screen and (max-width: 1280px) {
	ul.portfolio_preview2 li a{
		//width: 300px;
		height: 300px;
}
}
@media only screen and (max-width: 1024px) {
	ul.portfolio_preview2 li a{
		width: 100%;
		max-height: 240px;
}
}
@media only screen and (max-width: 700px) {
ul.portfolio_preview2 li a{

    width: 175px;
	max-width:none;
	height: 120px;

}
}
@media only screen and (max-width: 400px) {
ul.portfolio_preview2 li a{

    width: 155px;
	max-width:none;
	height: 120px;

}
}
@media only screen and (max-width: 320px) {
ul.sportfolio_preview2 li a{

    width: 135px;
	max-width:none;
	height: 120px;

}
}

ul.portfolio_preview2 li a:hover{
	color: #72c0ff;
}

ul.portfolio_preview2 li a span {
	background: linear-gradient(to top,rgba(0,0,0,0.90),rgba(0,0,0,0.00));
	padding: 48px 16px 24px 16px;
	box-sizing: border-box;
	min-width: 100.5%;
}
@media only screen and (max-width: 700px) {
ul.portfolio_preview2 li a span {
	padding: 48px 16px 16px 16px;
}
}


ul.advantage{
	text-align: center;
	font-weight: normal;
	margin:16px auto 16px auto;
	max-width: 900px;
	padding: 0 32px;
	word-wrap: break-word;
	font-size: 0;
}
@media only screen and (max-width: 1024px) {
	ul.advantage{
		max-width: 720px;
}
}
@media only screen and (max-width: 700px) {
ul.advantage{
		margin:8px 0 8px 0;
		padding: 0 24px;
}
}

ul.advantage li {
	font-family: 'activistregular', sans-serif;
	list-style: none;
	display: inline-block;
	margin: 0;
	max-width: 300px;
	font-size: 18px;
}

@media only screen and (max-width: 1024px) {
	ul.advantage li {
		font-size: 16px;
		width: 33.33%;
}
}
@media only screen and (max-width: 700px) {
ul.advantage li {
		font-size: 14px;
		width: 50%;
}
}

ul.advantage li img {
	display: block;
	padding: 16px 48px 16px;
	box-sizing: border-box;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	ul.advantage li img {
	padding: 16px 32px 16px;
}
}
@media only screen and (max-width: 700px) {
	ul.advantage li img {
	padding: 16px 24px 16px;
}
}

ul.landing_contacts {
	text-align: center;
	font-weight: normal;
	margin:32px auto 16px auto;
	max-width: 900px;
	padding: 0 32px;
	//word-wrap: break-word;
	font-size: 0;
}
@media only screen and (max-width: 1024px) {
	 ul.landing_contacts {
		max-width: 720px;
}
}
@media only screen and (max-width: 700px) {
ul.landing_contacts {
		margin:16px 0 8px 0;
		padding: 0 24px;
}
}

ul.landing_contacts li {
	font-family: 'activistregular', sans-serif;
	list-style: none;
	display: inline-block;
	font-size: 22px;
    text-align: center;
    
}

@media only screen and (max-width: 1024px) {
	ul.landing_contacts li {
		font-size: 18px;
		max-width: 33.33%;
}
}
@media only screen and (max-width: 700px) {
ul.landing_contacts li {
		font-size: 16px;
		max-width: 50%;
}
}

ul.landing_contacts li span, ul.landing_contacts li a {
	display: block;
	text-align: center;
}

ul.landing_contacts li span.name {
	font-size: 1.5em;
    
}

ul.landing_contacts li span.phone {
	font-size: 1.5em;
	margin-top: 0.5em;
}
.obratnuj-zvonok{
	width: 100%;
	max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.form-zvonok{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	box-sizing: border-box;
}
.form-zvonok div{
	padding: 15px 0;
}
.bot-send-mail{
    font-family: 'activistregular', sans-serif;
	box-sizing: border-box;
	width: 100%;
}
.form-zvonok label,.form-zvonok input{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.form-zvonok label{
	margin-bottom: 5px;
}
.form-zvonok input{
	padding: 10px 15px;
	margin-top: 10px;
}
.form-zvonok label span{
	color: #dc143c;
}
.form-zvonok .bot-send-mail{
	padding: 15px;
	margin-top: 10px;
	background: none;
	border: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #416db6;
	cursor: pointer;
	border: 3px #416db6 solid;
	border-radius: 5px;
}
.form-zvonok .bot-send-mail:hover{
	color: #416db6;
	background-color: #fff;
}
.video_container{
    margin: 0;
	z-index: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 700px;
}

@media only screen and (max-width: 1280px) {
.video_container{
	height: 700px;
}
}
@media only screen and (max-width: 1024px) {
	.video_container{
		height: 576px;
	}
}
@media only screen and (max-width: 700px) {
	.video_container{
        margin: auto;
		//height: 576px;
		height: 200px;
	}
}

.fullscreen-bg__video {
  position: absolute;
  width: 1920px;
	left: 50%;
	margin-left:-960px;
	top: 50%;
	margin-top:-540px;
}
@media only screen and (max-width: 1280px) {
.fullscreen-bg__video {
  width: 1280px;
	margin-left:-640px;
	margin-top:-360px;
}
}

@media only screen and (max-width: 1024px) {
	.fullscreen-bg__video {
	  width: 1024px;
		margin-left:-512px;
		margin-top:-288px;
	}
}
@media only screen and (max-width: 700px) {
	.fullscreen-bg__video {
	  width: 1024px;
		height: 576px;
		margin-left:-512px;
		margin-top:-288px;
	}
}


ul.services {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: stretch;
	font-weight: normal;
	flex-wrap: wrap;
	margin:16px auto 16px auto;
	max-width: 900px;
	padding: 0 32px;
}
@media only screen and (max-width: 1024px) {
	ul.services {
		max-width: 720px;
}
}
@media only screen and (max-width: 700px) {
ul.services {
		margin:8px 0 8px 0;
		padding: 0 24px;
}
}

ul.services li {
	font-family: 'activistregular', sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 18px;
	text-align: left;
	-webkit-flex-basis: 33.3%;
	flex-basis: 33.3%;
	display: -webkit-flex;
	display: flex;
}

@media only screen and (max-width: 1024px) {
	ul.services li {
		font-size: 16px;
}
}
@media only screen and (max-width: 700px) {
ul.services li {
		font-size: 14px;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
}

ul.services li img {
	display: block;
	padding: 0px 32px 16px;
	box-sizing: border-box;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	ul.services li img {
	padding: 0px 24px 16px;
}
}
@media only screen and (max-width: 700px) {
	ul.services li img {
	padding: 0px 8px 16px;
}
}

ul.services li a {
	display: block;
	padding: 16px;
	margin: 16px;
	color: #ffffff;
	border: solid 4px #416db6;
	-webkit-transition: border-color 0.3s ease-out, color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out, color 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out, color 0.3s ease-out;
    transition: border-color 0.3s ease-out, color 0.3s ease-out;
}

@media only screen and (max-width: 1024px) {
	ul.services li a {
	border: solid 3px #416db6;
	margin: 12px;
}
}
@media only screen and (max-width: 700px) {
	ul.services li a {
	margin: 8px;
	border: solid 2px #416db6;
}
}

ul.services li a:hover {
	color: #72c0ff;
	border-color: #72c0ff;
}

div.blog_author {
	font-family: 'activistregular', sans-serif;
	text-align: left;
	font-weight: normal;
	margin:16px auto 16px auto;
	max-width: 900px;
	padding: 0 32px;
	word-wrap: break-word;
}
@media only screen and (max-width: 1024px) {
	div.blog_author {
		max-width: 720px;
}
}
@media only screen and (max-width: 700px) {
	div.blog_author {
		margin:8px 0 8px 0;
		padding: 0 24px;
}
}
div.blog_author span {
	display: block;
}

div.blog_author div.blog_image {
	float: left;
	width: 96px;
	height: 96px;
	border-radius: 64px;
	background-color: #eeeeee;
	margin-right: 16px;
	background-size: cover;
}
@media only screen and (max-width: 1024px) {
	div.blog_author div.blog_image {
		width: 72px;
		height: 72px;
	}
}
@media only screen and (max-width: 700px) {
	div.blog_author div.blog_image {
		width: 64px;
		height: 64px;
		margin-right: 8px;
	}
}

div.blog_author span.name {
	padding-top: 16px;
	line-height: 1.3em;
}
@media only screen and (max-width: 1024px) {
	div.blog_author span.name {
		padding-top: 6px;
	}
}
@media only screen and (max-width: 700px) {
	div.blog_author span.name {
		padding-top: 6px;
	}
}

div.blog_author span.profession {
    font-size: 0.8em;
	line-height: 1.3em;
}
div.blog_author span.date {
	font-size: 0.8em;
	line-height: 2.5em;
}

div.blog_author span.clear {
	clear: both;
}


ul.submit {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: stretch;
	font-weight: normal;
	flex-wrap: wrap;
	margin:32px auto 32px auto;
	max-width: 900px;
	padding: 0 32px;
}
@media only screen and (max-width: 1024px) {
	ul.submit {
		max-width: 720px;
}
}
@media only screen and (max-width: 700px) {
ul.submit {
		margin:16px 0 16px 0;
		padding: 0 24px;
}
}

ul.submit li {
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-flex-basis: 33.3%;
	flex-basis: 33.3%;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	ul.submit li {
}
}
@media only screen and (max-width: 700px) {
ul.submit li {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}
}


ul.prices {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: stretch;
	font-weight: normal;
	flex-wrap: wrap;
	margin:32px auto 32px auto;
	max-width: 900px;
	padding: 0 32px;
}
@media only screen and (max-width: 1024px) {
	ul.prices {
		max-width: 720px;
}
}
@media only screen and (max-width: 700px) {
ul.prices {
		margin:16px 0 16px 0;
		padding: 0 24px;
}
}

ul.prices li {
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-flex-basis: 33.3%;
	flex-basis: 33.3%;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 0.6rem;
	line-height: 1.2rem;
}

@media only screen and (max-width: 1024px) {
	ul.prices li {
}
}
@media only screen and (max-width: 700px) {
ul.prices li {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}
}


ul.prices li div.frame {
	display: block;
	position: relative;
	padding: 16px 16px 90px;
	margin: 16px;
	color: #ffffff;
	border: solid 4px #416db6;
}

@media only screen and (max-width: 1024px) {
	ul.prices li div.frame {
	border: solid 3px #416db6;
	margin: 12px;
}
}
@media only screen and (max-width: 700px) {
	ul.prices li div.frame {
	margin: 8px;
	border: solid 2px #416db6;
	padding: 16px 16px 16px;
}
}
ul.prices li div.frame img {
	margin: 0 0 16px 0;
}

ul.prices li div.frame span.name, ul.prices li div.frame span.price {
	font-family: 'activistregular', sans-serif;
	font-size: 1.5em;
}

ul.prices li div.frame span.price {
	position: absolute;
	bottom: 68px;
}

@media only screen and (max-width: 700px) {
ul.prices li div.frame span.price {
	position: relative;
	top: 0;
}
}

ul.prices li div.frame ul {
	margin: 24px 0 24px;
}

ul.prices li div.frame a.button_url {
	margin: 16px 0 0 0;
	text-align: center;
	position: absolute;
	width: 87.5%;
	box-sizing: border-box;
	bottom: 16px;
}

@media only screen and (max-width: 1024px) {
	ul.prices li div.frame a.button_url {
	width: 84%;
}
}

@media only screen and (max-width: 700px) {
ul.prices li div.frame a.button_url {
	position: relative;
	top: 0;
	width: auto;
}
}

@media only screen and (max-width: 700px) {
ul.prices li div.frame a.button_url2 {
	position: relative;
	top: 0;
	width: auto;
}
}

ul.contacts {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: stretch;
	font-weight: normal;
	flex-wrap: wrap;
	margin:32px auto 32px auto;
	max-width: 900px;
	padding: 0 32px;
}
@media only screen and (max-width: 1024px) {
	ul.contacts {
		max-width: 720px;
}
}
@media only screen and (max-width: 700px) {
ul.contacts {
		margin:16px 0 16px 0;
		padding: 0 24px;
}
}

ul.contacts li {
	font-family: 'activistregular', sans-serif;
	list-style: none;
	padding: 0 0 16px;
	margin: 0;
	-webkit-flex-basis: 33.3%;
	flex-basis: 33.3%;
}

@media only screen and (max-width: 1024px) {
	ul.contacts li {
}
}
@media only screen and (max-width: 700px) {
ul.contacts li {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}
}

ul.contacts li.image {
-webkit-flex-grow: 2;
flex-grow: 2;
}

ul.contacts li span, ul.landing_contacts li a {
	display: block;
	text-align: center;
}

ul.contacts li span.name {
	font-size: 1.5em;
    text-align: left;
}

ul.contacts li span.profession {
	font-size: 0.9em;
    text-align: left;
}

ul.contacts li span.phone {
	font-size: 1.5em;
	margin-top: 0.5em;
}

div.video_preview{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.90);
	z-index: 20000;
}

div.video_preview iframe {
	position: absolute;
	width: 900px;
	height: 506px;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -253px;
}
@media only screen and (max-width: 1024px) {
	div.video_preview iframe {
	width: 720px;
	height: 404px;
	margin-left: -360px;
	margin-top: -202px;
}
}
@media only screen and (max-width: 700px) {
div.video_preview iframe {
	padding: 24px;
	box-sizing: border-box;
	width: 100%;
	height: 404px;
	margin-left: 0px;
	left: 0;
	margin-top: -202px;
}
}

.close_icon{
	display: block;
	background: url(images/close_icon.png) no-repeat;
	width: 38px;
	height: 38px;
	background-size: 38px 38px;
	cursor: pointer;
	border-radius: 19px;
}
@media only screen and (max-width: 700px) {
	.close_icon{
		display: block;
		position: absolute;
		bottom: 16px;
		right: 24px;
		width: 38px;
		height: 38px;
		background-size: 38px 38px;
		cursor: pointer;
	}
}

.close_icon:hover{
		background-color: #333333;
	}

div.video_preview div.close_icon {
	position: absolute;
	top: 32px;
	right: 32px;
	
}
@media only screen and (max-width: 700px) {
	div.video_preview div.close_icon {
	position: absolute;
	top: 24px;
	right: 24px;
	
}
}

sup{
	line-height: 0;
}

ul.blog_preview {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: stretch;
	font-weight: normal;
	flex-wrap: wrap;
	margin:32px auto 32px auto;
	max-width: 900px;
	padding: 0 32px;
}
@media only screen and (max-width: 1024px) {
	ul.blog_preview {
		max-width: 720px;
}
}
@media only screen and (max-width: 700px) {
ul.blog_preview {
		margin:16px 0 16px 0;
		padding: 0 24px;
}
}

ul.blog_preview li {
	list-style: none;
	padding: 0 0 16px;
	margin: 0;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}

@media only screen and (max-width: 1024px) {
	ul.blog_preview li {
}
}
@media only screen and (max-width: 700px) {
ul.blog_preview li {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}
}

ul.blog_preview li h3{
margin: 0;
}

@media only screen and (max-width: 700px) {
ul.blog_preview li h3{
	padding: 0;
}
}

ul.blog_preview li p{
color: #ffffff;
}

@media only screen and (max-width: 700px) {
ul.blog_preview li p{
	padding: 0;
}
}

.request_form {
	position: absolute;
	top: 0;
	padding-top: 76px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 0;
	z-index: 1;
}

@media only screen and (max-width: 700px) {
.request_form {
padding-top: 0px;
padding-bottom: 76px;
}
}


.client_review {
	text-align: left;
	font-weight: normal;
	margin:16px auto 16px auto;
	max-width: 900px;
	padding: 0 32px;
	word-wrap: break-word;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.client_review {
		max-width: 720px;
}
}
@media only screen and (max-width: 700px) {
	.client_review {
		margin:16px 0 8px 0;
		padding: 0 24px;
}
}
/*start-gallery-slider-block-start*/
	.gallery-block__arrow {
		background: transparent;
		border: none;
		width: 50px;
		cursor: pointer;
		opacity: .7;
		transition: all .3s ease-in-out;
	}


	.gallery-block__arrow:hover {
		opacity: 1;
	}

	.gallery-block__nav {
		padding: 0 15px;
		display: flex;
		justify-content: space-between;
	}

	.gallery-block__prev {
		margin-right: 1.5rem;
	}
	.gallery-block__next {
		margin-left: 1.5rem;
	}

	.gallery-block {
		position: relative;
	}

	.gallery-block__cell {
		position: relative;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		margin: 0 0.3125rem;
	}

	.gal-inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		-webkit-transition: opacity .5s;
		transition: opacity .5s;

		-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.gallery-block  .slick-slide img {
		display: block;
		width: auto;
		/* or */
		max-width: 100%;
	}
	.gallery-block .gallery-block__cell {
		height: auto !important;
	}

	@media (min-width: 768px) {
		html {
			font-size: 1.25vw;
		}
		.gallery-block__cell img {
			height: 36.875rem;
			width: 100%;
		}
		.gallery-block__nav {
			justify-content: center;
		}
	}
