/*
Theme Name: Erlinger-template 

Adding support for languages written in a Right To Left (RTL) direction is easy,
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

https://codex.wordpress.org/Right-to-Left_Language_Support

*/
/*================================================*/


/*                    MAIN STYLES                 */


/*================================================*/

html {
	overflow: auto !important;
	height: 100%;
}

body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: #fff;
	color: #212121;
	font-family: OpenSansHebrew;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	min-width: 320px;
	max-width: 100%;
	min-height: 100%;
}

.nm-main-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	padding: 0;
}

.nm-big-wrapper {
	width: 100%;
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto;
}

.nm-fullhd-wrapper {
	width: 100%;
	max-width: 1920px;
	padding: 0;
	margin: 0 auto;
}

.nm-text-center {
	text-align: center;
}

.nm-clear:after {
	content: "";
	display: table;
	clear: both;
}

.nm-hidden {
	display: none;
}

p {
	line-height: 18px;
	margin-bottom: 20px;
}

h1 {
	font-size: 60px;
	font-weight: 300;
}

h2 {
	position: relative;
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	padding-top: 2em;
	padding-bottom: 35px;
}

h2:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #1da1f2;
	width: 298px;
	height: 3px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

h3 {
	position: relative;
	color: #000;
	font-size: 48px;
	font-weight: 400;
	padding-bottom: 0.3em;
}

h3:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #1da1f2;
	width: 306px;
	height: 1px;
	bottom: 0;
	right: 0;
}

h4 {
	font-size: 36px;
	font-weight: 700;
}

.nm-h5 {
	color: #2d2e2e;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0.3em;
}

