.rodrigez {
  opacity: 0;
    position: absolute;
    width: 40px;
    padding: 8px 0;
  }
.naver2 {
  position: absolute;
      top: -150px;
      left: 0;
      height: 64px;
      width: 4px;
      border-radius: 100px;
      background: #797bf2;
      -webkit-transition: all .3s;
      transition: all .3s;
      margin-top: 214px;
}
.naver3 {
  position: absolute;
      top: -86px;
      left: 0;
      height: 64px;
      width: 4px;
      border-radius: 100px;
      background: #797bf2;
      -webkit-transition: all .3s;
      transition: all .3s;
      margin-top: 214px;
}
.naver4 {
  position: absolute;
      top: -22px;
      left: 0;
      height: 64px;
      width: 4px;
      border-radius: 100px;
      background: #797bf2;
      -webkit-transition: all .3s;
      transition: all .3s;
      margin-top: 214px;
}
#hideMe {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border:none !important;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
        border:none !important;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
        border:none !important;
    }
}
body.is-dark .single-accordion .accordion-header:before {
    background: #797bf2 !important;
  }
  .single-accordion .accordion-header:before {
    background-color: #797bf2 !important;
  }
.companyblock {
  width: 300px;text-align: center;position: absolute;  top: 0;left: 50%;margin-left: -150px;
}
@media (max-width: 767px){
.dopclass {
    margin-top: -60px !important;
    margin-bottom: 60px;
}
.companyblock {
  width: 300px;text-align: center;position: absolute;  top: 40px;left: 50%;margin-left: -150px;
}
}

.form_radio_btn {
	display: inline-block;
	margin-right: 10px;
  margin-bottom: 10px;
}
.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn label {
	display: inline-block;
	cursor: pointer;
	line-height: 34px;
	border-radius: 2px;
	user-select: none;
  background-color: transparent;
  color: #039BE5;
  padding: 8px 22px 8px 22px;
height: 38px;
line-height: 1.4;
border: 1px solid #039BE5;
border-radius: 4px;
font-size: .95rem;
font-family: "Roboto",sans-serif;
-webkit-transition: all .3s;
transition: all .3s;
}
.labl {
  width: 142px;
}
.minilabl {
  width: 110px;
}

/* Checked */
.form_radio_btn input[type=radio]:checked + label {
  background-color: #039BE5;
      border-color: #039BE5;
      color: #fff;
}

/* Hover */
.form_radio_btn label:hover {
  background-color: #039BE5;
      border-color: #039BE5;
      color: #fff;
}

/* Disabled */
.form_radio_btn input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}
.line {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  top: 15px;
}
.line:before,
.line:after {
  content: '';
  display: inline-block;
  width: 10%;
  height: 1px;
  background: #efefef;
  z-index: -1;
  position: relative;
  vertical-align: middle;
}
.line:before {
  right: 15px;
  margin: 0 0 0 -100%;
}
.line:after {
  left: 15px;
  margin: 0 -100% 0 0;
}
.minicalss {
      width: 540px;
}
.minicalss2 {
      width: 600px;
}
.newvopros {
  width: 45%;
  float: left;
  margin-right: 5%;
}
.controlvop {
  float: left;
  width: 45%;
  margin-left: 5%;
}
.saleres {
  width: 100%;margin: 0 auto;float: left;border-bottom: 1px solid #aaaab321;margin-bottom: 20px;
}
.saleres h4{
  color: #aaaab3 !important;
  border-bottom: 1px solid #aaaab33b;
  font-size: 17px;
  font-weight: 500;
  width: 50%;
  margin: 20px 25%;
}
.salesone {
  max-width: 33% !important;margin: 0;width: 33%;border-right: 1px solid #98a5ad3d;text-align: left;float: left;padding-right: 12px;
}
.salestwo {
  max-width: 33% !important;margin: 0;float: left;width: 33%;padding: 0 12px;text-align: left;border-right: 1px solid #98a5ad3d; min-height: 124px;
}
.salesthree {
  max-width: 33% !important;;margin: 0;float: left;width: 33%;padding-left: 10px;text-align: left;
}

