.rel {
  position: relative;
}
.clear {
  clear: both;
  width: 100%;
}
.w100p {
  width: 100% !important;
}
.oh {
  overflow: hidden;
}
.dib {
  display: inline-block;
}
.dni {
  display: none !important;
}
.dbi {
  display: block !important;
}
.bsbb {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tdn {
  text-decoration: none;
}
.cp {
  cursor: pointer;
}
.cpi {
  cursor: pointer !important;
}
a.tdn:hover {
  text-decoration: none;
}
.tdu {
  text-decoration: underline;
}
.tdr {
  text-decoration: none;
}
.tdr:hover {
  text-decoration: underline;
}
.fsn {
  font-style: normal;
}
.round {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.ha {
  height: auto !important;
}
.notrans {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.deftrans {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.shadowtrans {
  -webkit-transition: box-shadow 250ms ease-out;
  -moz-transition: box-shadow 250ms ease-out;
  -o-transition: box-shadow 250ms ease-out;
  transition: box-shadow 250ms ease-out;
}
.midtrans {
  -webkit-transition: all 750ms ease-out;
  -moz-transition: all 750ms ease-out;
  -o-transition: all 750ms ease-out;
  transition: all 750ms ease-out;
}
.longtrans {
  -webkit-transition: all 1500ms ease-out;
  -moz-transition: all 1500ms ease-out;
  -o-transition: all 1500ms ease-out;
  transition: all 1500ms ease-out;
}
.op0 {
  zoom: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  -moz-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  opacity: 0 !important;
}
.op1 {
  zoom: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)" !important;
  filter: alpha(opacity=10) !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}
.fw100 {
  font-weight: 100;
}
.fw200 {
  font-weight: 200;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.wsnw {
  white-space: nowrap;
}
.m0a {
  margin: 0 auto;
}
/*FLEX*/
.flex-grow {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
/*FLEX*/
.blockbuilder_one {
  height: 400px;
  max-height: 400px;
  overflow: auto;
  overflow: hidden;
  position: relative;
  /*&:before{
		content:'';
		position:absolute;
		.t(0);
		.r(0);
		.b(0);
		.l(0);
		z-index:10000000;
	}*/
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #fff;
}
.blockbuilder_one .block_title {
  background: #ff421e;
  color: #fff;
  padding: 4px;
  margin-bottom: 10px;
}
.blockbuilder_one .block_title span {
  max-width: 70%;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .w-fhd-auto {
    width: auto !important;
  }
  .w-fhd-100 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
}
.font-1 {
  font-family: 'Poppins', sans-serif;
}
body {
  font-family: 'Poppins', sans-serif;
  min-width: 360px;
}
.deftrans {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.news_one {
  background: #f3f3f3;
  position: relative;
  display: block;
  color: #000;
  border: 1px solid #ececec;
}
.news_one:hover {
  text-decoration: none;
  color: #000;
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.news_one .title {
  font-size: 18px;
}
.news_one .created {
  font-style: italic;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  padding: 5px;
}
.news-full .created {
  font-style: italic;
  color: #9d9d9d;
}
.lined {
  position: relative;
  text-align: center;
}
.lined:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background: #ccc;
  left: 0;
  right: 0;
  height: 1px;
  z-index: -1;
}
.lined span {
  background: #fff;
  padding: 0 20px;
}
.rounded-0 {
  border-radius: 0 !important;
}
.registrationButton:hover {
  text-decoration: none;
  color: #000;
}
.sending_one .created {
  font-style: italic;
  color: #9d9d9d;
}
.cp {
  cursor: pointer;
}
.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
  border-radius: 20rem;
}
.toggle-off {
  background: #ccc;
}
.toggle.ios .toggle-handle {
  border-radius: 20rem;
  width: 20px;
  padding: 0;
  left: -10px;
  top: -1px;
}
.toggle.ios.off .toggle-handle {
  left: 10px;
  top: -1px;
}
.custom-switch {
  font-size: 20px;
}
.custom-switch .toggle {
  margin: 0 10px;
}
.priceTableWrap {
  overflow: auto;
}
.priceTableWrap table tr.hcolor:hover {
  background: #ffea7d;
  font-weight: 700;
}
.priceTableWrap table tr.hcolor:hover td,
.priceTableWrap table tr.hcolor:hover th {
  border-color: #ffea7d;
}
.priceTableWrap table tr.hcolor td:hover,
.priceTableWrap table tr.hcolor th:hover {
  background: #ffa77d;
}
.priceTableWrap table td,
.priceTableWrap table th {
  border: 1px solid #e4e4e4;
  padding: 5px;
}
.priceTableWrap table td.hover,
.priceTableWrap table th.hover {
  background: #ffea7d;
  font-weight: 700;
}
.priceTableWrap table td.hover td,
.priceTableWrap table th.hover td,
.priceTableWrap table td.hover th,
.priceTableWrap table th.hover th {
  border-color: #ffea7d;
}
.oh {
  overflow: hidden;
}
.oa {
  overflow: auto;
}
.oxa {
  overflow-x: auto;
}
@media (max-width: 768px) {
  .manager-table {
    zoom: 0.4;
  }
}
#footer {
  z-index: 1020;
  background-color: #E1E1E1;
  padding-top: 60px;
  padding-bottom: 60px;
}
#footer .agro2b {
  width: 185px;
}
@media (max-width: 1400px) {
  #footer .agro2b {
    width: 200px;
  }
}
@media (max-width: 768px) {
  #footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#footer .phone-link {
  font-size: 24px;
}
.popup-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10005;
  display: none;
}
.popup-wrap .popup-center {
  width: 100%;
  height: 100%;
}
.popup-wrap .popup {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.popup-wrap .popup .popup-header {
  border-bottom: 1px solid #eee;
}
.popup-wrap .popup .popup-title {
  font-size: 24px;
  line-height: 24px;
  padding: 10px 15px;
}
.popup-wrap .popup .popup-content {
  padding: 10px 15px;
  color: #484848;
}
.popup-wrap .popup .popup-close {
  color: #ccc;
}
.popup-wrap .popup .popup-close:hover {
  color: #494949;
}
.wide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 995;
  background-color: rgba(254, 213, 1, 0.45);
  margin: -10px;
}
.preloader i {
  font-size: 200%;
  color: #000;
}
.rel {
  position: relative;
}
.LoginForm {
  width: 300px;
}
#header {
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1020;
}
#header.scrolled {
  background-color: #336fc2;
}
@media only screen and (min-width: 992px) {
  #header {
    position: fixed;
  }
}
#content {
  padding-top: 116px;
}
.wrapper {
  min-height: 100vh;
}
.button-1 {
  display: inline-block;
  color: #000;
  background-color: #fed501;
  text-align: center;
  font-size: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none !important;
  padding: 5px 20px;
  font-weight: 700;
  border: none;
}
.button-1:hover {
  color: #000;
  background-color: #feb00c;
}
.button-1.type-2 {
  color: #ffffff;
  background-color: #444444;
}
.button-1.type-2:hover {
  color: #ffffff;
  background-color: #717171;
}
.button-1.type-3 {
  padding: 12px 34px;
}
.button-1.disabled {
  pointer-events: none;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.button-2 {
  min-width: 135px;
  padding: 15px 10px 13px;
  background-color: transparent;
  border: 3px solid #f1cf69;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 600;
}
.button-2:hover,
.button-2:active,
.button-2:focus {
  background-color: #f1cf69;
  text-decoration: none;
  color: #fff;
}
.button-2.type-2 {
  text-transform: none;
  font-size: 24px;
  color: #4a4a4a;
  padding: 10px 30px;
}
.button-custom-1 {
  display: inline-block;
  color: #000;
  background-color: #fed501;
  text-align: center;
  font-size: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none !important;
  padding: 5px 20px;
  font-weight: 700;
  border: none;
  padding: 12px 34px;
}
.button-custom-1:hover {
  color: #000;
  background-color: #feb00c;
}
.button-custom-1.type-2 {
  color: #ffffff;
  background-color: #444444;
}
.button-custom-1.type-2:hover {
  color: #ffffff;
  background-color: #717171;
}
.button-custom-1.type-3 {
  padding: 12px 34px;
}
.button-custom-1.disabled {
  pointer-events: none;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.button-custom-1.disabled {
  color: #ffffff;
  background-color: #444444;
  pointer-events: none;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.button-custom-1.disabled:hover {
  color: #ffffff;
  background-color: #717171;
}
.title-1 {
  font-weight: 700;
  font-size: 13px;
}
.container-2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.profile-layout .logo-wrap {
  text-decoration: none !important;
  color: #000;
  font-weight: bold;
}
.cursor-pointer {
  cursor: pointer;
}
.font-weight-bold {
  font-weight: bold;
}
.tab {
  display: none;
}
.tabs a {
  padding: 40px;
  font-size: 22px;
  text-decoration: none;
  background-color: #fed501;
  color: #000;
}
@media (max-width: 768px) {
  .tabs a {
    padding: 12px;
    font-size: 11px;
  }
}
.tabs a.disabled {
  background-color: #fed501;
  color: #000;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.tabs a.active {
  pointer-events: none;
  cursor: default;
  border-bottom: 10px solid #fec201;
}
.tabs a i {
  font-size: 38px;
}
@media (max-width: 768px) {
  .tabs a i {
    font-size: 22px;
  }
}
.tabs a:hover {
  -ms-transform: scale(0.96);
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}
textarea {
  resize: none;
}
.textarea-1 {
  height: 108px !important;
}
a[data-val="Бесплатная версия kladr-api.ru"] {
  display: none;
}
.bank-item {
  border: 2px dashed #ccc;
}
.form-required-mark .required label.control-label:after {
  content: " * ";
  color: red;
}
.w-100 {
  width: 100%;
}
.upload-table {
  max-width: 440px;
}
.child-label-block label {
  display: block;
}
.tdd {
  border-bottom: 2px dashed #97bdde;
  text-decoration: none;
}
.tdd:hover {
  border-bottom: 2px dashed transparent;
  text-decoration: none;
}
.verifyDocuments .hint {
  font-size: 12px;
  font-style: italic;
}
.verifyDocuments .required_mark {
  color: #ff0000;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .verifyDocuments {
    zoom: 0.5;
  }
}
@media only screen and (max-width: 768px) {
  .contractsTable,
  .specificationsTable {
    zoom: 0.5;
  }
}
.cursor-default {
  cursor: default;
}
.bg-gray {
  background-color: #ccc;
}
.bg-red {
  background-color: #cc471c;
}
.bg-green {
  background-color: #37cc45;
}
.tr-disabled {
  pointer-events: none;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}
.index-link img {
  height: 45px;
}
.slider {
  position: relative;
  min-height: 400px;
  color: #fff;
  overflow: hidden;
}
.slider .one {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  background-position: 50%;
  background-size: cover;
  background-position: center;
  background-attachment: local;
  font-weight: 300;
  padding-bottom: 65px;
}
.slider .one.active {
  zoom: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)" !important;
  filter: alpha(opacity=10) !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}
.slider .one:before {
  content: '';
  background-image: url('../images/v2/bgsl.png');
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.slider .one .intro {
  font-weight: 700;
  z-index: 300;
  line-height: 1;
  font-size: 45px;
  letter-spacing: 5px;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .slider .one .intro {
    line-height: 1.2;
    font-size: 80px;
    letter-spacing: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .slider .one .intro {
    font-size: 110px;
    letter-spacing: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .slider .one .intro {
    font-size: 70px;
    letter-spacing: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider .one .intro {
    font-size: 80px;
    letter-spacing: 5px;
  }
}
.slider .one .intro-small {
  z-index: 400;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .slider .one .intro-small {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .slider .one .intro-small {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .slider .one {
    padding-bottom: 0px;
  }
}
.slider .dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  z-index: 1010;
}
.slider .dots .dot {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  width: 15px;
  height: 15px;
  background-color: #f1cf69;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 992px) {
  .slider .dots .dot {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
}
.slider .dots .dot:hover,
.slider .dots .dot.active {
  -webkit-box-shadow: 0 0 0 8px inset #336fc2;
  box-shadow: 0 0 0 8px inset #336fc2;
}
.app-frontend-index-index .slider {
  min-height: 100vh !important;
}
.app-frontend-index-index #content {
  padding-top: 0px;
}
.text-yellow {
  color: #ffd500;
}
.checkers {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .checkers {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .checkers {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.checkers .checkers-number {
  line-height: 1.1;
  font-size: 6rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #336fc2;
}
.checkers .checkers-title {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 10px;
  padding-top: 14px;
}
.checkers .checkers-description {
  margin-top: 15px;
  color: #888;
  padding-bottom: 14px;
}
.checkers .checkers-image-wrap {
  position: relative;
}
.checkers .checkers-image-wrap img {
  width: 100%;
}
.prices-wrap {
  background-color: #edf2f4;
}
.priceTabTitle {
  background-color: #fff;
  border-bottom: 1px solid #0000004f;
}
.priceTabTitle.cp {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
}
.priceTabTitle .priceTab {
  margin-top: 10px;
}
.priceTableWrap table {
  background-color: #fff;
  position: relative;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-center {
  background-position: center;
}
.bg-pos-1 {
  background-position: 16% 50%;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.pe-none {
  pointer-events: none;
}
.ol-style-1 li {
  margin-bottom: 0.5rem !important;
}
.mw-100 {
  max-width: 100%;
}
.frame-inside {
  border: none;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  .new__btn__new {
    font-size: 14px !important;
    top: 0 !important;
    padding: 10px !important;
  }
}