a {
	color: #212121;
	font-family: OpenSansHebrew;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

.nm-gradient {
	background-image: -webkit-linear-gradient(42deg, #e4e9ec 0%, #fff 100%);
	background-image: -o-linear-gradient(42deg, #e4e9ec 0%, #fff 100%);
	background-image: linear-gradient(48deg, #e4e9ec 0%, #fff 100%);
}

.nm-btn {
	display: block;
	cursor: pointer;
	text-align: center;
	font-family: OpenSansHebrew;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none;
	background: none;
	color: #000;
	background-color: #23a4f2;
	border-radius: 10px;
	outline: none;
	border: none;
	max-width: 120px;
	height: 39px;
	line-height: 39px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin: 0 auto;
	-webkit-appearance: none !important;
}

.nm-btn:hover,
.nm-btn:focus {
	color: #fff;
	text-decoration: none;
}

.nm-btn-border {
	background-color: transparent;
	border: 1px solid #1da1f2;
}

.nm-btn-border:hover,
.nm-btn-border:focus {
	color: #fff;
	background-color: #1da1f2;
}

input::-ms-clear {
	display: none;
}

.nm-input {
	display: block;
	color: #000;
	font-family: OpenSansHebrew;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	background-color: #fff;
	border: 1px solid #1da1f2;
	border-radius: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	max-width: 290px;
	min-width: 0;
	height: 26px;
	padding: 0 10px;
	margin: 0 0 8px 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-input:focus {
	border: 1px solid #000;
}

.nm-input::-webkit-input-placeholder {
	color: #7a7a7c;
	text-align: center;
	font-family: OpenSansHebrew;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.nm-input:-ms-input-placeholder {
	color: #7a7a7c;
	text-align: center;
	font-family: OpenSansHebrew;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

.nm-input::-moz-placeholder {
	color: #7a7a7c;
	text-align: center;
	font-family: OpenSansHebrew;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	opacity: 1;
}

.nm-textarea {
	display: block;
	resize: none;
	overflow: auto;
	color: #000;
	background-color: #fff;
	border: 1px solid #1da1f2;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	height: 155px;
	padding: 10px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-textarea:focus {
	border: 1px solid #000;
}

.nm-textarea::-webkit-input-placeholder {
	text-align: center;
	color: #7a7a7c;
	font-family: OpenSansHebrew;
	font-size: 14px;
	font-weight: 400;
	line-height: 133px;
}

.nm-textarea::-moz-placeholder {
	text-align: center;
	color: #7a7a7c;
	font-family: OpenSansHebrew;
	font-size: 14px;
	font-weight: 400;
	line-height: 133px;
	opacity: 1;
}

.nm-textarea:-ms-input-placeholder {
	text-align: center;
	color: #7a7a7c;
	font-family: OpenSansHebrew;
	font-size: 14px;
	font-weight: 400;
	line-height: 133px;
}

.mfp-zoom-out-cur {
	cursor: default;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
	width: 20px;
}


/*================================================*/


/*                    HEADER	                  */


/*================================================*/

header {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

header .nm-top-header {
	background-color: rgba(255, 255, 255, 0.85);
}

header .nm-top-header .nm-big-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

header .nm-bottom-header {
	position: relative;
	text-align: center;
	color: #fff;
	height: 430px;
	padding-top: 170px;
}

header .nm-bottom-header:before {
	position: absolute;
	display: block;
	content: "";
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	z-index: 1;
}

header .nm-bottom-header:after {
	position: absolute;
	display: block;
	content: "";
	background-color: rgba(0, 0, 0, 0.35);
	top: 0;
	left: 0;
	width: 100%;
	height: 358px;
	z-index: 2;
}

header .nm-bottom-header.nm-main-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;	
	height: 50vw;
	padding-top: 40px;
}

header .nm-bottom-header.nm-main-header:before,
header .nm-bottom-header.nm-main-header:after {
	content: none;
}
header .nm-bottom-header.nm-main-header:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
}

header .nm-bottom-header.nm-main-header .nm-head-block {
	position: relative;
	display: inline-block;
	padding-bottom: 30px;
}

header .nm-bottom-header.nm-main-header .nm-head-block:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #1da1f2;
	left: 5px;
	bottom: 28px;
	width: 392px;
	height: 3px;
	right: auto;

}

header .nm-bottom-header.nm-main-header .nm-head-block h1 {
	font-size: 85px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -2px;
}

header .nm-bottom-header.nm-main-header .nm-head-block .nm-h1-sub {
	position: absolute;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	bottom: 0;
	left: 5px;
	right: auto;
}

header .nm-bottom-header.nm-main-header .nm-subsub-h1 {
	font-size: 48px;
	font-weight: 300;
	margin-top: 100px;
}

header .nm-bottom-header .nm-big-wrapper {
	position: relative;
	z-index: 3;
}

header .nm-menu-expand {
	position: relative;
	cursor: pointer;
	display: none;
	background-color: transparent;
	width: 30px;
	min-width: 30px;
	max-width: 30px;
	height: 28px;
}

header .nm-menu-expand span {
	display: block;
	position: absolute;
	background-color: #1da1f2;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	width: 100%;
	height: 4px;
}

header .nm-menu-expand span:nth-child(1) {
	top: 0px;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

header .nm-menu-expand span:nth-child(2),
header .nm-menu-expand span:nth-child(3) {
	top: 12px;
}

header .nm-menu-expand span:nth-child(4) {
	top: 24px;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

header .nm-menu-expand.nm-active {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

header .nm-menu-expand.nm-active span:nth-child(1) {
	top: 5px;
	width: 0;
	left: 50%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

header .nm-menu-expand.nm-active span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

header .nm-menu-expand.nm-active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header .nm-menu-expand.nm-active span:nth-child(4) {
	top: 10px;
	width: 0%;
	left: 50%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

header nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

header nav ul li {
	display: block;
	margin: 0 20px;
}

header nav ul li a {
	position: relative;
	display: block;
	color: #000;
	font-weight: 700;
}

header nav ul li a:hover,
header nav ul li a:focus {
	color: #263e64;
	text-decoration: none;
}

header nav ul li.current a {
	color: #263e64;
}

header nav ul li.current a:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #1da1f2;
	border-radius: 2px;
	width: 61px;
	height: 4px;
	top: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

header .nm-logo {
	display: block;
}

header .nm-phone {
	position: relative;
	display: block;
	color: #1b1b1b;
	font-size: 16px;
	font-weight: 700;
	padding-left: 30px;
}

header .nm-phone:before {
	position: absolute;
	display: block;
	content: "";
	background-image: url("img/phone.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	left: 0;
	bottom: 4px;
	width: 20px;
	height: 20px;
}

header .nm-phone:hover,
header .nm-phone:focus {
	color: #263e64;
	text-decoration: none;
}


/*================================================*/


/*                    MAIN 		                  */


/*================================================*/

.nm-grow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

main {
	width: 100%;
}

.nm-blog-text-block {
	padding-top: 80px;
	padding-bottom: 70px;
}

.nm-blog-text-block .nm-blog-item-img {
	display: block;
	max-width: 100%;
	margin-top: 55px;
	margin-bottom: 70px;
}

.nm-about-page {
	padding-bottom: 100px;
}

.nm-about-page h3 {
	margin-top: 100px;
	margin-bottom: 60px;
}

.nm-about-text-block {
	color: #000;
	padding-top: 95px;
}

.nm-about-text-block p {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

.nm-cards-block .nm-card {
	float: right;
	border: 2px solid #e1e1e1;
	padding: 20px 20px 10px 20px;
	margin-left: 6px;
	margin-bottom: 12px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.nm-cards-block .nm-img-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 150px;
}

.nm-cards-block .nm-img-wrapper img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.nm-cards-block .nm-card-text {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
}

.nm-big-cards .nm-card {
	width: 312px;
	height: 438px;
}

.nm-big-cards .nm-card:hover,
.nm-big-cards .nm-card:focus {
	border: 2px solid #1da1f2;
}

.nm-big-cards h4 {
	margin-top: 0.5em;
	text-align: center;
}

.nm-small-cards .nm-card {
	text-align: center;
	width: 205px;
	height: 253px;
	padding: 20px 15px 10px 15px;
}

.nm-small-cards .nm-card .nm-svg {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	fill: #686868;
}

.nm-small-cards .nm-card:hover .nm-svg,
.nm-small-cards .nm-card:focus .nm-svg {
	fill: #1da1f2;
}

.nm-small-cards .nm-card-text {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}

.nm-small-cards .nm-img-wrapper {
	height: 80px;
	margin-bottom: 20px;
}

.nm-small-cards .nm-img-wrapper svg {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.nm-blog-section {
	padding-top: 90px;
	padding-bottom: 25px;
}

.nm-blog-section .nm-blog-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 75px;
}

.nm-blog-section .nm-item-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: 1px solid #d7d7d7;
	width: 54.7%;
}

.nm-blog-section .nm-item-descr {
	border-top: 2px solid #d7d7d7;
	border-bottom: 2px solid #d7d7d7;
	width: 42%;
	padding: 0 42px 45px 22px;
}

.nm-blog-section .nm-item-descr h2 {
	font-size: 30px;
	font-weight: 400;
	padding-top: 1em;
}

.nm-blog-section .nm-item-descr h2:after {
	content: none;
}

.nm-blog-section .nm-item-text {
	line-height: 30px;
	margin-bottom: 40px;
}

.nm-blog-section .nm-item-btn-row {
	text-align: left;
}

.nm-blog-section .nm-item-btn-row .nm-btn {
	display: inline-block;
	font-weight: 400;
	width: 121px;
}

.nm-miniblock-overwrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 55px;
	margin-bottom: 55px;
}

.nm-workgroup-miniblock {
	width: 432px;
	max-width: 100%;
}

.nm-workgroup-miniblock img {
	display: block;
	border: 2px solid #c7c4c4;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.nm-workgroup-miniblock .nm-miniblock-caption {
	color: #000;
	font-size: 31px;
	font-weight: 700;
	border: 2px solid #c7c4c4;
	padding: 5px 10px;
}

.nm-workgroup-miniblock .nm-miniblock-bottom {
	border: 2px solid #c7c4c4;
	padding: 15px 10px 10px 10px;
	margin-top: 3px;
}

.nm-workgroup-miniblock .nm-miniblock-bottom a {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 21px;
	font-weight: 700;
	margin: 0 10px 5px 10px;
}

.nm-workgroup-miniblock .nm-miniblock-bottom a:before {
	position: absolute;
	display: block;
	content: "";
	background-repeat: repeat;
	background-size: contain;
	background-position: center center;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nm-workgroup-miniblock .nm-miniblock-bottom a:hover,
.nm-workgroup-miniblock .nm-miniblock-bottom a:focus {
	text-decoration: none;
}

.nm-workgroup-miniblock .nm-miniblock-bottom .nm-phone {
	padding-left: 27px;
}

.nm-workgroup-miniblock .nm-miniblock-bottom .nm-phone:before {
	background-image: url("img/ico-phone.png");
	width: 20px;
	height: 22px;
}

.nm-workgroup-miniblock .nm-miniblock-bottom .nm-mail {
	padding-left: 30px;
}

.nm-workgroup-miniblock .nm-miniblock-bottom .nm-mail:before {
	background-image: url("img/ico-mail.png");
	width: 24px;
	height: 16px;
}

.nm-gallery-block {
	font-size: 0;
	max-width: 1830px;
	padding: 0 15px;
	margin: 0 auto;
}

.nm-gallery-block a {
	display: inline-block;
	margin-bottom: 45px;
	border: 2px solid #c7c4c4;
	max-height: 237px;
    overflow: hidden;
}

.nm-gallery-block img {
	display: block;
	width: 100%;
	max-width: 350px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.nm-fixed-menu {
	position: absolute;
	width: 365px;
	height: 600px;
	background-image: -webkit-linear-gradient(219deg, #212121 0%, #595858 100%);
	background-image: -o-linear-gradient(219deg, #212121 0%, #595858 100%);
	background-image: linear-gradient(231deg, #212121 0%, #595858 100%);
	top: 0;
	right: 0;
}

.nm-fixed-menu ul {
	height: 100%;
	padding: 60px 15px 5px 15px;
}

.nm-fixed-menu ul li {
	display: block;
	position: relative;
	padding-right: 60px;
	margin-bottom: 34px;
}

.nm-fixed-menu ul li:before {
	position: absolute;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	right: 0;
	top: 50%;
	width: 15px;
	height: 16px;
	-webkit-transform: translateY(-50%) scaleX(-1);
	-ms-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
}

.nm-fixed-menu ul li a {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 400;
}

.nm-fixed-menu ul li a:hover,
.nm-fixed-menu ul li a:focus {
	text-decoration: none;
	font-weight: 700;
}

.nm-fixed-menu ul li.nm-active a {
	font-weight: 700;
}

.nm-fixed-menu ul li.nm-active:before {
	background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2094%2097.8%22%20style%3D%22enable-background%3Anew%200%200%2094%2097.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%231da0f0%3B%7D%0D%0A%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M6%2C0L0%2C6l42.8%2C42.8L0%2C91.7l6%2C6l48.9-48.9L6%2C0z%20M45.1%2C0l-6%2C6l42.8%2C42.8L39.1%2C91.7l6%2C6L94%2C48.9L45.1%2C0z%22%2F%3E%3C%2Fsvg%3E%0D%0A");
}

.nm-services-wrapper {
	position: relative;
	max-width: 1920px;
	padding-right: 365px;
	padding-left: 0;
	margin: 13px auto 5px auto;
}

.nm-services-card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.nm-services-card.nm-active .nm-text-block h2:after {
	left: -85px;
	right: 0;
}

.nm-services-card .nm-card-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height: 600px;
}

.nm-services-card:nth-child(odd) .nm-card-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.nm-services-card:nth-child(odd) .nm-services-btn {
	left: 75%;
}

.nm-services-card:last-child .nm-services-btn {
	display: none;
}

.nm-services-card .nm-text-block {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e1e4e5), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(bottom, #e1e4e5 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(bottom, #e1e4e5 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to top, #e1e4e5 0%, rgba(255, 255, 255, 0) 100%);
	width: 50%;
	padding: 130px 75px 15px 95px;
}

.nm-services-card .nm-text-block h2 {
	display: inline;
	text-align: right;
	padding-top: 0;
	padding-bottom: 7px;
}

.nm-services-card .nm-text-block h2:after {
	left: 100%;
	right: 0;
	bottom: 0;
	width: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nm-services-card .nm-text-block .nm-descr {
	color: #212121;
	font-size: 36px;
	line-height: 1.33;
	margin-top: 50px;
}

.nm-services-card .nm-img-block {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 50%;
}

.nm-services-card .nm-services-btn {
	position: absolute;
	display: block;
	background-color: #1da1f2;
	top: 100%;
	left: 25%;
	width: 66px;
	height: 66px;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	z-index: 2;
}

.nm-services-card .nm-services-btn.nm-hover {
	background-color: #4ab4f5;
}

.nm-services-card .nm-services-btn.nm-hover:after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateX(7px);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateX(7px);
	transform: translateX(-50%) translateY(-50%) rotate(45deg) translateX(7px);
}

.nm-services-card .nm-services-btn:after {
	position: absolute;
	display: block;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2054.9%2097.8%22%20style%3D%22enable-background%3Anew%200%200%2054.9%2097.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23fff%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%226%2C97.8%2054.9%2C48.9%206%2C0%200%2C6%2042.8%2C48.9%200%2C91.7%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%226%2C97.8%2054.9%2C48.9%206%2C0%200%2C6%2042.8%2C48.9%200%2C91.7%20%22%2F%3E%3C%2Fsvg%3E%0D%0A");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	height: 25px;
	width: 25px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-webkit-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}

.nm-contact-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	color: #000;
	padding-top: 60px;
	padding-bottom: 50px;
}

.nm-contact-section h2 {
	text-align: inherit;
	font-size: 48px;
	font-weight: 400;
	padding-top: 0;
	padding-bottom: 0.5em;
	text-align: right;
}

.nm-contact-section h2:after {
	content: none;
}

.nm-contact-section h3 {
	font-size: 39px;
	padding-bottom: 0;
}

.nm-contact-section h3:after {
	content: none;
}

.nm-contact-section .nm-h3-sub {
	font-size: 25px;
}

.nm-contact-section h4 {
	color: #1da1f2;
	font-size: 30px;
	font-weight: 700;
}

.nm-contact-section .nm-form-block {
	text-align: left;
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	padding-right: 5px;
}

.nm-contact-section .nm-form-block .nm-form-wrap {
	display: inline-block;
	width: 245px;
}

.nm-contact-section .nm-form-block .nm-btn-blue {
	display: block;
	background-color: #1da1f2;
	border: 1px solid #1da1f2;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	height: 23px;
	line-height: 20px;
	max-width: none;
	margin-top: 15px;
}

.nm-contact-section .nm-form-block .nm-btn-blue:active {
	color: #1da1f2;
	background-color: #fff;
}

.nm-contact-section .nm-social-block {
	text-align: center;
	border-left: 2px solid #1da1f2;
	border-right: 2px solid #1da1f2;
	-webkit-box-flex: 10;
	-webkit-flex-grow: 10;
	-ms-flex-positive: 10;
	flex-grow: 10;
}

.nm-contact-section .nm-social-block .nm-social-wrap {
	display: inline-block;
}

.nm-contact-section .nm-social-block .nm-social {
	margin-top: 35px;
}

.nm-contact-section .nm-social-block .nm-social li {
	display: inline-block;
}

.nm-contact-section .nm-social-block .nm-social li a {
	display: block;
}

.nm-contact-section .nm-social-block .nm-social li a:hover,
.nm-contact-section .nm-social-block .nm-social li a:focus {
	opacity: 0.85;
}

.nm-contact-section .nm-contacts-block {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	text-align: right;
	padding-left: 5px;
}

.nm-contact-section .nm-contacts-block .nm-contacts-wrap {
	display: inline-block;
	text-align: right;
}

.nm-contact-section .nm-contacts-block .nm-text-row {
	font-size: 25px;
	font-weight: 400;
	line-height: 25px;
}

.nm-contact-section .nm-contacts-block .nm-contact-miniblock.nm-mrg {
	margin-bottom: 60px;
}

.nm-map {
	border: 2px solid #000;
	height: 40vw;
	min-height: 200px;
	max-height: 510px;
	margin-bottom: 50px;
}

.nm-partners-block {
	display: block;
	background-color: #fff;
	border: 3px solid #dadada;
	height: 150px;
	margin: 0 auto;
	padding: 0 60px;
}

.nm-partners-block .slick-list {
	height: 100%;
}

.nm-partners-block .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	height: 100%;
}

.nm-partners-block .slick-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.nm-partners-block .nm-slide {
	display margin: 0 50px;
}

.nm-partners-block .nm-img-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.nm-partners-block .nm-img-wrap img {
	display: block;
	max-height: 100%;
	max-width: 100%;
}

.nm-partners-block .slick-prev,
.nm-partners-block .slick-next {
	background-color: #000;
	width: 47px;
	height: 119px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 2;
}

.nm-partners-block .slick-prev:hover,
.nm-partners-block .slick-next:hover {
	background-color: rgba(0, 0, 0, 0.85);
}

.nm-partners-block .slick-prev {
	left: auto;
	right: 10px;
}

.nm-partners-block .slick-next {
	left: 10px;
	right: auto;
}

.nm-partners-block .slick-next:before,
.nm-partners-block .slick-next:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #fff;
	height: 2px;
	width: 20px;
	left: 13px;
	top: 50px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nm-partners-block .slick-next:after {
	top: 63px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nm-partners-block .slick-prev:before,
.nm-partners-block .slick-prev:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #fff;
	height: 2px;
	width: 20px;
	left: 13px;
	top: 50px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nm-partners-block .slick-prev:after {
	top: 63px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nm-main-cards-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 2;
}

.nm-main-cards-block .nm-main-card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 33%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.nm-main-cards-block .nm-main-card:after {
	position: absolute;
	display: block;
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.nm-main-cards-block .nm-main-card:hover:after,
.nm-main-cards-block .nm-main-card:focus:after {
	background-color: transparent;
}

.nm-main-cards-block .nm-main-card:hover .nm-card-wrap,
.nm-main-cards-block .nm-main-card:focus .nm-card-wrap {
	text-decoration: none;
}

.nm-main-cards-block .nm-main-card:hover .nm-text-block,
.nm-main-cards-block .nm-main-card:focus .nm-text-block {
	background-color: #1da1f2;
}

.nm-main-cards-block .nm-main-card:hover .nm-text-block h3,
.nm-main-cards-block .nm-main-card:focus .nm-text-block h3 {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.nm-main-cards-block .nm-main-card .nm-card-wrap {
	position: relative;
	display: block;
	min-height: 388px;
	z-index: 3;
}

.nm-main-cards-block .nm-main-card .nm-text-block {
	position: absolute;
	background-color: transparent;
	padding: 55px 55px;
	left: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 2;
}

.nm-main-cards-block .nm-main-card h3 {
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	padding: 0;
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.nm-main-cards-block .nm-main-card h3:after {
	content: none;
}

h2.nm-border-right {
	text-align: right;
	font-size: 48px;
	font-weight: 400;
	padding-top: 0;
	padding-bottom: 25px;
	margin-bottom: 1em;
}

h2.nm-border-right:after {
	height: 1px;
	width: 337px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	left: auto;
	right: 0;
}

.nm-parallax-section .nm-parallax-wrap {
	right: 50%;
}

.nm-parallax-section .nm-about-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.nm-parallax-section .nm-about-block .nm-img-block {
	width: 45%;
}

.nm-parallax-section .nm-about-block .nm-text-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #fff;
	background-color: #2e2e2e;
	width: 55%;
	padding: 120px 15px 190px 90px;
	z-index: 2;
}

.nm-parallax-section .nm-about-block .nm-text-block .nm-text-wrap {
	max-width: 570px;
}

.nm-parallax-section .nm-about-block .nm-text-block .nm-text-wrap p {
	font-size: 24px;
	text-align: justify;
	line-height: 48px;
	margin-bottom: 0;
}

.nm-parallax-section .nm-about-block .nm-text-block h2 {
	color: #fff;
}

.nm-parallax-section .nm-about-block .nm-text-block .nm-btn-wrap {
	text-align: left;
	margin-top: 75px;
}

.nm-parallax-section .nm-about-block .nm-text-block .nm-btn-arrow {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 23px;
	font-weight: 400;
	width: 242px;
	height: 68px;
	max-width: none;
	line-height: 68px;
	/*background-color: #1da1f2;*/
	border-radius: 5px;
	padding-left: 30px;
	background-color: rgba(158, 158, 158, 0);
	border: 1px solid #1da1f2;
}

.nm-parallax-section .nm-about-block .nm-text-block .nm-btn-arrow:before {
	position: absolute;
	display: block;
	content: ">";
	top: 50%;
	left: 65px;
	right: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nm-parallax-section .nm-about-block .nm-text-block .nm-btn-arrow:hover,
.nm-parallax-section .nm-about-block .nm-text-block .nm-btn-arrow:focus {
	background-color: #0c84cd;
}

.nm-manager-block {
	position: relative;
	background-color: #fff;
	z-index: 2;
}

.nm-manager-block .nm-overwrap {
	position: absolute;
	background-color: #ede5e5;
	background-image: url("img/manager-bg.png");
	background-repeat: no-repeat;
	background-size: 1901px 834px;
	background-position: bottom -130px center;
	z-index: 1;
	top: -90px;
	bottom: -90px;
	left: 0;
	width: 100%;
	-webkit-transform: skewY(-5deg);
	-ms-transform: skewY(-5deg);
	transform: skewY(-5deg);
}

.nm-manager-block .nm-big-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	z-index: 2;
	max-width: 1310px;
    padding: 0 15px;
}

.nm-manager-block .nm-big-wrapper .nm-foto-block {
	width: 327px;
	min-width: 327px;
	max-width: 327px;
}

.nm-manager-block .nm-big-wrapper .nm-descr-block {
	width: 60%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 150px;
	padding-right: 0;
	padding-top: 0px;
}

.nm-manager-block .nm-big-wrapper h2 {
	color: #000;
}

.nm-manager-block .nm-text-block {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.nm-manager-block .nm-text-block p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 1em;
}

.nm-video-block {
	position: relative;
	background-image: url("img/video-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom 120% center;
	color: #fff;
	padding-top: 300px;
	margin-top: -300px;
}

.nm-video-block:after {
	position: absolute;
	display: block;
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.nm-video-block .nm-inner {
	position: relative;
	text-align: center;
	padding: 250px 15px 80px 15px;
	z-index: 2;
}

.nm-video-block .nm-inner .nm-text-row {
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
	max-width: initial;
}

.nm-video-block .nm-inner h3 {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 0;
}

.nm-video-block .nm-inner h3:after {
	content: none;
}

.nm-video-block .nm-btn-video {
	position: relative;
	display: inline-block;
	border: 3px solid #fff;
	border-radius: 50%;
	width: 178px;
	height: 178px;
	margin-top: 30px;
}

.nm-video-block .nm-btn-video:after {
	position: absolute;
	display: block;
	content: "";
	background-image: url("img/triangle.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 67px;
	height: 78px;
	top: 50%;
	left: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nm-video-block .nm-btn-video:hover,
.nm-video-block .nm-btn-video:focus {
	background-color: #1da1f2;
}

.nm-gradient-reverse {
	background-image: url("img/gradient-bg.png");
	background-repeat: no-repeat;
	background-size: 1920px 102%;
	background-position: top;
}

.nm-news-block {
	padding: 50px 0 20px 0;
}

.nm-news-block .nm-news-gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nm-news-block .nm-news-gallery .nm-news-item {
	width: 47%;
}

.nm-news-block .nm-news-gallery .nm-news-item a {
	display: block;
	border: 2px solid rgba(199, 196, 196, 0.8);
	max-width: 100%;
}

.nm-news-block .nm-news-gallery .nm-news-item a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.nm-news-block .nm-news-gallery .nm-news-item h4 {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}

.nm-comments-block {
	padding: 50px 0;
}

.nm-comments-block .nm-comments-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.nm-comments-block .nm-comments-wrapper .nm-comment {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	border: 2px solid #1da1f2;
	border-radius: 10px;
	width: 47%;
}

.nm-comments-block .nm-comments-wrapper .nm-text-block {
	width: 70%;
	padding: 30px 25px 15px 35px;
}

.nm-comments-block .nm-comments-wrapper .nm-btn-wrap {
	text-align: left;
	margin-top: 20px;
}

.nm-comments-block .nm-comments-wrapper .nm-btn-wrap .nm-btn-border {
	display: inline-block;
	color: #1da1f2;
	font-size: 16px;
	font-weight: 400;
	width: 120px;
}

.nm-comments-block .nm-comments-wrapper .nm-btn-wrap .nm-btn-border:hover,
.nm-comments-block .nm-comments-wrapper .nm-btn-wrap .nm-btn-border:focus {
	color: #fff;
}

.nm-comments-block .nm-comments-wrapper .nm-img-block {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-left: 1px solid #1da1f2;
	border-radius: 8px;
	-webkit-box-shadow: -10px 0 0 rgba(0, 0, 0, 0.11);
	box-shadow: -10px 0 0 rgba(0, 0, 0, 0.11);
	width: 30%;
}

.nm-comments-block .nm-comments-wrapper .nm-comment-caption {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0.6em;
}

.nm-comments-block .nm-comments-wrapper .nm-comment-text {
	line-height: 1.5;
}

.nm-modal-form {
	max-width: 640px;
}

.remodal {
	background: transparent;
	padding: 0;
}

.nm-frame-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.nm-frame-wrap iframe,
.nm-frame-wrap embed {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


/*================================================*/


/*                    FOOTER	                  */


/*================================================*/

footer {
	margin-top: 2px;
	border-top: 54px solid #d7d7d7;
	background-color: #fff;
	padding: 40px 0;
}

footer .nm-big-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

footer .nm-logo-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 28px;
	padding-left: 75px;
}

footer .nm-logo-block:before {
	position: absolute;
	display: block;
	content: "";
	background-color: #eaeaea;
	border-radius: 2px;
	width: 3px;
	top: 0;
	left: 0;
	height: 100%;
}

footer .nm-logo-block .nm-logo {
	display: block;
}

footer .nm-lists-contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

footer .nm-lists-contacts .nm-lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

footer .nm-lists-contacts .nm-lists .nm-list1 a {
	line-height: 3.2;
}

footer .nm-lists-contacts .nm-lists .nm-list2 ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

footer .nm-lists-contacts .nm-lists .nm-list2 a {
	line-height: 2.85;
}

footer .nm-lists-contacts .nm-contacts .nm-social {
	margin-top: 7px;
	margin-bottom: 7px;
}

footer .nm-lists-contacts .nm-contacts .nm-social li {
	display: inline-block;
}

footer .nm-lists-contacts .nm-contacts .nm-social li a:hover,
footer .nm-lists-contacts .nm-contacts .nm-social li a:focus {
	opacity: 0.85;
}

footer .nm-lists-contacts .nm-contacts .nm-btns {
	margin-top: 7px;
}

footer .nm-lists-contacts .nm-contacts .nm-btns .nm-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	border-radius: 0;
	height: 25px;
	line-height: normal;
}

footer .nm-lists-contacts .nm-contacts .nm-btns .nm-btn-border {
	color: #2d2e2e;
	background-color: #fff;
	width: 132px;
}

footer .nm-lists-contacts .nm-contacts .nm-btns .nm-btn-border:active {
	color: #fff;
	background-color: #1da1f2;
}

footer .nm-lists-contacts .nm-contacts .nm-btns .nm-btn-blue {
	color: #fff;
	width: 67px;
	margin-right: 3px;
	border: 1px solid transparent;
}

footer .nm-lists-contacts .nm-contacts .nm-btns .nm-btn-blue:active {
	color: #1da1f2;
	background-color: #fff;
	border: 1px solid #1da1f2;
}

footer .nm-subsc-text {
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s; 
	opacity:0;
}
form.wpcf7-form {
    direction: rtl;
}	
/*================================================*/


/*                    MEDIA		                  */


/*================================================*/

@media (max-width: 1600px) {
	.nm-services-card .nm-text-block {
		padding: 80px 30px 15px 60px;
	}
	.nm-services-card .nm-text-block h2:after {
		left: -50px;
	}
	.nm-services-card .nm-text-block .nm-descr {
		font-size: 32px;
		line-height: 1.33;
	}
}

@media (max-width: 1200px) {
	.nm-fixed-menu {
		display: none;
	}
	.nm-services-wrapper {
		padding-right: 0;
	}
	.nm-services-wrapper .nm-services-card .nm-text-block {
		padding-bottom: 40px;
	}
	.nm-main-cards-block .nm-main-card {
		width: 50%;
	}
	.nm-parallax-section .nm-about-block .nm-text-block {
		padding-left: 30px;
	}
	.nm-parallax-section .nm-about-block .nm-text-block .nm-text-wrap {
		max-width: none;
	}
	.nm-manager-block .nm-big-wrapper .nm-descr-block {
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	footer .nm-big-wrapper {
		display: block;
	}
	footer .nm-logo-block {
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 20px;
	}
	footer .nm-logo-block:before {
		content: none;
	}
	footer .nm-lists-contacts {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	footer .nm-lists-contacts .nm-lists {
		-webkit-box-flex: 4;
		-webkit-flex-grow: 4;
		-ms-flex-positive: 4;
		flex-grow: 4;
	}
	footer .nm-lists-contacts .nm-contacts {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.nm-parallax-section .nm-about-block {
		display: block;
	}
	.nm-parallax-wrap.nm-parallax,
	.nm-parallax-section .nm-about-block .nm-img-block {
		display: none;
	}
	.nm-parallax-section .nm-about-block .nm-text-block {
		width: 100%;
		padding-left: 15px;
	}
	.nm-comments-block .nm-comments-wrapper {
		display: block;
	}
	.nm-comments-block .nm-comments-wrapper .nm-comment {
		width: 100%;
	}
	.nm-comments-block .nm-comments-wrapper .nm-comment:not(:last-child) {
		margin-bottom: 30px;
	}
	.nm-manager-block .nm-text-block {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media (max-width: 840px) {
	h2 {
		font-size: 28px;
		padding-top: 1em;
		padding-bottom: 20px;
	}
	h3 {
		text-align: center;
	}
	h3:after {
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}
	header .nm-menu-expand {
		display: block;
	}
	header nav {
		position: absolute;
		display: none;
		background-color: rgba(255, 255, 255, 0.85);
		top: 105px;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 4;
	}
	header nav ul {
		display: block;
		padding: 20px 0;
		background-color: rgba(255, 255, 255, 0.9);
	}
	header nav ul li {
		text-align: center;
		display: block;
		margin: 5px 0;
	}
	header nav ul li a {
		font-size: 20px;
		padding: 5px 0;
	}
	header nav ul li.current a:after {
		top: 3px;
	}
	header .nm-phone-block {
		display: none;
	}
	header .nm-bottom-header {
		height: 250px;
		padding-top: 60px;
	}
	header .nm-bottom-header:before {
		height: 170px;
	}
	header .nm-bottom-header:after {
		height: 210px;
	}
	header .nm-logo {
		margin-left: 0;
		margin-right: auto;
	}
	.nm-blog-text-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.nm-cards-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.nm-cards-block .nm-card {
		float: none;
	}
	.nm-blog-section {
		padding-top: 50px;
		padding-bottom: 15px;
	}
	.nm-blog-section .nm-blog-item {
		display: block;
		margin-bottom: 75px;
	}
	.nm-blog-section .nm-item-img {
		width: 100%;
		height: 50vw;
		min-height: 200px;
	}
	.nm-blog-section .nm-item-descr {
		width: 100%;
		border-top: none;
	}
	.nm-services-wrapper .nm-services-card .nm-card-wrap {
		display: block;
		min-height: 0;
	}
	.nm-services-wrapper .nm-services-card .nm-text-block {
		width: 100%;
		padding: 20px 15px 60px 15px;
	}
	.nm-services-wrapper .nm-services-card .nm-text-block h2 {
		font-size: 36px;
		padding-left: 60px;
	}
	.nm-services-wrapper .nm-services-card .nm-text-block h2:after {
		left: 0;
	}
	.nm-services-wrapper .nm-services-card .nm-img-block {
		width: 100%;
		height: 50vw;
	}
	.nm-services-wrapper .nm-services-card .nm-services-btn {
		left: 50%;
	}
	.nm-contact-section {
		display: block;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.nm-contact-section h2 {
		text-align: inherit;
		font-size: 32px;
	}
	.nm-contact-section h3 {
		font-size: 28px;
	}
	.nm-contact-section .nm-h3-sub {
		font-size: 22px;
	}
	.nm-contact-section h4 {
		font-size: 20px;
	}
	.nm-contact-section .nm-form-block {
		text-align: center;
		padding-left: 0;
	}
	.nm-contact-section .nm-form-block .nm-form-wrap {
		width: 100%;
		max-width: 290px;
	}
	.nm-contact-section .nm-social-block {
		border: none;
		margin: 20px auto 40px auto;
	}
	.nm-contact-section .nm-social-block .nm-social-wrap,
	.nm-contact-section .nm-social-block .nm-social {
		margin-top: 35px;
	}
	.nm-contact-section .nm-contacts-block {
		text-align: center;
		padding-right: 0;
	}
	.nm-contact-section .nm-contacts-block .nm-contacts-wrap {
		text-align: center;
	}
	.nm-contact-section .nm-contacts-block .nm-text-row {
		font-size: 18px;
		line-height: 1;
	}
	.nm-contact-section .nm-contacts-block .nm-contact-miniblock {
		display: inline-block;
		margin: 0 20px;
	}
	.nm-contact-section .nm-contacts-block .nm-contact-miniblock.nm-mrg {
		margin-bottom: 0;
	}

	header .nm-bottom-header.nm-main-header .nm-subsub-h1 {
		margin-top: 60px;
	}
}

@media (max-width: 767px) {
	footer {
		border-top: 38px solid #d7d7d7;
		padding: 30px 0;
	}
	footer .nm-lists-contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	footer .nm-lists-contacts .nm-lists {
		width: 100%;
	}
	footer .nm-lists-contacts .nm-contacts {
		text-align: center;
		margin-top: 20px;
	}
	.nm-blog-text-block .nm-blog-item-img {
		margin-top: 35px;
		margin-bottom: 40px;
	}
	.nm-about-text-block {
		padding-top: 60px;
	}
	.nm-about-page {
		padding-bottom: 60px;
	}
	.nm-about-page h3 {
		margin-top: 50px;
		margin-bottom: 40px;
	}
	.nm-miniblock-overwrap {
		margin-top: 40px;
	}
	header .nm-bottom-header.nm-main-header .nm-head-block h1 {
		font-size: 68px;
	}
	.nm-manager-block .nm-big-wrapper {
		text-align: center;
		display: block;
	}
	.nm-manager-block .nm-big-wrapper .nm-foto-block {
		display: inline-block;
	}
	.nm-manager-block .nm-big-wrapper .nm-descr-block {
		text-align: right;
		width: 100%;
		padding-left: 0;
	}
	.nm-news-block .nm-news-gallery {
		display: block;
	}
	.nm-news-block .nm-news-gallery .nm-news-item {
		width: 100%;
	}
	.nm-news-block .nm-news-gallery .nm-news-item:not(:last-child) {
		margin-bottom: 30px;
	}
	.nm-partners-block {
		padding: 0 40px;
	}
	.nm-partners-block .nm-slide {
		margin: 0 30px;
	}
	.nm-partners-block .slick-prev,
	.nm-partners-block .slick-next {
		background-color: #000;
		width: 34px;
		height: 119px;
	}
	.nm-partners-block .slick-prev {
		right: 2px;
	}
	.nm-partners-block .slick-next {
		left: 2px;
	}
	.nm-partners-block .slick-next:before,
	.nm-partners-block .slick-next:after {
		position: absolute;
		display: block;
		content: "";
		background-color: #fff;
		height: 2px;
		width: 20px;
		left: 6px;
		top: 50px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.nm-partners-block .slick-next:after {
		top: 63px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.nm-partners-block .slick-prev:before,
	.nm-partners-block .slick-prev:after {
		position: absolute;
		display: block;
		content: "";
		background-color: #fff;
		height: 2px;
		width: 20px;
		left: 9px;
		top: 50px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.nm-partners-block .slick-prev:after {
		top: 63px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@media (max-width: 639px) {
	.nm-blog-section .nm-blog-item {
		margin-bottom: 50px;
	}
	.nm-blog-section .nm-item-descr {
		width: 100%;
		padding: 0 0 30px 0;
	}
	.nm-blog-section .nm-item-descr h2 {
		font-size: 30px;
		padding-top: 0.5em;
	}
	.nm-blog-section .nm-item-text {
		margin-bottom: 25px;
	}
	.nm-services-wrapper .nm-services-card .nm-text-block h2 {
		font-size: 28px;
		padding-left: 40px;
	}
	.nm-services-wrapper .nm-services-card .nm-text-block .nm-descr {
		font-size: 24px;
		margin-top: 30px;
	}
	.nm-services-wrapper .nm-services-card .nm-services-btn {
		width: 42px;
		height: 42px;
	}
	.nm-services-wrapper .nm-services-card .nm-services-btn:after {
		width: 20px;
		height: 20px;
	}
	.nm-main-cards-block {
		display: block;
	}
	.nm-main-cards-block .nm-main-card {
		width: 100%;
	}
	.nm-parallax-section .nm-about-block .nm-text-block {
		padding-top: 40px;
	}
	.nm-video-block .nm-inner .nm-text-row {
		font-size: 24px;
	}
	.nm-video-block .nm-inner h3 {
		font-size: 32px;
	}
	.nm-comments-block .nm-comments-wrapper .nm-comment {
		display: block;
	}
	.nm-comments-block .nm-comments-wrapper .nm-img-block {
		border-left: none;
		border-bottom: 1px solid #1da1f2;
		-webkit-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.11);
		box-shadow: 0 10px 0 rgba(0, 0, 0, 0.11);
		height: 45vw;
		width: 100%;
	}
	.nm-comments-block .nm-comments-wrapper .nm-text-block {
		padding: 15px 20px;
		width: 100%;
	}
}
@media (max-width: 580px) {
	.page-template-about-page header {
		background-position: center left -680px;
	}
}
@media (max-width: 480px) {
	h1 {
		font-size: 48px;
	}
	h2 {
		font-size: 26px;
	}
	footer .nm-lists-contacts .nm-lists {
		display: block;
		text-align: center;
	}
	footer .nm-lists-contacts .nm-lists .nm-list1 {
		margin-bottom: 20px;
	}
	footer .nm-lists-contacts .nm-lists .nm-list1 ul,
	footer .nm-lists-contacts .nm-lists .nm-list2 ul {
		display: inline-block;
		text-align: right;
	}
	footer .nm-lists-contacts .nm-lists .nm-list1 ul a,
	footer .nm-lists-contacts .nm-lists .nm-list2 ul a {
		line-height: normal;
	}
	.nm-big-cards .nm-card {
		height: auto;
		margin-left: 0;
	}
	.nm-gallery-block a {
		margin-bottom: 30px;
	}
	.nm-contact-section .nm-contacts-block .nm-contact-miniblock {
		display: block;
		margin: 0;
	}
	.nm-contact-section .nm-contacts-block .nm-contact-miniblock.nm-mrg {
		margin-bottom: 30px;
	}
	header .nm-bottom-header.nm-main-header .nm-head-block h1 {
		font-size: 48px;
	}
	header .nm-bottom-header.nm-main-header .nm-head-block:after {
		width: 290px;
	}
	header .nm-bottom-header.nm-main-header .nm-subsub-h1 {
		margin-top: 30px;
		font-size: 36px;
	}
	header .nm-bottom-header.nm-main-header {
		padding-top: 0;
	}
	.nm-parallax-section .nm-about-block .nm-text-block .nm-text-wrap p {
		font-size: 20px;
		line-height: 1.5;
	}
	.nm-parallax-section .nm-about-block .nm-text-block .nm-btn-wrap {
		margin-top: 40px;
	}
	.nm-parallax-section .nm-about-block .nm-text-block {
		padding-bottom: 150px;
	}
	.nm-manager-block .nm-big-wrapper .nm-foto-block {
		width: 100%;
		max-width: none;
		min-width: 0;
	}
	.nm-manager-block .nm-big-wrapper .nm-foto-block img {
		max-width: 100%;
		max-height: 100%;
	}
	h2.nm-border-right {
		font-size: 36px;
		padding-bottom: 15px;
		margin-bottom: 0.5em;
	}
	h2.nm-border-right:after {
		width: 290px;
	}
	.nm-video-block .nm-inner {
		padding-top: 180px;
		padding-bottom: 40px;
	}
}

@media (max-width: 400px) {
	.nm-small-cards .nm-card {
		margin-left: 0;
	}
	.page-template-about-page header {
		background-position: center left -730px;
	}
}



video{
	position: absolute;
	top: 0;
	left: 0;
}
.nm-input-mail {
	height: 25px;
	line-height: 25px;
	border-radius: 0;
	width: auto;
	display: inline-block;
}
.nm-bottom-header.nm-main-header {
	overflow: hidden;
}
.gm-style .gm-style-iw {
	font-weight: 300;
	font-size: 1px;
	overflow: hidden;
	border: 3px solid #1da1f2;
	border-radius: 8px;
	color: #1da1f2;
	background: rgba(255, 255, 255, 0.65);
}
/* white background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div
{
	/* we have to use !important because we are overwritng inline styles */
	background-color: transparent !important;
	box-shadow: none !important;
	width: auto !important;
	height: auto !important;
	display: none;
}

/* arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div
{
	background-color: transparent !important;
	border: none !important;

}

/* close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child
{
	margin-right: 5px;
	margin-top: 5px;
}

/* image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img
{
	display: none;
}

/* positioning of infowindow */
.gm-style-iw
{

	top: 85px !important;
	transform: translateX(50%)translateX(20px);

}