@media (min-width: 768px) {
  .site_header .header-content {
    z-index: 2;
    position: absolute;
    padding: 0 50px;
    top: 13%;
  }
  .site_header .header-content .header-content-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
  .nice_table th.p-l-l{
    text-align: right;
    padding: 0 4.5%;
  }
}
img {
  max-width: 100%;
}
#ssp,
.thin_div_picture {
  margin-top: 0;
}
.row-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-custom:before {
  display: initial!important;
}
.custom-row-center{
  margin-bottom: 0px;
}
.form_wrapper_madoku {
  padding: 0;
}
#sendForm .input--madoka {
  margin-bottom: 20px;
}
.form_march_design input.input__field,
.form_march_design #captchaValue {
  background-color: #fff;
}
.form_march_design .input__field {
  height: 48px;
  padding-top: 15px!important;
}
.form_march_design [data-id=group-pricing-plan]{
  width: 33.33333333%;
  float:left;
}
@media (max-width: 991px) {
  .form_march_design [data-id=group-pricing-plan]{
    width: 50%;
  }
}
@media (max-width: 425px) {
  .form_march_design [data-id=group-pricing-plan]{
    width: 100%;
  }
}
.wpcf7cf-hidden + .message {
    width:100%!important;
    max-width:100%!important;
}
.wpcf7cf-hidden {
    display: block;
    width: 30%;
    clear: none;
    float: left;
}
[data-id=group-pricing-plan] select{
  border-radius: 4px!important;
}
.looking_for{
  width: auto;
  display: table;
  margin: auto;
}
.looking_for .wpcf7-radio>label{
  width: auto;
  display: table;
  float: left;
  margin: 0 15px;
}
.looking_for .wpcf7-radio>label>span{
  width: auto;
  display: table;
  float: left;
  width: auto;
  min-width: 220px;
  height: 48px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(50, 50, 60, 0.1);
  border-radius: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #32323C;
  overflow: hidden;
}
.looking_for .wpcf7-radio>label :checked + span{
  background: #D31F35;
  color:#fff;
}
.looking_for .wpcf7-radio>label span.wpcf7-list-item-label:before{
    border-radius: 30px;
    width: 30px;
    height: 30px;
    top: 50%!important;
    margin-top:-15px;
    left: 10px;
    border: 1px solid #CDCDCD!important;
}
.adm-custom-input .looking_for input[type=radio]:checked+span.wpcf7-list-item-label:before{
    border: 1px solid #d31f35!important;
    background: #fff!important;
}
.adm-custom-input .looking_for span.wpcf7-list-item-label:after{
    top: 50%!important;
    margin-top:-15px;
    border: none;
    left: 2px;
    background: transparent url("../images/svg/checked_red.svg") no-repeat 98.1% center!important;
    background-color: transparent!important;
    background-size: 12px 10px!important;
    width: 30px;
    height: 30px;
    transform: rotate(0deg);
}

.looking_for .wpcf7-radio>label span label span,
.looking_for .wpcf7-radio>label span label{
  margin:0;
  padding:0;
}
.looking_for .wpcf7-radio>label span label span{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#looking_for {

}
.styles_april .form-group-line-content.not-valid.line {
    display: table;
}

@media (max-width: 1200px) {
  .looking_for .wpcf7-radio>label {
    margin: 0px 15px 15px 0;
  }
}
@media (max-width: 767px) {
  .looking_for .wpcf7-radio>label span label span,
  .looking_for .wpcf7-radio>label span label, 
  .looking_for .wpcf7-radio>label>span {
    height: auto;
    min-height: 48px;
  }
  .looking_for .wpcf7-radio>label span label{
    line-height: 24px;
  }
}
.b-message img {
  display: block;
  height: 80px!important;
}
.b-message br {
  display: none;
}
.form_wrapper_madoku {
  padding-top: 20px;
}
.event_type__card {
  height: 100%;
}
.faq_row,
.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section_title.custom {
  margin-bottom: 15px;
  padding: 0;
  margin-top: 0;
}
.home .section_title.custom{
  margin-bottom: 10px;
}
.captch.custom {
  margin-bottom: 0!important;
}
.site_section.custom {
  padding: 50px 0;
}
.bold-numbers-xm {
  padding-top: 0;
}
.bold-numbers-xs {
  padding-top: 45px;
}
.bold-numbers-xxl {
  font-size: 9em;
}
.map-container-scale {
  height: 400px;
  overflow: hidden;
}
.map-container-scale .map-container {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  position: relative;
  top: -75px;
}
@media (min-width: 1200px) {
  #carousel-example-generic .item {
    height: 580px;
  }
}
.custom-items-row section:nth-child(even) {
  background-color: #fbfbfb;
}
.custom-items-row section:nth-child(even) .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 769px) {
  .timeline-centered .timeline-entry:nth-child(odd) {
    float: left;
  }
  .timeline-centered .timeline-entry:nth-child(odd) .timeline-icon {
    float: right;
    margin-right: -12px;
  }
}
@media (min-width: 769px) {
  .timeline-centered .timeline-entry:nth-child(even) {
    float: right;
  }
}



/* New style */
.custom-items-row.reverse_1 section .row{
  display: flex;
  flex-wrap: wrap;
}
.custom-items-row.reverse_1 section:nth-child(even) .row{
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.custom-items-row.reverse_1 section:last-child{
  margin-bottom: 50px;
}
.custom-items-row.reverse_1 section:first-child{
  padding-top: 30px!important;
}
.border_bt{
  border: none;
}
.border_bt span{
  border-left: 1px solid #b9012e;
}
.border_bt span:before{
  width: 100%;
  display: block;
  text-align: center;
}
.border_bt:hover span{
  border-color: #2f3038;
}
.amd-gutter{
  width: 100%;
  height: 40px;
}

.adm-logos-items{
  font-size: 22px;
}
.adm-logos-items p{
  margin-bottom: 40px;
}

.border_bt.right_bt{
  border: none!important;
}
.border_bt.right_bt span{
  border-left: 1px solid #b9012e!important;
}
.border_bt.right_bt:hover span{
  border-color: #2f3038!important;
}

#all{
  padding-top: 82px;
}
@media (min-width: 992px){
  #all{
    padding-bottom: 0!important;
  }
}
.align-items-center{
  align-items: center;
}

.adm-custom-input{
  display: block;
  margin-bottom: 30px;
}
.home .adm-custom-input {
    margin-bottom: 25px;
}
.home .col-md-12.recaptcha .adm-custom-input{
    margin-bottom: 5px;
}
.adm-custom-input:after{
  content: "";
  display: table;
  clear: both;
}
.adm-custom-input input,
.adm-custom-input textarea{
  float: none;
}

