.all-aboutText {
	margin-top: 77px;
	position: relative;
}
.aboutText {
	text-align: center;
	position: relative;
	z-index: 2;
}
.aboutText_dots {
	position: absolute;
    right: 4.1%;
    top: 18px;
    font-size: 0;
    z-index: -1;
}
.ourGoals {
	margin-top: 69px;
}
.ourGoals_title {
	text-align: center;
	font-size: 64px;
	text-transform: uppercase;
	color: #1F2D30;
}	
.ourGoals_title b {
	color: #0474DC;
}
.listGoals {
    margin-top: 82px;
    margin-left: -15px;
    margin-right: -15px;
}
.listGoals_li {
	width: 20%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 15px 30px 15px;
}
.listGoals_icons {
	width: 60px;
	height: 60px;
	margin: 0 auto 22px auto;
}
.listGoals_li p {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6;
	color: #1F2D30;
}
.ourPrinciples {
	margin-top: 39px;
}
.ourPrinciples_description {
	margin-top: 66px;
}
.all-pageServices {
	position: relative;
	padding-top: 71px;
	padding-bottom: 27px;
}
.pageServices  {
	position: relative;
}
.pageServices .listServices {
	margin-left: -7px;
	margin-right: -7px;
	position: relative;
	z-index: 3;
}
.pageServices .listServices_li {
	margin: 0;
	width: 25%;
	box-sizing: border-box;
	padding: 0 7px 46px 7px; 
}
.pageServices .listServices:after {
	display: none;
}
.pageServices_dots-1 {
	font-size: 0;
	position: absolute;
	left: 14%;
    bottom: 13.5%;
	z-index: -1;
}
.pageServices_dots-2 {
	font-size: 0;
	position: absolute;
	right: 0;
    bottom: 14.5%;
	z-index: -1;
}
.pageServices_animation {
	position: absolute;
	left: 51%;
	bottom: 6.5%;
	z-index: 0;
	width: 300px;
	height: 300px;
}
.pagePortfolio {
	padding: 55px 0 155px 0;
	position: relative;
}
.listPortfolio {
	margin-left: -10px;
	margin-right: -10px;
}
.listPortfolio_li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px 81px 10px;
}
.listPortfolio_li:nth-child(-n+4) {
	width: 50%;
}
.listPortfolio_link {
	display: block;
	font-size: 0;
	text-decoration: none;
}
.listPortfolio_thumb {
	position: relative;
	font-size: 0;
	padding-bottom: 126.236%;
}
.listPortfolio_li:nth-child(-n+4) .listPortfolio_thumb {
	padding-bottom: 64.076%;
}
.listPortfolio_thumb:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 2;
	transition: 0.3s ease all;
}
.listPortfolio_link:hover .listPortfolio_thumb:before {
	background: rgba(0,0,0,0.8);
}
.listPortfolio_logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 15px;
}
.listPortfolio_pd {
	box-sizing: border-box;
    padding: 32px 34px 0 34px;
}
.listPortfolio_title {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.25;
	color: #000000;
}
.listPortfolio_link:hover .listPortfolio_title {
	color: #0474DC;
}
.listPortfolio_link p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	color: #757575;
	margin-top: 12px;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.listPortfolio_li:nth-child(-n+4) .listPortfolio_link p {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.showMore {
	margin-top: 26px;
}
.showMore a {
	margin: 0 auto;
	text-decoration: none;
	line-height: 45px;
	text-align: center;
}
.pagePortfolio_dots {
    position: absolute;
    bottom: 3.2%;
    right: 18%;
    font-size: 0;
    z-index: -1;
}
.box404 {
	position: relative;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 139px;
    padding-left: 139px;
    min-height: 379px;
    box-sizing: border-box;
}
.box404_title {
	font-weight: 900;
	font-size: 200px;
	text-transform: uppercase;
	color: #0474DC;
}
.box404_right {
	max-width: 369px;
}
.box404_link {
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	margin-top: 25px;
}
.box404_right p {
	font-size: 16px;
	line-height: 1.25;
	color: #1F2D30;
}
.box404_animation {
    width: 591px;
    height: 441px;
    position: absolute;
    z-index: -1;
    top: -42px;
    right: 366px;
    font-size: 0;
}
.pageContacts {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 77px;
	padding-bottom: 80px;
}
.pageContacts_title {
	text-align: center;
	font-size: 64px;
	text-transform: uppercase;
	color: #FFFFFF;
    font-weight: 800;
}
.pageContacts .boxMap_item {
	padding-top: 49px;
}
.pageContacts .boxMap_left {
	padding-left: 0;
}
.pageContacts .boxDetermination {
    margin-top: 78px;
}
.boxMap_map-2 {
	height: 382px;
}
.boxTags {
	text-align: center;
    margin-top: 74px;
}
.boxTags_link {
	font-size: 16px;
	line-height: 1.25;
	text-decoration: none;
	color: #1F2D30;
	margin: 0 11px 20px 11px;
}
.boxTags_link i {
	font-weight: 600;
	font-style: normal;
	color: #B4B4B4;
	transition: 0.3s ease all;
}
.boxTags_link.active i,
.boxTags_link:hover i,
.boxTags_link.active,
.boxTags_link:hover {
	color: #0474DC;
	transition: 0.3s ease all;
}
.all-boxSidebar {
	position: relative;
	padding-bottom: 155px;
}
.boxSidebar {

	padding-top: 55px;
}
.boxSidebar_left {
	width: 100%;
	box-sizing: border-box;
	padding-right: 23px;
}
.all-boxSidebar-2 .boxSidebar_left {
	padding-right: 57px;
}
.boxSidebar_right {
	width: 323px;
}
.boxSidebar_right > *:last-child {
	margin-bottom: 0 !important;
}
.listBlog {
	margin-left: -10px;
	margin-right: -10px;
}
.listBlog_li {
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px 56px 10px;
}
.listBlog_thumb {
	padding-bottom: 50%;
	margin-bottom: 18px;
}
.listBlog_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	color: #1F2D30;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 21px;
    overflow: hidden;
}
.listBlog_title a {
	color: #1F2D30;
	text-decoration: none;
}
.listBlog_title a:hover {
	color: #0474DC;
}
.listBlog_item {

}
.listBlog_left {
	width: 100%;
	box-sizing: border-box;
    padding-right: 23px;
}
.listBlog_category {
	width: 225px;
	box-sizing: border-box;
    padding: 7px 10px 6px 10px;
	background: #0474DC;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
}
.listBlog_title-2 {
	font-size: 16px;
	color: #B4B4B4;
	margin-top: 11px;
}
.listBlog_quantity svg,
.listBlog_date svg,
.listBlog_title-2 svg {
	margin-right: 10px;
}
.listBlog_title-2 use {
	width: 100%;
	height: 100%;
}
.listBlog_date svg {
    position: relative;
    top: -2px;
}
.listBlog_quantity,
.listBlog_date {
	font-size: 16px;
	color: #B4B4B4;
}
.boxSidebar_dots {
    position: absolute;
    left: 42%;
    bottom: 2.5%;
    z-index: -1;
    font-size: 0;
}
.boxSearch {
	position: relative;
	margin-bottom: 24px;
}
.boxSearch_input {
	display: block;
	width: 100%;
	font-size: 15px !important;
	color: #1F2D30;
	border-bottom: 1px solid rgba(163,163,163,0.42);
	box-sizing: border-box;
    padding: 8px 35px 7px 12px;
}
.boxSearch_button {
	width: 26px;
	height: 26px;
	font-size: 0;
	position: absolute;
    top: 5px;
    right: 5px;
	z-index: 2;
	background: transparent;
}
.boxSearch_button use {
	stroke: #222222;
}
.boxSearch_button:hover use {
	stroke: #0474DC;
}
.boxSubscription {
    box-sizing: border-box;
    background: #FBFBFB;
    border: 1px solid #EAEAEA;
    padding: 39px 25px 70px 25px;
    position: relative;
    margin-bottom: 28px;
}
.boxSubscription_title {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #1F2D30;
}
.boxSubscription_title:before {
	display: block;
    content: "";
    position: absolute;
    left: -25px;
    top: -16px;
    bottom: -11px;
    width: 5px;
    background: #0474DC;
}
.boxSubscription_input {
	display: block;
    width: 100%;
    border-bottom: 1px solid rgba(163,163,163, 0.42);
    padding: 6px 0;
    font-size: 15px !important;
    color: #1F2D30;
    margin: 34px 0 15px 0;
    background: transparent;
}
.boxSubscription_button.button {
	width: calc(100% + 2px);
	position: absolute;
	bottom: 0;
	left: -1px;
	right: -1px;
	font-weight: bold;
	text-transform: initial;
	font-size: 18px;
}
.boxSocial {
	margin-bottom: 18px;
}
.boxSocial_link {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
}
.boxSocial_link:hover {
	border-color: #E6F1FB;
}
.boxSocial_link:hover use {
	fill: #0474DC;
}
.boxSocial_link use {
	fill: #000000;
}
.boxWidget,
.boxRubric {
	margin-bottom: 39px;
}
.boxRubric_title {
	position: relative;
    background: #1F2D30;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 20px 11px 15px;
    border-left: 5px solid #0474DC;
}
.listRubric {
	box-sizing: border-box;
    padding: 29px 10px 0 15px;
}
.listRubric li {
	margin-bottom: 20px;
}
.listRubric li:last-child {
	margin-bottom: 0;
}
.listRubric li a {
	display: block;
    font-size: 16px;
    line-height: 1.25;
    color: #1F2D30;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    padding-left: 21px;
}
.listRubric li a:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #0474DC;
    border-right: 0;
    position: absolute;
    left: 0;
    top: 3px;
}
.listRubric li a:hover {
	color: #0474DC;
}
.listRubric li.listRubric-allLink a {
	font-weight: bold;
	text-decoration: underline;
	color: #0474DC;
}
.listRubric li.listRubric-allLink a:hover {
	text-decoration: none;
}
.boxWidget {
	font-size: 0;
}
.boxTop-2 {
	padding: 39px 0;
}
/*.boxTop-2 .boxTop_title {
	text-transform: initial;
}*/
.boxTop-2 .boxTop_item {
	max-width: 1270px;
}
.readAlso {
	margin-top: 45px;
}
.readAlso_title {
	max-width: 284px;
	width: 100%;
	position: relative;
    background: #1F2D30;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 20px 11px 15px;
    border-left: 5px solid #0474DC;
}
.readAlso_list {
	margin-top: 65px;
}
.readAlso_list .listBlog_li {
	width: 33.33%;
	padding-bottom: 40px;
}
.readAlso_list .listBlog_category {
	width: 188px;
}
.topBlock {
	margin-top: 35px;
}
.topBlock_left {
	padding: 4px 0 0 0;
}
.topBlock_right {

}
.linkBack {
	text-decoration: none;
	font-size: 16px;
	color: #1F2D30;
}
.linkBack svg {
	margin-right: 19px;
}
.linkBack path {
	fill: #000;
}
.linkBack:hover {
	color: #0474DC;
}
.linkBack:hover path {
	fill: #0474DC;
}
.topBlock_category {
	width: 225px;
    box-sizing: border-box;
    padding: 7px 10px 6px 10px;
    background: #0474DC;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 28px;
}
.topBlock_title,
.topBlock_date,
.topBlock_quantity {
	font-size: 16px;
	color: #B4B4B4;
	margin: 5px 0 5px 28px;
}
.topBlock_title svg,
.topBlock_date svg,
.topBlock_quantity svg {
	margin-right: 11px;
}
.topBlock_date svg {
	position: relative;
	top: -2px;
}
.topBlock_thumb {
	margin-top: 28px;
}
.tabsReviews {
    font-size: 0;
    margin-top: 60px;
    margin-bottom: 45px;
}
.tabsReviews li {
	display: flex;
	margin: 0 15px;
	cursor: pointer;
}
.tabsReviews li.active {
	background: #3A94ED;
}
.tabsReviews_content {
	display: none;
}
.tabsReviews_content.active {
	display: block;
}
.listGallery {
	margin-left: -15px;
	margin-right: -15px;
}
.listGallery_li {
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px 30px 15px;
}
.listGallery_thumb {
	font-size: 0;
	cursor: pointer;
	transition: 0.3s ease all;
}
.listGallery_thumb:hover {
	opacity: 0.7;
	transition: 0.3s ease all;
}
.pageReviews {

}
.pageReviews_li {
	width: 100%;
	padding: 0 0 30px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(163,163,163,0.15);
}	
.pageReviews_li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.pageReviews_thumb {
	width: 250px;
    height: 250px;
    margin-right: 30px;
}
.pageReviews_thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 500px 0px 500px 500px;
}
.pageReviews_right {
	width: calc(100% - 280px);
}
.pageReviews_right h3 {
	font-size: 24px;
    line-height: 1.25;
    color: #000000;
}
.pageReviews_right p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #1F2D30;
    margin-top: 5px;
    margin-bottom: 15px;
}
.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video-link,
.video-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-button {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 68px;
	height: 48px;
	margin: -24px 0 0 -34px;
	background: transparent;
	transition: 0.3s ease all;
}
.video-enabled .video-button {
	display: block;
}
.video-enabled {
	cursor: pointer;
}
.video:hover .video-button {
	opacity: 0.7;
	transition: 0.3s ease all;
}