.salesh3 {
  color: #aaaab3 !important;float: left;width: 100%;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #4a4a4a;
    margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .minicalss {
    width: 80%;
float: left;
margin: 0 10%;
  }
  .minicalss .checkbox {
    padding: 1em 4px !important;
min-width: 40%;
max-width: 100%;
  }
  .minicalss2 {
        width: auto;
  }
  .newvopros {
    width: 90%;
    float: left;
    margin-right: 5%;
    margin-left: 5%;
    text-align: center;
        margin-bottom: 40px;
  }
  .controlvop {
    float: left;
width: 90%;
margin-left: 5%;
margin-right: 5%;
  }
  .salesone {
    max-width: 100% !important;
    width: 100%;
    border-right: none;
    padding: 0;
  }
  .salestwo {
    max-width: 100% !important;
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .salesthree {
    max-width: 100% !important;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  .column.is-3, .column.is-3-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 30%;
}

}
@media (min-width: 767px){

#dersder {
      max-width: 50% !important;
}
}

/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
    width: 8px; /* ширина для вертикального скролла */
    height: 5px; /* высота для горизонтального скролла */
    background-color: #323236;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background-color: #aaaab3;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #bfbfc7;
}

/* Стрелки */

::-webkit-scrollbar-button:vertical:start:decrement {
    background: linear-gradient(120deg, #323236 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(240deg, #323236 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(0deg, #323236 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:vertical:end:increment {
    background:
        linear-gradient(300deg, #323236 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(60deg, #323236 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(180deg, #323236 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
    background:
        linear-gradient(30deg, #323236 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(150deg, #323236 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(270deg, #323236 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:end:increment {
    background:
        linear-gradient(210deg, #323236 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(330deg, #323236 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(90deg, #323236 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}
.projects-card-grid .body b {
  width: 100%;
      float: left;
}
.all-projects .projects-card-grid .grid-item .top-section .body p {
    font-family: "Arial","Helvetica", sans-serif !important;
    color: #283252 !important;
}
.is-dark .all-projects .projects-card-grid .grid-item .top-section .body p {
      font-family: "Arial","Helvetica", sans-serif !important;
      color: #aaaab3 !important;
}
.projects-card-grid .bottom-section {
  margin-top: 20px;
}
.projects-card-grid .grid-item
{
  margin-bottom: 20px;

}
#timer-counter:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
    outline: 0px !important;
}
.projects-card-grid .foot-block p {
  text-align: center;
}

@media (min-width: 767px) and (max-width: 1000px) {
      .result .column.is-6, .column.is-6-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
}
@media (max-width: 767px) {
          .result .s-card {
                padding: 0;
        }
}
.webui-popover {
  margin-top: -5px !important;
  margin-left: -10px !important;
}
.icon-menu a{
  text-align: center;
}
.icon-menu p{
  text-align: center;
  font-size: 10px;
}
.wizard-progress {
  width: 90%;
    position: absolute;
    left: 5%;
}
.wizard-v1-wrapper {
  padding-top:0 !important;
}
body.is-dark .content blockquote {
    background: #2f2f31 !important;
}
.myclose {
  position: absolute;
top: 0;
right: 0;
padding: 3px 10px;
background: #ffffff85;
color: #fff;
text-decoration: none;
border-radius: 20px 0 20px 20px;
}
.iche {
font-size: 22px;
position: absolute !important;
right: 10% !important;
top: 25% !important;
}
#nohover {
  border-color: #0000 !important;
}
@media (max-width: 767px) {
  #huro-messaging{
    top: 60px !important;margin-top:0 !important;
  }
}
.myleft {
    margin-left: 15%;
}
@media (max-width: 767px) {
  .myleft {
      margin-left: 0 !important;
  }
}