body.modal-open{
  overflow: hidden;
}
.modal{
  z-index: 999999999!important;
  width: 100%;
}
@media (max-width: 650px){
  .modal-body{
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.modal-backdrop{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-content{
  width: 100%;
  box-shadow: none;
  border: none;
}
.modal-content .modal-body .modal-content{
  margin: 60px 0;
}
.modal-content.error-api .form_wrap>div>.uppercase{
color: #ce0134;
font-size: larger;
}
.modal .modal-dialog{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .form_wrap{
  max-width: 100%!important;
  width: 100%!important;
  padding: 35px 50px;
}
.topic_choose_custom{
  margin-bottom: 40px;
}
.home .topic_choose_custom{
  margin-bottom: 20px;
}


.wpcf7-list-item input{
  display: none;
}
.wpcf7-list-item input:checked + span:before{
  transition: all ease-in 0.1s;
  background-color: #d31f35;
}
.wpcf7-list-item input:checked + span:after{
  transition: all ease-in 0.1s;
  opacity: 1;
}
.wpcf7-list-item .wpcf7-list-item-label{
  position: relative;
  padding-left: 25px;
  display: block;
}
.wpcf7-list-item .wpcf7-list-item-label a{
  color: #fff;
  display: inline;
}
.wpcf7-list-item .wpcf7-list-item-label a:hover{
  text-decoration: none;
}
.wpcf7-list-item .wpcf7-list-item-label:before,
.wpcf7-list-item .wpcf7-list-item-label:after{
  content: "";
  position: absolute;
  transition: all ease-in 0.1s;
}
.wpcf7-list-item .wpcf7-list-item-label:before{
  width: 15px;
  height: 15px;
  background-color: #fff!important;
  position: absolute;
  left: 0;
  top: 2px!important;
  border: 1px solid #ff0000!important;
}
.wpcf7-list-item .wpcf7-list-item-label:after{
  left: 5px;
  top: 5px!important;
  width: 6px;
  height: 10px;
  border: solid #ff0000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
}
textarea.form-control {
  padding: 5px 20px!important;
}
.acceptance .wpcf7-list-item .wpcf7-list-item-label {
  line-height: 22px;
}
.acceptance .wpcf7-list-item .wpcf7-list-item-label a {
  color:#003b60;
}
span.wpcf7-list-item{
  margin: 0;
}
span.wpcf7-not-valid-tip{
  margin-top: 10px;
  color: #d31f35;
  font-size: 14px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
  border: 2px solid #FFEB3B;
  background: #FFEB3B;
  color: #4c4612;
}
div.wpcf7-response-output{
  padding: 15px 20px;
  display: table;
}
div.wpcf7-mail-sent-ok{
  background: #398f14;
}
.style-adm .row{
  display: flex;
  flex-wrap: wrap;
}
.justify-content-around{
  justify-content: space-between;
}
.align-items-center{
  align-items: center;
}
.justify-content-between{
  justify-content: space-between;
}
.style-adm .adm-header-title a{
  display: flex;
  align-items: center;
}
.style-adm-header{
  position: relative;
  z-index: 99999999999!important;
}

.adm-custom-checkboxs{
  margin-top: 15px;
}
.adm-custom-checkboxs .wpcf7-list-item .wpcf7-list-item-label:before,
.adm-custom-checkboxs .wpcf7-list-item .wpcf7-list-item-label:after{
  display: none;
}
.adm-custom-checkboxs .wpcf7-list-item .wpcf7-list-item-label{
  background-color: #fdfdfd;
  color: #64676c;
  padding: 0 4px;
  height: 48px;
  line-height: 46px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
  border: 1px solid #b8b8b8;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
}
.adm-custom-checkboxs .wpcf7-list-item.first .wpcf7-list-item-label{
  border-radius: 28px 0 0 28px;
}
.adm-custom-checkboxs .wpcf7-list-item.last .wpcf7-list-item-label{
  border-radius: 0 28px 28px 0;
}
.adm-custom-checkboxs .wpcf7-form-control{
  display: flex;
  flex-wrap: wrap;
}
.adm-custom-checkboxs .wpcf7-form-control .wpcf7-list-item{
  flex: 1;
  margin: 0 1px;
}
.adm-custom-checkboxs .wpcf7-form-control .wpcf7-list-item label{
  display: block;
}
.adm-custom-input-title{
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
}
.adm-custom-input-title.white{
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}
.adm-custom-checkboxs .wpcf7-list-item input:checked + span{
  color: #fff;
  border: 1px solid #8d6cad;
  background: #8d6cad;
}
.min-width-button{
  width: 200px;
  text-align: center!important;
}
.wpcf7-list-item-label a.custom{
  color: #003b60;
}
.let__form{
  margin-top: 50px;
}
.adm-custom-input select{
  height: 48px;
  line-height: 48px;
  width: 100%;
  border: none;
  background: #fff!important;
  border: none!important;
  color: #000;
  padding: 0 25px;
  box-shadow: 0 12px 24px -7px rgba(0,0,0,.1);
  border-radius: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent url("../images/arrow.svg") no-repeat 98.1% center!important;
  background-color: #fff!important;
  background-size: 12px 10px!important;
}

@media (max-width: 1200px){
  .adm-custom-input select{
    background: transparent url("../images/arrow.svg") no-repeat 97% center!important;
    background-color: #fff!important;
    background-size: 12px 10px!important;
  }
}
@media (max-width: 768px){
  .adm-custom-input select{
    background: transparent url("../images/arrow.svg") no-repeat 96% center!important;
    background-color: #fff!important;
    background-size: 12px 10px!important;
  }
}
.form_march_design input[type='number'] {
    padding-top: 10px!important;
}
.wpcf7-form-control label{
  flex: 1;
  display: block;
}
.wpcf7-form-control label span{
  display: block;
}

.adm-custom-bg-radio .wpcf7-form-control input[type='radio']{
  display: none;
}
.adm-custom-bg-radio .wpcf7-form-control{
  display: flex;
}
.adm-custom-bg-radio .wpcf7-form-control .wpcf7-list-item{
  flex: 1;
  margin-right: 10px;
}
.adm-custom-bg-radio .wpcf7-form-control .wpcf7-list-item:last-child{
  margin-right: 0px;
}
.adm-custom-bg-radio .wpcf7-form-control .wpcf7-list-item label{
  display: block;
}
.adm-custom-bg-radio .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  opacity: 0.6;
  background-color: #333;
  font-size: 11px;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.adm-custom-bg-radio .wpcf7-form-control .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label{
  background: #0c6;
}
.adm-custom-bg-radio .wpcf7-form-control .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label{
  background: #090;
}
.adm-custom-bg-radio .wpcf7-form-control .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label{
  background: #910059;
}
.adm-custom-bg-radio .wpcf7-form-control .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label{
    background: #4c00af;
}
.adm-custom-bg-radio .wpcf7-form-control .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label{
  background: #03c;
}
.adm-custom-bg-radio .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:hover{
  opacity: 1;
}
.adm-custom-bg-radio .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:before,
.adm-custom-bg-radio .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:after{
  display: none;
}
.adm-custom-bg-radio .wpcf7-form-control input[type='radio']:checked + span{
  opacity: 1;
}

.contact_form_4{
  margin-top: 30px;
}
.contact_form_4 .form-group{
  margin-bottom: 0;
}

.check-grey .wpcf7-list-item-label:before{
  background-color: #eee;
}


.custom-radio .wpcf7-list-item{
  margin-right: 10px;
}
.custom-radio input[type="radio"]{
  display: none;
}
.custom-radio input[type="radio"]:checked + span:after{
  background-color: #c20131!important;
  opacity: 1;
  top: 8px!important;
}
.custom-radio .wpcf7-list-item-label{
  display: block;
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}
.custom-radio .wpcf7-list-item-label:before{
  content: "";
  width: 15px;
  height: 15px;
  background-color: #eee;
  border-radius: 100%;
}
.custom-radio .wpcf7-list-item-label:after{
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  background-color: red;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  opacity: 0;
  border: none;
  transform: translate(0);
}
.contact_form_6 input[type="text"],
.contact_form_6 input[type="email"],
.contact_form_6 input[type="number"],
.contact_form_6 input[type="tel"],
.contact_form_6 textarea{
  background-color: #fff;
  border-radius: 4px;
  padding: 0 25px;
  color: #000;
}
.contact_form_6 select{
  border-radius: 4px;
}
.contact_form_6 textarea{
  padding-top: 25px;
  min-height: 100px;
}
.contact_form_6 textarea:focus{
  background-color: #fff;
}

.acceptance_custom_form .wpcf7-list-item-label:before{
  background-color: #f2f2f2;
}
.acceptance_custom_form{
  font-size: 14px!important;
}
.lazy-hidden{
  opacity: 1!important;
  background-color: transparent!important;
}
.lang-item{
  text-transform: capitalize;
}
.current-lang a{
  color: #d31f35!important;
  border-color: #d31f35!important;
}
.style-adm .adm-actions li:first-child{
  margin-right: 10px!important;
}
.map-container-scale{
  height: 440px;
}
.map-container-scale .map-container{
  transform: scale(.8);
}


@media (min-width: 1200px){
  .generic-slider-ru .item{
    height: 680px!important;
  }
}

.white{
  color: #fff;
}
@media screen and (min-width: 1001px){
  .monetization_fine_tunning{
    height: auto!important;
  }
}
@media screen and (max-width: 1400px){
  .site_header h2{
    font-size: 18px;
  }
}
.border_bt_line.border_bt.right_bt{
  border: 1px solid #3e404a!important;
}
.border_bt_line.border_bt.right_bt span{
  border-left: 1px solid #3e404a!important;
}
.client_quote{
  font-size: 16px;
}
.site_section.bg-silver .section_title{
    font-size: 42px;
}
.form-group input,
.form-group select,
.form-group textarea{
  padding: 0 20px; 
}

.adm-socials a.slideshare svg{
  width: 28px;
  height: 28px;
}
.adm-socials a.slideshare:hover path{
  fill: #0163ab;
}
.adm-main.adm-main-custom{
  padding: 75px 0!important;
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
}
.adm-main-custom:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(71, 76, 78, 0.8);
  z-index: 1;
}
.adm-main-custom .container{
  position: relative;
  z-index: 3;
}





@media screen and (max-width: 1200px){
  .site_section.bg-silver .section_title{
    font-size: 36px;
  }
}
@media screen and (max-width: 992px){
  .site_section.bg-silver .section_title{
    font-size: 32px;
  }
  .adm-main.adm-main-custom{
    min-height: inherit;
    padding: 45px!important;
    display: block;
  }
  .style-adm .adm-adversting h2{
    max-width: 45%!important;
  }
}
@media screen and (max-width: 768px){
  
}
body.customize-support .style-adm .adm-header{
  top: 32px;
}
#wpadminbar{
  z-index: 9999999999999999999!important;
}


/* new */
#cookiesdirective{
  visibility: hidden!important;
}
#cookiesdirective.shown{
  visibility: visible!important;
}
form p br{
  display: none!important;
}
.row.flex{
  display: flex;
  flex-wrap: wrap;
}
.style-adm .adm-actions li a{
  border: none!important;
}
.style-adm .adm-actions li span{
  color:#d31f35;
}

