/*.centered {
    float        : none !important;
    margin-left  : auto !important;
    margin-right : auto !important;
}*/
/*
.text-left { text-align : left; }
.text-right { text-align : right; }
.text-justify { text-align : justify; }
*/
/*.align-top { vertical-align : top !important; }
.align-middle { vertical-align : middle !important; }
.align-bottom { vertical-align : bottom !important; }

.ws-nowrap { white-space : nowrap !important; }
.ws-normal { white-space : normal !important; }
.ws-pre { white-space : pre-wrap !important; }

.text-light { font-weight : 300 !important; }
.text-normal { font-weight : normal !important; font-style : normal !important; }
.text-medium { font-weight : 500 !important; }
.text-bold { font-weight : bold !important; }
.text-italic { font-style : italic !important; }*/
.lh-inherit {
  line-height: inherit !important;
}
.lh-small {
  line-height: 1 !important;
}
.lh-medium {
  line-height: 1.275 !important;
}
.lh-normal {
  line-height: 1.5 !important;
}
.lh-large {
  line-height: 1.875 !important;
}
.cl-none {
  clear: none;
}
.cl-both {
  clear: both;
}
/*.scroll { overflow : auto !important; }
.wrap { overflow : hidden !important; }
.overflow-none { overflow : visible !important; }*/
.block {
  display: block;
}
.inline-block-wrap {
  font-size: 0;
}
.inline-block-wrap >* {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.word-break {
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.hide,
.ui-helper-hidden,
.ui-helper-hidden-accessible {
  display: none;
}
/*.pointer { cursor : pointer !important; }
.help { cursor : help !important; }*/
/*.fs12, .is12:before { font-size : 12px !important; }
.fs14, .is14:before { font-size : 14px !important; }
.fs16, .is16:before { font-size : 16px !important; }
.fs18, .is18:before { font-size : 18px !important; }
.fs24, .is24:before { font-size : 24px !important; }
.fs32, .is32:before { font-size : 32px !important; }
.fs48, .is48:before { font-size : 48px !important; }
.fs64, .is64:before { font-size : 64px !important; }
.fs-inherit, .is-inherit:before { font-size : inherit !important;; }*/
.inherit {
  color: inherit;
  background: inherit;
}
.inherit-bg {
  background: inherit;
}
.inherit-color {
  color: inherit;
}
a.inherit-color:hover {
  color: #07a0c3;
}
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mtLabel {
  margin-top: 1.75em;
}
.mtInput {
  margin-top: 2.3em;
}
.ml-grid {
  margin-left: 1% !important;
}
.mr-grid {
  margin-right: 1% !important;
}
.pl-grid {
  padding-left: 1%;
}
.pr-grid {
  padding-right: 1%;
}
.ff-text {
  font-family: 'Open Sans', 'Roboto', Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.ff-header {
  font-family: 'Roboto', /*'Miriam Libre', */ "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gray-darker-bg {
  color: #fff;
  background-color: #222222;
}
.gray-dark-bg {
  color: #fff;
  background-color: #555555;
}
.gray-bg {
  color: #fff;
  background-color: #888888;
}
.gray-light-bg {
  color: #fff;
  background-color: #bbbbbb;
}
.gray-lighter-bg {
  color: #4f4f4f;
  background-color: #e4e4e4;
}
.white-bg {
  background: #fff;
}
.gray-darker {
  color: #222222;
}
.gray-dark {
  color: #555555;
}
.gray {
  color: #888888;
}
.gray-light {
  color: #bbbbbb;
}
.gray-lighter {
  color: #e4e4e4;
}
.white {
  color: #fff;
}
.table {
  float: none;
  display: table;
  width: 100%;
}
.tr {
  float: none;
  display: table-row;
}
.td {
  float: none;
  display: table-cell;
}
.gl-change {
  font-size: 0;
}
.gl-change a,
.gl-change :before {
  font-size: 16px;
}
.gl-change .generator-links {
  display: inline-block;
  vertical-align: middle;
  box-sizing: content-box;
  width: 11px !important;
  height: 11px !important;
  line-height: 11px !important;
  font-size: 0 !important;
  color: #ffffff;
  border-color: #0679dc;
  background-color: #28b0ed;
  padding: 4px !important;
  position: relative;
}
.gl-change .generator-links::before {
  font-size: 11px !important;
}
.gl-change .generator-links:hover,
.gl-change .generator-links:active,
.gl-change .generator-links.active {
  color: #ffffff;
  border-color: #055eab;
  background-color: #1195d1;
}
.gl-change .generator-links img {
  display: none !important;
}
.gl-change .generator-links::before {
  font-family: flexkit-icons;
  content: "\e008";
}
.gl-change .generator-links + .generator-links {
  margin-left: 1px;
}
.gl-change .generator-links + .generator-links::before {
  content: "\e095";
}
.gl-change a.icon + .generator-links:before {
  content: "\e095";
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  margin: 0 0 -2px -15px;
  vertical-align: bottom;
}
.gl-change .btn ~ .generator-links {
  vertical-align: top;
}
.gl-change .btn + .generator-links + .generator-links ~ .generator-links {
  top: 19px;
  left: -40px;
}
.gl-change.color .generator-links {
  padding: 4px;
}
.gl-change.color .generator-links::before {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.gl-change.color .generator-links::before {
  content: "\e00a";
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.primary {
  color: #f1861f;
}
a.primary:hover {
  color: #b8600c;
}
.success {
  color: #4fc752;
}
a.success:hover {
  color: #319933;
}
.warning {
  color: #ffc159;
}
a.warning:hover {
  color: #ffa40d;
}
.error {
  color: #f25f5c;
}
a.error:hover {
  color: #ec1915;
}
.info {
  color: #28b0ed;
}
a.info:hover {
  color: #0f85b9;
}
.seosamba-color {
  color: #83b421;
}
a.seosamba-color:hover {
  color: #547315;
}
.seosamba-bg {
  color: #fff;
  background-color: #83b421;
}
.seotoaster-color {
  color: #6464fd;
}
a.seotoaster-color:hover {
  color: #1818fc;
}
.seotoaster-bg {
  color: #fff;
  background-color: #6464fd;
}
.primary-bg {
  background-color: #f1861f;
  color: #4f4f4f;
}
.success-bg {
  background-color: #4fc752;
  color: #fff;
}
.warning-bg {
  background-color: #ffc159;
  color: #fff;
}
.error-bg {
  background-color: #f25f5c;
  color: #fff;
}
.info-bg {
  background-color: #28b0ed;
  color: #fff;
}
.larger {
  font-size: 1.5em;
}
.large {
  font-size: 1.25em;
}
.small {
  font-size: 0.85em;
}
.mini {
  font-size: 0.75em;
}
.uppercase {
  text-transform: uppercase;
}
.lowecase {
  text-transform: lowercase;
}
code {
  padding: 1px 5px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  color: #f25f5c;
}
.clear-block {
  clear: both;
}
form [type="submit"] {
  float: right;
}
fieldset.unstyled {
  padding: 0;
  border: 0;
}
fieldset.unstyled legend {
  padding: 0;
  margin-bottom: .45em;
  font-weight: bold;
}
label,
.label {
  display: block;
  margin-bottom: 0.25em;
}
label[for],
.label[for] {
  cursor: pointer;
}
label[class*="grid_"],
.label[class*="grid_"] {
  margin-bottom: 0;
}
.label-inline label,
.label-inline .label {
  margin-bottom: 0;
  line-height: 2.3em;
}
label.required::after,
.label.required::after {
  color: #f25f5c;
  content: ' *';
}
.notvalid {
  color: #f25f5c;
}
select,
textarea,
input {
  width: 100%;
  font-family: 'Open Sans', 'Roboto', Helvetica, "Helvetica Neue", Arial, sans-serif;
  border: 1px solid #bbbbbb;
  background-color: #ffffff;
  color: #292929;
  transition: border 0.3s;
}
select:focus,
textarea:focus,
input:focus {
  border-color: #f1861f;
}
select[disabled],
textarea[disabled],
input[disabled],
[disabled] select,
[disabled] textarea,
[disabled] input,
select[disabled]:focus,
textarea[disabled]:focus,
input[disabled]:focus,
select.noedit,
textarea.noedit,
input.noedit,
select.noedit:focus,
textarea.noedit:focus,
input.noedit:focus {
  border-color: #d2d2d2;
  background: #e4e4e4;
  color: #989898;
  cursor: not-allowed;
  box-shadow: none;
}
input,
select {
  padding: 0 .5em;
  height: 2.3em;
  line-height: 1.3em;
}
textarea {
  padding: .5em;
  min-height: 5em;
}
textarea.resize {
  resize: vertical;
}
.forgot-password,
.retrieveFormBlock > form + a {
  float: left;
  margin-top: -32px;
}
html,
body {
  height: 100%;
}
.no-padding > [class*='col-'] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.no-margin {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
body {
  font-size: 16px;
  font-family: 'Open Sans', 'Roboto', Helvetica, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased !important;
  color: #4f4f4f;
}
/** Generated by FG **/
@font-face {
  font-family: 'Conv_ProximaNovaSoft-Bold';
  src: url('../../fonts/ProximaNovaSoft-Bold.eot');
  src: local('☺'), url('../../fonts/ProximaNovaSoft-Bold.woff') format('woff'), url('../../fonts/ProximaNovaSoft-Bold.ttf') format('truetype'), url('../../fonts/ProximaNovaSoft-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: 'Conv_ProximaNovaSoft-Regular';
  src: url('../../fonts/ProximaNovaSoft-Regular.eot');
  src: local('☺'), url('../../fonts/ProximaNovaSoft-Regular.woff') format('woff'), url('../../fonts/ProximaNovaSoft-Regular.ttf') format('truetype'), url('../../fonts/ProximaNovaSoft-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: 'Conv_RobotoRegular';
  src: url('../../fonts/RobotoRegular.eot');
  src: local('☺'), url('../../fonts/RobotoRegular.woff') format('woff'), url('../../fonts/RobotoRegular.ttf') format('truetype'), url('../../fonts/RobotoRegular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: 'Conv_RobotoLight';
  src: url('../../fonts/RobotoLight.eot');
  src: local('☺'), url('../../fonts/RobotoLight.woff') format('woff'), url('../../fonts/RobotoLight.ttf') format('truetype'), url('../../fonts/RobotoLight.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*=====HEADER====*/
header {
  padding: 1.45em 0;
  color: #44322b;
  background: #f1861f;
  font-family: 'Roboto', Helvetica, "Helvetica Neue", Arial, sans-serif;
}
header .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  text-decoration: none;
}
.head-bot {
  display: flex;
  position: relative;
  z-index: 2;
}
.navbar {
  margin: auto 0 0;
  float: left;
  min-height: inherit;
}
.navbar .navbar-nav {
  font-weight: 600;
  text-transform: uppercase;
}
.navbar .navbar-nav > li > a {
  padding: 0.5em;
  color: #44322b;
  border-radius: 3px;
}
.navbar .navbar-nav > li + li {
  margin-left: 0.5em;
}
.navbar-collapse.collapse {
  padding-right: 0;
  padding-left: 0;
}
header .container div:after {
  content: '';
  clear: both;
  display: block;
}
#bs-example-navbar-collapse-1-mob-menu {
  display: none;
}
.choice-lang {
  float: right;
  display: flex;
  margin: auto 0 0 auto;
}
.choice-lang ul {
  display: flex;
  margin: 0 10px 0 auto;
  /*было margin: auto 10px 0 auto;*/
}
.choice-lang ul li {
  margin: 4px 8px 4px;
}
.choice-lang:after {
  content: '';
  clear: both;
  display: block;
}
.choice-lang img {
  width: 25px;
}
/**
 * Menu
 **/
.head-prof {
  float: right;
  margin: auto 0 0 auto;
  display: flex;
  justify-content: flex-end;
  height: 60px;
  position: relative;
  top: 9px;
}
.head-prof:after {
  content: '';
  clear: both;
  display: block;
}
.person-prof {
  color: #ffffff;
  font-size: 20px;
  margin: auto 10px auto 0;
  line-height: 10px;
}
.person-prof span {
  display: block;
  font-size: 8px;
  text-align: center;
  margin-top: 5px;
}
.person-prof img {
  width: 73px;
  height: 20px;
}
.head-prof-item {
  display: flex;
}
.head-prof-item ul {
  left: inherit;
  right: 0;
  text-align: left;
  padding: 5px 15px;
  min-width: auto;
  margin-top: 13px;
}
.head-prof-item ul li {
  border-bottom: 1px solid #f1f1f1;
  display: flex;
}
.head-prof-item ul li:first-child {
  display: flex;
  position: relative;
}
.head-prof-item ul li:first-child:after {
  content: '';
  position: absolute;
  top: -15px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  z-index: 1;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  /* Для Firefox */
  -ms-transform: rotate(45deg);
  /* Для IE */
  -webkit-transform: rotate(45deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(45deg);
  /* Для Opera */
}
.head-prof-item ul li:first-child a {
  padding: 13px 0 13px 5px;
  position: relative;
  z-index: 2;
}
.head-prof-item ul li a {
  padding: 25px 0 13px 5px;
  width: 100%;
}
.head-prof-item ul li span {
  margin: auto 5px auto;
}
.head-prof-avatar {
  border: 1px solid #897038;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
  display: flex;
}
.head-prof-avatar img {
  width: 100%;
  margin: auto;
}
.btn-upgrade {
  margin: auto 10px;
  white-space: nowrap;
}
.btn-upgrade a {
  padding: 7px 15px;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .8em;
}
.btn-upgrade a:hover {
  text-decoration: none;
  color: #2dfd91;
  border-color: #2dfd91;
}
.btn-upgrade img {
  display: none;
  width: 24px;
  height: 18px;
}
.second-menu {
  text-transform: uppercase;
  font-size: 0.75em;
}
.second-menu a {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em 1em !important;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
.second-menu a:hover {
  text-decoration: none;
}
.second-menu a:hover .language_bar_chooser {
  display: block;
}
.second-menu a:last-child {
  color: #ffffff;
  background-color: #D9740F;
}
.second-menu a:last-child:hover {
  background-color: #2f2a22;
}
.second-menu a img {
  width: 24px;
  height: 24px;
}
.dropdown-lang {
  display: inline;
  float: none;
}
aside .aside-box {
  margin-bottom: 30px;
}
/*==================================================*/
footer {
  padding: 3.25em 0;
  background: #595959;
  color: #ffffff;
}
footer .social {
  margin: 1em 0.5em;
}
footer a {
  text-decoration: none;
  color: #ffffff;
}
footer a:hover {
  text-decoration: none;
  color: #999999;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer ul li {
  margin-bottom: 0.5em;
}
footer ul li img {
  margin: 3px;
}
footer .footer-logo {
  margin-bottom: 3em;
}
.footer-top {
  background-color: #f47935;
  height: 75px;
  padding-top: 12px;
}
.social-buttons {
  display: flex;
  justify-content: center;
}
.social-buttons li {
  margin: 10px;
}
.social-buttons .btn-facebook {
  border-radius: 3px;
}
.social-buttons .btn-facebook img {
  width: 24px;
  height: 24px;
}
.social-buttons .btn-twitter {
  border-radius: 3px;
}
.social-buttons .btn-twitter img {
  width: 24px;
}
/*===================================================*/
/*================all classe===================*/
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  transition: .5s;
}
a:hover {
  text-decoration: none;
}
.blue {
  color: #2c82c9;
}
.df {
  display: flex;
}
.m-au-0 {
  margin: auto 0;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b--15 {
  margin-bottom: -15px;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-b-25 {
  margin: 0 0 25px 0 !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-l-r-15 {
  margin: auto 15px !important;
}
.m-l-r-15_ {
  margin-left: 15px;
  margin-right: 15px;
}
.form-error {
  color: #ba1616;
}
/*.p-top_{
    margin: 1.5em 0 !important;
}*/
.p-top {
  margin: 1.5em 0 !important;
}
.p-top h1,
.p-top h2,
.p-top h4,
.p-top h6 {
  margin: 0;
}
.p-top h1,
.p-top h2 {
  font-size: 1.8em;
}
.p-top h2 {
  color: #828181;
  font-family: 'Conv_ProximaNovaSoft-Regular';
}
.p-top h4 {
  color: #828181;
  font: 1.5em 'Conv_ProximaNovaSoft-Bold';
}
.p-top p {
  margin: 1.8em 0 0;
}
.p-top h6 {
  color: #828181;
  font: 1.125em 'Conv_ProximaNovaSoft-Regular';
}
.p-top img {
  width: 100%;
}
.p-top .row div {
  padding: 0;
  display: flex;
  align-items: center;
  text-align: center;
}
/*.p-top_ .h1{
    font-size: 1.75em;
}
.p-top_ .h2{
    line-height: 1.7;
    font-size: 1.4em;
    margin-top: 10px;
}*/
.p-0 {
  padding: 0;
}
.p-l-0 {
  padding-left: 0;
}
.df {
  display: flex;
}
.m0 {
  margin: 0 !important;
}
.t-a-l {
  text-align: left;
}
.t-a-r {
  text-align: right;
}
.t-a-c {
  text-align: center;
}
.m-0 {
  margin: 0;
}
.m-t-05 {
  margin-top: .5em;
}
.m-b-05 {
  margin-bottom: .5em;
}
.min-w-190 {
  min-width: 190px;
}
.p-r-50 {
  padding-right: 50px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-b-80 a {
  margin: 20px 40px 0 0;
}
.db-767 {
  display: none;
}
.maxw150 {
  max-width: 150px;
}
.btn-green {
  background: #3ac17b;
  border: #3ac17b;
  color: #fff !important;
}
.btn-green:hover {
  background-color: #1b9455;
  border-color: #1b9455;
  color: #fff !important;
}
.btn-view {
  background: transparent;
  border: transparent;
  color: #333 !important;
}
.btn-view:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #333 !important;
}
.btn-view img {
  position: relative;
  bottom: 2px;
  margin-right: 10px;
}
.btn-contact {
  background: #f5780b;
  border: #f5780b;
  color: #fff;
}
.btn-contact:hover {
  background-color: #b1590c;
  border-color: #b1590c;
  color: #fff;
}
.btn-downl {
  background: #56A0CC;
  border: #56A0CC;
  color: #fff;
}
.btn-downl:hover {
  background-color: #1C5E85;
  border-color: #1C5E85;
  color: #fff;
}
.btn-feedback {
  background: #f5f5f5;
  border: #f5f5f5;
  color: #5e5e5e;
}
.btn-feedback:hover {
  background-color: #ead9d9;
  border-color: #ead9d9;
  color: #5e5e5e;
}
.btn-reject {
  color: #c44c4c;
  font-weight: 600;
}
.btn-reject:hover {
  background-color: rgba(153, 153, 153, 0.2);
  color: #c44c4c;
}
/*====================================================*/
.banner-block {
  position: relative;
}
.banner-block .circle {
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  width: 170px;
  height: 170px;
  padding: 1.4em 1em 2.2em 1em;
  line-height: 1.4em;
  text-align: center;
  font-size: .5em;
  color: #ffffff;
  background-color: #f1861f;
  border-radius: 50%;
}
@media (max-width: 450px) {
  .banner-block .circle {
    font-size: xx-small;
    width: 26vw;
    height: 26vw;
    padding-top: 6%;
  }
  .banner-block .circle a {
    padding: 3px;
  }
}
@media (min-width: 451px) {
  .banner-block .circle {
    font-size: x-small;
    width: 120px;
    height: 120px;
    padding: 3em 1em 2.2em 1em;
    line-height: 1.0em;
  }
  .banner-block .circle .small {
    margin-top: 10%;
  }
}
@media (min-width: 500px) {
  .banner-block .circle {
    width: 150px;
    height: 150px;
    padding: 2em 1em 2.2em 1em;
    line-height: 1.5em;
    font-size: .85em;
  }
}
@media (min-width: 650px) {
  .banner-block .circle {
    width: 210px;
    height: 210px;
    padding: 1.5em 1em 2.2em 1em;
    line-height: 1.5em;
    font-size: 1.5em;
  }
}
@media (min-width: 990px) {
  .banner-block .circle {
    width: 310px;
    height: 310px;
    padding: 2.1em 1em;
    line-height: 1.25em;
    font-size: 2em;
  }
}
.banner-block .circle .btn {
  font-size: 0.6em;
  background: #d9740f;
  border-color: #d9740f;
}
.banner-block .circle .btn:hover {
  background: #2f2a22;
  border-color: #2f2a22;
  color: #fff;
}
.block-steps {
  padding: 1.5em 0;
  /*было 2,25em 0*/
}
.block-steps h2 {
  margin-top: 0;
}
.list-steps {
  list-style: none;
  padding: 0;
  margin: 7px 0 0 0;
  font-size: 0;
  counter-reset: point;
}
.list-steps >* {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.list-steps li {
  border-top: 8px solid #f1861f;
  position: relative;
  padding: 3.5em 0;
  margin-left: 0%;
  margin-right: 0%;
  width: 25%;
}
@media only screen and (max-width: 800px) and (min-width: 481px) {
  .list-steps li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .list-steps li {
    width: 100%;
  }
}
.list-steps li:before {
  content: counter(point);
  counter-increment: point 1;
  position: absolute;
  line-height: 1;
  font-size: 1.5em;
  left: 40%;
  top: -30px;
  padding: 0.525em 0.75em;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background: #f1861f;
}
.list-steps .title {
  display: block;
  margin-bottom: 1.5em;
  font-size: 1.2em;
  font-weight: 600;
  padding-left: 1em;
  padding-right: 1em;
  height: 50px;
}
.list-steps p {
  padding-left: 1em;
  padding-right: 1em;
}
.list-stories {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
  font-size: 0;
}
.list-stories >* {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.list-stories li {
  margin-left: 5%;
  margin-right: 5%;
  width: 23.33333333%;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 800px) and (min-width: 481px) {
  .list-stories li {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .list-stories li {
    width: 90%;
  }
}
.list-stories img {
  margin-bottom: 1.5em;
  width: 87%;
}
.list-services {
  display: flex;
}
.list-services > img {
  margin: 0 auto;
}
.list-services > p {
  margin: auto 0;
}
.column > * {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.spacer {
  margin-bottom: 4.25em;
}
.spacer h1 {
  text-align: center;
}
.spacer h3 {
  font-size: 30px;
}
.spacer section {
  padding-bottom: 10px;
}
.inner-spacer {
  padding: 2em 0;
}
.in-spac_ {
  margin-bottom: 50px;
  font-family: "Conv_RobotoLight";
  color: #828181;
  font-size: 1.125em;
  padding: 0 15px;
}
.in-spac__ {
  max-width: 990px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 15px 40px 25px;
  border-radius: 3px;
  background: #ffefbe;
  text-align: center;
}
.in-spac__ h4 b {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 20px;
  color: #000;
}
.in-spac__ h4 b span {
  margin: auto 0;
}
.in-spac__ h4 p {
  margin: 0;
}
.in-spac__ h4 p {
  width: 60px;
  height: 60px;
  display: flex;
  background: #f1861f;
  border-radius: 50%;
  margin: auto 10px;
}
.in-spac__ h4 p span {
  margin: auto;
  color: #fff;
}
/**
 * Home
 **/
.home-title {
  font-size: 2.125em;
  font-weight: 200;
}
.home-text {
  font-size: 1em;
}
.process-avancement {
  font-size: 1.56em;
  line-height: 24px;
  margin: 50px 0;
  display: flex;
  justify-content: center;
  font-family: 'Conv_ProximaNovaSoft-Bold';
}
.process-avancement span {
  font-family: 'Conv_ProximaNovaSoft-Regular';
}
.process-avancement > .number {
  font-size: 2.25em;
  color: #2c82c9;
  border-right: 1px solid #cccccc;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 48px;
  font-weight: normal;
}
.process-avancement-inactive {
  color: #cccccc;
  font-family: 'Conv_ProximaNovaSoft-Bold';
}
.process-avancement-inactive > .number {
  color: #bfd1e0;
  font-family: 'Conv_ProximaNovaSoft-Regular';
}
.process-niveau {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 25px 0;
  color: #ffffff;
  background-color: #2c82c9;
  border-radius: 5px;
}
.process-niveau {
  display: flex;
}
.process-niveau label {
  margin: auto 0 auto 10px;
  font-size: 18px;
}
.process-niveau label:first-child {
  font-size: 23px;
  font-weight: bold;
  padding-left: 20px;
  cursor: auto;
  margin-right: 2%;
}
.process-niveau div {
  position: relative;
  display: flex;
  margin: auto 0;
}
.process-niveau div label {
  position: relative;
  min-width: 160px;
  margin-left: 50px;
}
.process-niveau div label:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  left: -33px;
  background: #fff;
}
.process-niveau div input {
  position: absolute;
  top: -9999px;
}
.process-niveau div input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 15px;
  top: 3px;
  left: -30px;
  border: 5px solid transparent;
  border-left: 5px solid #000;
  border-bottom: 5px solid #000;
  transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  /* Для Firefox */
  -ms-transform: rotate(-60deg);
  /* Для IE */
  -webkit-transform: rotate(-60deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(-60deg);
  /* Для Opera */
}
.process-niveau .process-label {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.process-icon a:hover {
  text-decoration: none;
}
.process-icon h1 {
  margin: 1.5em auto;
  width: 85%;
}
.process-icon .text-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.file-upload {
  background-color: #f5f5f5;
  padding: 8px;
}
.icon_admin h1 {
  margin: 1.5em auto;
  width: 85%;
}
.icon_admin ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
.icon_admin li {
  min-width: 300px;
  max-width: 320px;
  margin-bottom: 60px;
  color: #337ab7;
}
.icon_admin li:hover {
  color: #23527c;
}
.icon_admin a {
  text-decoration: none;
  color: inherit;
}
.icon_admin span {
  font-size: 20px;
  max-width: 200px;
  display: block;
  margin: 20px auto 0;
  transition: .5s;
  font-weight: 700;
}
.icon_admin img {
  width: 198px;
  height: 198px;
}
/**
 * Form inscription
 **/
.form-inscription,
.compte-block {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 2em;
}
.attachments-list,
.liste-diplome {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.attachments-list li,
.attachments-list li span,
.liste-diplome li,
.liste-diplome li span {
  color: #cf6135;
}
.attachments-list li span,
.liste-diplome li span {
  cursor: pointer;
}
/**
 * Page compte
 **/
.compte-block {
  width: 90%;
  min-height: 250px;
  margin-bottom: 15px;
  padding: 10px 22px;
}
.compte-titre {
  text-align: center;
  font-size: 1.75em;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #666666;
}
.compte-fonds {
  text-align: center;
  font-size: 1.75em;
  padding: 20px 0 17px;
}
.compte-demande {
  background-image: url('https://solusse.com/template/css/template/images/ico-compte-demande.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 110px;
  min-height: 102px;
}
/**
 * Messagerie
 **/
#carnet-adresse > div {
  border-bottom: 2px solid #cccccc;
}
/**
 * Common
 **/
.h2-titre {
  font-size: 1.75em;
  text-align: center;
  background: #e8e8e8;
  padding: 22px 0 30px;
  margin-top: 50px;
  position: relative;
  margin-bottom: 1.5em;
}
.h2-titre:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background: #e8e8e8;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/**
 * Landing page
 **/
.landing {
  padding: 4em 3em;
  background-color: #f48935;
  color: #ffffff;
}
.countdown-col {
  float: left;
  text-align: center !important;
  font-size: 3.5em;
  font-weight: 700;
  min-width: 24%;
  color: #000000;
}
.countdown-label {
  display: block;
  font-size: .3em;
  text-align: center;
  color: #ffffff;
}
.landing-h2 {
  margin-top: 0;
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999999;
  background: linear-gradient(to bottom, #eeeeee, #dddddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333333;
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
tr.unread td {
  font-weight: bold;
  background-color: #c8d3f1;
}
tr.message td {
  cursor: pointer;
}
.form-error {
  color: #ba1616;
}
.fs-18 {
  font-size: 18px;
}
/**
 * Flat Design
 **/
/*Form*/
.title-for-form {
  position: relative;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e8e8e8;
}
.title-for-form::after {
  content: '';
  width: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: Auto;
  border: 10px solid transparent;
  border-color: #e8e8e8 transparent transparent transparent;
}
.form-control {
  white-space: pre-wrap;
  word-wrap: break-word;
  /* IE 5.5-7 */
  white-space: -moz-pre-wrap;
  /* Firefox 1.0-2.0 */
  -o-white-space: pre-wrap;
  height: 100%;
  min-height: 42px;
  border-radius: 0;
}
.form-group > .glyphicon {
  top: 0;
  float: left;
  padding: 0.7em;
  vertical-align: top;
  border: 1px solid #cccccc;
  background-color: #cccccc;
}
/*input login du header*/
.input-xs {
  height: 32px;
  padding: 4px 8px;
  font-size: .9em;
}
/*Buttons*/
.btn,
.btn-group-lg > .btn,
.btn-lg {
  border-radius: 3px;
}
.btn-default {
  background-color: #D9740F;
  border-color: #D9740F;
  transition: .5s;
  color: #fff;
  border-radius: 3px;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-black {
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff;
  background: #d9740f;
  border-color: #d9740f;
}
.btn-black:hover {
  background: #2f2a22;
  border-color: #2f2a22;
  color: #fff;
}
.small {
  margin-top: 6%;
}
/**/
.action-upload {
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  color: #9d9d9d;
}
.avatar-on-edit-page {
  height: auto;
  width: 100%;
}
.modal-content {
  overflow: hidden;
}
.modal-content #sidebar {
  max-width: 420px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-filter: blur(0);
}
#preview {
  overflow: hidden;
  width: 275px;
  height: 275px;
  margin: 0 auto 2rem;
}
.modal-body {
  height: 420px;
  max-height: 420px;
  max-width: 420px;
  padding: 0;
  border-radius: 0;
  float: left;
  background-color: white;
}
.modal-body img {
  max-height: 420px;
  float: left;
}
.modal-dialog {
  width: auto;
  max-width: 820px;
}
#inputImage {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
}
#saveAvatar {
  padding: 10px 40px;
  border: 0;
  font-size: 1.75em;
  font-weight: 700;
  color: #39340c;
  background-color: #fe9900;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Conv_ProximaNovaSoft-Bold';
  margin: 1.5em 0;
  color: #f1861f;
}
.primary-bg h1,
.primary-bg h2,
.primary-bg h3,
.primary-bg h4,
.primary-bg h5,
.primary-bg h6,
.primary-bg .h1,
.primary-bg .h2,
.primary-bg .h3,
.primary-bg .h4,
.primary-bg .h5,
.primary-bg .h6 {
  color: #ffffff;
}
.foo {
  background: red;
}
.alpha {
  padding-left: 0;
}
.omega {
  padding-right: 0;
}
.info-tooltip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5em;
  border-radius: 50%;
  font-size: 0.75em;
  color: #fff;
  background-color: #f1861f;
}
.info-tooltip::before {
  content: attr(data-text);
  display: none;
  width: 350px;
  position: absolute;
  bottom: 150%;
  left: 50%;
  padding: 0.5em 0.25em;
  border-radius: 3px;
  line-height: 1.5em;
  font-size: 0.85em;
  color: #fff;
  background-color: #000;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.info-tooltip::after {
  content: '';
  display: none;
  position: absolute;
  bottom: 50%;
  left: 0;
  border: 10px solid transparent;
  border-color: #000 transparent transparent transparent;
}
.info-tooltip:hover::before,
.info-tooltip:hover::after {
  display: block;
}
a,
button {
  transition: .5s;
  border-radius: 3px;
}
/*===proposal_details===*/
.p-r-l-70-40 {
  padding: 0 70px 0 40px;
}
.p-r-70 {
  padding-right: 70px;
}
.container-proposal {
  margin-bottom: 1.5em;
}
.container-proposal p {
  font: 15px sans-serif;
  font-weight: 600;
  color: #727272;
}
.container-proposal .date {
  font-size: 17px;
  color: #b20000;
}
.container-proposal .bolde {
  font-size: 17px;
  color: #444;
}
.container-proposal .descrip-prop {
  padding: 15px 0 0 5px;
  color: #111111;
}
.container-proposal .descrip-prop-text {
  font-weight: normal;
  line-height: 1.5;
}
.prop-title {
  font-size: 28px;
}
.prop-title-a {
  color: #666666;
  font-size: 16px;
  margin: 0 20px;
  position: relative;
}
.prop-title-a:hover {
  text-decoration: none;
}
.prop-title-a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 2px;
  background: #666666;
}
.prop-title-a__ {
  color: #e27d7a;
  font-size: 15px;
  position: relative;
  margin-left: 5px;
}
.prop-title-a__:after,
.prop-title-a__:before {
  content: '[';
  position: absolute;
  top: 1px;
  left: -10px;
  color: #e27d7a;
}
.prop-title-a__:before {
  right: -8px;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  /* Для Firefox */
  -ms-transform: rotate(180deg);
  /* Для IE */
  -webkit-transform: rotate(180deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(180deg);
  /* Для Opera */
}
.prop-downl {
  margin-left: 5px;
}
.prop-downl li {
  margin-bottom: 30px;
}
.prop-downl li a {
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  position: relative;
}
.prop-downl li a:before {
  content: '';
  position: absolute;
  background: #aaaaaa;
  width: 20px;
  height: 20px;
  top: -2px;
  left: -45px;
}
.prop-title-right {
  text-transform: uppercase;
  margin-top: 40px;
}
.proposal-fav-item {
  display: flex;
}
#avatar {
  max-width: 180px;
}
.proposal-fav-l .photo-propos {
  width: 68px;
  height: 68px;
  margin: auto;
  overflow: hidden;
}
.proposal-fav-l .photo-propos #avatar {
  width: 100%;
}
.proposal-fav-l .name-propos {
  color: #333333;
  text-align: center;
}
.proposal-fav-l div {
  display: flex;
}
.proposal-fav-l div ul {
  padding: 0;
  margin: auto;
  display: flex;
}
.proposal-fav-l div ul li .glyphicon-star:before {
  color: #d9d900;
  font-size: 12px;
}
.proposal-fav-l .cont-propos {
  color: #333333;
  position: relative;
  margin: auto;
}
.proposal-fav-l .cont-propos:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #999999;
}
.proposal-fav-l .cont-propos:hover {
  text-decoration: none;
  color: #175CC7;
}
.propos-cont {
  text-align: center;
}
.proposal-fav-r {
  margin-left: 30px;
}
.proposal-fav-r div {
  display: flex;
}
.proposal-fav-r div p {
  margin: auto 0;
}
.proposal-fav-r div p {
  font-size: 15px;
  color: #000;
}
.proposal-fav-r h3 {
  color: #f78900;
  margin: 0 0 10px;
  font: 27px sans-serif;
  font-weight: 600;
}
.proposal-fav-r .proposal-fav-r-info {
  line-height: 1.5;
  color: #727272;
}
.proposal-fav-bot {
  display: flex;
  margin-top: 50px;
}
.proposal-fav-bot .btn-propos-red,
.proposal-fav-bot .btn-propos-bl {
  margin: auto;
  padding: 10px;
  background: #d9534f;
  border: 1px solid #d43f3a;
  color: #fff;
  line-height: normal;
  text-align: center;
  font-size: 12px;
  border-radius: 3px;
}
.proposal-fav-bot .btn-propos-bl {
  border: 1px solid #2e6da4;
  background: #337ab7;
}
.proposal-fav-bot .btn-propos-bl:hover {
  box-shadow: inset 5px 0 5px -5px #2e6da4, inset -5px 0 5px -5px #2e6da4;
}
/*===register.blade.php / login.blade.php===*/
.cont-regist,
.cont-login {
  max-width: 780px;
  margin: 0 auto 50px;
  width: 100%;
}
.regist-top {
  margin-top: 15px;
  position: relative;
}
.regist-top img {
  width: 100%;
}
.regist-top-item {
  width: 100%;
  position: absolute;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.regist-top-item h3,
.regist-top-item h4 {
  text-align: center;
}
.regist-top-item h4 {
  font-size: 1.3em;
  margin: 1.2vw 0;
}
.regist-top-item h3 {
  font-weight: 600;
  font-size: 1.5em;
}
.regist-bord,
.login-bord {
  margin-top: 65px;
  padding: 0;
  border: 1px solid #e8e8e8;
}
.regist-bord h1,
.login-bord h1 {
  text-align: center;
  background: #e8e8e8;
  padding: 22px 0 30px;
  margin-top: 0;
  position: relative;
}
.regist-bord h1:after,
.login-bord h1:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background: #e8e8e8;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.regist-bord {
  margin-top: 0;
  border-top: 15px solid #e8e8e8;
  position: relative;
}
.regist-bord:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background: #e8e8e8;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.regist-bord .regist {
  margin-top: 30px;
}
.regist-item,
.login-item {
  max-width: 690px;
  margin: auto auto 115px;
}
.regist-item .regist-link,
.login-item .regist-link,
.regist-item .login-link,
.login-item .login-link {
  display: flex;
}
.regist-item .regist-link .regist-l,
.login-item .regist-link .regist-l,
.regist-item .login-link .regist-l,
.login-item .login-link .regist-l,
.regist-item .regist-link .login-l,
.login-item .regist-link .login-l,
.regist-item .login-link .login-l,
.login-item .login-link .login-l {
  display: flex;
}
.regist-item .regist-link .regist-l .login-l-item,
.login-item .regist-link .regist-l .login-l-item,
.regist-item .login-link .regist-l .login-l-item,
.login-item .login-link .regist-l .login-l-item,
.regist-item .regist-link .login-l .login-l-item,
.login-item .regist-link .login-l .login-l-item,
.regist-item .login-link .login-l .login-l-item,
.login-item .login-link .login-l .login-l-item,
.regist-item .regist-link .regist-l .regist-l-item,
.login-item .regist-link .regist-l .regist-l-item,
.regist-item .login-link .regist-l .regist-l-item,
.login-item .login-link .regist-l .regist-l-item,
.regist-item .regist-link .login-l .regist-l-item,
.login-item .regist-link .login-l .regist-l-item,
.regist-item .login-link .login-l .regist-l-item,
.login-item .login-link .login-l .regist-l-item {
  margin: auto 0;
}
.regist-item .regist-link .regist-l p,
.login-item .regist-link .regist-l p,
.regist-item .login-link .regist-l p,
.login-item .login-link .regist-l p,
.regist-item .regist-link .login-l p,
.login-item .regist-link .login-l p,
.regist-item .login-link .login-l p,
.login-item .login-link .login-l p {
  margin: 20px 0;
  display: flex;
}
.regist-item .regist-link .regist-l p a,
.login-item .regist-link .regist-l p a,
.regist-item .login-link .regist-l p a,
.login-item .login-link .regist-l p a,
.regist-item .regist-link .login-l p a,
.login-item .regist-link .login-l p a,
.regist-item .login-link .login-l p a,
.login-item .login-link .login-l p a {
  height: 45px;
  width: 220px;
  display: flex;
  text-decoration: none;
}
.regist-item .regist-link .regist-l p a span,
.login-item .regist-link .regist-l p a span,
.regist-item .login-link .regist-l p a span,
.login-item .login-link .regist-l p a span,
.regist-item .regist-link .login-l p a span,
.login-item .regist-link .login-l p a span,
.regist-item .login-link .login-l p a span,
.login-item .login-link .login-l p a span {
  color: #fff;
}
.regist-item .regist-link .regist-l p a span:first-child,
.login-item .regist-link .regist-l p a span:first-child,
.regist-item .login-link .regist-l p a span:first-child,
.login-item .login-link .regist-l p a span:first-child,
.regist-item .regist-link .login-l p a span:first-child,
.login-item .regist-link .login-l p a span:first-child,
.regist-item .login-link .login-l p a span:first-child,
.login-item .login-link .login-l p a span:first-child {
  width: 40px;
  display: flex;
  position: relative;
}
.regist-item .regist-link .regist-l p a span:first-child:after,
.login-item .regist-link .regist-l p a span:first-child:after,
.regist-item .login-link .regist-l p a span:first-child:after,
.login-item .login-link .regist-l p a span:first-child:after,
.regist-item .regist-link .login-l p a span:first-child:after,
.login-item .regist-link .login-l p a span:first-child:after,
.regist-item .login-link .login-l p a span:first-child:after,
.login-item .login-link .login-l p a span:first-child:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  height: 25px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.regist-item .regist-link .regist-l p a span:first-child i,
.login-item .regist-link .regist-l p a span:first-child i,
.regist-item .login-link .regist-l p a span:first-child i,
.login-item .login-link .regist-l p a span:first-child i,
.regist-item .regist-link .login-l p a span:first-child i,
.login-item .regist-link .login-l p a span:first-child i,
.regist-item .login-link .login-l p a span:first-child i,
.login-item .login-link .login-l p a span:first-child i {
  margin: auto;
}
.regist-item .regist-link .regist-l p a span:last-child,
.login-item .regist-link .regist-l p a span:last-child,
.regist-item .login-link .regist-l p a span:last-child,
.login-item .login-link .regist-l p a span:last-child,
.regist-item .regist-link .login-l p a span:last-child,
.login-item .regist-link .login-l p a span:last-child,
.regist-item .login-link .login-l p a span:last-child,
.login-item .login-link .login-l p a span:last-child {
  margin: auto 0 auto 15px;
}
.faceb {
  background: #517cc0;
}
.faceb span:first-child i {
  width: 17px;
  height: 30px;
  background: url("../images/facebook.svg") no-repeat;
  background-size: cover;
}
.googl-pl {
  background: #e04a32;
}
.googl-pl span:first-child i {
  width: 17px;
  height: 17px;
  background: url("../images/google-plus.svg") no-repeat;
  background-size: cover;
}
.twit {
  background: #65cdf2;
}
.twit span:first-child i {
  width: 19px;
  height: 19px;
  background: url("../images/twitter.svg") no-repeat;
  background-size: cover;
}
.regist-c,
.login-c {
  display: flex;
  position: relative;
}
.regist-c p,
.login-c p {
  margin: auto 35px;
  background: #fff;
  display: flex;
  position: relative;
  text-transform: uppercase;
  color: #bcbcc8;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #d6d4df;
  z-index: 2;
}
.regist-c p span,
.login-c p span {
  margin: auto;
}
.regist-c:after,
.login-c:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 51px;
  height: 90%;
  width: 1px;
  background: #d6d4df;
}
.regist-r,
.login-r {
  width: 100%;
  display: flex;
}
.regist-r .form-inscription,
.login-r .form-inscription {
  padding: 0;
  border: none;
}
.regist-r form,
.login-r form {
  margin: auto;
  width: 100%;
}
.regist-r form .regist-form,
.login-r form .regist-form {
  display: flex;
  height: 40px;
  position: relative;
  margin: 33px 0;
}
.regist-r form .regist-form .regist-user,
.login-r form .regist-form .regist-user,
.regist-r form .regist-form .regist-lock,
.login-r form .regist-form .regist-lock {
  position: absolute;
  display: flex;
  width: 30px;
  height: 100%;
  margin: 0;
}
.regist-r form .regist-form .regist-user span,
.login-r form .regist-form .regist-user span,
.regist-r form .regist-form .regist-lock span,
.login-r form .regist-form .regist-lock span {
  margin: auto;
  width: 11px;
  height: 14px;
  background: url("../images/user-profile.svg") no-repeat;
  background-size: cover;
}
.regist-r form .regist-form .regist-lock span,
.login-r form .regist-form .regist-lock span {
  width: 12px;
  height: 12px;
  background: url("../images/locked.svg") no-repeat;
  background-size: cover;
}
.regist-r form .regist-form input,
.login-r form .regist-form input {
  height: 100%;
  text-indent: 30px;
  padding: 0;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 0px 8px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0px 8px -5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0px 8px -5px rgba(0, 0, 0, 0.5);
}
.regist-r form .regist-form input:focus,
.login-r form .regist-form input:focus,
.regist-r form .regist-form input:active,
.login-r form .regist-form input:active,
.regist-r form .regist-form input:visited,
.login-r form .regist-form input:visited {
  outline: none;
  -webkit-box-shadow: 0 0px 8px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0px 8px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 8px -5px rgba(0, 0, 0, 0.5);
}
.regist-r form .help-block,
.login-r form .help-block {
  margin: 40px 0 0;
  left: 0;
  position: absolute;
  color: #a94442;
  font-size: 12px;
}
.regist-b,
.login-b {
  position: absolute;
  text-align: right;
  margin-top: 10px;
  width: 94%;
  left: 0;
}
.regist-b .form-inscription,
.login-b .form-inscription {
  padding: 0;
  border: none;
}
.regist-b .regist-form-b,
.login-b .regist-form-b {
  display: flex;
  justify-content: flex-end;
}
.regist-b .regist-form-b a,
.login-b .regist-form-b a {
  margin: auto 5px;
}
.regist-b .regist-form-b p,
.login-b .regist-form-b p {
  font-size: 14px;
}
.regist-b .regist-form-b .help-block,
.login-b .regist-form-b .help-block {
  margin: 25px 0 0;
  right: 0;
}
.regist-b label,
.login-b label {
  font-weight: normal;
  font-size: 14px;
}
.regist-b input[type="checkbox"],
.login-b input[type="checkbox"] {
  margin: 4px 10px;
  height: 13px;
  width: 13px;
}
.regist-b .regist-btn,
.login-b .regist-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.regist-b .regist-btn button,
.login-b .regist-btn button {
  border: none;
  border-radius: 5px;
  background: #337ab7;
  color: #fff;
  padding: 5px 15px;
}
/*===login.blade.php===*/
.cont-login > div .login-item {
  margin-bottom: 145px;
}
.cont-login > div .login-item .login-b {
  bottom: 25px;
}
.cont-login > div .login-item .login-b button {
  margin: 25px 0 20px;
}
.cont-login > div .login-item .login-b .log-a a {
  font-size: 10px;
  position: relative;
  color: #517cc0;
}
.cont-login > div .login-item .login-b .log-a a:after {
  content: ']';
  position: absolute;
  top: -2px;
  right: -5px;
}
.cont-login > div .login-item .login-b .log-a a:before {
  content: '[';
  position: absolute;
  top: -2px;
  left: -5px;
}
.cont-login > div .login-item .login-b .regist-btn {
  margin-top: 0;
}
/*==============*/
.navbar .navbar-nav > li.active > a {
  text-decoration: none;
  background-color: #eee;
}
/*====language_bar_chooser====*/
.language_bar_chooser {
  min-width: auto !important;
  left: 25px !important;
}
/*=====/resources/views/dashboard/mybalance/buycredits.blade.php=====*/
.table-buycred {
  width: 85%;
  margin: auto auto 3%;
  border: 1px solid #ccc;
}
.table-buycred thead {
  background: #f1861f;
  color: #FFFFFF;
}
.table-buycred thead th {
  height: 50px;
  vertical-align: middle !important;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.table-buycred tbody tr:nth-of-type(odd) {
  background: rgba(228, 228, 228, 0.9);
}
.table-buycred tbody td {
  height: 45px;
  vertical-align: middle !important;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
}
.table-buycred tbody td:last-child {
  min-width: 200px;
}
.table-buycred tbody td:last-child a {
  text-decoration: none;
  padding: 2.5% 15%;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1em;
  color: #fff;
  background-color: #337ab7;
  border: #2e6da4;
  border-radius: 3px;
  white-space: nowrap;
}
.table-buycred tbody td:last-child a:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.table-buycred tbody tr:first-child td:first-child {
  text-align: center;
}
.table-buycred tbody tr:first-child td:first-child span {
  left: 0;
}
.text-buycred-main {
  width: 85%;
  margin: 0 auto;
}
.text-buycred {
  color: #000;
  font-size: 18px;
  margin-bottom: 1%;
}
.text-buycred-2 {
  padding: 15px;
  margin: 0;
  font-family: "Conv_RobotoLight";
  color: #4f4f4f;
  background: #eeeeee;
}
.text-buycred-2 span {
  width: 100%;
  text-align: right;
  font-style: normal;
  color: #f1861f;
  position: relative;
  bottom: 4px;
  display: inline-block;
}
.text-buycred-2 p {
  display: inline-block;
  margin: 0;
}
.text-buycred-2 p b {
  font-family: 'Conv_RobotoRegular';
}
.text-buycred-2 .col-xs-1 {
  width: 3%;
  padding: 0;
}
.text-buycred-2 .col-xs-11 {
  width: 97%;
}
.buycred {
  margin-bottom: 3em;
}
.buycred h1 {
  margin: 1.5em auto;
}
.text-buycred-h {
  margin: 40px 0;
}
.table-buycred_2 {
  width: 85%;
  margin: 0 auto;
  /*    thead{
        th{
            width: 25%;
            &:first-child{
                text-align: center;
                span{
                    position: relative;
                    left: inherit;
                }
            }
        }
    }*/
}
.table-buycred_2 span {
  font-family: 'Conv_RobotoRegular';
}
.table-buycred_2 .pl15 {
  padding-left: 15px;
}
.table-buycred_2 tbody td:first-child {
  /*                span{
                    left: inherit;
                }*/
}
.table-buycred tbody tr.recommended-pack {
  background: #4DBD33;
  color: #fff;
}
/*=====/resources/views/dashboard/myorders/cancel_order.blade.php+reject_confirmation.blade.php+payment_confirmation.blade.php+
/resources/views/dashboard/proposals/withdraw_proposal.blade.php=====*/
.accept-reject {
  max-width: 970px;
  margin: 30px auto 150px;
}
.accept-reject-top {
  background: #fff2f2;
  border-radius: 3px;
  padding: 40px 20px;
  text-align: center;
}
.accept-reject-top p {
  color: #4f4f4f;
  font-size: 16px;
  margin: 0;
}
.accept-reject-bot {
  margin: 35px 0;
  position: relative;
}
.accept-reject-bot form {
  margin: 0;
  display: block;
  text-align: center;
}
.accept-reject-bot form .btn {
  border: 1px solid #2e6da4;
  float: none !important;
  margin: 1em 5%;
}
.accept-reject-bot form .btn:hover {
  color: #fff;
  background-color: #286090;
}
.accept-reject-bot form .btn1 {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.accept-reject-bot form .btn2 {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.accept-reject-bot form .rej-btn {
  margin-top: 5em;
}
.accept-reject-why {
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.accept-reject-why p {
  margin: .2em 3%;
}
.accept-reject-why input {
  position: absolute;
  left: -9999px;
}
.accept-reject-why label {
  position: relative;
  font-weight: bolder;
  margin-left: 25px;
}
.accept-reject-why label:after {
  content: '';
  position: absolute;
  left: -25px;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #5b5b5b;
  border-radius: 50%;
}
.accept-reject-why input[type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  top: 7px;
  left: -22px;
  border: 3px solid transparent;
  border-left: 3px solid #f50000;
  border-bottom: 3px solid #f50000;
  transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  /* Для Firefox */
  -ms-transform: rotate(-60deg);
  /* Для IE */
  -webkit-transform: rotate(-60deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(-60deg);
  /* Для Opera */
}
/*=========change email, password, forgot password====*/
.change-em-pas {
  max-width: 680px;
  width: 100%;
  margin: 65px auto;
  border: 1px solid #e8e8e8;
}
.change-em-pas .h2-titre {
  margin-top: 0;
}
.change-em-pas-item {
  padding: 0 50px;
}
.change-em-pas-item .form-inscription {
  border: none;
  padding: 0;
}
.change-em-pas-item .form-inscription .form-horizontal,
.change-em-pas-item .form-inscription .form-group {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 40px;
}
.change-em-pas-item input {
  box-shadow: inset 0 0px 8px -5px rgba(0, 0, 0, 0.5);
}
.change-em-pas-item input:active,
.change-em-pas-item input:visited,
.change-em-pas-item input:focus {
  outline: none;
  box-shadow: 0 0px 8px -5px rgba(0, 0, 0, 0.5);
  border-color: #ccc !important;
}
.change-em-pas-item button {
  float: none;
  display: block;
  margin: auto;
  border-radius: 3px;
  margin-top: 10px;
}
.change-em-pas-item button span,
.change-em-pas-item button i {
  margin-right: 5px;
  top: 2px;
}
.change-em-pas-item button span:last-child,
.change-em-pas-item button i:last-child {
  margin-right: 0 ;
}
.change-em-pas-item .help-block {
  position: absolute;
}
.text-center {
  margin: 1.5em 0;
}
/*====dashboard/ehome - ehome.blade.php====*/
.type {
  margin-bottom: 60px;
}
.type span {
  font-size: 20px;
  max-width: 200px;
  display: inline-flex;
  margin: 20px auto 0;
  transition: .5s;
  font-weight: 700;
  color: #337ab7;
}
.type:hover span {
  color: #23527c;
}
/*====form on homepage====*/
.gray-lighter-bg form {
  border: none;
}
.gray-lighter-bg form input,
.gray-lighter-bg form select {
  box-shadow: inset 0 0px 8px -5px rgba(0, 0, 0, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: '';
}
.gray-lighter-bg form input:active,
.gray-lighter-bg form select:active,
.gray-lighter-bg form input:visited,
.gray-lighter-bg form select:visited,
.gray-lighter-bg form input:focus,
.gray-lighter-bg form select:focus {
  outline: none;
  box-shadow: 0 0px 8px -5px rgba(0, 0, 0, 0.5);
  border-color: #ccc !important;
}
.gray-lighter-bg form select {
  color: #9e9e9e;
}
.gray-lighter-bg form .or-ou-form {
  display: flex;
  position: relative;
}
.gray-lighter-bg form .or-ou-form p {
  margin: -5px auto 5px;
  background: #fff;
  display: flex;
  position: relative;
  text-transform: uppercase;
  color: #bcbcc8;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #d6d4df;
  z-index: 2;
  box-shadow: inset 0 0px 12px -5px rgba(0, 0, 0, 0.5);
}
.gray-lighter-bg form .or-ou-form p span {
  margin: auto;
}
.gray-lighter-bg form .or-ou-form:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 0;
  height: 1px;
  width: 100%;
  background: #d6d4df;
}
.ar-form-homepage {
  position: relative;
}
.ar-form-homepage:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  width: 10px;
  height: 10px;
  /*            border-left: 15px solid transparent;
            border-right: 15px solid transparent;*/
  border-left: 3px solid #9e9e9e;
  border-bottom: 3px solid #9e9e9e;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .5s all;
  -moz-transition: .5s all ;
  -ms-transition: .5s all ;
  -o-transition: .5s all ;
  transition: .5s all ;
}
.rotate {
  position: relative;
}
.rotate:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-left: 3px solid #9e9e9e;
  border-bottom: 3px solid #9e9e9e;
  pointer-events: none;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition: .5s all;
  -moz-transition: .5s all ;
  -ms-transition: .5s all ;
  -o-transition: .5s all ;
  transition: .5s all ;
}
/*====aide-btn====*/
.aide-btn {
  display: flex;
}
.aide-btn p {
  margin: auto;
  display: flex;
}
.aide-btn p a {
  border-radius: 3px;
  padding: 6px 12px;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #337ab7;
  border: 1px solid #2e6da4;
  text-decoration: none;
  margin: auto 15px;
  min-width: 75px;
}
.aide-btn p a:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/*====expert.blade.php====*/
.profile-ex,
.my_profile,
.edit-order,
.billing,
.submit_propos,
.referral-prof,
.uploadresults,
.feedback,
.contact-us,
.edit_proposal {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 50px;
}
.profile-ex h1,
.my_profile h1,
.edit-order h1,
.billing h1,
.submit_propos h1,
.referral-prof h1,
.uploadresults h1,
.feedback h1,
.contact-us h1,
.edit_proposal h1 {
  margin: 1.5em 0;
  font-family: 'Conv_ProximaNovaSoft-Bold';
}
.profile-ex .row,
.my_profile .row,
.edit-order .row,
.billing .row,
.submit_propos .row,
.referral-prof .row,
.uploadresults .row,
.feedback .row,
.contact-us .row,
.edit_proposal .row {
  margin: inherit;
}
.profile-ex form input,
.my_profile form input,
.edit-order form input,
.billing form input,
.submit_propos form input,
.referral-prof form input,
.uploadresults form input,
.feedback form input,
.contact-us form input,
.edit_proposal form input,
.profile-ex form select,
.my_profile form select,
.edit-order form select,
.billing form select,
.submit_propos form select,
.referral-prof form select,
.uploadresults form select,
.feedback form select,
.contact-us form select,
.edit_proposal form select,
.profile-ex form textarea,
.my_profile form textarea,
.edit-order form textarea,
.billing form textarea,
.submit_propos form textarea,
.referral-prof form textarea,
.uploadresults form textarea,
.feedback form textarea,
.contact-us form textarea,
.edit_proposal form textarea {
  box-shadow: inset 0 0px 8px -5px rgba(0, 0, 0, 0.5);
}
.profile-ex form input:active,
.my_profile form input:active,
.edit-order form input:active,
.billing form input:active,
.submit_propos form input:active,
.referral-prof form input:active,
.uploadresults form input:active,
.feedback form input:active,
.contact-us form input:active,
.edit_proposal form input:active,
.profile-ex form select:active,
.my_profile form select:active,
.edit-order form select:active,
.billing form select:active,
.submit_propos form select:active,
.referral-prof form select:active,
.uploadresults form select:active,
.feedback form select:active,
.contact-us form select:active,
.edit_proposal form select:active,
.profile-ex form textarea:active,
.my_profile form textarea:active,
.edit-order form textarea:active,
.billing form textarea:active,
.submit_propos form textarea:active,
.referral-prof form textarea:active,
.uploadresults form textarea:active,
.feedback form textarea:active,
.contact-us form textarea:active,
.edit_proposal form textarea:active,
.profile-ex form input:visited,
.my_profile form input:visited,
.edit-order form input:visited,
.billing form input:visited,
.submit_propos form input:visited,
.referral-prof form input:visited,
.uploadresults form input:visited,
.feedback form input:visited,
.contact-us form input:visited,
.edit_proposal form input:visited,
.profile-ex form select:visited,
.my_profile form select:visited,
.edit-order form select:visited,
.billing form select:visited,
.submit_propos form select:visited,
.referral-prof form select:visited,
.uploadresults form select:visited,
.feedback form select:visited,
.contact-us form select:visited,
.edit_proposal form select:visited,
.profile-ex form textarea:visited,
.my_profile form textarea:visited,
.edit-order form textarea:visited,
.billing form textarea:visited,
.submit_propos form textarea:visited,
.referral-prof form textarea:visited,
.uploadresults form textarea:visited,
.feedback form textarea:visited,
.contact-us form textarea:visited,
.edit_proposal form textarea:visited,
.profile-ex form input:focus,
.my_profile form input:focus,
.edit-order form input:focus,
.billing form input:focus,
.submit_propos form input:focus,
.referral-prof form input:focus,
.uploadresults form input:focus,
.feedback form input:focus,
.contact-us form input:focus,
.edit_proposal form input:focus,
.profile-ex form select:focus,
.my_profile form select:focus,
.edit-order form select:focus,
.billing form select:focus,
.submit_propos form select:focus,
.referral-prof form select:focus,
.uploadresults form select:focus,
.feedback form select:focus,
.contact-us form select:focus,
.edit_proposal form select:focus,
.profile-ex form textarea:focus,
.my_profile form textarea:focus,
.edit-order form textarea:focus,
.billing form textarea:focus,
.submit_propos form textarea:focus,
.referral-prof form textarea:focus,
.uploadresults form textarea:focus,
.feedback form textarea:focus,
.contact-us form textarea:focus,
.edit_proposal form textarea:focus {
  outline: none;
  box-shadow: 0 0px 8px -5px rgba(0, 0, 0, 0.5);
  border-color: #ccc !important;
}
.profile-ex form select,
.my_profile form select,
.edit-order form select,
.billing form select,
.submit_propos form select,
.referral-prof form select,
.uploadresults form select,
.feedback form select,
.contact-us form select,
.edit_proposal form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: '';
}
.profile-ex form textarea,
.my_profile form textarea,
.edit-order form textarea,
.billing form textarea,
.submit_propos form textarea,
.referral-prof form textarea,
.uploadresults form textarea,
.feedback form textarea,
.contact-us form textarea,
.edit_proposal form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.profile-ex form .ar-form-homepage,
.my_profile form .ar-form-homepage,
.edit-order form .ar-form-homepage,
.billing form .ar-form-homepage,
.submit_propos form .ar-form-homepage,
.referral-prof form .ar-form-homepage,
.uploadresults form .ar-form-homepage,
.feedback form .ar-form-homepage,
.contact-us form .ar-form-homepage,
.edit_proposal form .ar-form-homepage {
  position: relative;
}
.profile-ex form .ar-form-homepage:after,
.my_profile form .ar-form-homepage:after,
.edit-order form .ar-form-homepage:after,
.billing form .ar-form-homepage:after,
.submit_propos form .ar-form-homepage:after,
.referral-prof form .ar-form-homepage:after,
.uploadresults form .ar-form-homepage:after,
.feedback form .ar-form-homepage:after,
.contact-us form .ar-form-homepage:after,
.edit_proposal form .ar-form-homepage:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  width: 10px;
  height: 10px;
  /*border: 15px solid #9e9e9e;
                        border-bottom: none;*/
  /*border-left: 15px solid transparent;
                        border-right: 15px solid transparent;*/
  border-left: 3px solid #9e9e9e;
  border-bottom: 3px solid #9e9e9e;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.profile-ex form .select-subj option,
.my_profile form .select-subj option,
.edit-order form .select-subj option,
.billing form .select-subj option,
.submit_propos form .select-subj option,
.referral-prof form .select-subj option,
.uploadresults form .select-subj option,
.feedback form .select-subj option,
.contact-us form .select-subj option,
.edit_proposal form .select-subj option {
  display: flex;
  position: relative;
}
.profile-ex form .select-subj option input,
.my_profile form .select-subj option input,
.edit-order form .select-subj option input,
.billing form .select-subj option input,
.submit_propos form .select-subj option input,
.referral-prof form .select-subj option input,
.uploadresults form .select-subj option input,
.feedback form .select-subj option input,
.contact-us form .select-subj option input,
.edit_proposal form .select-subj option input {
  position: absolute;
  top: 0;
  right: 0;
}
.profile-ex form button,
.my_profile form button,
.edit-order form button,
.billing form button,
.submit_propos form button,
.referral-prof form button,
.uploadresults form button,
.feedback form button,
.contact-us form button,
.edit_proposal form button {
  border-radius: 3px;
}
.profile-ex .diploma-file-field,
.my_profile .diploma-file-field,
.edit-order .diploma-file-field,
.billing .diploma-file-field,
.submit_propos .diploma-file-field,
.referral-prof .diploma-file-field,
.uploadresults .diploma-file-field,
.feedback .diploma-file-field,
.contact-us .diploma-file-field,
.edit_proposal .diploma-file-field {
  height: 42px;
}
.profile-ex .form-group,
.my_profile .form-group,
.edit-order .form-group,
.billing .form-group,
.submit_propos .form-group,
.referral-prof .form-group,
.uploadresults .form-group,
.feedback .form-group,
.contact-us .form-group,
.edit_proposal .form-group {
  overflow: inherit !important;
}
.profile-ex .file-upload,
.my_profile .file-upload,
.edit-order .file-upload,
.billing .file-upload,
.submit_propos .file-upload,
.referral-prof .file-upload,
.uploadresults .file-upload,
.feedback .file-upload,
.contact-us .file-upload,
.edit_proposal .file-upload {
  position: relative;
  min-height: 42px;
  display: flex;
  background: #fff;
  padding: 0;
}
.profile-ex .file-upload label,
.my_profile .file-upload label,
.edit-order .file-upload label,
.billing .file-upload label,
.submit_propos .file-upload label,
.referral-prof .file-upload label,
.uploadresults .file-upload label,
.feedback .file-upload label,
.contact-us .file-upload label,
.edit_proposal .file-upload label {
  height: 100%;
  display: flex;
  margin: auto;
}
.profile-ex .file-upload label input[type="file"],
.my_profile .file-upload label input[type="file"],
.edit-order .file-upload label input[type="file"],
.billing .file-upload label input[type="file"],
.submit_propos .file-upload label input[type="file"],
.referral-prof .file-upload label input[type="file"],
.uploadresults .file-upload label input[type="file"],
.feedback .file-upload label input[type="file"],
.contact-us .file-upload label input[type="file"],
.edit_proposal .file-upload label input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.profile-ex .file-upload label p,
.my_profile .file-upload label p,
.edit-order .file-upload label p,
.billing .file-upload label p,
.submit_propos .file-upload label p,
.referral-prof .file-upload label p,
.uploadresults .file-upload label p,
.feedback .file-upload label p,
.contact-us .file-upload label p,
.edit_proposal .file-upload label p {
  margin: auto;
  width: 50%;
  cursor: pointer;
  text-align: center;
  padding: 9px;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #444444;
  font-weight: normal;
  transition: .5s;
}
.profile-ex .file-upload label p:hover,
.my_profile .file-upload label p:hover,
.edit-order .file-upload label p:hover,
.billing .file-upload label p:hover,
.submit_propos .file-upload label p:hover,
.referral-prof .file-upload label p:hover,
.uploadresults .file-upload label p:hover,
.feedback .file-upload label p:hover,
.contact-us .file-upload label p:hover,
.edit_proposal .file-upload label p:hover {
  background-color: #ead9d9;
  border-color: #ead9d9;
}
.profile-ex .file-upload label input[type="text"],
.my_profile .file-upload label input[type="text"],
.edit-order .file-upload label input[type="text"],
.billing .file-upload label input[type="text"],
.submit_propos .file-upload label input[type="text"],
.referral-prof .file-upload label input[type="text"],
.uploadresults .file-upload label input[type="text"],
.feedback .file-upload label input[type="text"],
.contact-us .file-upload label input[type="text"],
.edit_proposal .file-upload label input[type="text"] {
  padding: 0;
  height: auto;
  background: #fff;
  margin: 0;
  text-indent: 5px;
  width: 50%;
}
.profile-ex .file-upload label .help-block,
.my_profile .file-upload label .help-block,
.edit-order .file-upload label .help-block,
.billing .file-upload label .help-block,
.submit_propos .file-upload label .help-block,
.referral-prof .file-upload label .help-block,
.uploadresults .file-upload label .help-block,
.feedback .file-upload label .help-block,
.contact-us .file-upload label .help-block,
.edit_proposal .file-upload label .help-block {
  position: absolute;
  left: 0;
}
.profile-ex .inputfile,
.my_profile .inputfile,
.edit-order .inputfile,
.billing .inputfile,
.submit_propos .inputfile,
.referral-prof .inputfile,
.uploadresults .inputfile,
.feedback .inputfile,
.contact-us .inputfile,
.edit_proposal .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.profile-ex .btn-danger,
.my_profile .btn-danger,
.edit-order .btn-danger,
.billing .btn-danger,
.submit_propos .btn-danger,
.referral-prof .btn-danger,
.uploadresults .btn-danger,
.feedback .btn-danger,
.contact-us .btn-danger,
.edit_proposal .btn-danger {
  margin-top: 28px;
  height: 42px;
}
.profile-ex .file-upload label {
  width: 100%;
}
.profile-ex .file-upload label p,
.profile-ex .file-upload label input[type="text"] {
  width: 50%;
}
.checkbox {
  display: flex;
  flex-wrap: wrap;
}
.checkbox .checkbox_item {
  display: flex;
  margin: 5px;
  position: relative;
  padding: 5px 25px 5px 5px;
  background: #e8e8e8;
  border-radius: 3px;
  transition: .5s;
}
.checkbox .checkbox_item span {
  position: relative;
  z-index: 4;
  pointer-events: none;
}
.checkbox label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3px;
}
.checkbox label:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 3px;
  width: 17px;
  height: 17px;
  background: #1b6d85;
  border-radius: 50%;
}
.checkbox input {
  z-index: -1;
  left: -9999px;
  box-shadow: none !important;
  margin: auto !important;
  height: auto !important;
  width: auto!important;
}
.checkbox input[type="checkbox"]:checked ~ label:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 8px;
  top: 10px;
  right: 7px;
  z-index: 3;
  border: 2px solid transparent;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  /* Для Firefox */
  -ms-transform: rotate(-60deg);
  /* Для IE */
  -webkit-transform: rotate(-60deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(-60deg);
  /* Для Opera */
  transition: .5s;
}
.checkbox input[type="checkbox"]:checked ~ label {
  transition: .5s;
}
.checkbox input[type="checkbox"]:not(:checked) ~ label:before,
.checkbox input[type="checkbox"]:not(:checked) ~ label,
.checkbox input[type="checkbox"]:not(:checked) ~ span {
  transition: .7s;
}
/*====order_create_step_2.blade.php*/
.create_step_2 form input,
.edit-order form input,
.uploadresults form input,
.referral-prof form input,
.buypremium form input,
.create_step_2 form select,
.edit-order form select,
.uploadresults form select,
.referral-prof form select,
.buypremium form select,
.create_step_2 form textarea,
.edit-order form textarea,
.uploadresults form textarea,
.referral-prof form textarea,
.buypremium form textarea {
  box-shadow: inset 0 0px 8px -5px rgba(0, 0, 0, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: '';
}
.create_step_2 form input:active,
.edit-order form input:active,
.uploadresults form input:active,
.referral-prof form input:active,
.buypremium form input:active,
.create_step_2 form select:active,
.edit-order form select:active,
.uploadresults form select:active,
.referral-prof form select:active,
.buypremium form select:active,
.create_step_2 form textarea:active,
.edit-order form textarea:active,
.uploadresults form textarea:active,
.referral-prof form textarea:active,
.buypremium form textarea:active,
.create_step_2 form input:visited,
.edit-order form input:visited,
.uploadresults form input:visited,
.referral-prof form input:visited,
.buypremium form input:visited,
.create_step_2 form select:visited,
.edit-order form select:visited,
.uploadresults form select:visited,
.referral-prof form select:visited,
.buypremium form select:visited,
.create_step_2 form textarea:visited,
.edit-order form textarea:visited,
.uploadresults form textarea:visited,
.referral-prof form textarea:visited,
.buypremium form textarea:visited,
.create_step_2 form input:focus,
.edit-order form input:focus,
.uploadresults form input:focus,
.referral-prof form input:focus,
.buypremium form input:focus,
.create_step_2 form select:focus,
.edit-order form select:focus,
.uploadresults form select:focus,
.referral-prof form select:focus,
.buypremium form select:focus,
.create_step_2 form textarea:focus,
.edit-order form textarea:focus,
.uploadresults form textarea:focus,
.referral-prof form textarea:focus,
.buypremium form textarea:focus {
  outline: none;
  box-shadow: 0 0px 8px -5px rgba(0, 0, 0, 0.5);
  border-color: #ccc !important;
}
.create_step_2 form button,
.edit-order form button,
.uploadresults form button,
.referral-prof form button,
.buypremium form button {
  border-radius: 3px;
  margin-right: 15px;
}
.create_step_2 .remove-attachment,
.edit-order .remove-attachment,
.uploadresults .remove-attachment,
.referral-prof .remove-attachment,
.buypremium .remove-attachment,
.create_step_2 .remove-result,
.edit-order .remove-result,
.uploadresults .remove-result,
.referral-prof .remove-result,
.buypremium .remove-result,
.create_step_2 .referral-remove,
.edit-order .referral-remove,
.uploadresults .referral-remove,
.referral-prof .referral-remove,
.buypremium .referral-remove {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  padding: 0;
  height: 100%;
}
.create_step_2 .remove-attachment:hover,
.edit-order .remove-attachment:hover,
.uploadresults .remove-attachment:hover,
.referral-prof .remove-attachment:hover,
.buypremium .remove-attachment:hover,
.create_step_2 .remove-result:hover,
.edit-order .remove-result:hover,
.uploadresults .remove-result:hover,
.referral-prof .remove-result:hover,
.buypremium .remove-result:hover,
.create_step_2 .referral-remove:hover,
.edit-order .referral-remove:hover,
.uploadresults .referral-remove:hover,
.referral-prof .referral-remove:hover,
.buypremium .referral-remove:hover,
.create_step_2 .remove-attachment:visited,
.edit-order .remove-attachment:visited,
.uploadresults .remove-attachment:visited,
.referral-prof .remove-attachment:visited,
.buypremium .remove-attachment:visited,
.create_step_2 .remove-result:visited,
.edit-order .remove-result:visited,
.uploadresults .remove-result:visited,
.referral-prof .remove-result:visited,
.buypremium .remove-result:visited,
.create_step_2 .referral-remove:visited,
.edit-order .referral-remove:visited,
.uploadresults .referral-remove:visited,
.referral-prof .referral-remove:visited,
.buypremium .referral-remove:visited,
.create_step_2 .remove-attachment:focus,
.edit-order .remove-attachment:focus,
.uploadresults .remove-attachment:focus,
.referral-prof .remove-attachment:focus,
.buypremium .remove-attachment:focus,
.create_step_2 .remove-result:focus,
.edit-order .remove-result:focus,
.uploadresults .remove-result:focus,
.referral-prof .remove-result:focus,
.buypremium .remove-result:focus,
.create_step_2 .referral-remove:focus,
.edit-order .referral-remove:focus,
.uploadresults .referral-remove:focus,
.referral-prof .referral-remove:focus,
.buypremium .referral-remove:focus,
.create_step_2 .remove-attachment:active,
.edit-order .remove-attachment:active,
.uploadresults .remove-attachment:active,
.referral-prof .remove-attachment:active,
.buypremium .remove-attachment:active,
.create_step_2 .remove-result:active,
.edit-order .remove-result:active,
.uploadresults .remove-result:active,
.referral-prof .remove-result:active,
.buypremium .remove-result:active,
.create_step_2 .referral-remove:active,
.edit-order .referral-remove:active,
.uploadresults .referral-remove:active,
.referral-prof .referral-remove:active,
.buypremium .referral-remove:active {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  opacity: 1;
  box-shadow: none;
  outline: none !important;
}
.create_step_2 .referral-remove,
.edit-order .referral-remove,
.uploadresults .referral-remove,
.referral-prof .referral-remove,
.buypremium .referral-remove {
  color: #444;
  margin-top: 47px;
}
.create_step_2 .referral-remove img,
.edit-order .referral-remove img,
.uploadresults .referral-remove img,
.referral-prof .referral-remove img,
.buypremium .referral-remove img {
  padding-right: 10px;
}
.create_step_2 .referral-remove:hover,
.edit-order .referral-remove:hover,
.uploadresults .referral-remove:hover,
.referral-prof .referral-remove:hover,
.buypremium .referral-remove:hover {
  color: #444;
}
.create_step_2 .ar-form-homepage:after,
.edit-order .ar-form-homepage:after,
.uploadresults .ar-form-homepage:after,
.referral-prof .ar-form-homepage:after,
.buypremium .ar-form-homepage:after {
  top: 15px;
  right: 10px;
}
.create_step_2 .file-upload,
.edit-order .file-upload,
.uploadresults .file-upload,
.referral-prof .file-upload,
.buypremium .file-upload {
  position: relative;
  overflow: hidden;
  min-height: 35px;
  display: flex;
  background: #fff;
  padding: 0;
}
.create_step_2 .file-upload label,
.edit-order .file-upload label,
.uploadresults .file-upload label,
.referral-prof .file-upload label,
.buypremium .file-upload label {
  height: 100%;
  width: 100%;
  display: flex;
  margin: auto;
}
.create_step_2 .file-upload label input[type="file"],
.edit-order .file-upload label input[type="file"],
.uploadresults .file-upload label input[type="file"],
.referral-prof .file-upload label input[type="file"],
.buypremium .file-upload label input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.create_step_2 .file-upload label p,
.edit-order .file-upload label p,
.uploadresults .file-upload label p,
.referral-prof .file-upload label p,
.buypremium .file-upload label p {
  margin: auto;
  width: 30%;
  min-width: 120px;
  cursor: pointer;
  text-align: center;
  padding: 5px;
  border-radius: 3px 0 0 3px;
  background-color: #f5f5f5;
  color: #444444;
  font-weight: normal;
  transition: .5s;
}
.create_step_2 .file-upload label p:hover,
.edit-order .file-upload label p:hover,
.uploadresults .file-upload label p:hover,
.referral-prof .file-upload label p:hover,
.buypremium .file-upload label p:hover {
  background-color: #ead9d9;
  border-color: #ead9d9;
}
.create_step_2 .file-upload label input[type="text"],
.edit-order .file-upload label input[type="text"],
.uploadresults .file-upload label input[type="text"],
.referral-prof .file-upload label input[type="text"],
.buypremium .file-upload label input[type="text"] {
  padding: 0;
  height: auto;
  background: #fff;
  margin: 0;
  text-indent: 5px;
  width: 70%;
  border-radius: 0 3px 3px 0;
  min-width: 30px;
}
.create_step_2 .file-upload label .help-block,
.edit-order .file-upload label .help-block,
.uploadresults .file-upload label .help-block,
.referral-prof .file-upload label .help-block,
.buypremium .file-upload label .help-block {
  position: absolute;
  left: 0;
}
.create_step_2 .add-attachment,
.edit-order .add-attachment,
.uploadresults .add-attachment,
.referral-prof .add-attachment,
.buypremium .add-attachment,
.create_step_2 .add-result,
.edit-order .add-result,
.uploadresults .add-result,
.referral-prof .add-result,
.buypremium .add-result,
.create_step_2 .referral-add,
.edit-order .referral-add,
.uploadresults .referral-add,
.referral-prof .referral-add,
.buypremium .referral-add {
  background-color: #f5f5f5;
  color: #444444;
  border-color: #f5f5f5;
  transition: .5s;
  min-width: 140px;
}
.create_step_2 .add-attachment:hover,
.edit-order .add-attachment:hover,
.uploadresults .add-attachment:hover,
.referral-prof .add-attachment:hover,
.buypremium .add-attachment:hover,
.create_step_2 .add-result:hover,
.edit-order .add-result:hover,
.uploadresults .add-result:hover,
.referral-prof .add-result:hover,
.buypremium .add-result:hover,
.create_step_2 .referral-add:hover,
.edit-order .referral-add:hover,
.uploadresults .referral-add:hover,
.referral-prof .referral-add:hover,
.buypremium .referral-add:hover,
.create_step_2 .add-attachment:visited,
.edit-order .add-attachment:visited,
.uploadresults .add-attachment:visited,
.referral-prof .add-attachment:visited,
.buypremium .add-attachment:visited,
.create_step_2 .add-result:visited,
.edit-order .add-result:visited,
.uploadresults .add-result:visited,
.referral-prof .add-result:visited,
.buypremium .add-result:visited,
.create_step_2 .referral-add:visited,
.edit-order .referral-add:visited,
.uploadresults .referral-add:visited,
.referral-prof .referral-add:visited,
.buypremium .referral-add:visited,
.create_step_2 .add-attachment:focus,
.edit-order .add-attachment:focus,
.uploadresults .add-attachment:focus,
.referral-prof .add-attachment:focus,
.buypremium .add-attachment:focus,
.create_step_2 .add-result:focus,
.edit-order .add-result:focus,
.uploadresults .add-result:focus,
.referral-prof .add-result:focus,
.buypremium .add-result:focus,
.create_step_2 .referral-add:focus,
.edit-order .referral-add:focus,
.uploadresults .referral-add:focus,
.referral-prof .referral-add:focus,
.buypremium .referral-add:focus,
.create_step_2 .add-attachment:active,
.edit-order .add-attachment:active,
.uploadresults .add-attachment:active,
.referral-prof .add-attachment:active,
.buypremium .add-attachment:active,
.create_step_2 .add-result:active,
.edit-order .add-result:active,
.uploadresults .add-result:active,
.referral-prof .add-result:active,
.buypremium .add-result:active,
.create_step_2 .referral-add:active,
.edit-order .referral-add:active,
.uploadresults .referral-add:active,
.referral-prof .referral-add:active,
.buypremium .referral-add:active {
  /*background-color: #a0aed6;*/
  background-color: #ead9d9;
  border-color: #ead9d9;
  outline: none;
  box-shadow: none;
  color: #444444;
}
.create_step_2 .add-attachment img,
.edit-order .add-attachment img,
.uploadresults .add-attachment img,
.referral-prof .add-attachment img,
.buypremium .add-attachment img,
.create_step_2 .add-result img,
.edit-order .add-result img,
.uploadresults .add-result img,
.referral-prof .add-result img,
.buypremium .add-result img,
.create_step_2 .referral-add img,
.edit-order .referral-add img,
.uploadresults .referral-add img,
.referral-prof .referral-add img,
.buypremium .referral-add img {
  padding-right: 10px;
}
.notif-option {
  border: 2px solid #f1861e;
  margin-bottom: .7em;
  display: flex;
  padding: 15px 0;
}
.notif-option div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.notif-option h2 {
  color: #f1861e;
  font: 1.125em 'Conv_RobotoRegular';
  margin: .8em;
}
.notif-option p {
  margin: .8em;
  font: 0.875em 'Roboto';
  color: #848484;
  line-height: 1.5;
}
.each-assign {
  padding: 15px;
  margin: 0px 15px 40px;
  font-family: "Conv_RobotoLight";
  color: #4f4f4f;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #eeeeee;
}
.or-ou_step {
  display: flex;
  position: relative;
  justify-content: center;
}
.or-ou_step p {
  background: #fff;
  display: flex;
  position: relative;
  text-transform: uppercase;
  color: #bcbcc8;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #d6d4df;
  z-index: 2;
}
.or-ou_step p span {
  margin: 3px 4px auto auto;
}
.or-ou_step:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 0;
  height: 1px;
  width: 100%;
  background: #d6d4df;
}
/*===buycredits.blade.php=====*/
.buycredit-pay {
  max-width: 760px;
  margin: 1.5em auto 1.5em !important;
}
.buycredit-pay h1 {
  margin: 0.5em 0;
  font-family: "Conv_ProximaNovaSoft-Bold";
}
.buycredit-pay table {
  width: 100%;
}
.buycredit-pay table span {
  position: relative;
}
.buycredit-pay table small {
  position: relative;
  bottom: 4px;
}
.buycredit-pay form input,
.buycredit-pay form select {
  box-shadow: inset 0 0px 8px -5px rgba(0, 0, 0, 0.5);
}
.buycredit-pay form input:active,
.buycredit-pay form select:active,
.buycredit-pay form input:visited,
.buycredit-pay form select:visited,
.buycredit-pay form input:focus,
.buycredit-pay form select:focus {
  outline: none;
  box-shadow: 0 0px 8px -5px rgba(0, 0, 0, 0.5);
  border-color: #ccc !important;
}
.buycredit-pay form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: '';
}
.buycredit-pay button,
.buycredit-pay a {
  border-radius: 3px;
  text-transform: uppercase;
}
.buycredit-pay .ar-form-homepage:after {
  top: 15px;
  right: 10px;
}
.buycredit-pay input {
  height: inherit !important;
  left: -9999px;
}
.buycredit-pay .radio label {
  display: flex;
  padding-left: 50px;
  position: relative;
}
.buycredit-pay .radio label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 25px;
  width: 26px;
  height: 26px;
  border: 2px solid #b7b7b7;
  border-radius: 50%;
}
.buycredit-pay .radio label span {
  margin: auto 0;
  min-width: 255px;
  margin-right: 20px;
  margin-left: 25px;
}
.buycredit-pay .radio label ul {
  display: flex;
  flex-wrap: wrap;
  margin: auto 0;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.buycredit-pay .radio label ul li {
  margin: auto 5px;
}
.buycredit-pay .radio label ul li img {
  border: 1px solid #ccc;
  border-radius: 3px;
}
.buycredit-pay .radio label .m-l-115 {
  width: 100%;
  justify-content: center;
}
.buycredit-pay .radio label .m-l-115 img {
  width: 64px;
}
.buycredit-pay .form-btn-pay {
  justify-content: center;
  text-align: center;
}
.buycredit-pay .form-btn-pay button {
  padding: 10px 40px;
  margin-right: 90px;
  line-height: 30px;
  color: #fff;
  width: 155px;
}
.buycredit-pay .form-btn-pay a {
  padding: 10px 40px;
  text-decoration: none;
  width: 155px;
  display: inline-block;
}
.buycredit-pay .form-btn-pay form [type="submit"] {
  float: none;
}
.buycredit-pay .form-btn-pay form {
  display: flex;
}
.buycredit-pay .allopas img {
  width: 100px;
  height: 42px;
}
.buycredit-pay .btn-danger {
  background: #b7b7b7;
}
.buycredit-pay .btn-danger:hover {
  background: #b59b9b;
}
.border-pay .radio label:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 16px;
  left: 33px;
  z-index: 3;
  background: #3ac17b;
  border-radius: 50%;
}
.border-pay .radio label:after {
  border-color: #3ac17b;
}
.payment-method-content {
  display: none;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease 0s;
}
.active-r {
  display: flex;
}
.payment-method-group {
  padding: 20px 0;
  border: 1px solid transparent;
  border-radius: 3px;
}
.border-pay {
  border: 1px solid #3ac17b;
}
#paypal-button iframe {
  margin-right: 90px;
}
.allopas-foot {
  width: 100px;
  height: 44px;
  border-radius: 3px;
}
.group-btn-payment {
  margin-top: 30px;
  height: 70px;
}
#paypal-button {
  width: 200px;
}
/*========resources\views\dashboard\proposals\feedback_form.blade.php + resources\views\dashboard\myorders\feedback_form.blade.php=========*/
.feedback textarea {
  width: 100%;
  min-width: 100% !important;
}
.feedback .radio-inline {
  position: relative;
}
.feedback .radio-inline input {
  position: absolute;
  left: -9999px;
}
.feedback .radio-inline span {
  position: absolute;
  top: -18px;
  left: 25px;
}
.feedback .radio-inline label {
  position: relative;
}
.feedback .radio-inline label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 19px;
  height: 19px;
  background: #f6f6f6;
  border: 1px solid #333333;
  border-radius: 50%;
}
.feedback input[type="radio"]:checked ~ label:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 13px;
  left: 3px;
  z-index: 3;
  background: crimson;
  border-radius: 50%;
}
/*=====resources\views\contact\contact.blade.php======*/
.contact-us {
  max-width: inherit;
}
.contact-us h1 {
  margin-top: 0;
}
.contact-us .form-inscription {
  padding-bottom: 85px;
  border: none;
}
.contact-us_item {
  border: 1px solid #e8e8e8;
  margin: 50px 0;
  border-radius: 3px;
}
/*=====referral.blade.php=====*/
.referral-prof {
  max-width: 1170px;
}
.referral-prof h1,
.referral-prof h3,
.referral-prof p {
  margin-left: 15px;
}
.referral-prof .ar-form-homepage {
  margin-left: 0;
}
.referral-prof .ar-form-homepage:after {
  right: 8px;
}
.referral-prof .help-block {
  font-size: 14px;
}
.referral-prof .btn-primary {
  height: 42px;
}
.referral-prof .btn-danger {
  margin-bottom: 0;
}
.referral-prof .btn-lg {
  margin-right: 15px;
}
.referral-prof label {
  min-height: 35px;
  line-height: 1;
}
/*======uploadresults=====*/
.uploadresults {
  max-width: 800px;
  margin: 25px auto 50px;
}
.uploadresults label {
  padding-left: 15px;
}
.uploadresults .btn-danger {
  margin-top: 0;
}
.uploadresults .btn-primary {
  height: 42px;
  width: auto;
}
.uploadresults .btn-lg {
  margin-right: 15px;
}
.uploadresults .row {
  margin-bottom: 15px;
}
.uploadresults .file-upload label {
  width: 100%;
  padding-left: 0;
}
.uploadresults .file-upload label p {
  width: 30%;
  min-width: 120px;
}
.uploadresults .file-upload label input[type="text"] {
  width: 70%;
}
.uploadresults .help-block {
  bottom: -35px;
}
.uploadresults-text {
  max-width: 900px;
  width: 100%;
  margin: 50px auto 0;
  border-radius: 3px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.uploadresults-text p {
  padding: 35px 30px;
}
.uploadresults-text span {
  color: #927a7a;
  font-weight: 600;
  font-size: 1.2em;
}
.table-buycredit-pay {
  margin-bottom: 50px;
}
.table-buycredit-pay table {
  background: #e6e6e6;
}
.table-buycredit-pay table tr {
  height: 40px;
  text-align: center;
}
.table-buycredit-pay table tr td {
  min-width: 70px;
  min-width: 165px;
  font-weight: 600;
}
/*======alert====*/
.alert {
  margin: 50px auto 0;
  max-width: 960px;
}
/*====views\dashboard\myorders\edit_order.blade.php===*/
.edit-order {
  max-width: inherit;
}
.edit-order .row {
  margin: 0 0 15px;
}
.edit-order .btn-danger {
  margin-top: 0;
}
.edit-order .add-attachment {
  padding: 9px 12px;
}
.edit-order .file-upload {
  min-height: 42px;
}
.edit-order .file-upload label p {
  padding: 9px;
}
.edit-order .file-upload label input[type="text"] {
  height: auto;
}
.edit-order .btn-lg {
  height: 42px;
  margin: 8px;
}
.edit-order form > .form-group {
  margin-right: 23px;
}
.signature {
  margin: 20px 0;
}
.signature .checkbox input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.signature .checkbox label {
  margin-left: 10px;
  position: relative;
}
.signature .checkbox label:after {
  content: '';
  position: absolute;
  left: -3px;
  top: 3px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #f1861f;
}
.signature input[type="checkbox"]:checked + label::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  top: 7px;
  left: 0px;
  border: 2px solid transparent;
  border-left: 2px solid #f1861f;
  border-bottom: 2px solid #f1861f;
  transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  /* Для Firefox */
  -ms-transform: rotate(-60deg);
  /* Для IE */
  -webkit-transform: rotate(-60deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(-60deg);
  /* Для Opera */
}
/*====index-bl===*/
.index-bl {
  /*  .p-top_{
    margin-bottom: .5em !important;
  }*/
  /*    td{
        white-space: nowrap;
    }*/
}
.index-bl a,
.index-bl button {
  border-radius: 3px;
}
.index-bl a {
  padding: 10px 20px;
}
/*===dashboard\mybalance\index.blade.php===*/
.stud-jeton h3 {
  font-weight: 600;
  margin-top: 70px;
}
.stud-jeton .btn {
  border-radius: 3px;
}
.stud-jeton .stud-jeton_ {
  font-size: 24px;
  font-weight: 600;
  display: flex;
}
.stud-jeton .stud-jeton_ span {
  margin: auto 0;
}
.stud-jeton .stud-jeton_ p {
  background: #f1861f;
  display: flex;
  border-radius: 50%;
  margin: auto 25px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.stud-jeton .stud-jeton_ p span {
  margin: auto;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}
/*===views\profile\billing.blade.php===*/
.billing {
  max-width: inherit;
}
/*===resources\views\dashboard\shome.blade.php===*/
.shome {
  margin: 30px auto;
}
.shome h4 {
  color: #484848;
}
.shome p {
  margin: auto 0 auto;
}
.shome .shome_item {
  margin-top: 20%;
  display: flex;
  margin-bottom: 5%;
  justify-content: center;
}
.shome .shome_link {
  color: #525252;
  text-align: center;
  border: 1px solid #9b9b9b;
  padding: 45px;
}
.shome .shome_link div {
  display: flex;
  margin: auto;
  justify-content: center;
}
.shome .shome_link div span {
  margin: auto 0 auto 15px;
}
.shome .shome_link .btn {
  margin: 1.5em 0 0;
}
.shome .shome_link h4 {
  margin-top: 0;
}
.shome .circle-cred {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #f1861e;
  font-weight: bolder;
  font-size: 1.5em;
}
.shome .premium {
  -webkit-box-shadow: 0px 0px 5px 0px #d0d0d0;
  -moz-box-shadow: 0px 0px 5px 0px #d0d0d0;
  box-shadow: 0px 0px 5px 0px #d0d0d0;
}
.shome .premium .premium-l {
  max-height: 8.37em;
}
.btn {
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 1600px) {
  .shome-container {
    width: 1200px !important;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .shome-container {
    width: 1200px !important;
    padding: 0;
  }
}
.dash-stud {
  margin: 0;
  /*  .premium{
    min-width: 508px;
  }*/
}
.dash-stud ul {
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto 20px;
}
.dash-stud li {
  margin: 10px;
  flex: 0 0 20%;
}
.dash-stud h4 {
  font: 1.75em 'Conv_ProximaNovaSoft-Bold';
  margin-top: .7em;
  margin-bottom: .5em;
  color: #606060;
}
.dash-stud h5 {
  color: #595959;
  font: 1.25em 'Conv_ProximaNovaSoft-Bold';
}
.dash-stud .premium__ {
  padding: 25px;
}
.dash-stud .premium__ .btn-premium {
  padding: 11px 5px;
}
.dash-stud .premium__ h5 {
  height: 2.6em;
}
.dash-stud .premium-l {
  width: 18%;
  margin-right: 30px;
  margin-left: 15px;
  /*      img{
        width: 50%;
      }*/
}
.dash-stud .premium-l img {
  width: 67%;
}
.dash-stud .pr-old-pr:after {
  width: 60%;
  left: 20%;
}
.dash-stud .w50p {
  width: 50%;
  min-width: 492px;
}
.dash-stud .db-767 {
  display: none;
}
.dash-stud .btn {
  min-width: 54%;
}
.dash-stud .premium__ .form-group {
  margin-bottom: 10px;
}
/*.dash-name{
  //width: 30%;
  width: 20.6%;
    min-width: 233px;
  p{
    font: 1.25em "Conv_RobotoLight";
    color: #595959;
    line-height: 38px;
  }
  span{
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 50%;
    background: #f1861f;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-family: 'Conv_ProximaNovaSoft-Bold';
    margin: 0 5px;
  }
}*/
.dash-item {
  width: 20.6%;
  min-width: 233px;
  -webkit-box-shadow: 0px 0px 5px 0px #d0d0d0;
  -moz-box-shadow: 0px 0px 5px 0px #d0d0d0;
  box-shadow: 0px 0px 5px 0px #d0d0d0;
}
.dash-item .dn-767 p:last-child {
  margin-bottom: 9px;
}
.dash-link {
  padding: 25px;
  background: #fff;
}
.dash-link .df {
  margin-bottom: 40px;
}
.dash-link .df p:first-child {
  color: #f1861f;
  font: 2.2em 'Conv_RobotoLight';
  margin: 0 7px 0 0px;
  width: 42%;
  text-align: center;
  line-height: 1.45;
}
.dash-link .df p:last-child {
  color: #595959;
  font: 1.1em 'Conv_ProximaNovaSoft-Bold';
  width: 58%;
}
.dash-link .df a {
  color: #f1861f;
}
.dash-link .df a:hover {
  color: #ffb56d;
}
.dash-link > p {
  text-align: center;
}
.dash-link > p a {
  padding: 11px 3px;
  width: 100%;
  font-size: 1em;
  text-transform: capitalize;
}
.anch-orders {
  display: flex;
  cursor: pointer;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-decoration: none;
}
.anch-orders:hover,
.anch-orders:active,
.anch-orders:focus {
  background: #f1f1f1;
  text-decoration: none;
}
.width-prem {
  width: 43%;
}
.width-prem .to-stud,
.width-prem .to-ex {
  min-width: 247px;
}
.width-prem-r {
  height: 100%;
  width: 16.81em;
}
.width-prem-r .dash-link {
  height: inherit;
}
.width-prem-r .dash-link__ {
  display: flex;
  justify-content: space-between;
  margin-top: .5em;
}
.width-prem-r h5 {
  margin: 0;
  font-size: .9em;
}
.width-prem-r h5 i {
  color: #d4cec7;
  font-weight: normal;
  font-style: normal;
  display: inline;
  height: inherit;
  font-family: initial;
}
.width-prem-r h6 {
  margin: 0;
  line-height: 24px;
  font-family: inherit;
  color: #d4cec7;
}
.width-prem-r span {
  display: block;
  color: #e2ff00;
  font-weight: 700;
  margin: .5em 0;
}
.width-prem-r em {
  font-style: normal;
  color: #000;
  font-size: .8em;
}
.width-prem-r i {
  height: 55px;
  overflow: hidden;
  display: inline-block;
  /*    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
  font-size: .8em;
  color: #d4cec7;
}
.to-ex {
  background: url('../../img/new/to-experts.png') no-repeat 0% 10% #fff;
}
.to-stud {
  background: url('../../img/new/to-student.png') no-repeat 0% 10% #fff;
}
.dash-tool {
  display: inline-block;
  position: relative;
}
.dash-tool:hover:after {
  content: attr(data-tool);
  position: absolute;
  bottom: -30px;
  left: -15%;
  font-size: .5em;
  color: #fff;
  background: #000;
  padding: 5px;
  min-width: 90px;
  text-align: center;
}
.dash-tool:hover:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 0.75em 1em 0.75em;
  border-color: transparent transparent #000 transparent;
  bottom: -20px;
  left: 35%;
  margin-left: -5px;
}
/*#automatic-translate-1{
    color: #484848;
}*/
.prop-rec {
  width: 100%;
  margin: 0 0 30px;
  /*  td{
    &:last-child{
      text-align: center;
    }
  }*/
  /*  .btn-green:after{
    content: attr(data-tooltip);
    position: absolute;
    left: 0;
    bottom: -102px;
    opacity: 0;
    padding: 10px;
    color: #fff;
    font-size: .65em;
    background: rgba(0,0,0,.7);
    visibility: hidden;
    transition: .5s;
    white-space: normal;
    text-align: left;
    text-transform: none;
    width: 100%;
      z-index: 2;
  }
  .btn-green:before{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 0.75em 1em 0.75em;
    border-color: transparent transparent rgba(0,0,0,.7) transparent;
    bottom: -18px;
    left: 50%;
    margin-left: -5px;
    opacity: 0;
    visibility: hidden;

    .btn-green:hover:after,  .btn-green:hover:before{
    opacity: 1;
    visibility: visible;
  }*/
}
.prop-rec table {
  width: 100%;
}
.prop-rec thead tr {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  height: 30px;
  font-weight: bolder;
  color: #474747;
}
.prop-rec tbody tr {
  height: 50px;
  border-bottom: 1px dashed #e0e0e0;
}
.prop-rec tbody p {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
}
.prop-rec tbody .p-width-table {
  max-width: 750px;
  margin: auto 0;
}
.prop-rec span {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}
.prop-rec span img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}
.prop-rec b {
  color: yellow;
  font-size: 1.3em;
}
.prop-rec .col-blue {
  color: #4082b2;
}
.prop-rec .w-40proc {
  width: 40%;
}
.prop-rec .w-30proc {
  width: 30%;
  white-space: nowrap;
}
.prop-rec .w-33proc {
  width: 33%;
}
.prop-rec .w-4proc {
  width: 4%;
}
.prop-rec .group-btn {
  text-align: right;
}
.prop-rec .group-btn a {
  margin: 5px 5px;
  font-size: 1.125em;
  text-transform: none;
  height: 55px;
  padding: 13px 0;
  min-width: 230px;
  line-height: inherit;
}
.prop-rec .group-btn .btn-reject {
  text-transform: uppercase;
}
.prop-rec .col-grey {
  background: #999999;
  color: #fff;
  border-color: #999999;
}
.prop-rec .col-grey:hover {
  color: #fff;
  background: #c3b9b9;
  border-color: #c3b9b9;
}
.prop-rec .col-grey img {
  margin-right: 15px;
}
.prop-rec .dat-info {
  display: none;
}
.prop-rec .dat-info div {
  margin: 10px 10px 10px 35px;
}
.prop-rec .bggr {
  background: #fffaf7;
  border-bottom: none;
}
.prop-rec .prop-tool-it {
  position: absolute;
  left: 0;
  margin-top: 77px;
  opacity: 0;
  padding: 10px;
  color: #fff;
  font-size: .65em;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: .5s;
  white-space: normal;
  text-align: left;
  text-transform: none;
  width: 100% !important;
  z-index: 2;
  height: auto !important;
  border-radius: 0 ;
}
.prop-rec .prop-tool {
  position: relative;
  width: 100% !important;
  margin: 5px !important;
  height: auto !important;
}
.prop-rec .prop-tool a {
  margin: 0;
  width: auto;
}
.prop-rec .prop-tool:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 0.75em 1em 0.75em;
  border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
  bottom: -35px;
  left: 50%;
  margin-left: -5px;
  opacity: 0;
  visibility: hidden;
}
.prop-rec .prop-tool:hover .prop-tool-it,
.prop-rec .prop-tool:hover:after {
  opacity: 1;
  visibility: visible;
}
.prop-rec-item {
  background: #fffaf7;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 3px 5px 0px #d0d0d0;
  -moz-box-shadow: 0px 3px 5px 0px #d0d0d0;
  box-shadow: 0px 3px 5px 0px #d0d0d0;
}
.prop-rec-item h5 {
  margin: 0;
  background: #e8e8e8;
  padding: 25px;
}
.prop-rec-link {
  background: #fff;
  padding: 5px 5px;
}
.more-prop {
  text-align: right;
  margin: 10px auto;
}
.more-prop a {
  position: relative;
  font-size: 14px;
  margin-right: 38px;
  display: inline-block;
  padding: .8em 0;
}
.more-prop a:hover {
  text-decoration: none;
}
.more-prop a:after,
.more-prop a:before {
  content: '[';
  position: absolute;
}
.more-prop a:after {
  top: .9em;
  right: -7px;
  -moz-transform: rotate(180deg);
  /* Для Firefox */
  -ms-transform: rotate(180deg);
  /* Для IE */
  -webkit-transform: rotate(180deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(180deg);
  /* Для Opera */
  transform: rotate(180deg);
}
.more-prop a:before {
  top: .7em;
  left: -8px;
}
/*=====================*/
.all-dash {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
}
.all-dash ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: auto 0;
  margin-right: 5%;
}
.all-dash li {
  margin: 7px 0;
  padding: 0 7px;
  position: relative;
}
.all-dash li:after {
  content: '';
  position: absolute;
  right: 0;
  width: 2px;
  height: 20px;
  top: 10%;
  background: #595959;
}
.all-dash li:first-child {
  padding-left: 0;
}
.all-dash li a {
  color: #595959;
  font-weight: 700;
  font-size: .9em;
  text-decoration: none;
  border-bottom: 2px solid #595959;
  border-radius: 0;
}
.all-dash li a:hover {
  color: #9d99ff;
}
.all-dash span {
  font-weight: bolder;
}
.all-dash p {
  margin: 5px 0 auto;
  padding: 0;
}
.all-dash p a {
  background: #59b202;
  padding: 15px 10px;
  color: #fff;
  font-size: 1.25em;
  font-weight: bolder;
  white-space: nowrap;
  text-transform: uppercase;
  /*                margin-left: 15%;
                margin-right: 15%;*/
}
.all-dash p a:hover {
  text-decoration: none;
  background: #75e20b;
}
/*=====================*/
img.submit-btn {
  max-width: 360px;
  max-height: 240px;
  width: 100%;
}
/*====no_role_welcome.blade.php====*/
.no_role_welcome div {
  margin-bottom: 60px;
}
/*==========admin/users/details/24============*/
.pull-right {
  margin-top: 20px;
}
.pull-right a {
  margin: 8px;
}
.table tbody tr td:last-child a {
  text-decoration: none;
  padding: 5% 10%;
  font-weight: 500;
  font-size: .8em;
  color: #fff;
  background-color: #337ab7;
  border: #2e6da4;
  border-radius: 3px;
  white-space: nowrap;
}
.table tbody tr td {
  white-space: nowrap;
}
/*=====resources\views\dashboard\myorders\order_details.blade.php======*/
.order-details .btn-default {
  padding: 6px 35px;
}
.order-details .btn-default:hover {
  background: #FF9F3F !important;
  border-color: #FF9F3F !important;
  color: #fff !important;
}
.has-error {
  overflow: inherit;
}
/*=== Override Stripe styles to match design ===*/
.stripe-button-el {
  background-image: none !important;
  box-shadow: none !important;
  background: #3ac17b !important;
  border: #3ac17b !important;
}
.stripe-button-el:hover {
  background-color: #1b9455 !important;
  border-color: #1b9455 !important;
}
.stripe-button-el span {
  background-image: none !important;
  background: none !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-family: 'Open Sans', 'Roboto', Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  line-height: 1.5 !important;
  font-weight: normal !important;
  text-shadow: none !important;
  height: auto !important;
  min-height: auto !important;
}
/*====reklama in home page====*/
.reklama {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 2em -15px 0 !important;
  font-size: 26px;
  background: #f1861f;
  text-align: center;
  padding: 20px 10px;
}
.reklama a {
  padding: 6px 12px;
  margin: 5px 0;
}
.reklama span {
  color: #fff;
  margin: auto 0;
}
.carousel {
  margin: 1.5em 0;
}
.item {
  text-align: center;
  padding: 0;
  margin: 0 auto;
  position: relative;
  font-size: 2em;
  color: #FFFFFF;
}
.item img {
  width: 100%;
  display: block;
  /*height: auto;*/
}
.item .carousel-caption-solusse {
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 37.05%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.item .circle-slider {
  display: flex;
  border-radius: 50%;
  background: #f1861f;
  color: #FFFFFF;
  width: 26vw;
  height: 26vw;
  font-size: .5em;
  top: 50%;
  right: 5%;
  margin-top: -13vw;
}
@media (max-width: 450px) {
  .item .circle-slider {
    font-size: x-small;
  }
}
@media (min-width: 451px) {
  .item .circle-slider {
    font-size: .4em;
  }
}
@media (min-width: 650px) {
  .item .circle-slider {
    display: block;
    width: 210px;
    height: 210px;
    padding: 2em 1em 2.2em 1em;
    line-height: 1.5em;
    text-align: center;
    font-size: .65em;
    margin-top: -105px;
  }
}
@media (min-width: 990px) {
  .item .circle-slider {
    width: 310px;
    height: 310px;
    padding: 2.1em 1em;
    line-height: 1.25em;
    text-align: center;
    font-size: 1em;
    margin-top: -155px;
  }
}
.item a {
  font-size: .6em;
  min-width: 50%;
  margin: 6% auto 0;
}
@media (max-width: 400px) {
  .item a {
    padding: 0;
  }
}
.item .three-text-for-slider a p {
  margin: 0;
}
.item .three-text-for-slider a p:last-child {
  font-size: .8em;
}
@media (max-width: 450px) {
  .item .second-text-for-slider,
  .item .three-text-for-slider {
    font-size: x-small;
  }
  .item .second-text-for-slider p,
  .item .three-text-for-slider p {
    margin: 0;
  }
  .item .second-text-for-slider a p:last-child,
  .item .three-text-for-slider a p:last-child {
    font-size: 1em;
  }
}
@media (min-width: 451px) {
  .item .second-text-for-slider,
  .item .three-text-for-slider {
    font-size: .4em;
  }
  .item .second-text-for-slider p,
  .item .three-text-for-slider p {
    margin: 0;
  }
}
@media (min-width: 650px) {
  .item .second-text-for-slider,
  .item .three-text-for-slider {
    font-size: .65em;
  }
}
@media (min-width: 990px) {
  .item .second-text-for-slider,
  .item .three-text-for-slider {
    font-size: 1em;
  }
}
.item .col-black {
  color: black;
}
.item .col-w-bold {
  color: #ffffff;
  font-weight: bold;
}
.item .line-h-normal {
  line-height: normal;
}
.item .premium-slid-767 {
  display: none!important;
}
.premium-slid-link {
  position: absolute;
  right: 5%;
  bottom: 5%;
  font-size: .8em;
}
.premium-slid-link a {
  color: #fff;
  background: #d9740f;
  font-size: 1em;
  padding: 2% 4%;
  white-space: nowrap;
  text-transform: uppercase;
}
.premium-slid-link a:hover {
  background: #2f2a22;
  text-decoration: none;
}
.carousel-control {
  width: 8%;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
/*===========================*/
#divSendMessage {
  margin-bottom: 30px;
}
#divSendMessage textarea {
  box-shadow: inset 0 0px 8px -5px rgba(0, 0, 0, 0.5);
}
#divSendMessage textarea:active,
#divSendMessage textarea:visited,
#divSendMessage textarea:focus {
  outline: none;
  box-shadow: 0 0px 8px -5px rgba(0, 0, 0, 0.5);
  border-color: #ccc !important;
}
#divSendMessage:after {
  content: '';
  clear: both;
  display: block;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}
.video {
  text-align: center;
}
.video iframe {
  width: 560px;
  height: 315px;
}
.new-detail {
  margin: 30px auto;
}
.new-detail .text-right a {
  margin: 7px;
}
.new-detail .btn {
  padding: 14px 15px;
  min-width: 230px;
}
.new-detail h1,
.new-detail h5,
.new-detail h4,
.new-detail h3 {
  margin: 0;
}
.new-detail h1 {
  margin-bottom: 15px;
}
.new-detail h2 {
  margin-top: 0;
}
.new-detail h5 {
  color: #828181;
  font-family: 'Conv_RobotoLight';
  font-size: 1.125em;
  padding: 15px;
  background: rgba(243, 243, 243, 0.7);
  border-radius: 3px;
  margin-bottom: 2.18em;
}
.new-detail h4 {
  line-height: 39px;
  color: #595959;
  margin-bottom: 15px;
  font-size: 1.25em;
}
.new-detail h3 {
  color: #595959;
  font-size: 1.375em;
  margin-bottom: 20px;
}
.new-detail p {
  color: #8f8f8f;
  font-family: 'Roboto';
  font-size: 1em;
  padding-bottom: 35px;
  border-bottom: 1px solid #dedede;
  font-weight: 400;
}
.new-detail ul {
  padding: 0;
}
.new-detail li {
  color: #3f3f3f;
  font: 1em 'Conv_RobotoLight';
  border-top: 1px solid #dedede;
  padding: 5px 0;
  /*position: relative;*/
  min-height: 2.5em;
  display: flex;
}
.new-detail li img {
  /*        position: absolute;
        left: 2px;*/
  /* bottom: .4em;*/
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: .2em;
}
.new-detail li span,
.new-detail li em {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: .2em;
  position: relative;
}
.new-detail li em {
  color: #dc6868;
  font-size: 1.3em;
  font-style: normal;
}
.new-detail li a {
  padding: 10px 20px;
  background: #f5f5f5;
  color: #5e5e5e;
  border-radius: 30px;
  display: inline-block;
  margin: 2px 0;
  min-width: 12em;
  white-space: nowrap;
  max-width: 14.25em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.new-detail li a:hover {
  background: #ead9d9;
}
.new-detail li a img {
  position: relative;
  margin: 0px 15px 0 2px;
}
.new-detail small {
  font-family: "Roboto";
  font-size: inherit;
  color: #fff;
  background: #f1861f;
  padding: 2px 5px 3px;
  margin: 0 15px 0 0;
}
.new-detail .dl-horizontal .t-a-c {
  margin: auto;
}
.new-detail .dl-horizontal .btn {
  height: 50px;
  padding: 15px;
}
.expert-toogle-op {
  margin: 0 .2em 0 0!important;
  display: inline-block !important;
  font: 500 0.75em 'Roboto';
  color: #8f8f8f;
}
.btn-arrow {
  padding: 15px 35px;
  position: relative;
}
.btn-arrow:after {
  content: '';
  position: absolute;
  top: -14px;
  left: -4px;
  width: 20px;
  height: 40px;
  background: #fff;
  border-radius: 50px 0 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-arrow:before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: -4px;
  width: 20px;
  height: 40px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.prop-mob-list {
  display: none;
}
.prop-mob-it .btn-arrow {
  line-height: 4em;
}
.prop-like-mes {
  text-align: center;
  line-height: 49px;
  margin-bottom: 35px;
}
.prop-like-mes span {
  display: inline-block;
  width: 1.95em;
  height: 1.95em;
  border-radius: 50%;
  background: #f1861f;
  line-height: 1.95em;
  font-size: 1.125em;
  font-family: 'Conv_ProximaNovaSoft-Bold';
  text-align: center;
  color: #fff;
}
.prop-like-mes img,
.prop-like-mes span {
  margin: 7px;
}
.prop-mob-top img {
  width: 15px;
  margin: 2px 0 2px 2px;
}
.prop-mob-top span {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-size: .83em;
  margin: 2px 2px 2px 0;
}
.prop-mob-top .prop-like-mes {
  line-height: normal;
}
.prop-mob-top h2 {
  line-height: 30px;
}
.prop_mes {
  margin-top: 25px;
}
.prop-ed {
  text-transform: uppercase;
  line-height: 4em;
}
.prop-ed img {
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}
.prop-ed a {
  margin: 7px 10px 7px 5px;
}
.prop-ed a:last-child {
  color: #c44c4c;
}
.info-price {
  text-align: center;
  color: #9d9d9d;
}
.info-price table {
  width: 100%;
}
.info-price td:first-child,
.info-price td:last-child {
  width: 10%;
}
.info-price td:nth-child(3) {
  width: 40%;
}
.info-price p {
  border-bottom: 1px solid #9d9d9d;
  font-size: .8em;
  margin: auto;
  padding: 5px 0;
}
.info-price p:first-child {
  height: 43px;
  /*            display: flex;
            align-items: center;
            justify-content: center;*/
}
.info-price p:nth-child(2) {
  font-size: 1.5em;
  font-weight: bold;
}
.info-price span {
  position: relative;
}
.info-price span:first-child {
  margin: 0 5% 0 9%;
}
.info-price span:last-child {
  margin: 0 0 0 10%;
}
.info-price img {
  position: absolute;
  left: -25px;
  height: .8em;
  top: 6px;
}
.info-price .rotate_90 {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  /* Для Firefox */
  -ms-transform: rotate(90deg);
  /* Для IE */
  -webkit-transform: rotate(90deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(90deg);
  /* Для Opera */
}
.info-price .rotate-90 {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  /* Для Firefox */
  -ms-transform: rotate(-90deg);
  /* Для IE */
  -webkit-transform: rotate(-90deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(-90deg);
  /* Для Opera */
}
.prop_mes__ {
  display: flex;
  justify-content: center;
}
.prop_mes__ img,
.prop_mes__ span {
  display: block;
  color: #007fff;
  font-weight: bolder;
  font-size: 1.5em;
  transition: .5s;
}
.prop_mes__ .col-blue-l {
  color: #0000ff !important;
}
.prop_mes__ img {
  height: 36px;
}
.prop_mes__ a {
  margin: 7px;
  text-decoration: none;
}
.prop_mes__ a:hover {
  opacity: .6;
}
.new-detail-main h3 {
  color: #9d9d9d;
  font-weight: bold;
  height: 35px;
}
.new-detail-main__ p {
  background: #f1861f;
  text-align: center;
  border-radius: 3px;
  margin: 25px auto;
  padding: 10px 10px;
  color: #fff;
}
.new-detail-main__ #back-red {
  background: #fff;
  color: #dc6868;
  font-size: 1.3em;
  border: 1px solid #ff2626;
}
.prop-detail {
  /*  h4{
    margin-top: 40px;
  }*/
}
.prop-detail h1 {
  padding: 0 15px;
}
.prop-detail h5 {
  line-height: .54;
}
.prop-detail h4 {
  margin-bottom: 2.18em;
}
.downl {
  color: #f1861f;
  font-size: 1.25em;
}
.downl ul {
  color: #9d9d9d;
  padding: 0;
  text-align: left;
  margin-top: 5px;
}
.downl li {
  margin: 7px 0 7px 0;
  position: relative;
  font-size: .9em;
  /*            &:after{
                content: '';
                position: absolute;
                top: 8px;
                left: -20px;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                background: #9d9d9d;
            }*/
}
.descr-text {
  color: #7e7e7e;
}
.title-prop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.title-prop h2,
.title-prop h3 {
  margin: 0;
}
.title-prop span {
  color: #dc6868;
  font-weight: bold;
}
.title-prop h3 {
  font-size: 1em;
  line-height: 2;
}
.feedback-all {
  padding: 1em 0;
  margin: 1.5em 0;
  border-bottom: 2px solid #eef0f0;
}
.feedback-all p {
  margin: auto;
  color: #76a0a0;
  font-weight: 600;
}
.feedb-img img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.feedb-name-date p {
  color: #4d4848;
  font-weight: normal;
}
.feedb-stars,
.feedb-stars-767 {
  text-align: center;
}
.feedb-stars span,
.feedb-stars-767 span {
  color: yellow;
  font-size: 2em;
  vertical-align: middle;
}
.feedb-stars-767 {
  display: none;
}
.account-home img {
  display: block;
}
.account-strip {
  background: #f1861e;
  position: absolute;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  bottom: 12%;
  width: 100%;
  padding: 3px 0;
  min-height: 25%;
}
.account-strip ul {
  font-size: .6em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  padding: 0;
}
.account-strip li {
  margin: 3px 35px;
}
.account-strip li span {
  display: inline-block;
  font-size: 1.1em;
  font-weight: bolder;
  color: #fff;
  position: relative;
  bottom: -2px;
  margin-right: 10px;
}
.account-strip li span:after {
  content: '[';
  position: absolute;
  left: -10px;
  bottom: 1px;
  font-weight: 400;
}
.account-strip li span:before {
  content: ']';
  position: absolute;
  right: -10px;
  bottom: 1px;
  font-weight: 400;
}
.account-strip p {
  font-size: 1.5em;
  margin: 0;
}
/*example-new*/
.exampl {
  text-align: center;
}
.exampl ul {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.exampl li {
  margin: 1.25em 0 2.8em;
  padding: 0 20px;
  width: 285px;
}
.exampl h1 {
  margin-bottom: .5em;
  font-family: 'Conv_ProximaNovaSoft-Bold';
}
.exampl h2 {
  color: #9a9a99;
  margin-bottom: 10px;
  font-family: 'Conv_ProximaNovaSoft-Regular';
}
.exampl h3 {
  position: relative;
  margin-top: 1.875em;
  font-family: 'Conv_ProximaNovaSoft-Bold';
}
.exampl h3 span {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  color: #5e5e5e;
}
.exampl h3:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  left: 0;
  top: 50%;
  z-index: 1;
}
.exampl a {
  text-transform: uppercase;
  background: #f5f5f5;
  padding: 7px 25px;
  border-radius: 30px;
  width: auto;
  display: inline-block;
  transition: .5s;
}
.exampl a img {
  width: 30px;
  margin-right: 3px;
}
.exampl a span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #9f9f9f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  font-size: .95em;
}
.exampl a:hover,
.exampl a:active,
.exampl a:focus {
  text-decoration: none;
  background: #e0dede;
}
.exampl em {
  font-style: normal;
  font-size: 1.65em;
  color: #ffed00;
}
.ex-name {
  color: #5e5e5e;
  font-size: 1.125em;
  margin: 0;
  font-family: 'Conv_ProximaNovaSoft-Bold';
}
.ex-date {
  color: #9e9e9e;
  font-size: .875em;
  margin: 10px 0 20px;
  font-family: 'Conv_RobotoLight';
}
.img-photo-ex {
  display: block;
  width: 59%;
  border-radius: 50%;
  margin: 30px auto 10px;
}
.ex-info {
  font-size: .875em;
  line-height: 24px;
  color: #939393;
  font-family: 'Conv_RobotoRegular';
}
/*.exampl-link{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3em;
    h4{
      border-bottom: 1px solid #ededed;
      border-top: 1px solid #ededed;
      color: #313131;
      text-align: center;
      padding: 15px 0;
    }
    p{
      color: #353535;
    }
    em{
      font-style: normal;
      font-size: 2em;
      color: #ffed00;
    }
    span{
      //color: #9f9f9f;
    }
  a{
    //padding: 10px 13px;
    //width: 100%;
    display: inline-block;
      &:after{
        content: '';
        clear: both;
        display: block;
      }
  }
}*/
/*===========================*/
/*.exampl-l{
  width: 60%;
}
.exampl_item{
  display: flex;
}
.example_avatar{
  text-align: center;
}
.example_txt{
  margin-left: 25px;
  margin-right: 25px;
}
.example-r{
  margin-top: -7.5em;
  width: 40%;
}
.example_sample_p-l{
  display: inline-block;
  width: 48%;
  padding: 25px 15px 20px;
  text-align: center;
  margin: 0 5px;
  float: left;
    &:after{
      content: '';
      clear: both;
      display: block;
    }
}
.example_sample_p{
  display: inline-block;
  margin: 5px;
  text-transform: uppercase;
  border: 1px solid #ededed;
  border-radius: 3px;
  width: 47%;
      img{
        float: right;
        width: 30px;
      }
    span{
      line-height: 1.9em;
    }
}*/
/*.new-serv{
  position: relative;
}
.new-serv-item, .new-serv-link{
  position: absolute;
  bottom: 0;
  font-weight: bolder;
  display: flex;
}
.new-serv-item{
  width: 100%;
  height: 100%;
  flex-direction: column;
    h3{
      color: #666666;
      font-size: 1.2em;
      margin-bottom: .6em;
      margin-top: 0;
    }
    p{
      color: #9e9e9e;
      margin-bottom: 15px;
    }
    a{
      color: #fff;
      padding: 10px 18px;
      background: #f1861e;
      text-decoration: none;
        &:hover{
          background: #2f2a22;
        }
    }
}
.new-serv-item_{
  margin: auto;
}
.new-serv-link{
  bottom: 30%;
  left: 0;
  width: 33%;
  padding: 10px;
  line-height: 27px;
  font-size: .8em;
  background: rgba(255, 255, 255, .5);
    p{
      color: #333;
      font-size: 1em;
      margin: 0;
    }
}
.fz85{
    font-size: .85em;
}*/
/*------------premium-------------*/
.my_profile .premium {
  margin-top: 45px;
}
.my_profile .premium.col-sm-offset-2 {
  margin-left: 17.33333%;
}
.my_profile .premium.col-sm-10 {
  width: 82.66666%;
}
@media (max-width: 767px) {
  .my_profile .premium.col-sm-offset-2 {
    margin-left: 0;
  }
  .my_profile .premium.col-sm-10 {
    width: 100%;
  }
}
.premium {
  background: #ffefbe;
  border-radius: 3px;
}
.premium h3 {
  color: #5e5e5e;
  font: 2em 'Conv_ProximaNovaSoft-Bold';
  margin: 0;
}
.premium h3 span {
  color: #ce2a4c;
  font: 0.72em "Conv_RobotoRegular";
}
.premium input {
  position: absolute;
  left: -9999px;
}
.premium label {
  color: #5e5e5e;
  font: 1.125em 'Conv_RobotoRegular';
  margin-left: 40px;
  position: relative;
  margin-top: 1em;
}
.premium label:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid #e8811e;
  left: -40px;
}
.premium input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 14px;
  top: 0;
  left: -35px;
  border-left: 6px solid #f1861f;
  border-bottom: 6px solid #f1861f;
  transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  /* Для Firefox */
  -ms-transform: rotate(-50deg);
  /* Для IE */
  -webkit-transform: rotate(-50deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(-50deg);
  /* Для Opera */
  border-radius: 3px;
}
.premium p {
  margin: 0;
}
.btn-premium {
  text-transform: inherit;
  background: #f1861f;
  color: #ffffff;
}
.btn-premium:hover {
  background: #ffa651;
  color: #ffffff;
}
.premium__ {
  padding: 20px;
}
.premium__ .form-group {
  margin-bottom: 0;
}
.premium-item {
  display: flex;
}
.premium-l {
  margin-right: 35px;
  min-width: 5.5em;
}
.premium-l img {
  width: 100%;
}
.pr-old-pr {
  font: 1.5em 'Conv_ProximaNovaSoft-Regular';
  color: #f1861f;
  position: relative;
}
.pr-old-pr:after {
  content: '';
  position: absolute;
  width: 70%;
  left: 15%;
  height: 50%;
  border-bottom: 1px solid #f1861f;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.pr-new-pr {
  font: 2em 'Conv_ProximaNovaSoft-Bold';
  color: #5e5e5e;
}
.pr-month {
  font: 0.75em 'Conv_RobotoRegular';
  color: #ce2a4c;
}
.pr-info {
  color: #847b61;
  font: 0.85em 'Conv_RobotoRegular';
  line-height: 25px;
}
.pr-info-115 {
  color: #847b61;
  font: 1.15em 'Conv_RobotoRegular';
  line-height: 25px;
}
.pr-info-25 {
  color: #847b61;
  font: 1em 'Conv_RobotoRegular';
  line-height: 20px;
  margin: 25px 0 !important;
}
.buycredit-pay .pr-old-pr {
  color: #b7a18b;
}
.buycredit-pay .pr-old-pr:after {
  /*            width: 50%;
            left: 25%;*/
  border-color: #b7a18b;
}
/*==========================*/
/*---buypremium---*/
.buypremium {
  /* .pr-new-pr{
    font-size: 1em;
    //float: right;
  }*/
}
.buypremium .premium {
  margin: 30px auto 0;
  padding-top: 15px !important;
}
.buypremium .premium-l {
  margin-left: 20px;
  width: 15%;
}
.buypremium .premium-r {
  width: 85%;
}
.buypremium .pr-info {
  font-size: 1em;
}
.buypremium .row {
  max-width: 760px;
  width: 100%;
  margin: 0 auto 0;
  /*div:last-child{
        //padding-right: 0;
      }*/
}
.buypremium .row div:first-child,
.buypremium .row div:last-child {
  padding: 0;
}
.buypremium ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.buypremium li {
  margin: 0 15px 15px 0;
}
.buypremium label {
  margin-bottom: 20px;
}
.buypremium .btn-primary {
  box-shadow: none;
  padding: 10px 20px;
  background: #3ac17b;
  border: #3ac17b;
}
.buypremium .btn-primary:hover {
  background-color: #1b9455;
  border-color: #1b9455;
}
.buypremium .pr-new-pr {
  font-size: 1em;
  text-align: right;
}
.premium-r {
  padding: 0 15px !important;
}
.premium-r ol {
  font-family: 'Conv_RobotoRegular';
  color: #847b61;
  list-style: none;
  padding: 0 15px 0 40px;
  counter-reset: point;
}
.premium-r ol li {
  position: relative;
  font-size: 1em;
  margin-bottom: 30px;
}
.premium-r ol li:before {
  content: counter(point);
  counter-increment: point 1;
  position: absolute;
  font-size: .875em;
  left: -40px;
  top: 0px;
  padding: 0.145em 0.612em;
  /* width: 1.5em;
                height: 1.5em;*/
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background: #f1861f;
}
.buypremium-item {
  display: flex;
}
.buypremium-l {
  width: 60%;
}
.buypremium-r {
  margin-left: 35px;
  width: 30%;
}
.buypremium-r p {
  color: #999999;
  font-size: 1em;
  margin-bottom: 20px;
}
/*===============*/
/*---order-finish---*/
.order-finish h2 {
  font-family: "Conv_ProximaNovaSoft-Bold";
  font-size: 1.75em;
  color: #5e5e5e;
  line-height: 1.5em;
}
.order-finish .margin {
  margin-top: 35px;
  margin-bottom: 35px;
}
.order-finish .prem-small {
  margin: 25px auto 40px;
}
.order-finish .prem-small-l {
  width: 30%;
  text-align: right;
}
.order-finish .prem-small-l p {
  height: 100%;
}
.order-finish .prem-small-l img {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 30%;
}
.order-finish .prem-small-r {
  width: 70%;
  text-align: left;
}
.order-finish .prem-small-r p {
  color: #434343;
  font-size: 1.25em;
  font-family: 'Conv_RobotoRegular';
  line-height: inherit;
}
.order-finish a {
  font-size: 1.125em;
  color: #fff;
  margin: 20px;
}
.order-finish a:hover {
  color: #fff;
}
.order-finish .btn-primary {
  background: #337ab7;
  border-color: #337ab7;
}
.order-finish .btn-primary:hover {
  background-color: #286090;
  border-color: #204d74;
}
.order-finish .m-0 {
  margin: 25px;
}
.order-finish .pr-info {
  width: 63%;
}
.order-finish .premium__ .form-group {
  width: 37%;
}
.order-finish .btn-primary,
.order-finish .btn-green {
  padding: 10px 12px;
  text-transform: none;
}
.appeall {
  font-family: "Conv_ProximaNovaSoft-Bold";
  font-size: 1.75em;
}
.premium-order {
  border: 1px solid #faa450;
  border-radius: 3px;
}
.premium-order-item {
  padding: 35px 35px 0;
}
/*---See all current requests----*/
.name-ord-st {
  width: 17%;
  /*    &:after{
        content: '';
        clear: both;
        display: block;
    }*/
}
.name-ord-st img {
  width: 30%;
}
/*====resources\views\admin\users\details.blade.php=====*/
.user-admin .table tbody tr td {
  white-space: normal;
}