.faq-inner.process{
	padding-bottom: 92px;
}
.faq-inner .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
 
.faq-inner h2 {
	max-width: 326px;
}
.faq-inner .right {
	max-width: 555px;
}
 
.faq-inner .title {
	padding: 20px 90px 20px 20px;
}
.faq-inner .title.active  {
	background: #fff;
}
.faq-inner .active .fa {
	color: #0052FF!important;
}
.faq-inner .active .title-text {
	color: #0052FF!important;
}
.faq-inner .item-content {
	padding-right: 0;
}
.faq-inner .item-content ul {
	margin-bottom: 20px;
}
.faq-inner .item-content p {
	color: #4A4A4A;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.87px;
    line-height: 26px;
    margin-bottom: 25px;
}
.faq-inner .item-content-order {
	display: flex;flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.faq-inner .item-content .item-content-cost {
	color: #3F3F3F;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	max-width: calc(100% - 164px);
	padding-right: 10px;
}
.faq-inner .item-content .btn {
	height: 46px;
	width: 164px;	
	text-align: center;
	line-height: 46px;
	background: #0052FF;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.5px;
	display: inline-block;
	text-transform: uppercase;
}

.inner-service.service-item{
	margin-bottom: 100px;
}
.btn{
	transition: all 0.4s ease;	
}
.rule {
	padding-bottom: 75px;
}
.rule .rule-title {
	color: #3F3F3F;
    font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 35px;
}
.rule .rule-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rule .rule-item {
	width: calc(25% - 22.5px);
	border: 1px solid #E6E6E6;
	padding: 115px 30px 24px;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease;
	height: 480px; /*375px*/
	margin-bottom: 25px;
}
.rule .rule-item:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 15px;
	background: #fff;
}
.rule .rule-item-icon {
	position: absolute;
	top: 40px;
	left: 32px;
}
.rule .rule-item-image {
	transition: all 0.4s ease;
	margin-bottom: 56px;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rule .rule-item-image img{
	max-height: 100%;
}
.rule .rule-item-title {
	color: #3F3F3F;
    font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 16px;
}
.rule .rule-item-description {
	color: #3F3F3F;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: -0.3px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}
.rule-item:hover .rule-item-description{
	opacity: 1;
	visibility: visible;
}
.rule-item:hover{
	padding-top: 73px;
}
.rule-item:hover .rule-item-image{
	margin-bottom: 24px;
}


.case {
	padding-bottom: 100px;
}

.case .case-title {
	color: #0052FF;
    font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 35px;	
}
.case .case-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 48px;
}
.case .case-item {
	margin-bottom: 30px;
	width: calc(50% - 15px);
	height: 400px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.case .case-item.item-1{
	width: calc(100% - 390px);
}
.case .case-item.item-2{
	width: 360px;
}
.case-item-header {
	position: absolute;
	max-width: 250px;
}
.item-1 .case-item-header{
	top: 54px;
	left: 64px;
	max-width: 250px;
}
.item-2 .case-item-header{
	left: 64px;
	bottom: 54px;
	right: 40px;
}
.item-3 .case-item-header{
	left: 64px;
	bottom: 54px;	
}
.item-4 .case-item-header{
	top: 54px;
	left: 64px;	
}
.case-item-title {
	color: #3F3F3F;
    font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 15px;
	display: inline-block;
	text-decoration: none;
}
.case-item-description {
	color: #3F3F3F;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}
.white .case-item-title, 
.white .case-item-description {
	color: #fff;
}
.case .btn {
	height: 46px;
	width: 240px;
	border: 2px solid #0052FF;
	display: block;
	text-align: center;
	line-height: 44px;
	margin: auto;
	color: #0052FF;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.btn:hover{
	background-color: #0052FF;
	color: #fff;
}

.we-know {
	/* padding-bottom: 100px; */
}
.we-know-title {
	text-align: center;
	color: #3F3F3F;
    font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 55px;	
}
.we-know-slider {
	padding: 0 60px;
	margin-bottom: 95px;
}
.we-know-slider .we-know-item {
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.we-know-slider img {
	max-height: 100%;
	width: auto;
	max-width: 90%;
	filter: grayscale(100%) brightness(0.94);
}
.we-know-slider img:hover {
    filter: none;
}
.we-know-slider .slick-arrow {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    font-size: 0;
    height: 40px;
    width: 40px;
    border: 1px solid #DDDCDE;
    border-radius: 2px;
    background: #fff url(../img/arrow-left.png) center no-repeat;
    z-index: 20;
}
.we-know-slider .slick-next{
	left: auto;
	right: 0;
	background: #fff url(../img/arrow-right.png) center no-repeat;
}
.we-know-list {
	display: flex;
	flex-wrap: wrap;
}
.we-know-list .we-know-item {
	width: 25%;
	padding: 0 10px;
	margin-bottom: 25px;
}
.we-know-image {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.we-know-image img {
	max-width: 100%;
	max-height: 100%;
}
.we-know-text {
	color: #3F3F3F;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
}

.inner-callback {
	margin-bottom: 120px;
}
.inner-callback .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inner-callback .left {
	width: calc(100% - 555px);
	max-width: 470px;
	padding-right: 20px;
}
.inner-callback h2 ,
.inner-callback .title {
    color: #0052FF;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;	
}
.inner-callback .title{
	margin-bottom: 0;
	margin-top: 10px;
}
.inner-callback a{
	color: #494949;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	text-decoration: none;
	display: table;
}
.inner-callback p {
	color: #494949;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;	
	margin-bottom: 16px;
}
.inner-callback .right {
	width: 555px;
}
.inner-callback form {
}
.inner-callback .form-control {
height: 64px;
    width: 100%;
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 0;
    padding: 0 24px;
    margin-bottom: 22px;
    color: #0052FF;
    font-size: 16px;
    letter-spacing: 0.69px;
	resize: none;
	border: 1px solid #F2F2F2;
	transition: all 0.4s ease;
}
.inner-callback .form-control:focus{
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.16);
}
.inner-callback textarea.form-control{
	height: 224px;
	padding: 20px 24px;
}
.inner-callback .btn {
    height: 46px;
    width: 240px;
    text-align: center;
    line-height: 46px;
    background: #0052FF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    display: inline-block;
    text-transform: uppercase;
	border: 2px solid #0052FF;
}
.inner-callback .btn:hover{
	color: #0052FF;
	background-color: #fff;
}

.main-block{
	overflow: hidden;
}
.integration-main {
/*	background: url(../img/cms/bg-layout-2.png) bottom center no-repeat, url(../img/cms/bg-layout-1.png) top center no-repeat;*/
	background-size: cover;
	padding: 160px 0 180px;
}
.integration-main h1 {
	max-width: 850px;
	margin-bottom: 20px;
}
.integration-main p {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 32px;
	margin-bottom: 24px;
}
.integration-main .btn {
	height: 46px;	
	max-width: 286px;
	width: 100%;
	border: 2px solid #fff;
	display: block;
	text-align: center;
	line-height: 42px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	border-radius: 3px;
	text-transform: uppercase;
}


.integration-info {
	padding:20px 0 100px;
}
.integration-info .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.integration-info .integration-text {
	margin-bottom: 20px;
	width: 43%;
	padding-top: 20px;
}
.integration-info p {
	color: #494949;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;	
	margin-bottom: 10px;
}
.integration-info .btn {
	height: 46px;
	max-width: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0052FF;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;	
	font-weight: 500;	
	letter-spacing: 1.5px;	
	line-height: 16px;
	margin: 30px 0 18px;
}
.integration-info .text-info {
	font-size: 14px;	font-weight: 300;	line-height: 18px;
	max-width: 260px;
}
.integration-info .integration-image {
	width: 50%;
	text-align: right;
	margin-bottom: 20px;
}
.integration-info img {
	max-width: 100%;
}


.profi-integ{
	padding-bottom: 100px;
}
.profi-integ-title {
	color: #0052FF;
	font-family:'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;	
	margin-bottom: 15px;
}
.profi-integ-description {
	color: #494949;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	max-width: 570px;
	margin-bottom: 150px;
}
.profi-integ-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.profi-integ-item {
	max-width: 30%;
	position: relative;
	margin-bottom: 25px;
}
.profi-integ-list img {
	position: absolute;
	left: 8%;
	top: -60px;
	z-index: 1;
}
.profi-integ-list .text {
	color: #3F3F3F;
	font-family:'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 32px;
	text-align: center;
	position: relative;
	z-index: 3;
}
.profi-integ-item:first-child .text{
	max-width: 240px;
}
.profi-integ-item:last-child .text{
	max-width: 290px;
}
.profi-integ-item:last-child img{
	left: 50%;
	transform: translateX(-50%);
}
 

.integration-service{
	padding-bottom: 80px;
}
.integration-service-title {
	color: #0052FF;
	font-family:'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;	
	margin-bottom: 15px;
}
.integration-service-description {
	color: #494949;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 24px;
}
.integration-service-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.integration-service-list li {
	width: calc(25% - 15px);
	border: 1px solid #E6E6E6;	
	padding: 40px 24px 24px;
	text-align: center;
	margin-bottom: 20px;
}
.integration-service-list .icon {
	margin-bottom: 25px;
}
.integration-service-list .icon img {
	max-width: 84px;
}
.integration-service-list .title {
	color: #3F3F3F;
	font-family:'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 32px;
	margin-bottom: 20px;
}
.integration-service-list .text {
	color: #3F3F3F;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	text-align: left;
	margin-bottom: 40px;
}
.integration-service-list .link {
	color: #0052FF;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

.type-exchange{
	padding-bottom: 40px;
}
.type-exchange-title {
	color: #0052FF;
	font-family:'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;	
	margin-bottom: 65px;
}
.type-exchange-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.type-exchange-list li {
	width: 30%;
	margin-bottom: 80px;
}
.type-exchange-list .icon {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.type-exchange-list .title {
	color: #3F3F3F;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 25px;
	text-align: center;	
	margin-bottom: 20px;
}
.type-exchange-list p {
	opacity: 0.8;
	color: #151414;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	text-align: center;	
}

 
.modal-overlay{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background: rgba(0, 11, 34, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
	visibility: hidden;
	opacity: 0;
	transition: all 0.6s ease;
}
.modal-overlay.active {
/*	display: flex;*/
	opacity: 1;
	visibility: visible;
}
.modal-overlay .modal {
	max-width: 570px;
	margin: auto;
	background: #fff;
	padding: 80px;
	position: relative;
	opacity: 0;
	transition: all 0.6s ease;
	transform: translateY(-100%);
}
.modal-overlay.active .modal{
	opacity: 1;
	transform: translateX(0);
}
.modal-overlay .close-modal {
	position: absolute;
	right: 40px;
	top: 40px;
	cursor: pointer;
}
.modal-overlay h4 {
	color: #0052FF;
	font-family:'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;	
	margin-bottom: 15px;
}
.modal-overlay p {
	color: #494949;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 24px;
}
.modal-overlay .form-control {
	width: 100%;
	height: 64px;
	border: 1px solid #E6E6E6;
	padding: 0 24px;
	color: #494949;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 21px;	
	margin-bottom: 15px;
}
.modal-overlay .btn {
    height: 46px;
    max-width: 240px;
    display: block;
	width: 100%;
    background: #0052FF;
	border: 2px solid #0052FF;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 16px;
    margin: 25px 0 0;	
}
.modal-overlay .btn:hover{
	background-color: #fff;
	color: #0052FF;
} 

.main-block-paralax {
	position: absolute;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	width: calc(100% + 100px);
	height: calc(100% + 100px);
	top: -50px;
	left: -50px;
}
.main-block{
	position: relative;
}
#main-block-paralax-2 {
	width: calc(100% + 100px);
	height: calc(100% + 100px);
	top: 50px;
	left: -100px;
}
.web-service {
	margin: 0;
	top: 0;
	padding: 130px 0 110px; 
}
.web-service-title {
	color: #0052FF;
	font-family:'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 35px;
}
.web-service-description {
	color: #494949;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 35px;
}
.web-service .item {
	box-shadow:  0 0 0;
	border: 1px solid #F3F3F3;
}

.web-service h4 {
	max-width: 200px;
	margin: 0 auto 15px;
}
 

.about--dev {
	padding: 0 0 110px;
}
.about--dev .container {
	max-width: 1130px;
}
.about--dev-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about--dev-item {
	width: 48%;
	margin-bottom: 70px;
	display: flex;
	align-items: center;
}
.about--dev-icon {
	width: 140px;
	padding-right: 50px;
	text-align: center;
}
.about--dev-text {
	width: calc(100% - 140px);
	color: #3F3F3F;
	font-family:'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

.nem_2.about-dev .right{
	padding-left: 0;
	width: 100%;
}
.nem_2.about-dev .item{
	width: calc(25% - 15px);
}

.solution {
	margin-bottom: 120px;
}
.solution .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.solution-image {
	width: 360px;
	background-size: cover;
	background-position: bottom center;
}
.solution-text {
	width: calc(100% - 360px);
	padding-left: 60px;
	padding-right: 80px;
}
.solution-title {
	color: #0052FF;
	font-family:'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 40px;
}
.solution-item h5 {
	color: #3F3F3F;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 21px;	
	margin-bottom: 12px;
}
.solution-item:not(:last-child) {
	margin-bottom: 30px;
}
.solution  p {
	opacity: 0.8;
	color: #151414;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;	
}

header .dropdown{
	position: relative;
}
.dropdown-menu{
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	padding: 15px 20px;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
	z-index: 20;
	transition: all 0.6s ease;
	opacity: 0;
	visibility: hidden;
	min-width: 260px;
}
.dropdown:hover .dropdown-menu{
	opacity: 1;
	visibility: visible;
}
.dropdown .dropdown-menu li{
	text-align: left;
	margin: 0!important;
	display: block;
	padding: 5px 0;
}
.dropdown .dropdown-menu li a{
	display: inline-block;
}

.about--main {
	padding: 140px 0 60px !important;
	background-size: cover;
	background-position: center;
	background-image: url(../img/about/hero-image.png);
}
.about--main .container {
}
.about--main__title {
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 52px;
	text-shadow: 0 2px 0 rgba(0,0,0,0.15);
	margin-bottom: 20px;
}
.about--main__text {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 400 !important;
	line-height: 32px;
	margin-bottom: 30px;
	max-width: 830px !important;
}
.about--main__list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	text-align: center;
}
.about--main li {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;	
	max-width: 145px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}
.about--main .number {
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 600;
	line-height: 49px;
	margin-bottom: 5px;
}
span.number-about {
	color: #fff;
    font-size: 40px;
}
.about-info {
	padding: 100px 0 70px;
}
.about-info .container {
	display: flex;flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.about-info__text {
	width: 50%;
}
.about-info__text p {
	color: #3F3F3F;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;	
}
.about-info h4 {
    font-family: 'Montserrat', sans-serif;	
	color: #0052FF;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;	
	padding-top: 10px;
}
.about-info br {
}
.about-info__image {
	width: 41%;
	text-align: right;
}
.about-info__image img {
	width: 100%;
}
.about-info__list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 90px;
}
.about-info li {
	width: 25%;
	padding: 0 15px;
}
.about-info li p {
	color: #3F3F3F;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	/* text-align: center; */
    font-family: 'Montserrat', sans-serif;		
}
.about-info .icon {
	height: 120px;
	line-height: 120px;
	text-align: center;
}
.about-info .icon img {
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}

@media ( max-width: 1100px ){
	.integration-service-list .title{
		font-size: 20px;
	}
	.rule .rule-item{
		width: calc(50% - 10px);
		height: 330px;
		padding-top: 100px;
	}
}
@media ( max-width: 992px ){
	.solution{
		margin-bottom: 80px;
	}
	.solution-image {
		display: none;
	}
	.solution-text {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}	
	.about--dev-text{
		font-size: 16px;
	}
	.about--dev-icon {
		width: 110px;
		padding-right: 30px;
	}
	.about--dev-text {
		width: calc(100% - 110px);
	}
	
	.profi-integ{
		padding-bottom: 70px;
	}
	.integration-service-list li{
		width: calc(50% - 10px);
	}
	.profi-integ-list .text {
		font-size: 18px;
		line-height: 1.4;
	}
	.profi-integ-list img {
		max-height: 90px;
	}
	.case .case-item{
		width: calc(50% - 10px)!important;
	}
	.we-know-text{
		font-size: 20px;
	}
	.inner-callback .right{
		width: 400px;
	}
	.inner-callback .left {
		width: calc(100% - 405px);
	}
	.about--main__text{
		font-size: 19px;
		line-height: 1.5;
	}
	.about--main{
		padding: 100px 0 60px;
	}
	.about-info__list{
		margin-top: 70px;
	}
	.about-info li{
		width: 50%;
	}
}
@media ( max-width: 768px ){
	.about-info li p,
	.about-info__text p{
		font-size: 17px;
		line-height: 1.5;
	}
	.about-info__text p{
		margin-bottom: 15px;
	}
	.about-info h4{
		font-size: 22px;
	}
	.about-info__text{
		width: 100%;
	}
	.about-info__image{
		padding-top: 30px;
		width: 100%;
	}
	.nem_2.about-dev .item {
		width: calc(50% - 15px);
		margin-bottom: 15px;
	}
	.about-dev {
		padding: 100px 0 80px;
	}
	.about--dev{
		padding-bottom: 40px;
	}
	.about--dev-item{
		width: 100%;
		margin-bottom: 45px;
	}
	.modal-overlay .modal{
		padding: 70px 20px;
	}
	.modal-overlay .form-control{
		height: 50px;
	}
	.type-exchange-list li{
		width: 48%;
		margin-bottom: 50px;
	}
	.integration-info .integration-image {
		display: none;
	}	
	.integration-info .integration-text{
		width: 100%;
	}
	.integration-info{
		padding: 0 0 60px;
	}
	.integration-main {
		padding: 100px 0 140px;
	}	
	.integration-main h1 br{
		display: none;
	}
	.integration-main p{
		font-size: 18px;
		line-height: 1.4;
	}
	.inner-callback{
		margin-bottom: 80px;
	}
	.we-know-title{
		margin-bottom: 40px;
	}
	.we-know-slider{
		margin-bottom: 65px;
	}
	.we-know-text{
		font-size: 18px;
	}
	.we-know-slider{
		padding: 0 45px;
	}
	.we-know{
		padding-bottom: 80px;
	}
	.inner-callback .right{
		width: 100%;
		max-width: 400px;
		margin: auto;
	}
	.inner-callback .left {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}	
	.inner-callback .btn,
	.inner-callback a{
		margin: auto;
		display: table;
	}
	.case .case-list{
		margin-bottom: 35px;
	}
	.we-know-list .we-know-item{
		width: 50%;
		margin-bottom: 20px;
	}
	.rule{
		padding-bottom: 45px;
	}
	.case .case-item{
		width: 100%!important;
		height: 320px;
		margin-bottom: 20px;
	}	
	.case-item-title, 
	.case-item-description{
		text-shadow: 0 0 6px #fff,  0 0 6px #fff,  0 0 6px #fff;	
	}
	.white .case-item-title, .white .case-item-description{
		text-shadow: 0 0 6px #000,  0 0 6px #000,  0 0 6px #000;	
	}
	.case-item-header{
		left: 25px!important;
		top: 40px!important;
		bottom: auto;
	}
	.rule .rule-item{
		height: 340px;
		padding-top: 100px;
	}	
	.rule .rule-item-title{
		font-size: 20px;
		line-height: 1.3;
	}
	.rule-item:hover{
		padding-top: 40px;
	}	
	.faq-inner h2{
		max-width: 100%;
	}
	.inner-service.service-item{
		margin-bottom: 50px;
	}	
	
	.main-block.main {
		padding: 128px 0 160px;
	}	
	.main-block.main h1{
		font-size: 28px;
		line-height: 38px;
	}
	.faq-inner .item{
		margin-bottom: 18px;
	}
	.faq-inner .title {
		padding: 15px 60px 15px 15px;
	}
	.web-service .wrap{
		width: 100%;
		flex-wrap: wrap;
		padding-right: 0;
	}
	.web-service .item{
		width: 100%;
		margin: 0 0 20px;
		padding: 0 20px 25px;
	}
	.web-service{
		padding: 80px 0 70px;
	}
}
@media ( max-width: 600px ){
	.about--main li{
		max-width: 33.33%;
		font-size: 15px;
	}
	.about-info{
		padding: 70px 0 50px;
	}
	.about-info li p, .about-info__text p{
		font-size: 15px;
	}
	.dropdown-menu{
		position: relative;
		top: 0;
		padding: 10px 20px 0;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
		opacity: 1;
		visibility: visible;
	}
	.mob-header .callback{
		margin-bottom: 30px;
	}
	.mob-header li{
		margin-bottom: 20px;
	}
	.footer-h{
		bottom: 10px;
	}
	.mob-header{
		padding-top: 50px;
	}
	.dropdown-menu li a{
/*		text-transform: capitalize;*/
		font-weight: 400;
		font-size: 13px;
	}
	.type-exchange-list .title{
		word-break: break-all;
	}
	.integration-service-list li{
		width: 100%;
	}
	.type-exchange-list li{
		margin-bottom: 40px;
	}
	.type-exchange-title{
		margin-bottom: 50px;
	}
	.type-exchange-list .title{
		font-size: 17px;
		margin-bottom: 15px;
	}
	.type-exchange-list p{
		font-size: 14px;
	}
	.profi-integ-description{
		margin-bottom: 80px;
	}
	.profi-integ-item{
		max-width: 100%;
		width: 100%;
	}
	.profi-integ-item:not(:last-child){
		margin-bottom: 70px;
	}
	.profi-integ-list img{
		left: 0!important;
		transform: translateX(0)!important;
		max-height: 70px;
		top: -35px;
	}
	.profi-integ-item .text{
		max-width: 100%!important;
		text-align: left;
	}
	.profi-integ-item br{
		display: none;
	}
	.integration-main{
		padding: 70px 0 120px;
	}
	.integration-main h1{
		font-size: 24px;
		line-height: 1.3;
	}
	.rule .rule-item{
		height: auto;
		padding: 80px 25px 20px!important;
		width: 100%;
	}	
	.rule .rule-item-image{
		margin-bottom: 25px!important;
	}
	.rule .rule-item-description{
		opacity: 1;
		visibility: visible;
	}
	.rule .rule-item-title{
		font-size: 20px;
		line-height: 1.3;
	}
	.faq-inner .item-content .item-content-cost{
		max-width: 100%;
		width: 100%;
		margin-bottom: 15px;
	}
	.solution-title{
		font-size: 20px;
		line-height: 1.4;
	}
	.solution-item h5{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.solution p{
		font-size: 14px;
	}
}
@media ( max-width: 450px ){
	.nem_2.about-dev .item {
		width: calc(100% - 15px);
	}
}
@media ( max-width: 360px ){
	.type-exchange-list li{
		width: 100%;
		margin-bottom: 20px
	}
}
.we-know {
	margin-top: 50px;
}
.cases-main + .solution {
	margin-top: 50px
}

.cases-main + .support-6 {
	margin-top: 50px
}


.cases-main + .type-exchange {
	margin-top: 50px
}