body.active-menu{
  overflow: hidden!important;
}

.indicators_tabs-item{
  display: none;
  flex-wrap: wrap;
}
.indicators_tabs-item.current{
  display: flex;
  margin-bottom: 30px;
}
.indicators_tabs-logo{
    width: 25%;
    height: 90px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.indicators_tabs-logo:after{
  content: '';
  height: 1px;
  background: #d8daf1;
  bottom: 0;
  left: 10px;
  right: 10px;
  display: block;
  position: absolute;
}
.indicators_tabs-logo:before{
  content: '';
    width: 1px;
    background: #d8daf1;
    top: 10px;
    bottom: 10px;
    right: 0;
    display: block;
    position: absolute;
}
.indicators_tabs-logo:nth-child(4n+4):before{
  opacity: 0;
}
.indicators_tabs-logo img{
    height: 50px;
}

@media screen and (max-width: 1200px){
  .style-adm .adm-form-content{
    padding-left: 0!important;
  }
  .style-adm .adm-news-box{
    padding-bottom: 10px!important;
    margin-bottom: 10px!important;
  }
  .site_section .page_content{
    max-width: 100%!important;
    width: 100%!important;
    padding: 0!important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .home #topic_choose .section_title {
      font-size: 3em;
  }
}
@media screen and (max-width: 992px){
  #all{
    padding-top: 60px;
    overflow: hidden;
  }
  .map-container-scale .map-container{
    transform: scale(1);
    top: 0;
  }
  .map-container-scale{
    height: auto;
  }
  .adm-main.adm-main-custom{
    padding: 45px 0!important;
  }
  .style-adm .adm-main-text{
    margin-bottom: 0!important;
  }
  .style-adm .adm-news-box{
    padding-bottom: 0px!important;
    margin-bottom: 0px!important;
  }
  .style-adm .adm-news-box-img a{
    margin-bottom: 10px!important;
  }
  .style-adm .adm-form-img{
    display: none!important;
  }
  .lpcontact .form_march_design{
    padding-bottom: 0!important;
  }
  .style-adm .adm-nav-sub{
    position: relative!important;
    opacity: 1!important;
    visibility: visible!important;
  }
  .style-adm .adm-nav-sub-item-title{
    font-size: 15px!important;
    margin-bottom: 0!important;
  }
  .style-adm .adm-nav-sub-item{
    margin-bottom: 15px!important; 
  }
  .style-adm .adm-nav-sub:before{
    display: none!important;
  }
  .style-adm .adm-nav{
    height: 100%!important;
    overflow-y: auto!important;
  }
  .style-adm .adm-nav-list li.has__child_el{
    width: 100%;
    position: relative;
    padding-right: 15px;
  }
  .style-adm .adm-nav-list li.has__child_el:before{
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3.5px 0;
    border-color: #d31f35 transparent transparent;
    opacity: 1;
  }
  .style-adm .adm-nav{
    background-color: rgba(255,255,255, 0.95)!important;
  }
  .indicators_tabs-logo{
    width: 33.3333%;
  }
  .indicators_tabs-logo:nth-child(4n+4):before{
    opacity: 1;
  }
  .indicators_tabs-logo:nth-child(3n+3):before{
    opacity: 0;
  }
}
@media screen and (max-width: 768px){
  #cookiesdirective{
    padding: 20px 15px!important;
  }
  .hero-slider,
  .busislider{
    height: auto!important;
  }
  .site_section.custom{
    padding: 50px 0 0 0;
  }
  #topic_choose{
    margin-bottom: 0px;
  }
  #carousel-example-generic .item{
    height: auto;
    padding: 40px 0 30px 0;
  }
  .site_section.bg-silver,
  .blog_rss.site_section{
    padding-bottom: 0;
  }
  .blog_rss.site_section{
    padding-top: 25px;
  }
  .site_section.bg-silver .section_title{
    font-size: 26px;
  }
  .style-adm .adm-adversting-inner-img{
    position: relative!important;
    height: 300px!important;
    width: 100%!important;
    border-radius: 0px!important;
    bottom: 0!important;
    margin-top: 20px!important;
  }
  .style-adm .adm-adversting h2{
    max-width: 100%!important;
  }
  .styles_march .h2, .styles_march h2{
    font-size: 32px;
  }
  .form_march_design{
    padding-bottom: 0px!important;
  }
  .styles_march .form_on_content_page {
    padding: 50px 0 40px 0;
  }
  .adm-section.adm-main .col-md-6{
    max-width: 100%;
    width: 100%;
  }
  .form_on_content_page{
    padding: 45px 0;
  }
  .site_section{
    padding: 30px 0;
  }
}
@media screen and (max-width: 568px){
  .bold-numbers-xxl{
    font-size: 100px;
  }
  .adm-main.adm-main-custom {
    padding: 45px 0 25px 0!important;
  }
  .style-adm .adm-news-box{
    padding-bottom: 0!important;
    margin-bottom: 0!important;
  }
  .adm-form-content .col-sm-6,
  .adm-form-content .col-sm-12{
    max-width: 100%;
    width: 100%;
  }
  .styles_march .h2, .styles_march h2{
    font-size: 24px;
  }
  .col-6{
    max-width: 50%;
    width: 100%;
  }
  .menu.ul.old_indicators.styles_march_indicators{
    display: flex;
    flex-direction: column;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
  }
  .bg-white .styles_march_indicators li{
    border: none!important;
  }
  .bg-white .styles_march_indicators li:not(:last-child){
    border-bottom: 1px solid #d8d8d8!important;
  }
  .form_on_content_page{
    padding: 35px 0;
  }
  .style-adm .adm-nav{
    padding: 20px!important;
  }
  .style-adm .adm-num-box-num{
    font-size: 65px!important;
  }
}


