.seo-text-main {
  text-align: left;
}
.seo-text-main h5{
  margin-top: 0;
}
.seo-text-main ul.switch-tab {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #acacac;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

.seo-text-main .switch-tab li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 10px;
  color: #434242;
  cursor: pointer;
}

.seo-text-main .switch-tab li.active {
  color: #393184;
  position: relative;
 /* background: url("../images/icons/ico-piramid.png") center center no-repeat;*/
}


.seo-text-main .wrapper-tabs .item-tabs{
	display: none;
}
.seo-text-main .wrapper-tabs .item-tabs.active{
	display: block;
}


.seo-text-main .switch-tab li.active::before,.seo-text-main .switch-tab li.active::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 9px solid #acacac;
}

.seo-text-main .switch-tab li.active::after {
	bottom: 5px;
	position: absolute;
	left: 50%;
	top: 29px;
	border-left: 7px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 9px solid #fff;
}

/*form*/
#switch-req-form{
	cursor: pointer;
	position: relative;
	color:#393185;
	border-bottom:1px #000 solid;
}

.send-order-link {
    margin-top: 8px;
    display: inline-block;
    background: url(order-call-bg.png) center center no-repeat;
    width: 183px;
    font-size: 17px;
    height: 37px;
    padding-right: 18px;
    line-height: 37px;
    border-radius: 4px;
}




.send-order-link:hover #switch-req-form{
	border-bottom:none;
}

.request-call{
	        position: relative;
        display: inline-block;
        /*margin-left: 95px;*/
}

#request-call{
        text-align: center;
        position: absolute;
        z-index: 9999;
        background-color: #fff;
        border: 1px solid #a7a4a7;
        width: 190px;
        height: 145px;
        right: -5px;
        top: 48px;
        border-radius: 6px;
}

.req-page-title{
	padding:0;
	margin: 0;
	height: 33px;
	border-radius: 6px 6px 0 0;

	padding-top: 10px;
	position: relative;

	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(214,214,214,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=0 );
}


.req-page-title p{
	padding:0;
	margin: 0;
	display: inline-block;
	font-size: 11px;
}

.req-page-title span {
  position: absolute;
  right: 16px;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  border-radius: 15px;
  height: 17px;
  width: 17px;
  top: 8px;
  background-color: #dbdbdb;
  color: #fff;
}

.reg-fields {
  padding: 12px;
}

.req-field {
  margin-bottom: 11px;  
}

.req-field input[type="text"]:focus{
	-webkit-box-shadow: unset;
	-moz-box-shadow   : unset;
	box-shadow        : unset;
	border: 1px solid #ccc;
	outline: none;
}

.req-field input{
  height: 21px;
  font-size: 0.9em;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #ccc;
}

.req-field button:focus{
	-webkit-box-shadow: unset;
	-moz-box-shadow   : unset;
	box-shadow        : unset;
	border: 1px solid #e9d0fb;
	outline: none;
}

.req-field button{
	border: 1px solid #e9d0fb;
	padding: 0;
	width: 100%;
	color: #fff;
	height: 22px;
	border-radius: 10px;
	text-shadow: unset;
	background: rgba(233,208,251,1);
	background: -moz-linear-gradient(top, rgba(233,208,251,1) 0%, rgba(227,204,234,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,208,251,1)), color-stop(100%, rgba(227,204,234,1)));
	background: -webkit-linear-gradient(top, rgba(233,208,251,1) 0%, rgba(227,204,234,1) 100%);
	background: -o-linear-gradient(top, rgba(233,208,251,1) 0%, rgba(227,204,234,1) 100%);
	background: -ms-linear-gradient(top, rgba(233,208,251,1) 0%, rgba(227,204,234,1) 100%);
	background: linear-gradient(to bottom, rgba(233,208,251,1) 0%, rgba(227,204,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9d0fb', endColorstr='#e3ccea', GradientType=0 );	
}


.req-field button:active{
	border: 1px solid #e3ccea;
	padding: 0;
	width: 100%;
	color: #fff;
	height: 22px;
	border-radius: 10px;
	text-shadow: unset;
	background: rgba(227,204,234,1);
	background: -moz-linear-gradient(top, rgba(227,204,234,1) 0%, rgba(233,208,251,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227,204,234,1)), color-stop(100%, rgba(233,208,251,1)));
	background: -webkit-linear-gradient(top, rgba(227,204,234,1) 0%, rgba(233,208,251,1) 100%);
	background: -o-linear-gradient(top, rgba(227,204,234,1) 0%, rgba(233,208,251,1) 100%);
	background: -ms-linear-gradient(top, rgba(227,204,234,1) 0%, rgba(233,208,251,1) 100%);
	background: linear-gradient(to bottom, rgba(227,204,234,1) 0%, rgba(233,208,251,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ccea', endColorstr='#e9d0fb', GradientType=0 );	
}


#switch-req-form.active::before,#switch-req-form.active::after{
  /*content: '';
  position: absolute;
  left: 50%;
  bottom: -18px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 9px solid #acacac;
  z-index: 99999;*/
}

#switch-req-form.active::after {
  /*bottom: 5px;
  position: absolute;
  left: 50%;
  top: 24px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 9px solid #fff;*/
}