@media screen and (max-width: 1480px) {
	.listBlog_category {
	    width: 186px;
	    font-size: 13px;
	}

	.readAlso_list .listBlog_left {
		display: block;
	}
	.readAlso_list .listBlog_quantity, 
	.readAlso_list .listBlog_date {
		display: flex;
	}


}
@media screen and (max-width: 1279px) {
	.pageServices_dots-2 {
		display: none;
	}
	.listPortfolio_pd {
	    padding: 25px 0 0 0;
	}
	.boxTop-2 .boxTop_title {
		font-size: 48px;
	}
	.topBlock {
	    margin-top: 30px;
	    display: block;
	}
	.topBlock_left {
	    padding: 0 0 15px 0;
	}

}
@media screen and (max-width: 1199px) {
	.listBlog_li {
		width: 100%;
	}

	.alignright {
		float: none;
		font-size: 0;
		margin: 0 0 20px 0;
	}
	.alignleft {
		float: none;
		font-size: 0;
		margin: 0 0 20px 0;
	}


}
@media screen and (max-width: 1023px) {
	.pageServices_animation {
		display: none;
	}
	.pageServices .listServices_li {
		width: 33.33%;
	}

}
@media screen and (max-width: 979px) {
	.pageContacts_title,
	.ourGoals_title {
		font-size: 42px;
	}
	.listGoals_li {
		width: 50%;
	}
	.ourPrinciples_description,
	.listGoals {
		margin-top: 40px;
	}
	.all-aboutText {
		margin-top: 50px;
	}
	.all-pageServices {
	    padding-top: 50px;
	}
	.pageServices .listServices_li {
		padding-bottom: 20px;
	}
	.aboutText_dots {
		display: none;
	}
	.listPortfolio_title {
	    font-size: 18px;
	}
	.listPortfolio_link p {
		font-size: 14px;
	}
	.listPortfolio_li {
		padding-bottom: 50px;
	}
	.pagePortfolio {
	    padding: 50px 0 70px 0;
	}
	.pagePortfolio_dots {
	    bottom: 2.2%;
	    right: 4%;
	}
	.box404 {
		display: block;
		text-align: center;
		margin-top: 10px;
    	margin-bottom: 60px;
    	min-height: auto;
	}
	.box404_animation {
	    width: 591px;
	    height: auto;
	    position: relative;
	    top: 0;
	    right: 0;
	    margin: -150px auto 0 auto;
	}
	.box404_right {
	    max-width: 369px;
	    margin: 30px auto 0 auto;
	}
	.box404_link {
		margin-left: auto;
		margin-right: auto;
	}
	.pageContacts .boxDetermination {
	    margin-top: 40px;
	}
	.pageContacts {
	    padding-top: 55px;
	    padding-bottom: 40px;
	}
	.boxTags {
	    margin-top: 40px;
	}
	.boxSidebar {
	    padding-top: 40px;
	    display: block;
	}
	.all-boxSidebar-2 .boxSidebar_left,
	.boxSidebar_left {
		padding: 0;
	}
	.listBlog_li {
	    width: 50%;
	}
	.listBlog_left {
	    padding-right: 15px;
	    display: block;
	}
	.listBlog_quantity, .listBlog_date {
	    display: flex;
	}
	.boxSidebar_right {
	    width: 100%;
	    margin-top: 60px;
	}
	.boxWidget > img {
		margin: 0 auto;
	}
	.readAlso_list .listBlog_li {
		width: 50%;
	}
	.readAlso_list {
	    margin-top: 30px;
	}

}
@media screen and (max-width: 799px) {
	.readAlso_list .listBlog_category,
	.listBlog_category {
		width: 170px;
	}
	.listBlog_title {
		font-size: 16px;
	}
	.listBlog_quantity, 
	.listBlog_date,
	.listBlog_title-2 {
		font-size: 14px;
	}
	.listBlog_li {
		padding-bottom: 40px;
	}
	.listBlog_title {
		margin-top: 15px;
	}
	.all-boxSidebar {
		padding-bottom: 60px;
	}
	.boxSidebar_dots {
	    bottom: -0.5%;
	}
	.boxTop-2 .boxTop_title {
	    font-size: 36px;
	}
	.readAlso_title {
		box-sizing: border-box;
	}

}
@media screen and (max-width: 768px) {
	.pageServices .listServices_li {
	    width: 50%;
	}
	.topBlock_item > *:first-child {
		margin-left: 0;
	}
	.pageReviews_thumb {
	    width: 150px;
	    height: 150px;
	    margin-right: 15px;
	}
	.pageReviews_right {
	    width: calc(100% - 165px);
	}
	.pageReviews_right h3 {
		font-size: 18px;
	}
	.pageReviews_right p {
		font-size: 14px;
	}

}	
@media screen and (max-width: 639px) {
	.pageServices .listServices_link h3 {
		font-size: 20px;
	}
	.listPortfolio_li,
	.listPortfolio_li:nth-child(-n+4) {
	    width: 100%;
	}
	.box404_animation {
		width: 100%;
		margin-top: -100px;
	}
	.listBlog_li {
		width: 100%;
	}
	.listBlog_left {
		display: flex;
	}
	.boxTags_link {
	    font-size: 14px;
	    margin: 0px 7px 14px 7px;
	}
	.readAlso_list .listBlog_li {
	    width: 100%;
	}
	.boxTop-2 .boxTop_title {
	    font-size: 28px;
	}
	.topBlock_item {
		justify-content: center;
	}
	.topBlock_item > * {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin: 7px 10px !important;
	}
	.topBlock_thumb {
	    margin-top: 20px;
	}
	.topBlock_title, .topBlock_date, .topBlock_quantity {
		font-size: 14px;
	}
	.topBlock_title svg, 
	.topBlock_date svg, 
	.topBlock_quantity svg {
	    margin-right: 7px;
	}
	.tabsReviews {
		margin-left: -10px;
		margin-right: -10px;
	}
	.tabsReviews li {
	    margin: 0 10px;
	    font-size: 14px;
	}


}
@media screen and (max-width: 479px) {
	.pageContacts_title,
	.boxTop_title,
	.ourGoals_title {
	    font-size: 36px;
	}
	.pageServices .listServices_li {
	    width: 100%;
	}
	.box404_title {
		font-size: 140px;
	}
	.box404_animation {
	    margin-top: -60px;
	}
	.listBlog_left {
		display: block;
	}
	.listBlog_quantity, .listBlog_date {
	    display: flex;
	}
	.listRubric {
		padding-left: 10px;
	}
	.listRubric li a {
		font-size: 14px;
	}
	.pageReviews_li {
		display: block;
	}
	.pageReviews_thumb {
		margin: 0 auto 25px auto;
	}
	.pageReviews_right {
		width: 100%;
	}

}
@media screen and (max-width: 374px) {
	.pageContacts_title,
	.boxTop_title,
	.ourGoals_title {
	    font-size: 28px;
	}

}
@media screen and (max-width: 359px) {
	.listGoals_li {
		width: 100%;
	}
	.tabsReviews li {
		font-size: 13px;
	}

}