.bounce_animation{
  display: block;
  position: relative;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; 
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; 
  -webkit-animation-name: bounceIn; 
  animation-name: bounceIn;
  
}
.wpcf7-submit-wrapper .wpcf7-submit:disabled{
  pointer-events: none;
}
.wpcf7-submit-wrapper{
  display: inline-block;
}

.partners-table-inner{
  overflow-x: auto;
}
table.partners-table{
  width: 100%;
}
table.partners-table td{
  padding: 7px 15px;
  border: 1px solid #e0e0e0;
}



.step__ico{
  font-size: 25px;
  font-weight: bold;
  margin-right: 13px;
}
.decor_parallax__bg:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/abstract_light_blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.custom__flex{
  display: flex;
  justify-content: center;
    align-items: center;
}


.custom__flex .csstransitions .wow{
    display: flex;
    align-items: center;
}
.custom__flex .inline-block.middle.round-descr{
    flex: 1;
}

.semibold_custom{
  font-weight: 500;
}
.s__custom .semibold{
  font-weight: 500!important;
  font-family: inherit!important;
}

.center-info-faq{
  margin-top: 30px;
}
.center-info-faq a:hover{
  text-decoration: none;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  50% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  50% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.priorities__sections{
  padding: 80px 0 0;
}


@media screen and (max-width: 768px){
  .styles_march .btn_arrow_sumit{
    width: 100%;
    min-width: 200px;
  }
  .priorities__sections{
    padding: 25px 0 0;
  }
}
@media screen and (max-width: 658px){
  .custom__flex{
    flex-direction: column;
    align-items: flex-start;
  }
  .custom__flex .m-b-dh{
    margin-bottom: 15px!important;
  }
  .custom__flex .m-t-lg{
    margin-top: 0!important;
  }
  .custom__mb_title{
    margin-bottom: 20px!important;
  }
}
.justify-content-center{
  justify-content: center!important;
}
/* end New style */
#interface {
  max-height: 643px;
}
body div.wpcf7-validation-errors, body div.wpcf7-acceptance-missing{
    border: none;
    background: transparent;
    display: none!important;
}

