@font-face {
  font-family: "GothamProRegular";
  src: url("../fonts/GothamProRegular/GothamProRegular.eot");
  src: url("../fonts/GothamProRegular/GothamProRegular.eot?#iefix")format("embedded-opentype"),
  url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"),
  url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "GothamProBold";
  src: url("../fonts/GothamProBold/GothamProBold.eot");
  src: url("../fonts/GothamProBold/GothamProBold.eot?#iefix")format("embedded-opentype"),
  url("../fonts/GothamProBold/GothamProBold.woff") format("woff"),
  url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RobotoLight";
  src: url("../fonts/RobotoLight/RobotoLight.eot");
  src: url("../fonts/RobotoRegular/RobotoLight.eot?#iefix")format("embedded-opentype"),
  url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
  url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
  url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
  url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
  url("../fonts/RobotoBold/RobotoBold.woff") format("woff"),
  url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

body {
	font-family: 'RobotoRegular', sans-serif;
}

h2 {
	margin: 0;
	padding: 0;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.wrap {
	width: 1202px;
	margin: 0 auto;	
	padding: 0 16px;
}

.main-content {
	background-color: #eef3f1;
}

.main-header {
	height: 73px;
	padding-top: 18px;
	background-color: #ffffff;  
}

.main-logo {
	float: left;
	width: 170px;
}

.main-logo a {  
	color: #0066a1;
	font-size: 25px;
  text-decoration: none;
  cursor: default;
}

.header-right {
	float: right;
	width: 640px;
}

.logout,
.lang,
.phone {
	display: inline-block;
}

.btn-phone {
	width: 200px;
	height: 35px;
	text-align: center;
	background-color: #3ebfd8;
	border-radius: 25px;	  
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.btn-phone:hover {
  background-color: #2fb2cb;
}

.btn-phone a {
	display: inline-block;
	position: relative;
  width: 100%;
  height: 100%;  
  padding-left: 30px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'RobotoBold', sans-serif;
  line-height: 35px;
	text-decoration: none;	
	text-transform: uppercase;   
}

.btn-phone a:before {
  content: '';
  display: block;  
  position: absolute;
  width: 25px;
  height: 24px;
  left: 15px;
  top: 50%;
  margin-top: -12px;
  background-image: url(../images/phone.png);
}

.lang {
	position: relative;
  width: 65px;
  height: 35px;
  margin: 0 30px 0 25px;
  border-radius: 25px;  
  vertical-align: top;  
}

/*.lang:before {
  content: '';
  display: block;  
  position: absolute;
  width: 10px;
  height: 6px;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  background-image: url(../images/lang-item.png);
}*/

.lang a {
  display: inline-block;
  position: relative;
  width: 65px;
  height: 35px;
  border: 1px solid #d5dde0;
  border-radius: 25px;
}

.lang img {
	position: absolute;
  top: -2px;
  bottom: 0;  
  left: 12px;
  margin: auto;
}

.logout a {
	color: #7e939b;
	font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.hide {
  display: none;
}

.logout .signin {
	padding-right: 10px;
  border-right: 1px solid #dddddd;
}

.logout .signup {
  padding-left: 7px;
}

.main-banner {	
  height: 630px;
  margin-bottom: 40px;
  background: url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-banner h1 {
	margin: 0;
	padding-top: 85px;
	color: #ffffff;
	font-size: 67px;
	font-family: 'RobotoBold', sans-serif;
	text-align: center;	
}

.main-banner p {
	color: #ffffff;
	font-size: 24px;
	text-align: center;
}

.service-info h2,
.service-who-use h2,
.our-cases h2,
.training h2 {
	color: #15486b;
	font-size: 36px;
	font-family: 'RobotoBold', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.service-info h2:after {
	content: '';
	display: block;
	width: 82px;
	height: 4px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 35px;
	background-color: #9b7cc6;
}

.service-info h3 {
	margin: 0;
	margin-bottom: 35px;
	font-size: 18px;
	font-family: "GothamProBold", sans-serif;
}

.service-use h3 {
	margin: 0;
	margin-bottom: 35px;
	font-size: 18px;
	font-family: "GothamProBold", sans-serif;	
	text-transform: uppercase;	
}

.service-use p {
	padding-left: 75px;
	font-size: 14px;
	font-family: "GothamProBold", sans-serif;
}

.service-use p b {
	font-family: "GothamProBold", sans-serif;
}

.service-use .trader::before {
  content: '';
  display: block;
  position: absolute;  
  width: 42px;
  height: 49px;  
  left: 0;
  top: 70px;
  background: url(../images/service-icon-1.png);
}

.service-use .trader {
	margin-bottom: 55px;
}

.service-use .org::before {
  content: '';
  display: block;
  position: absolute;  
  width: 56px;
  height: 47px;
  left: 0;
  top: 190px;
  background: url(../images/service-icon-2.png);  
}

.service-use-img img {
	width: 427px;
	height: 271px;
}

.service-use {
	margin-bottom: 35px;
}

.service-use-img {
	margin-bottom: 35px;
	text-align: right;
}

.servise-tutorial-img img {
	width: 566px;
	height: 336px;
}

.service-tutorial ul {
	padding-left: 0;
	list-style: none;
}

.service-tutorial ul p {
	font-size: 14px;
	font-family: "GothamProRegular", sans-serif;
}

.service-tutorial ul p b {
	font-family: "GothamProBold", sans-serif;
}

.service-tutorial ul li .numbers {
	color: #3ebfd8;
}

.service-tutorial,
.service-tutorial-img {
	margin-bottom: 45px;
}

.service-who-use .left-col,
.service-who-use .right-col {
	width: 570px;
	height: 300px;
	padding-left: 45px;
	border-radius: 10px;
	background-color: #ffffff;
}

.service-who-use h2 {
	padding-top: 40px;
	border-top: 1px solid #d1d1d1;
}

.service-who-use h3 {
	margin: 0;
	margin-bottom: 35px;
	font-size: 18px;
	font-family: 'RobotoBold', sans-serif;
}

.service-who-use h2:after {
  content: '';
  display: block;
  width: 82px;
  height: 4px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  background-color: #9b7cc6;
}

.left-col {
	float: left;
}

.right-col {
	float: right;
}

.left-col,
.right-col {
	padding-top: 25px;
}

.left-col-icon,
.right-col-icon {
	float: left;
	width: 170px;
	height: 110px;
	padding-left: 15px;
}

.left-col-list,
.right-col-list {
	float: left;
	width: 330px;
	padding-right: 40px;
}

.right-col-list .btn-signup {
  margin-top: 5px;
}

.left-col-list ul li:last-child{
	margin-bottom: 30px;
}

.right-col-list ul li:last-child {
	margin-bottom: 45px;
}

.left-col-list ul li,
.right-col-list ul li {
	margin-bottom: 20px;
}

.left-col-list ul,
.right-col-list ul {
	padding-left: 0;
	list-style: none;
	font-size: 14px;
	font-family: 'RobotoRegular', sans-serif;
}

.left-col-list ul li .numbers, 
.right-col-list ul li .numbers {
	color: #3ebfd8;
}

.btn-signup a {
	position: absolute;
  color: #ffffff;
  font-size: 13px;
  font-family: 'RobotoBold', sans-serif;
  text-decoration: none;
  text-transform: uppercase;  
}

.btn-signup:hover {
  background-color: #2fb2cb;
}

.btn-signup a:after {
  content: '';
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  left: 162px;
  top: -14px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

.btn-signup {
	position: relative;
  width: 225px;
  height: 45px;
  left: 50%;
  margin-left: -144px;
  padding-left: 25px;
  padding-top: 12px;
  border-radius: 25px; 
  text-align: left;
  background-color: #3ebfd8; 
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.left-col,
.right-col {
	margin-bottom: 63px;
}

.training {
  height: 450px;
  margin-bottom: 35px;
  background: url(../images/bg-training.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.training h2 {
  padding: 65px 0;
}

.training-list {
  font-size: 16px;
}

.training-list ul {
	color: #ffffff;
  list-style: none;
  text-align: center;
}

.training-list .list-style {
  position: relative;
}

.training-list .list-style:before {
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 13px;
  left: -24px;
  top: 3px;
  background-image: url(../images/v.png);
}

.btn-training {
	position: relative;	
  width: 225px;
  height: 48px;
  padding-top: 12px;
  padding-left: 25px;
  margin-bottom: 37px;
  margin-left: -125px;
  left: 50%;
  text-align: left;
  border-radius: 25px 0 0 25px;
  background-color: #ffffff;
}

.btn-training a {
	position: absolute;
	padding-top: 1px;
	color: #6897e7;
  font-size: 13px;
  font-family: 'RobotoBold', sans-serif;  
  text-decoration: none;
  text-transform: uppercase;
}

.btn-training a:before {
  content: '';
  display: block;
  position: absolute;
  width: 279px;
  height: 50px;
  right: -77px;
  top: -14px;
  background-image: url(../images/border-btn.png);  
}

.btn-training a:after {
  content: '';
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  left: 218px;
  top: -14px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;  
  transform: rotate(-45deg);
}

.training-list ul li:last-child {
	margin-bottom: 65px;
}

.cases-item {
	width: 370px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 30px;
  margin-bottom: 35px;
  border-radius: 10px;
  background-color: #ffffff;
}

.margin-fix {
	margin-right: 0;
}

.cases-item-img img {
	width: 370px;
	height: 220px;
	border-radius-top: 15px;
}

.cases-item-img {
  position: relative;
}

.cases-item-img .btn-item-more {
	position: absolute;	
	display: none;
  width: 165px;
  height: 45px;  
  padding-top: 12px;
  padding-left: 25px;
  margin-top: -23px;
  margin-left: -82px;  
  left: 50%;
  top: 50%;  
  color: #ffffff;
  border-radius: 25px;
  background-color: #ffb812;
  text-align: left;
  text-decoration: none;
}

.cases-item-img:hover .btn-item-more {
  display: inline-block;
}

.cases-item-img .btn-item-more:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;  
  transform: rotate(-45deg); 
}

.cases-item-desc {
	padding-left: 25px;
	padding-bottom: 35px;
}

.cases-item-desc h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-family: 'RobotoBold', sans-serif;
}

.cases-item-desc span {
	position: relative;
	display: block;
}

.cases-item-desc .lots {
	margin-bottom: 15px;
	color: #9fa3a7;
	letter-spacing: 3px;
	font-family: 'RobotoBold', sans-serif;
	text-transform: uppercase;
}

.circle {
	position: absolute;
  width: 25px;
  height: 25px;
  top: -3px;
  left: 162px;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  font-family: 'RobotoBold', sans-serif;  
  border: 5px solid #9b7cc6;
  border-radius: 50%;
  background-color: #9b7cc6;
  text-align: center;
  line-height: 15px;
  letter-spacing: 0;
}

.btn-cases-more {
	position: relative;	  
  width: 250px;
  height: 45px;
  left: 50%;
  margin-left: -125px;
  margin-bottom: 37px;
  padding-left: 25px;
  padding-top: 12px;
  border-radius: 25px;
  background-color: #3ebfd8;  
  text-align: left;  
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.btn-cases-more:hover {
  background-color: #2fb2cb;
}

.btn-cases-more a {
	position: absolute;	
	color: #ffffff;	
	font-size: 13px;
	font-family: 'RobotoBold', sans-serif; 
	text-transform: uppercase;
	text-decoration: none;
}

.btn-cases-more a:after {
  content: '';
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  left: 180px;
  top: -14px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;  
  transform: rotate(-45deg);
}

.our-cases h2:after {
	content: '';
	display: block;
	width: 82px;
	height: 4px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 45px;
	background-color: #9b7cc6;	
}


.lang .select-lang-hide {
  display: none;
}

.select-lang-hide.on {
  display: block !important;
}

.select-lang-hide.off {
  display: none !important;
}


/*Loader*/
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader-xs {
    margin: 0px 5px -5px 0px;
    font-size: 2px;
    display: inline-block;
}

/*Buttons*/
.btn-popup-feedback[disabled] {
    opacity: 0.7;
}
.btn-popup-signin[disabled] {
    opacity: 0.7;
}
.btn-popup-signup[disabled] {
    opacity: 0.7;
}

.logo {
    height: 50px;
    width: 183px;
    background: url(../images/logo-min2.png) no-repeat center center;
    margin: 0;
    padding: 0;
    opacity: .7;
    float: left;
}

.phone-number {
    display: inline-block;
    margin-right: 25px;
}