body .lpcontact span.wpcf7-not-valid-tip, body .lpcontact span.wpcf7-not-valid-tip{
    color:#FFF000;
}
.adm-custom-input {
  position: relative;
}
form .row>div{
  overflow: hidden;
}
label.adm-custom-input {
  display: table;
}
.adm-custom-input a{
  text-decoration: underline;
  color: #003b60!important;
  top: 0;
  left: 102%;
  width: 200%;
  position: absolute;
  text-align: left;
}
.adm-custom-input a:hover{
  text-decoration: none;
}
.agree span.wpcf7-not-valid-tip{
    position: absolute;
    width: 200%;
}
@media only screen and (max-width: 570px){
  .adm-custom-input a{
    top: 20px;
    left: 30px;
    position: absolute;
  }
  .agree span.wpcf7-not-valid-tip{
      top:35px;
  }
  .agree{
    margin-bottom: 20px;
    position: relative;
    display: inline-table;
  }
  .agree .wpcf7-not-valid-tip{
    position: relative;
    bottom: -15px;
  }
}
.adm-custom-input span.wpcf7-list-item-label{
  position: relative;
  padding-left: 30px;
}
.adm-custom-input span.wpcf7-list-item-label:before,
.adm-custom-input span.wpcf7-list-item-label:after{
  content: "";
  position: absolute;
  transition: all ease-in 0.1s;
}
.adm-custom-input span.wpcf7-list-item-label:before{
  width: 17px;
  height: 17px;
  background-color: #eaeaea;
  left: 0;
  top: 1px;
  border-radius: 2px;
}
.adm-custom-input span.wpcf7-list-item-label:before{
  border: 1px solid #D31F35;
}
.adm-custom-input span.wpcf7-list-item-label:after{
  display: block;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 6px;
  top: 3px;
  opacity: 0;
}
.adm-custom-input input[type='radio']:checked + span.wpcf7-list-item-label:before,
.adm-custom-input input[type='checkbox']:checked + span.wpcf7-list-item-label:before{
  transition: all ease-in 0.1s;
  background-color: #D31F35!important;
}
.adm-custom-input input[type='radio']:checked + span.wpcf7-list-item-label:after,
.adm-custom-input input[type='checkbox']:checked + span.wpcf7-list-item-label:after{
  transition: all ease-in 0.1s;
  opacity: 1;
}
.adm-custom-input span.wpcf7-list-item-label a{
  display: inline;
  text-decoration: underline;
  color: #D31F35;
}
.adm-custom-input span.wpcf7-list-item-label a:hover{
  text-decoration: none;
}
.adm-custom-input .agree span.wpcf7-list-item-label a{
  position: relative!important;
  top: 0!important;
  left: 5px!important;
}
@media (max-width: 345px) {
  .adm-custom-input a {
    top: 50px;
  }
}
.form_on_content_grey{
  background: #F2F2F2;
}
.form_on_content_grey .form_march_design textarea,
.form_on_content_grey .form_march_design input.input__field{
  border: 1px solid #b8b8b8!important;
}


.adm-info-box-text-before{
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 15px;
}



.adm-adversting-ico-box{
  display: flex;
  margin-bottom: 20px;
}
.adm-adversting-ico-box-ico{
  max-width: 50px;
  width: 100%;
  margin-right: 15px;
}
.adm-adversting-ico-box-text{
  flex: 1;
}



.pt-0{
  padding-top: 0!important;
}


.adm-adversting-inner-img.custom-size{
  background-size: 155%!important;
  background-color: #f7f7f7!important;
}
.adm-adversting-bobile-img{
  display: none;
  text-align: center;
}
@media screen and (max-width: 991px){
  .adm-adversting-bobile-img{
    display: block;
  }
}

.web-section.full-screen {
    position: fixed;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: table;
}

.web-section.full-screen.white-bg {
    background: #ffffff;
}

.web-section.full-screen .entry-content{
    display: table;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0;
    text-align: center;
    padding: 0 30px;
}


/* Userid page */
.adm-section.adm-userid-about,
.adm-section.adm-userid-3rd,
.adm-section.adm-userid-advantages,
.adm-userid-stats{
  padding: 45px 0!important;
}
.adm-userid-about{
  background-color: #f7f7f7;
  padding-bottom: 0!important;
}
.adm-userid-about-item{
  margin-bottom: 40px;
}
.adm-userid-about-item-box{
  padding: 35px;
  font-size: 14px;
  border-radius: 5px;
  border: 2px solid rgba(229,229,229,.5);
  background-color: #fff;
}
.adm-userid-about-item-box p{
  font-size: 24px;
}
.adm-userid-about-item h4{
  font-size: 24px;
}
.adm-userid-about-img{
  max-width: 781px;
  margin: 0 auto;
  position: relative;
  /* background-color: #fff; */
}
.adm-userid-about-img-description{
  max-width: 620px;
  margin: 15px auto 20px auto;
  text-align: center;
  font-size: 16px;
}

.adm-userid-3rd{
  background-color: #fff;
}
.adm-userid-3rd.has-bg{
  background-color: #f7f7f7;
}
.userid-3rd-box{
  margin-bottom: 30px;
  height: calc(100% - 30px);
  background-color: #fff;
  padding: 35px;
  box-sizing: border-box;
  border: 5px solid #f5f5f5;
  display: flex;
  flex-direction: column;
}
.userid-3rd-box-text{
  flex: 1;
  display: flex;
  flex-direction: column;
}
.userid-3rd-box-text ul{
  flex: 1;
}
.userid-3rd-box-title{
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 19px;
  font-family: 'AvenirNextCyr-Bold';
  position: relative;
  padding-top: 24px;
}
.userid-3rd-box-title span{
  /* border-bottom: 3px solid rgba(211, 31, 53, 0.2); */
}
.userid-3rd-box-title:before{
  content: "";
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #d31f35;
  width: 32px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.userid-3rd-box-text li{
  position: relative;
  padding-left: 20px;
}
.userid-3rd-box-text li:before{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 11px;
  background-color: #d31f35;
}
.userid-3rd-box-text ul:not(:last-child){
  margin-bottom: 15px;
}
.userid-3rd-box-text li:not(:last-child){
  margin-bottom: 15px;
}
.adm-userid-advantages h4{
  font-size: 16px!important;
}

.adm-userid-stats{
  background-color: #f7f7f7;
}
.userid-stats-box{
  /* margin-bottom: 30px; */
}
.userid-stats-box-val{
  font-size: 40px;
  line-height: 1;
  margin-bottom: 15px;
  font-family: 'AvenirNextCyr-Bold';
  color: #d31f35;
}
.userid-stats-box-text{}

.adm-userid-chart{
  padding: 65px 0!important;
}
.adm-userid-chart .adm-section-title-description{
  font-size: 16px!important;
  max-width: 900px!important;
}
.adm-userid-chart-img{
  margin-bottom: 45px;
}
.adm-userid-chart-img img{
  max-width: 900px!important;
  margin: 0 auto;
}
.white-bg{
  background-color: #fff!important;
}
.adm-userid-chart-img{
  position: relative;
  padding-bottom: 45px;
}
.adm-userid-chart-img:after{
  content: "";
  width: 100vw;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #dcdcdc;
  position: absolute;
}
.adm-section.adm-userid-chart{
  overflow: hidden;
}

.adm-main-userid-info {
  padding: 20px 0;
  background-color: #f7f7f7;
}
.adm-main-userid-info p{
  max-width: 800px!important;
  margin: 0 auto!important;
  font-size: 17px;
  text-align: center;
  line-height: 1.6!important;
}

.decor-selected{
  border-left: 2px solid #d31f35;
  padding-left: 20px;
}

.wpcf7-list-item input{
  display: none!important;
}
span.wpcf7-list-item{
  margin: 0!important;
}

.adm-section-rewiews-userid .slick-dots{
  display: none;
}
.adm-section-rewiews-userid .adm-rewiews-text{
  font-size: 24px;
}

/* end Userid page */


/* Admixer HB */
.adm-get-hb-img{
  margin-bottom: 45px;
}
.adm-get-hb-description p{
  margin-bottom: 30px!important;
}
.adm-hb-stat-table tr:not(:last-child){
  /* border-bottom: 1px solid #dedede; */
}
.adm-hb-stat-table thead tr{
  /* border-top: 1px solid #dedede; */
  /* border-bottom: 1px solid #dedede; */
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
.adm-hb-stat-table thead td{
  padding: 15px;
}
.adm-hb-stat-table td:not(:last-child){
  /* border-right: 1px solid #dedede; */
}
.adm-hb-stat-table td{
  padding: 15px;
}
.adm-hb-stat-list li{
  position: relative;
  padding-left: 20px;
}
.adm-hb-stat-list li:not(:last-child){
  margin-bottom: 10px;
}
.adm-hb-stat-list li:before{
  content: "";
  width: 6px;
  height: 6px;
  background-color: #4c4c4c;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 100%;
}
.adm-hb-stat-table-mobile{
  display: none;
}
.adm-hb-stat-table-mobile-item:not(:last-child){
  margin-bottom: 35px;
}
.adm-hb-stat-table-mobile-box.item-header{
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.adm-hb-stat-table-mobile-box{
  padding: 15px;
  box-sizing: border-box;
}
.adm-hb-stat-table-mobile-box:not(:last-child){
  border-bottom: 1px solid #dedede;
}

.adm-main-userid.adm-main-custom:before{
  background: rgba(71,76,78,.5);
}

.show-xs-image{
  display: none;
}

.adm-hb-advantages-items{
  margin-bottom: 30px;
}

.adm-userid-about-img.custom{
  max-width: 1000px;
}
.no-overlay:before{
  display: none!important;
}

.custom-ico-line-box{
  margin-top: 20px!important;
}
.font_20{
  font-size: 20px;
}

.adm-hb-stat-img{
  max-width: 50%;
  margin: 0 auto;
}

.adm-userid-about-img.custom.custom-two{
  max-width: 100%;
}
.adm-get-hb-description.custom p{
  font-size: 16px!important;
}
.adm-section-title-description.custom-title{
  font-size: 32px!important;
}

.page-id-2520.uk .adm-main-custom:before{
  display: none;
}

@media screen and (max-width: 576px){
  .adm-hb-stat-table-mobile{
    display: block;
  }
  .adm-hb-stat-table table{
    display: none;
  }
  .hide-xs-image{
    display: none;
  }
  .show-xs-image{
    display: block;
    margin: 0 auto;
  }
  .adm-section-title-description.custom-title{
    font-size: 26px!important;
  }
}



/* end Admixer HB */
.styles_april .form_on_content_page{
    background: none;
    background-image: none;

}

.styles_april .button {
  text-align: center;
  cursor: pointer;
  border: none;
  font-weight: 500;
  border-radius: 3px;
  padding: 10px 47px;
  background-color: #E7596B;
  background: -webkit-gradient(linear, left top, left bottom, from(#E7596B), to(#D31F35));
  background: -o-linear-gradient(top, #E7596B 0%, #D31F35 100%);
  background: linear-gradient(180deg, #E7596B 0%, #D31F35 100%);
  -webkit-box-shadow: 0px 6px 10px rgba(226, 57, 77, 0.3);
  box-shadow: 0px 6px 10px rgba(226, 57, 77, 0.3);
  border-radius: 8px;
  color: #fff;
}

.styles_april .button:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#F28A97), to(#E6475A));
  background: -o-linear-gradient(top, #F28A97 0%, #E6475A 100%);
  background: linear-gradient(180deg, #F28A97 0%, #E6475A 100%);
}

.styles_april .button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#BC1A2E), to(#D94456));
  background: -o-linear-gradient(top, #BC1A2E 0%, #D94456 100%);
  background: linear-gradient(180deg, #BC1A2E 0%, #D94456 100%);
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.styles_april .button:focus,
.styles_april .button:active {
  outline: none;
}

.styles_april .form-group {
  margin-bottom: 30px;
  position: relative;
}

.styles_april .form-group-title {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  padding-top: 2px;
  padding-bottom: 2px;  
}

.styles_april .form-group-item {
  width: 100%;
  background: #F2F2F2;
  border-radius: 4px;
  min-height: 42px;
  padding: 0 20px;
  appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
  border: none;
  border: 1px solid transparent;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  text-align: left!important;
}

.styles_april .not-valid .form-group-checkbox span.wpcf7-list-item-label:before,
.styles_april .not-valid  textarea.form-group-item,
.styles_april .not-valid  .form-group-item{
  border: 1px solid #D31F35!important;
}

.styles_april .form-group-item::-webkit-outer-spin-button,
.styles_april .form-group-item::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.styles_april input.form-group-item[type=number] {
  -moz-appearance: textfield;
}

.styles_april .form-group-item.error {
  border-color: #D31F35;
}

.styles_april .form-group-item::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
}

.styles_april .form-group-item:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
}

.styles_april .form-group-item::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
}

.styles_april .form-group-item:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
}

.styles_april .form-group-item:focus {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 40px rgba(122, 113, 95, 0.25);
  box-shadow: 0px 9px 40px rgba(122, 113, 95, 0.25);
}

.styles_april .form-group-item:focus::-webkit-input-placeholder {
  color: transparent;
}

.styles_april .form-group-item:focus:-moz-placeholder {
  color: transparent;
}

.styles_april .form-group-item:focus::-moz-placeholder {
  color: transparent;
}

.styles_april .form-group-item:focus:-ms-input-placeholder {
  color: transparent;
}

.styles_april .form-group-item:focus + div path {
  fill: #0066FF;
}

.styles_april .form-group-item:focus + div svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.styles_april .form-group-ico {
  position: relative;
}

.styles_april .form-group-ico .form-group-item {
  padding-right: 60px;
}

.styles_april .form-group-ico-inner {
  width: 60px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

.styles_april .form-group-ico path {
  fill: rgba(186, 186, 186, 0.2);
}

.styles_april .form-group-ico:hover path {
  fill: rgba(0, 0, 0, 0.13);
}

.styles_april .form-group-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.styles_april .form-group-file input {
  display: none;
}

.styles_april .form-group-file:active {
  border-color: #0066FF;
}

.styles_april .form-group-file:active + div path {
  fill: #0066FF;
}

.styles_april .form-group-file.file-selected {
  border-color: #0066FF;
}

.styles_april .form-group-file.file-selected + div path {
  fill: #0066FF;
}

.styles_april .form-group-checkbox {
  display: block;
  width: 100%;
}

.styles_april .form-group-checkbox input[type='checkbox'],
.styles_april .form-group-checkbox input[type='radio'] {
  display: none;
}

.styles_april .form-group-checkbox input[type='checkbox']:checked + span:before,
.styles_april .form-group-checkbox input[type='radio']:checked + span:before {
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.styles_april .form-group-checkbox input[type='checkbox']:checked + span:after,
.styles_april .form-group-checkbox input[type='radio']:checked + span:after {
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  opacity: 1;
}

.styles_april .form-group-checkbox span.wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  line-height: 26px;
  opacity: .6;
}

.styles_april .form-group-checkbox input:checked + span.wpcf7-list-item-label{
  opacity: 1;
}


.rtb-stack-order .rtb-stack-order-checkbox span.wpcf7-list-item-label:before,
.rtb-stack-order .rtb-stack-order-checkbox span.wpcf7-list-item-label:after,
.styles_april .form-group-checkbox span.wpcf7-list-item-label:before,
.styles_april .form-group-checkbox span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  cursor: pointer;
}

.styles_april .form-group-checkbox span.wpcf7-list-item-label:before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #F2F2F2!important;
  border: 1px solid #f2f2f2!important;
  left: 0;
  top: 1px;
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}

.rtb-stack-order .rtb-stack-order-checkbox span.wpcf7-list-item-label:after,
.styles_april .form-group-checkbox span.wpcf7-list-item-label:after {
  width: 24px;
  height: 24px;
  left: 0;
  top: 2px!important;
  background-image: url("../images/check.svg");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  border:none;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.rtb-stack-order .rtb-stack-order-checkbox span.wpcf7-list-item-label a,
.styles_april .form-group-checkbox span.wpcf7-list-item-label a {
  display: inline;
  text-decoration: underline;
  margin-left: 5px;
}

.rtb-stack-order .rtb-stack-order-checkbox span.wpcf7-list-item-label a:hover,
.styles_april .form-group-checkbox span.wpcf7-list-item-label a:hover {
  color: #E7596B;
  text-decoration: none;
}

.styles_april .form-group-radio-list .wpcf7-form-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rtb-stack-order form span.wpcf7-not-valid-tip,
.styles_april span.wpcf7-not-valid-tip {
    position: absolute;
    opacity: 0;
}
.rtb-stack-order div.wpcf7-response-output,
.styles_april div.wpcf7-response-output,
.styles_april .form-group-radio-list .wpcf7-form-control input[type='radio'],
.styles_april .form-group-radio-list .wpcf7-form-control .wpcf7-list-item-label:after,
.styles_april .form-group-radio-list .wpcf7-form-control .wpcf7-list-item-label:before{
  display:none!important;
}

.styles_april .form-group-radio-list .wpcf7-form-control input[type='radio']:checked + span.wpcf7-list-item-label {
  background: #E0E0E0;
  font-weight: 500;
  color: #000;
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.styles_april .form-group-radio-list .wpcf7-form-control>label {
  display: block;
  margin: 0 1px;
}

.styles_april .form-group-radio-list .wpcf7-form-control>label:last-child span.wpcf7-list-item-label {
  border-radius: 0 30px 30px 0;
}

.styles_april .form-group-radio-list .wpcf7-form-control>label:first-child span.wpcf7-list-item-label {
  border-radius: 30px 0 0 30px;
}

.styles_april .form-group-radio-list .wpcf7-form-control>label span.wpcf7-list-item-label {
  cursor: pointer;
  padding: 10px 20px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#E6E6E6));
  background: -o-linear-gradient(top, #F7F7F7 0%, #E6E6E6 100%);
  background: linear-gradient(180deg, #F7F7F7 0%, #E6E6E6 100%);
  white-space: nowrap;
  text-align: center;
}

.styles_april .form-group-radio-list .wpcf7-form-control>label span.wpcf7-list-item-label:hover {
  background: linear-gradient(180deg, #FAFAFA 0%, #EDEDED 100%);
  box-shadow: 0px 8px 14px rgba(122, 113, 95, 0.2);
  color: #828282;
}

.styles_april textarea {
  min-height: 176px;
}

.styles_april textarea.form-group-item {
  padding: 10px 22px;
  min-height: 176px;
}

.styles_april .main {
  padding: 50px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.styles_april .main-box {
  max-width: 960px;
  margin: 50px auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 9px 40px rgba(122, 113, 95, 0.25);
  box-shadow: 0px 9px 40px rgba(122, 113, 95, 0.25);
  border-radius: 16px;
  overflow: hidden;
}

.styles_april .main-box-header {
  padding: 40px 98px;
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
}
.styles_april .description {
  padding: 0px 98px 50px;
  font-size: 22px;
  line-height: 24px;
}

.styles_april .main-box-content {
  padding: 30px 98px 30px 98px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.styles_april .main-box-footer {
  background: #F7F4ED;
  padding: 32px 98px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rtb-stack-order .rtb-stack-order-checkbox span:before,
.styles_april .main-box-footer .form-group-checkbox span:before {
  background-color: #E0E0E0!important;
  border: 1px solid #f2f2f2!important;
}

.styles_april .form-group {
  margin-bottom: 16px;
}

.styles_april .form-group-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:  flex-start;
  -ms-flex-align:  flex-start;
  align-items:  flex-start;
}


.styles_april .form-group-line.align-items-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.styles_april .form-group-line-title {
  max-width: 160px;
  width: 100%;
  margin-right: 14px;
}

.styles_april .form-group-line-title .form-group-title {
  margin: 9px 0 0 0;
}

.styles_april .form-group-line-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.styles_april .form-group-line-content-input {
  max-width: 300px;
  width: 100%;
  margin-right: 24px;
}

.styles_april .form-group-line-content-input-info {
  font-size: 12px;
  line-height: 16px;
  border-bottom: 1px dashed #003b60;
  text-decoration: none;
}

.styles_april .form-group-line-content-input-info:hover {
  color: #D31F35;
  border-bottom-color: #D31F35;
}

.styles_april .form-group-line-content-input-select:after {
  content: "";
  display: table;
  clear: both;
}

.styles_april .form-group-line-content-input.custom-1 {
  max-width: 240px;
}

.styles_april .form-group-line-content-input.custom-2 {
  max-width: 345px;
  margin-top: 7px;
}

.styles_april .form-group-line-content-input.custom-2:not(:last-child) {
  margin-bottom: 0px;
}

.styles_april .form-group-line-content-input.custom-3 {
  max-width: 165px;
}

.styles_april .form-group-line-content-input.custom-4 {
  max-width: 363px;
}

.styles_april .form-group-line-content-input-select {
  max-width: 144px;
}

.styles_april .form-group-line-content-input.custom-6 {
  max-width: 440px;
}

.styles_april .form-group-line-content-input.custom-full {
  max-width: 100%;
}


.styles_april .form-group-line-content-input span.wpcf7-list-item {
  width: 100%;
  display: block;
}

.styles_april .looking_for{
  width: 100%;
  margin:0;
}

.styles_april .form-group-line-content-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #EB5757;
  font-size: 16px;
  line-height: 22px;
  display: none;
}

.styles_april .form-group-line-content-info.show {
  display: block;
}

.styles_april .nice-select {
  border: none;
  font-size: 16px;
  background: #f2f2f2;
  width:100%;
}

.styles_april .nice-select.open {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd!important;
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15) !important;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15) !important;
  border-radius: 8px 8px 0px 0px;
}

.styles_april .nice-select:focus,
.styles_april .nice-select:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.styles_april .nice-select:focus {
  background: #F2F2F2;
}

.styles_april .nice-select:after {
  content: "";
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  height: 7px;
  width: 7px;
  right: 15px;
}

.styles_april .nice-select .list {
  margin: 0;
  border: none;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 0 5px 5px;
  background: #f7f7f7;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) !important;
  border-radius: 0px 0px 8px 8px;
  padding: 5px 0;
}
.styles_april .nice-select .option.selected{
  font-weight: 300;
}

.styles_april .nice-select .list .option.selected.focus {
  color: #BDBDBD;
}

.styles_april .nice-select .option.selected.focus {
    background-color: #f7f7f7;
}

.styles_april .nice-select .option:hover {
    background-color: #fff;
}

.fon_bp0,
.fon_bp1,
.nice_table td:nth-child(2),
.nice_table td:nth-child(3),
.ru #moove_gdpr_cookie_info_bar,
.ua #moove_gdpr_cookie_info_bar,
.uk #moove_gdpr_cookie_info_bar,
#cookiesdirective {
  display: none!important;
}
.gdpr_lightbox{
    z-index: 10001!important;
}

.styles_april span.wpcf7-list-item {
    margin: 0;
    width: 100%;
}

#moove_gdpr_cookie_info_bar {
    z-index: 10000!important;
}

@media (max-width: 992px) {

  .bordered.styles_april{
    padding: 15px 15px 0 15px;
  }
  .styles_april .main-box-header {
    padding: 35px 45px;
  }

  .styles_april .description {
    padding: 0px 45px 45px;
  }

  .styles_april .main-box-content {
    padding: 0 45px 30px 45px;
  }

  .styles_april .main-box-footer {
    padding: 35px 45px;
  }
}

@media (max-width: 768px) {

  .styles_april .form-group-line {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .styles_april .form-group-line-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .styles_april .form-group-line-content-info.show {
    margin-top: 10px;
  }
}

@media (max-width: 576px) {


  .styles_april .form-group-line-content-input {
    max-width: 100%;
    margin-right: 0;
  }
  .styles_april .form-group-radio-list .wpcf7-form-control>label span.wpcf7-list-item-label {
    padding: 8px 10px;
  }

  .styles_april .main-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 15px auto;
  }

  .styles_april .main-box-header {
    padding: 25px 25px 0 25px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
  }

  .styles_april .description {
    padding: 0px 25px 25px 25px;
  }

  .styles_april .main-box-content {
    padding: 0px 25px 25px 25px;
  }

  .styles_april .main-box-footer {
    margin-left: 0px;
    margin-right: 0px;
    padding: 25px 25px 15px 25px;
  }

  .styles_april .form-group-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .styles_april .form-group-line-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .styles_april .form-group-line-content {
    max-width: 100%;
    width: 100%;
  }

  .styles_april .form-group-line-content-input.custom-1 {
    max-width: 100%;
    width: 100%;
  }

  .styles_april .form-group-line-content-input.custom-2 {
    max-width: 100%;
    width: 100%;
  }

  .styles_april .form-group-line-content-input.custom-3 {
    max-width: 100%;
    width: 100%;
  }

  .styles_april .form-group-line-content-input.custom-4 {
    max-width: 100%;
    width: 100%;
  }

  .styles_april .form-group-line-content-input.custom-full {
    max-width: 100%;
    width: 100%;
  }
}

.banner__container {
    margin: 0;
    background: #ccc;
    padding: 2em 20px;
}
.banner__container .banner {
    max-width: 1000px;
    margin: 1em auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: #fff;
    border-radius: 8px;
    padding: 3em 4em;
}

.banner__container .banner--left {
    flex-grow: 2;
}

.banner__container .banner--right {
    text-align: center;
}
.banner__container .banner__header, .banner__container .banner__subheader, .banner__container .banner__content {
    max-width: 40em;
}
.banner__container .banner__header{
    font-weight: bold!important;
    font-size: 2.15em!important;
    margin-bottom: .28em;
}
.banner__container .banner__subheader {
    font-weight: normal;
    font-size: 1.42em;
    margin-bottom: 1.7em;
}
.banner__container .banner__content {
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 2.85em;
}
.banner__container .banner__button {
    display: inline-block;
    padding: .85em 1.7em;
    background: #F8E1B7;
    border-radius: 4px;
    color: #32323C;
    font-size: 1.42em!important;
    font-weight: 600!important;
}
.banner__container .banner__button:hover {
    background: #ffedcd;
    cursor: pointer;
}
.banner__container .banner__img {
    max-width: 300px;
}

@media screen and (max-width: 800px) {
    .banner__container .banner {
        max-width: 600px;
        flex-direction: column-reverse;
        flex: 1;
        flex-wrap: wrap;
        padding: 3em 2em;
    }
    .banner__container .banner--left {
        flex-grow: 1;
        text-align: center;
    }
    .banner__container .banner__img {
        max-width: 200px;
        margin: 1.4em 0 1em;
    }
    .banner__container .banner__content {
        font-size: 1.1em;
        line-height: 1.4;
    }
    .banner__container .banner__header, .banner__container .banner__subheader, .banner__container .banner__content {
        text-align: left;
    }
    .banner__container .banner__button {
	    font-size: 1.1em!important;
	}
	.banner__container .banner__header{
	    font-size: 1.8em!important;
	}
}