:root {
  --color-textColor: #000;
  --color-white: #ffffff;
  --color-yellow: #f4b240;
  --color-green: #15c335;
}

.pr-code-instr, .pr-code {
    margin: 0 auto;
}

.pr-code-instr {
  border: 5px solid #334853;
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .pr-code-instr__image {
    padding-right: 15px;
    width: 16.66667%; }
  .pr-code-instr__desc {
    font-size: 26px;
    width: 83.33333%;
    font-weight: 800; }

.pr-code {
  border: 5px solid #334853;
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  padding: 15px;
  text-align: center; }
  .pr-code__title {
    font-size: 32px;
    display: block;
    padding-bottom: 15px;
    font-weight: 800; }
  .pr-code__code {
    border: 2px solid #ffc81f;
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 10px;
    color: #ffc81f;
    cursor: pointer; }
    .pr-code__code_active {
        color: #334853;
        border-color: #334853;
      -webkit-animation: shakePromocode .5s ease;
              animation: shakePromocode .5s ease; }

@-webkit-keyframes shakePromocode {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  75% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes shakePromocode {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  75% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }


@media screen and (max-width: 720px) {
    .pr-code-instr {
        text-align: center;
    }
    .pr-code-instr__image, .pr-code-instr__desc {
        width: 100%;
    }
}






.post_content {
    width: 100%;
}

.vakant_click {
    padding: 5px 10px;
    border-radius: 5px;
}

.blink-elem{background:#ffda68;color:#3a4f54;padding:10px 15px;display:inline-block;text-decoration:none;border-radius:5px;position:relative;overflow:hidden}.blink-elem:before{content:"";display:block;width:100%;height:100%;background:hsla(0,0%,100%,.6);position:absolute;left:-100%;top:0;transform:rotate(-45deg);animation:blinkElement 3s ease infinite;filter:blur(10px)}@keyframes blinkElement{0%{left:-200%}to{left:200%}}
.scrollFalse {
  overflow: hidden;
}

.vcontainer {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  font-family: "Ubuntu";
}


@media screen and (max-width: 720px) {
    .vcontainer {
        overflow: hidden;
    }
}

.vcontainer_what-need {
  background: url("/media_themes/themes/digital/img/newpageIHOR/what_needBg.jpg");
}

.vcontainer_auto-work {
  background: url("/media_themes/themes/digital/img/newpageIHOR/info__block_auto.jpg");
}

.vcontainer_tax-transition {
  background: url("/media_themes/themes/digital/img/newpageIHOR/tax_section_bg.jpg");
}

.vcontainer_footer {
  background: var(--color-textColor);
}

.vcontainer_new-kass {
  margin-bottom: 0px;
}

.vcontainer_catalog-utps {
  background: url("/media_themes/themes/digital/img/newpageIHOR/catalog_utp_bg.jpg");
}

.vcontainer_coockie-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--color-textColor);
  color: var(--color-white);
  display: none;
}

.vcontainer_coockie-alert_active {
  display: block;
}



.vcontainer_main-popup {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 900;
}

.vcontainer_main-popup_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.defaultBtn {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  background: var(--color-textColor);
  padding: 15px 30px;
  color: var(--color-white);
  border-radius: 30px;
}

.defaultBtn:hover {
  background: var(--color-yellow);
  color: var(--color-textColor);
}
.wrapper {
  margin: 0 auto;
  max-width: 1170px;
  padding: 60px 15px;
}

.row-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 720px) {
    .ihorTitle {
        flex-wrap: wrap !important;
    }
}

.row-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.title-section {
  display: block;
  width: 100%;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
}

.paragraph {
  line-height: 22px;
  padding-bottom: 15px;
}

.online-kass__paragraph {
  color: gray;
}

.new-kass__title {
  padding-bottom: 30px;
  width: auto;
}

.new-kass-plate {
  width: calc(100% / 4);
  background: var(--color-textColor);
  color: var(--color-white);
  padding: 100px 30px;
  background-size: cover;
}



.new-kass-plate:nth-child(2) {
  background-image: url("/media_themes/themes/digital/img/newpageIHOR/newItemPlateBg_1.jpg");
}

.new-kass-plate:nth-child(3) {
  margin-bottom: -100px;
}

.new-kass-plate:nth-child(4) {
  background-image: url("/media_themes/themes/digital/img/newpageIHOR/newItemPlateBg_2.jpg");
}

.new-kass-plate:nth-child(5) {
  margin-top: -100px;
}

@media screen and (max-width: 720px) {
    .new-kass-plate {
        width: 100%;
        margin: 0;
    }
    .new-kass__title {
        width: 100%;
        padding-bottom: 15px;
    }
    .new-kass-plate:nth-child(3) {
        margin:0;
    }
    .new-kass-plate:nth-child(5) {
        margin: 0;
    }
    .title-section {
        text-align: center;
    }
}

.new-kass-plate__steps {
  padding-bottom: 30px;
}

.new-kass-plate__step {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--color-white);
  margin-right: 5px;
}

.new-kass-plate__step_active {
  background: var(--color-yellow);
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.what-difference-table__item {
  border-bottom: 1px solid gray;
  padding: 15px;
  width: 40%;
}

.what-difference-table__item_bold {
  font-weight: 900;
}

.what-difference-table__item_shrink {
  width: 20%;
  text-align: center;
}

.what-need {
  color: var(--color-white);
}

.what-need__title {
  padding-bottom: 30px;
}

.what-need__plate-container {
  width: 70%;
}

.default-utp-plate {
  width: calc(100% / 2 - 30px);
  margin-bottom: 30px;
}

.default-utp-plate__main-title {
  display: block;
  font-weight: 900;
  font-size: 20px;
  padding-top: 15px;
}

.default-utp-plate__image {
  display: inline-block;
}

.default-utp-plate__title {
  display: block;
  padding: 15px 0;
}

@media screen and (max-width: 720px) {
    .default-utp-plate  {
        width: 100%;
    }
    .what-difference-table {
        font-size: 12px;
    }
    .default-utp-plate__image {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .what-need__title {
        text-align: center;
    }
}

.how-work-slide {
  width: calc(100% / 4 - 30px);
  padding: 0 5px;
}

.how-work-slide__number {
  display: block;
  font-size: 32px;
  font-weight: 900;
}

.how-work-slide__desc {
  font-size: 14px;
  line-height: 22px;
}

.how-work-arrows {
  padding: 30px 0;
}

.how-work-arrow {
  cursor: pointer;
}

.how-work-col {
  padding: 0 30px;
}

@media screen and (max-width: 720px) {
    .how-work-slide {
        width: 100%;
    }
}

.advant-use-plate {
  width: calc(100% / 3 - 30px);
}

.advant-use-plate__title {
  display: block;
  font-size: 24px;
  font-weight: 900;
  padding: 15px 0;
}

.advant-use-plate__paragraph {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid gray;
}

.advant-use-plate__paragraph:last-child {
  border: none;
}

@media screen and (max-width: 720px) {
    .advant-use-plate {
        width: 100%;
    }
    .advant-use-plate__image {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.how-look {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.how-look__title {
  padding-bottom: 5px;
}

.how-look__subtitle {
  padding-bottom: 30px;
  display: block;
  width: 100%;
}

.how-look-plate {
  width: calc(100% / 2 - 30px);
  padding-bottom: 69px;
}

.how-look-plate__translate-bot {
  padding-top: 0px;
}

@media screen and (max-width: 720px) {
    .how-look-plate {
        width: 100%;
    }
}

.new-kass iframe {
    margin-top: 155px;
}

.how-look-plate__title {
  font-weight: 900;
  font-size: 24px;
}

.how-look-plate__desc {
  display: block;
  padding: 15px 0;
}

.how-look-plate__example {
  font-weight: 900;
}

.info-block {
  color: var(--color-white);
}

.info-block__desc {
  width: 60%;
}

.info-block__image {
  width: 40%;
  margin-bottom: -64px;
}


@media screen and (max-width: 720px) {
    .info-block__image {
        display: none;
    }
    .info-block__desc {
        width: 100%;
    }
    .new-kass iframe {
        height: 300px;
        margin-top: 30px;
    }
}

.transition-date-item {
  width: calc(100% / 2 - 30px);
  margin-bottom: 30px;
}

.transition-date-item__title {
  font-weight: 900;
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}

.transition-date-item__desc {
  color: gray;
}


@media screen and (max-width: 720px) {
    .transition-date-item {
        width: 100%;
    }
}

.info-alert__icon {
  background: red;
  text-align: center;
  padding: 10px 15px;
  color: var(--color-white);
  font-weight: 900;
  font-size: 26px;
  margin-right: 15px;
}

.info-alert__desc {
  width: 95%;
}

.how-modernize-container {
  width: calc(100% / 3 - 30px);
  padding: 30px 0;
}

.how-modernize__image {
  width: 100%;
}

.how-modernize-plate {
  width: 100%;
}


@media screen and (max-width: 720px) {
    .how-modernize-container {
        width: 100%;
    }
    .how-modernize__image {
        display: none;
    }
}

.tax-transition {
  color: var(--color-white);
}

.tax-transition-item {
  width: calc(100% / 3 - 30px);
}

.tax-transition-item__title {
  display: block;
  padding-bottom: 15px;
  font-weight: 900;
  font-size: 18px;
}

.tax-transition-item__desc {
  font-size: 14px;
  line-height: 22px;
}

.tax-transition__title {
  font-size: 18px;
  padding: 30px 0;
}

.tax-transition-patent__item {
  display: inline-block;
  width: calc(100% / 2 - 15px);
  padding-bottom: 15px;
}

.tax-transition-patent__item b {
  color: var(--color-yellow);
  font-weight: 900;
  padding-right: 15px;
  display: inline-block;
}

@media screen and (max-width: 720px) {
    .tax-transition-patent__item {
        width: 100%;
    }
    .tax-transition-item {
        width: 100%;
        margin-bottom: 30px;
    }
}

.internet-kkm__paragraph {
  padding-bottom: 30px;
}

.internet-kkm-plate {
  width: calc(100% / 3);
  padding: 30px;
}

.internet-kkm-plate__image {
  font-size: 32px;
  padding-bottom: 15px;
}

.internet-kkm-plate__title {
  display: block;
  font-weight: 900;
  font-size: 22px;
  padding-bottom: 15px;
}

.internet-kkm-plate__desc {
  line-height: 22px;
}

.internet-kkm-plate:nth-child(3) {
  background: url("/media_themes/themes/digital/img/newpageIHOR/internet_store_bg.jpg");
}

.internet-kkm-plate:nth-child(4) {
  background: var(--color-textColor);
  color: var(--color-white);
}

.internet-kkm-plate:nth-child(5) {
  background: url("/media_themes/themes/digital/img/newpageIHOR/internet_store_bg2.jpg");
}


@media screen and (max-width: 720px) {
    .internet-kkm-plate {
        width: 100%;
    }
}

.check-look__desc {
  width: 70%;
}

.check-look__image {
  width: 30%;
}

.how-recive__plate {
  width: calc(100% / 3 - 30px);
}

.whats-problemblock {
    width: calc(100% / 2 - 30px);
}

@media screen and (max-width: 720px) {
    .how-recive__plate {
        width: 100%;
    }
    .whats-problemblock {
        width: 100%;
    }
}

.catalog-section__desc {
  width: 100%;
  padding-bottom: 30px;
}

.catalog-section__filters {
  width: calc(25% - 15px);
}

.catalog-section__catalog {
  width: calc(75% - 15px);
}

.catalog-filters-company {
  padding-bottom: 30px;
}

.catalog-filters-company li {
  width: calc(100% / 6);
}

.catalog-filters-company__link {
  outline: 1px solid silver;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.products {
  padding: 1px;
}

.shoponline-kass .cat_product_item {
    width: calc(100% / 3 - 25px);
}

.shoponline-kass .cat_product_item:nth-child(4n) {
   margin: 15px 20px 0 0;
}

.shoponline-kass .toCatProduct {
    padding: 10px 5px;
}






















.terminals{border-top:1px solid silver;border-bottom:1px solid silver}.terminals__thumb{width:30%}.terminals__desc{width:70%;padding:0 15px}.terminals__title{display:block;padding-bottom:20px;font-size:22px;font-weight:800}.terminals__par{line-height:22px}.terminals__par,.terminals ul{padding-bottom:15px;color:#777}.terminals ul li{line-height:22px;list-style:square;margin-left:15px}@media screen and (max-width:720px){.terminals__thumb{width:100%;padding-bottom:15px;padding-top: 30px;text-align:center;-ms-flex-order:1;order:1}.terminals .woocommerce {order:3;}.terminals__desc{width:100%;text-align:justify;-ms-flex-order:2;order:2}.terminals__title{text-align:center}}


































@media (max-width: 720px){
	.container-footerMedia{
		flex-wrap: wrap;
	}
}

.spoiler-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
}
.spoiler-content span{
  font-size: 16px;
  display: block;
  width: 70%;
}

.metroIco{
  background: url("/media_themes/themes/digital/img/metroico.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.playlistTitle{
  text-align: center;
}

.novbfore li:before{
  display: none;
}
.youtube{
  margin:10px;
}
.beclient{
	cursor: pointer;
}
.target:before{
	display:none;
}
.spincrement{
  font-size: 72px;
}
.gordopiswrapper {
  margin: 0 auto;
  width: 100%;
}
.gordopiswrapper a:hover + .gorodhistory {
  display: block;
}
.gordopiswrapper .gorodhistory {
  display: none;
  background: #dfdfdf;
  width: 100%;
  position: absolute;
  top: 0;
  left: -150px;
  padding: 15px;
  color: #747474;
}
.topupwindow {
  background: #dfdfdf;
  width: 100%;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
}
#overlay {
  margin: 0 auto;
  max-width: 1200px;
  height: 45px;
  background: navajowhite;
}
.abevotor {
  background: url("/media_themes/themes/digital/img/aboutcompany/sert.evotor_small.jpg") no-repeat !important;
  background-size: contain !important;
}
.abevotor1 {
  background: url("/media_themes/themes/digital/img/aboutcompany/sert.evotor1_small.jpg") no-repeat !important;
  background-size: contain !important;
}
.abofd {
  background: url("/media_themes/themes/digital/img/aboutcompany/sert.ofd_small.jpg") no-repeat !important;
  background-size: contain !important;
}
.chl-bilet {
  background: url("/media_themes/themes/digital/img/aboutcompany/sert-chl-small.jpg") no-repeat !important;
  background-size: contain !important;
}
.topupwindow {
  z-index: 999;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.topupwindow p {
  width: 95%;
}
.closedcity {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
#text_block_filiali {
  font-size: 14px;
  text-align: justify;
  padding-right: 20px;
}
#text_block_filiali p {
  margin-bottom: 10px;
}
#map_filialis {
  position: relative;
  height: 447px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
#map_filialis svg,
#ssil_gorods {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 172px;
}
#ssil_gorods a.item_gor {
  position: absolute;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  background: #fff;
  padding: 0 5px 0 9px;
  transition: .5s;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0 7px 7px 0;
  cursor: pointer;
}
#ssil_gorods a.item_gor:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #ffda69;
  border-radius: 7px;
  transition: 0.5s;
}
#ssil_gorods a.item_gor:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  text-decoration: none;
  background: #29424e;
  color: #fff;
  z-index: 1;
}
#ssil_gorods a.item_gor:hover:before {
  border: 2px solid #29424e;
}
#ssil_gorods #spb {
  left: 10.28%;
  top: 22.38%;
}
#ssil_gorods #ekb {
  left: 20.68%;
  top: 54.39%;
}
#ssil_gorods #vrn {
  left: 6.84%;
  top: 46.06%;
}
#ssil_gorods #nn {
  left: 12.66%;
  top: 38.81%;
}
#ssil_gorods #nsk {
  left: 29.78%;
  top: 69.75%;
}
#ssil_gorods #kzn {
  left: 15.12%;
  top: 45%;
}
#ssil_gorods #rnd {
  left: 6.66%;
  top: 54.34%;
}
#ssil_gorods #kstr {
  left: 13.21%;
  top: 33.7%;
}
#ssil_gorods #kry {
  left: 35.4%;
  top: 64.59%;
}
#ssil_gorods #krd {
  left: 3.2%;
  top: 57.83%;
}
#ssil_gorods #grz {
  left: 6.2%;
  top: 62.83%;
}
#ssil_gorods #sam {
  left: 13.9%;
  top: 50.86%;
}
#ssil_gorods #chelyabinsk {
  left: 23.9%;
  top: 59.86%;
}
#ssil_gorods #msk {
  position: absolute;
  top: 32.7%;
  left: 7.73%;
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid #ffda69;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 0 3px #fff;
}
#ssil_gorods #msk img {
  height: 20px;
  width: auto;
  margin-top: 7px;
  transition: 0.5s;
}
#ssil_gorods #msk:hover img {
  -webkit-transform: rotate(720deg);
  transform: rotate(720deg);
}
#map_filialis a {
  text-decoration: none;
  color: #000;
}
.companyhistory {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  margin-bottom: 30px;
}
.companyhistory h1 {
  margin-bottom: 100px;
}
.companyhistory__content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 25px;
  border: 3px solid #ffda69;
  font-size: 18px;
  position: relative;
}
.companyhistory__content::before {
  content: url("/media_themes/themes/digital/img/aboutcompany/logohistory.jpg");
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
}
.achiv {
  margin: 0 auto;
  width: 100%;
  background: #f8f8f8;
  margin-bottom: 30px;
}
.achiv .achivwrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #29424e;
}
.achiv .achivwrapper p {
  font-size: 72px;
  font-weight: bold;
}
.achiv .achivwrapper span {
  font-weight: bold;
}
.aboutmaps {
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 30px;
}
.aboutmaps p {
  color: #747474;
  text-align: center;
  font-size: 18px;
}
.companyclients {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  margin-bottom: 30px;
}
.companyclients h2 {
  color: #29424e;
  margin-bottom: 30px;
}
.companyclients p {
  color: #747474;
}
.companyclients .descriptwrapper {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.companyclients .descriptwrapper__item {
  width: 19%;
  margin: 30px 0;
  color: #747474;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.companyclients .descriptwrapper__item .opiscompany {
  display: none;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -25px;
  background: #747474;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.companyclients .descriptwrapper__item:hover .opiscompany {
  transition: all 0.3s ease-in-out;
  border: 1px solid #747474;
  display: block;
}
.companyclients .descriptwrapper__item span {
  display: block;
  margin-top: 10px;
}
.becomecustomer {
  margin: 0 auto;
  max-width: 100%;
  background: #f8f8f8;
  margin-bottom: 30px;
}
.becomecustomer__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding: 30px 10px;
}
.becomecustomer__wrapper h3 {
  color: #29424e;
  margin-bottom: 15px;
}
.becomecustomer__wrapper span {
  display: block;
  color: #747474;
  margin-bottom: 30px;
}
.becomecustomer__wrapper a {
  background: #ffda69;
  padding: 15px 30px;
  text-decoration: none;
  color: #29424e;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  font-size: 18px;
  text-transform: uppercase;
}
.becomecustomer__wrapper a:hover {
  background: #ffcd36;
}
.certificatepartner {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  margin-bottom: 30px;
}
.certificatepartner h2 {
  margin-bottom: 15px;
  color: #29424e;
}
.certificatepartner span {
  color: #747474;
  display: block;
  margin-bottom: 30px;
}
.certificatepartner .sertsmallwrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}
.certificatepartner .sertsmallwrapper .sertsmall {
  background: url("/media_themes/themes/digital/img/aboutcompany/sertificat_small.jpg") no-repeat;
  background-size: contain;
  width: 160px;
  height: 220px;
}
.certificatepartner .sertsmallwrapper .sertsmall a {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
          align-items: stretch;
  height: auto;
  outline: none;
}
.certificatepartner .sertsmallwrapper .sertsmall a img {
  padding: 80px 0px;
}
.missioncompany {
  margin: 0 auto;
  max-width: 1200px;
}
.missioncompany h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #29424e;
}
.missioncompany .mission_targetwrapper {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.missioncompany .mission_targetwrapper .mission {
  width: 50%;
  text-align: center;
  position: relative;
}
.missioncompany .mission_targetwrapper .mission p {
  font-size: 18px;
}
.missioncompany .mission_targetwrapper .mission span {
  display: block;
  padding: 0 150px;
}
.missioncompany .mission_targetwrapper .mission:after {
  content: url("/media_themes/themes/digital/img/aboutcompany/arrow.png");
  position: absolute;
  top: 35px;
  left: 68%;
}
.missioncompany .mission_targetwrapper .target {
  width: 50%;
  text-align: center;
  position: relative;
}
.missioncompany .mission_targetwrapper .target p {
  font-size: 18px;
}
.missioncompany .mission_targetwrapper .target span {
  display: block;
  padding: 0 150px;
}
.missioncompany .mission_targetwrapper .target::before {
  content: url("/media_themes/themes/digital/img/aboutcompany/arrow2.png");
  position: absolute;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
  left: 25px;
  bottom: 30px;
}
.missioncompany .mission_targetwrapper .missiontask {
  width: 40%;
  text-align: center;
}
.missioncompany .mission_targetwrapper .missiontask p {
  font-size: 18px;
}
.missioncompany .mission_targetwrapper .missiontask span {
  display: block;
  padding: 0 50px;
}
.missioncompany .verticalmission {
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 30px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.missioncompany .verticalmission li {
  list-style: none;
}
.missioncompany .verticalmission .leftmission {
  width: 50%;
  padding: 0 15px;
  position: relative;
}
.missioncompany .verticalmission .leftmission ul li {
  margin: 30px 0;
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 60px;
}
.missioncompany .verticalmission .leftmission ul li::before {
  content: ' + ';
  position: absolute;
  left: 0;
  font-size: 72px;
  color: #ffda69;
}
.missioncompany .verticalmission .leftmission::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  background: #ffda69;
  top: 0;
  right: 0;
}
.missioncompany .verticalmission .rightmission {
  width: 50%;
  padding: 0 15px;
}
.missioncompany .verticalmission .rightmission ul li {
  margin: 30px 0;
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 60px;
}
.missioncompany .verticalmission .rightmission ul li::before {
  content: ' + ';
  position: absolute;
  left: 0;
  font-size: 72px;
  color: #ffda69;
}

@media (max-width: 720px) {
  .companyhistory {
    width: 100%;
  }
  .companyhistory__content {
    width: 100%;
  }
  .companyhistory__content::before {
    content: url("/media_themes/themes/digital/img/aboutcompany/logohistory_mobile.jpg");
    position: absolute;
    top: -100px;
    right: 0;
    left: 0;
  }
  .achiv {
    width: 100%;
  }
  .achiv .achivwrapper {
    width: 100%;
  }
  .achiv .achivwrapper__achivement {
    width: 50%;
  }
  .aboutmaps {
    display: none;
  }
  .companyclients {
    width: 100%;
  }
  .companyclients .descriptwrapper {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .companyclients .descriptwrapper__item {
    width: 30%;
  }
  .missioncompany {
    display: none;
  }
}
@media (max-width: 480px) {
  .companyhistory {
    width: 100%;
  }
  .companyhistory__content {
    width: 100%;
  }
  .achiv {
    width: 100%;
  }
  .achiv .achivwrapper {
    width: 100%;
  }
  .achiv .achivwrapper__achivement {
    width: 100%;
    border-bottom: 1px solid silver;
  }
  .achiv .achivwrapper__achivement p {
    font-size: 72px;
  }
  .aboutmaps {
    display: none;
  }
  .companyclients {
    width: 100%;
  }
  .companyclients .descriptwrapper {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .companyclients .descriptwrapper__item {
    width: 70%;
  }
  .certificatepartner {
    width: 100%;
  }
  .certificatepartner__wrapper {
    width: 100%;
  }
  .missioncompany {
    display: none;
  }
}



.vearolicontact li{
  display: inline;
  padding-right: 10px;
}
.vearolicontact li::after{
  content: ' | ';
}



#result_reviews{
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.result_output{
  text-align: center !important;
}
.reviewsHead {
  margin: 0 auto;
  width: 100%;
  background: #626262;
  padding: 15px 0;
  margin-bottom: 30px;
}
.reviewsHead__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.reviewsContent {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  -webkit-box-align: center;
          align-items: center;
}
.reviewsContent__starblock {
  width: 49%;
  text-align: center;
}
.reviewsContent__starblock__services {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.reviewsContent__starblock__services .rating-services {
  width: 40px;
  height: 40px;
  background: url("/media_themes/themes/digital/img/newpageIHOR/star.png") no-repeat center center;
  border: 2px solid #fff;
  cursor: pointer;
}
.reviewsContent__starblock__services .rating-services.active {
  background: url("/media_themes/themes/digital/img/newpageIHOR/star.png") no-repeat center center #faae19;
}
.reviewsContent__starblock__services2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.reviewsContent__starblock__services2 .rating-product {
  width: 40px;
  height: 40px;
  background: url("/media_themes/themes/digital/img/newpageIHOR/star.png") no-repeat center center;
  border: 2px solid #fff;
  cursor: pointer;
}
.reviewsContent__starblock__services2 .rating-product.active {
  background: url("/media_themes/themes/digital/img/newpageIHOR/star.png") no-repeat center center #faae19;
}
.reviewsContent__form {
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.reviewsContent__form p {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.reviewsContent__form input[type="text"],
.reviewsContent__form [type="email"],
.reviewsContent__form [type="tel"] {
  width: 80%;
  height: 50px;
  border: none;
  border: 2px solid #dcdcdc;
  border-radius: 5px;
  padding-left: 15px;
  outline: none;
  margin-bottom: 15px;
  font-size: 18px;
}
.reviewsContent__form select {
  width: 80%;
  margin-bottom: 15px;
  height: 50px;
  border: none;
  background: #ffda69;
  padding: 0 15px;
  cursor: pointer;
  font-size: 18px;
}
.reviewsContent__form textarea {
  width: 80%;
  display: block;
  height: 150px;
  border: none;
  border: 2px solid #dcdcdc;
  resize: none;
  outline: none;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 18px;
}
.reviewsContent__form input[type="submit"] {
  width: 80%;
  height: 50px;
  border: none;
  background: #ffda69;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
}
.reviewsContent__form input[type="submit"]:hover {
  background: #ffda89;
}
.footcontent {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px;
}
.footcontent p {
  margin-left: 15px;
  line-height: 25px;
}




.widthmixin {
  margin: 0 auto;
  max-width: 1200px;
}
span.requestCall {
  background: #ffda6a;
  padding: 10px 15px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
span.requestCall:hover {
  background: #ffe79d;
}
.deleveryRequire {
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 30px;
}
.deleveryRequire h2 {
  margin-bottom: 10px;
  font-size: 24px;
}
.deleveryRequire__content ul li {
  position: relative;
  line-height: 36px;
  padding-left: 30px;
  list-style-type: none;
}
.deleveryRequire__content ul li::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ffda6a;
  top: 12px;
  left: 0;
}
.deleveryRequire__content ul li:nth-child(2n)::before {
  background: #334853;
}
.pickup {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-align: center;
          align-items: center;
}
.pickup h3 {
  width: 100%;
  margin-bottom: 10px;
}
.pickup__img {
  width: 15%;
}
.pickup__content {
  width: 84%;
}
.deleveryRussia {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.deleveryRussia h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.deleveryRussia__company {
  width: 45%;
  line-height: 60px;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.deleveryRussia__company a {
  text-decoration: none;
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  -webkit-text-decoration-color: #ffda6a;
          text-decoration-color: #ffda6a;
}
.deleveryRussia__map {
  width: 54%;
  background: url("/media_themes/themes/digital/img/delevery/mapdelevery.png") no-repeat center center;
}
.paymethod {
  margin: 0 auto;
  max-width: 1200px;
}
.paymethod__wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.paymethod__wrapper h2 {
  margin-bottom: 10px;
}
.paymethod__wrapper ul {
  margin-left: 30px;
  line-height: 25px;
}
.paymethod__order h3 {
  margin-bottom: 10px;
}
.paymethod__order ul li {
  position: relative;
  line-height: 36px;
  padding-left: 30px;
  list-style-type: none;
}
.paymethod__order ul li::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ffda6a;
  top: 12px;
  left: 0;
}
.paymethod__order ul li:nth-child(2n)::before {
  background: #334853;
}
.paymethod__payservices {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 30px 0;
}
.paymethod__payservices img {
  height: 34px;
  margin: 0 15px;
}
.paymethod__garant h3 {
  margin-bottom: 10px;
}

@media (max-width: 320px) {
  .deleveryRequire {
    width: 100%;
  }
  .deleveryRequire h2 {
    text-align: center;
  }
  .deleveryRequire__content {
    width: 100%;
    padding: 0 10px;
  }
  .deleveryRequire__content ul {
      padding: 0;
  }
  .pickup {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .pickup h3 {
    width: 100%;
    text-align: center;
  }
  .pickup__content span {
    display: block;
    text-align: center;
  }
  .deleveryRussia {
    width: 100%;
  }
  .deleveryRussia h3 {
    text-align: center;
    width: 100%;
  }
  .deleveryRussia p {
    padding: 0 10px;
    width: 100%;
    text-align: center;
  }
  .deleveryRussia__company {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .deleveryRussia__map {
    display: none;
  }
  .paymethod {
    width: 100%;
  }
  .paymethod h2 {
    text-align: center;
  }
  .paymethod__wrapper {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .paymethod__order {
    padding: 0 10px;
  }
  .paymethod__order h3 {
    text-align: center;
  }
  .paymethod__order ul {
    margin-bottom: 30px;
  }
  .paymethod__payservices {
    width: 100%;
  }
  .paymethod__garant {
    width: 100%;
  }
  .paymethod__garant h3 {
    text-align: center;
  }
  .paymethod__garant p {
    padding: 0 10px;
  }
}
@media (max-width: 720px) {
  .deleveryRequire {
    width: 100%;
  }
  .deleveryRequire h2 {
    text-align: center;
  }
  .deleveryRequire__content {
    width: 100%;
    padding: 0 10px;
  }
  .deleveryRequire span {
    display: block;
    text-align: center;
  }
  .deleveryRequire__content ul {
      padding: 0;
  }
  .pickup {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .pickup h3 {
    text-align: center;
  }
  .pickup span {
    display: block;
    text-align: center;
  }
  .deleveryRussia {
    width: 100%;
  }
  .deleveryRussia p {
    padding: 0 10px;
  }
  .deleveryRussia h3 {
    text-align: center;
    width: 100%;
  }
  .deleveryRussia__company {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 0 150px;
  }
  .deleveryRussia__map {
    display: none;
  }
  .paymethod {
    width: 100%;
  }
  .paymethod h2 {
    text-align: center;
  }
  .paymethod h3 {
    text-align: center;
  }
  .paymethod p {
    padding: 0 10px;
  }
  .paymethod__wrapper {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .paymethod__order {
    width: 100%;
  }
  .paymethod__order h3 {
    text-align: center;
  }
  .paymethod__order ul {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .deleveryRequire {
    width: 100%;
  }
  .deleveryRequire h2 {
    text-align: center;
  }
  .deleveryRequire__content {
    width: 100%;
    padding: 0 10px;
  }
  .deleveryRequire__content ul {
      padding: 0;
  }
  .pickup {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .pickup h3 {
    text-align: center;
  }
  .pickup span {
    display: block;
    text-align: center;
  }
  .deleveryRussia {
    width: 100%;
  }
  .deleveryRussia p {
    padding: 0 10px;
  }
  .deleveryRussia h3 {
    text-align: center;
    width: 100%;
  }
  .deleveryRussia__company {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
  .deleveryRussia__map {
    display: none;
  }
  .paymethod {
    width: 100%;
  }
  .paymethod h2 {
    text-align: center;
  }
  .paymethod h3 {
    text-align: center;
  }
  .paymethod p {
    padding: 0 10px;
  }
  .paymethod__wrapper {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .paymethod__order {
    width: 100%;
  }
  .paymethod__order h3 {
    text-align: center;
  }
  .paymethod__order ul {
    padding: 0 10px;
  }
}






body a {
  text-decoration: none;
}
@font-face {
  font-family: "Opensans";
  src: url("../fonts/OpenSans-Regular.ttf") format("ttf");
  font-style: normal;
  font-weight: normal;
}

.vk_community_messages{
  background-color: #000;
}
.manualback{
  background: url(/media_themes/themes/digital/img/baza/manual.jpg) no-repeat center center;
  height: 300px;
  font-weight: 100;
}
.manualback span{
  color: #000;
}
.manualback image{
  width: 100%;
}

.glide__arrows{
  text-align: center;
}


.slider-arrow--right:focus {
  outline: none;
}
.slider-arrow--right:hover {
  opacity: 1 !important;
}


.planeSee {
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 30px;
}
.planeSee h2 {
  color: #b1b1b1;
  margin: 30px 0;
  font-weight: 100;
  text-transform: uppercase;
}
.planeSee__content {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.planeSee__content__image {
  width: 50%;
}
.planeSee__content__image img {
  width: 100%;
}
.planeSee__content__text {
  width: 49%;
  padding: 0 25px;
  font-size: 16px;
  position: relative;
}
.planeSee__content__text h3 {
  width: 70%;
  margin-bottom: 15px;
  font-size: 24px;
  display: inline-block;
}
.planeSee__content__text span {
  color: #b1b1b1;
}
.planeSee__content__text span.readMore {
  background: #ffda69;
  padding: 15px 30px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.planeSee__content__text span.readMore:hover {
  background: #ffe79c;
}
.planeSee__content__text p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  /*border-bottom: 2px solid #f5f5f5;*/
}
.planeSee__content__text ul {
  list-style: none;
  font-size: 15px;
}
.planeSee__content__text ul li {
  display: inline;
}
.planeSee__content__text ul li a {
  text-decoration: none;
  color: #b1b1b1;
}
.planeSee__content__text ul li a:hover {
  color: #29424e;
}
.planeSee__content__text ul li::after {
  content: '/';
  margin: 0 15px;
}
.planeSee__content__text ul li:last-child::after {
  display: none;
}


.margin_mixin {
  margin: 0 auto;
  max-width: 1200px;
}
.headautobanner {
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 20px;
  background: #29424e;
  background: url("/media_themes/themes/digital/img/automatizaciya-new/tirgovliban.jpg") no-repeat center center;
  padding: 30px;
  color: #000;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 445px;
}
.headautobanner input[type="submit"] {
  width: 250px;
  height: 50px;
  border: none;
  font-size: 18px;
  background: #29424e;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 30px;
}
.headautobanner input[type="submit"]:hover{
  background: #3b5e6f;
}

.nobackgr{
	background: none;
	background: url("/media_themes/themes/digital/img/automatizaciya-new/backgorund1.jpg");
	height: auto;
}
.headautobanner h1{
	margin: 20px 0;
}
.headautobanner p{
	font-size: 18px;
}
.advantages {
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 50px;
}
.advantages h1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.advantages__wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  font-size: 14px;
}
.advantages__wrapper__advant {
  width: 33.333333%;
  display: -webkit-box;
  display: flex;
  padding: 15px 20px 15px 0;
}
.advantages__wrapper__advant img {
  margin-right: 20px;
}
.advantages__wrapper__advant__content {
  display: block;
}
.advantages__wrapper__advant__content span {
  font-size: 16px;
  font-weight: bold;
  display: block;
   height: 25px;
}
.advantages__wrapper__advant__content p {
  font-size: 16px;
  font-weight: bold;
}
.callbackmore {
  width: 100%;
  height: auto;
  background: url("/media_themes/themes/digital/img/automatizaciya-new/backgorund1.jpg");
  margin-bottom: 50px;
}
.callbackmore__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding: 50px 0;
}
.callbackmore__wrapper h2 {
  margin-bottom: 50px;
}
.callbackmore__wrapper span {
  background: #29424e;
  padding: 15px 40px;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.callbackmore__wrapper span:hover {
  background: #3b5e6f;
}
.callbackmore__wrapper p {
  margin-top: 50px;
  color: #a7a293;
}
.auservices {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
.auservices h2 {
  margin-bottom: 50px;
}
.auservices__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.auservices__wrapper__servis {
  width: 33.333333%;
  padding: 0 50px;
  margin-bottom: 50px;
}
.auservices__wrapper__servis span {
  margin-bottom: 20px;
}
.auservices__wrapper__servis span.servzagolovok {
  display: block;
  font-weight: bold;
  height: 50px;
}
.auservices__wrapper__servis span.auprice {
  display: block;
  margin-top: 30px;
}
.auservices__wrapper__servis span.sebutton {
  background: #ffda69;
  display: block;
  padding: 15px 0 15px 0;
  border-radius: 10px;
  color: #29424e;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.auservices__wrapper__servis span.sebutton:hover {
  background: #ffe79c;
}
.etapauto {
  width: 100%;
  background: #29424e;
  text-align: center;
  margin-bottom: 50px;
}
.etapauto span {
  border-radius: 10px;
}
.etapauto h2 {
  color: #fff;
}
.etapauto__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 0;
}
.etapauto__wrapper__stage {
  margin-top: 50px;
  position: relative;
  padding: 0 15px;
}
.etapauto__wrapper__stage__polosa {
  height: 15px;
  width: calc(100% - 100px);
  background: #ffda69;
  margin: 50px 0 50px 55px;
}
.etapauto__wrapper__stage ul.stup {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.etapauto__wrapper__stage ul.stup li {
  display: inline;
  position: relative;
  color: #000;
}
.etapauto__wrapper__stage ul.stup li::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  top: 85px;
  left: 44px;
  background: #fff;
  border-radius: 30px;
}
.etapauto__wrapper__stage ul.stup li span {
  background: #fff;
  display: block;
  width: 150px;
  padding: 20px 0;
}
.etapauto__wrapper__stage ul.stup li:nth-child(2) {
  margin: 0 250px;
}
.etapauto__wrapper__stage ul.stdown {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.etapauto__wrapper__stage ul.stdown li {
  display: inline;
  position: relative;
  color: #000;
  margin-left: 200px;
}
.etapauto__wrapper__stage ul.stdown li::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  top: -88px;
  left: 46px;
  background: #fff;
  border-radius: 30px;
}
.etapauto__wrapper__stage ul.stdown li span {
  background: #fff;
  display: block;
  width: 150px;
  padding: 20px 0;
}
.etapauto__wrapper__stage ul.stdown li:nth-child(2n) {
  margin-left: 250px;
}
.etapauto__wrapper__stage ul.stdown li:nth-child(3n) {
  margin-left: 270px;
}
.autocase {
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 50px;
}
.autocase h2 {
  text-align: center;
  margin-bottom: 50px;
}
.autocase__selector {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  /*height: 382px;*/
}
.autocase__selector__image {
  background: url("/media_themes/themes/digital/img/automatizaciya-new/caseback.jpg") no-repeat;
  height: 382px;
  width: 47%;
  position: relative;
}
.autocase__selector__image__text {
  background: rgba(255, 218, 105, 0.801);
  position: absolute;
  bottom: 0;
  padding: 10px;
  color: #29424e;
}
.autocase__selector__image__text p {
  margin-bottom: 15px;
}
.autocase__selector__image__text span {
  float: right;
  background: #29424e;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.autocase__selector__image__text span:hover {
  background: #3b5e6f;
}
.autocase__selector__image__text a {
  color: #fff;
}
.autocase__selector__content {
  background: #eceded;
  width: 52%;
  padding: 10px;
}
.autocase__selector__content table.casetable {
  
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.autocase__selector__content table.casetable tr.caseyellow {
  background: #ffda69;
  text-align: center;
}
.autocase__selector__content table.casetable tr.casewhite {
  background: #fafafa;
}
.autocase__selector__content table.casetable tr td {
  border-bottom: 1px dashed #29424e;
  padding: 2px 5px;
}
.autocase__selector__content table.casetable tr td:last-child{
	text-align: center;
}
.autocase__selector__content table.casetable tr td.endprice {
  text-align: right;
  font-weight: bold;
  padding: 5px 5px;
}
.takeautomatiz {
  width: 100%;
  padding: 50px 0;
  background: url("/media_themes/themes/digital/img/automatizaciya-new/backgorund1.jpg");
}
.takeautomatiz__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
.takeautomatiz__wrapper span {
  display: block;
  margin-top: 15px;
  color: #a7a293;
}
.takeautomatiz__wrapper p {
  margin-bottom: 30px;
}
.takeautomatiz__wrapper input[type="tel"] {
  width: 330px;
  height: 48px;
  border: none;
  outline: none;
  border-bottom: 2px solid #29424e;
  background: #ffda69;
  font-size: 18px;
  padding: 0 15px;
  margin-right: 30px;
  margin-bottom: 15px;
}
.takeautomatiz__wrapper input[type="tel"]::placeholder {
  color: #3b3b3b;
}
.takeautomatiz__wrapper input[type="submit"] {
  width: 250px;
  height: 50px;
  border: none;
  font-size: 18px;
  background: #29424e;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 5px;
}
.takeautomatiz__wrapper input[type="submit"]:hover {
  background: #3b5e6f;
}

.advapteka {
  margin: 0 auto;
  width: 100%;
}
.advapteka h2{
	margin: 50px 0;
	text-align: center;
}
.advapteka__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.advapteka__wrapper__advant {
  width: 33.333333%;
  position: relative;
  border-radius: 20px;
  text-align: center;
  padding: 55px;
  transition: all 0.3s ease-in-out;
}
.advapteka__wrapper__advant span {
  display: block;
  margin: 30px 0 ;
  font-weight: bold;
  font-size: 20px;
}
.advapteka__wrapper__advant p {
  color: #9f9f9f;
}
.advapteka__wrapper__advant:hover {
  box-shadow: 0px 0px 22px -1px #676767;
}
.complexotvet {
  margin: 0 auto;
  max-width: 1200px;
  height: auto;
  position: relative;
}
.complexotvet h2{
	margin: 50px 0;
	text-align:center;
}
.complexotvet::after {
  content: url("/media_themes/themes/digital/img/automatizaciya-new/plusafter.png");
  position: absolute;
  align-content: center;
  text-align: center;
  left: 0;
  right: 0;
}
.complexotvet__content {
  width: 100%;
}
.complexotvet__content__title {
  text-align: right;
  width: 100%;
  margin-bottom: 50px;
}
.complexotvet__content__title span {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 10px solid #ffda69;
  padding: 0 30px 10px 30px;
}
.complexotvet__content__info {
  background: rgba(249, 247, 247, 0.75);
  width: 44%;
  padding: 15px;
  position: relative;
  text-align: center;
  top: -100px;
  left: 50px;
  z-index: 1;
  display: inline-block;
}
.lastcontinfo{
	top:0;
	top: -130px;
}
.individselector{
	margin: 30px 0;
}
.complexotvet__content__info ul {
  text-align: left;
  margin-bottom: 15px;
}
.complexotvet__content__info ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  line-height: 25px;
}
.complexotvet__content__info ul li::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ffda69;
  top: 5px;
  left: 0;
}
.complexotvet__content__info ul li:nth-child(2n):before {
  background: #29424e;
}
.complexotvet__content__info span {
  display: inline-block;
  margin: 0 25px;
}
.complexotvet__content__info span.complexprice {
  background: #ffda69;
  padding: 15px 25px;
  border-radius: 10px;
}
.complexotvet__content__info span.complexcomplect {
  border-bottom: 5px solid #ffda69;
}
.complexotvet__content__image {
  width: 55%;
  height: 475px;
  position: relative;
  display: inline-block;
}
.complexotvetleft {
  margin: 0 auto;
  max-width: 1200px;
  height: auto;
  position: relative;
  margin-top: 80px;
}
.complexotvetleft::after {
  content: url("/media_themes/themes/digital/img/automatizaciya-new/plusafter.png");
  position: absolute;
  align-content: center;
  text-align: center;
  left: 0;
  right: 0;
}
.complexotvetleft__content {
  width: 100%;
}
.complexotvetleft__content__title {
  text-align: left;
  width: 100%;
  margin-bottom: 50px;
}
.complexotvetleft__content__title span {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 10px solid #ffda69;
  padding: 0 30px 10px 30px;
}
.complexotvetleft__content__info {
  background: rgba(249, 247, 247, 0.75);
  width: 44%;
  padding: 15px;
  position: relative;
  text-align: center;
  top: -90px;
  left: 0px;
  z-index: 1;
  display: inline-block;
}
.complexotvetleft__content__info ul {
  text-align: left;
  margin-bottom: 15px;
}
.complexotvetleft__content__info ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  line-height: 25px;
}
.complexotvetleft__content__info ul li::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ffda69;
  top: 5px;
  left: 0;
}
.complexotvetleft__content__info ul li:nth-child(2n):before {
  background: #29424e;
}
.complexotvetleft__content__info span {
  display: inline-block;
  margin: 0 30px;
}
.complexotvetleft__content__info span.complexprice {
  background: #ffda69;
  padding: 15px 25px;
  border-radius: 10px;
}
.complexotvetleft__content__info span.complexcomplect {
  border-bottom: 5px solid #ffda69;
}
.complexotvetleft__content__image {
  width: 55%;
  position: relative;
  display: inline-block;
}
.noafterplus::after{
	display:none;
}

@media (max-width: 1024px) {
  .etapauto {
    width: 100%;
  }
  .etapauto__wrapper {
    width: 100%;
  }
  .etapauto__wrapper__stage {
    width: 100%;
    padding: 0;
    padding-left: 55px;
  }
  .etapauto__wrapper__stage__polosa {
    width: calc(100% - 200px);
  }
  .etapauto__wrapper__stage ul.stup li:nth-child(2) {
    margin: 0 150px;
  }
  .etapauto__wrapper__stage ul.stdown li {
    margin: 0;
    margin-left: 150px;
  }
  .etapauto__wrapper__stage ul.stdown li:nth-child(2) {
    margin: 0;
    margin-left: 150px;
  }
  .etapauto__wrapper__stage ul.stdown li:nth-child(3) {
    margin: 0;
    margin-left: 150px;
  }
}
@media (max-width: 900px) {
  .advantages {
    width: 100%;
  }
  .advantages__wrapper {
    width: 100%;
    padding: 10px;
  }
  .advantages__wrapper__advant {
    padding: 15px 5px;
  }
  .advantages__wrapper__advant img {
    margin-right: 6px;
  }
  .auservices {
    width: 100%;
  }
  .auservices__wrapper {
    width: 100%;
  }
  .auservices__wrapper__servis {
    padding: 0 25px;
  }
  .autocase {
    width: 100%;
    margin-bottom: 50px;
  }
  .autocase__selector {
    width: 100%;
    height: auto;
  }
  .autocase__selector__image {
    width: 100%;
    background-size: 100% !important;
    background-repeat: no-repeat;
  }
  .autocase__selector__content {
    width: 100%;
  }
  .etapauto {
    width: 100%;
  }
  .etapauto__wrapper {
    width: 100%;
  }
  .etapauto__wrapper__stage {
    width: 100%;
  }
  .etapauto__wrapper__stage__polosa {
    display: none;
  }
  .etapauto__wrapper__stage ul.stup {
    padding: 0;
    margin: 0;
    display: block;
  }
  .etapauto__wrapper__stage ul.stup li::before {
    display: none;
  }
  .etapauto__wrapper__stage ul.stup li span {
    width: 100%;
  }
  .etapauto__wrapper__stage ul.stdown {
    padding: 0;
    margin: 0;
    display: block;
  }
  .etapauto__wrapper__stage ul.stdown li::before {
    display: none;
  }
  .etapauto__wrapper__stage ul.stdown li span {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .headautobanner{
    background: #ffda68;
  }
    .bannermobile{
    background: url(/media_themes/themes/digital/img/automatizaciya-new/bannerauto.jpg) no-repeat;
    background-size: 100%;
    height: 200px;
  }
  .advantages {
    width: 100%;
  }
  .advantages__wrapper {
    width: 100%;
    padding: 10px;
  }
  .advantages__wrapper__advant {
    width: 50%;
    padding: 0;
    padding: 10px 5px 10px 5px;
  }
  .auservices {
    width: 100%;
  }
  .auservices__wrapper {
    width: 100%;
  }
  .auservices__wrapper__servis {
    width: 50%;
  }
  .etapauto {
    width: 100%;
  }
  .etapauto__wrapper {
    width: 100%;
  }
  .etapauto__wrapper__stage {
    width: 100%;
  }
  .etapauto__wrapper__stage__polosa {
    display: none;
  }
  .etapauto__wrapper__stage ul.stup {
    padding: 0;
    margin: 0;
    display: block;
  }
  .etapauto__wrapper__stage ul.stup li::before {
    display: none;
  }
  .etapauto__wrapper__stage ul.stup li span {
    width: 100%;
  }
  .etapauto__wrapper__stage ul.stdown {
    padding: 0;
    margin: 0;
    display: block;
  }
  .etapauto__wrapper__stage ul.stdown li::before {
    display: none;
  }
  .etapauto__wrapper__stage ul.stdown li span {
    width: 100%;
  }
  .autocase {
    width: 100%;
    margin-bottom: 50px;
  }
  .autocase__selector {
    width: 100%;
    height: auto;
  }
  .autocase__selector__image {
    width: 100%;
    background-size: 100% !important;
    background-repeat: no-repeat;
  }
  .autocase__selector__content {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .headautobanner{
    background: #ffda68;
  }
  .bannermobile{
    background: url(/media_themes/themes/digital/img/automatizaciya-new/bannerauto.jpg) no-repeat;
    background-size: 100%;
    height: 200px;
  }
  .advapteka {
    width: 100%;
  }
  .advapteka__wrapper {
    width: 100%;
  }
  .advapteka__wrapper__advant {
    width: 100%;
    display: block;
  }
  .complexotvet {
    width: 100%;
  }
  .complexotvet::after {
    display: none;
  }
  .complexotvet__content {
    width: 100%;
  }
  .complexotvet__content__title {
    width: 100%;
    text-align: center;
  }
  .complexotvet__content__title span {
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 30px;
  }
  .complexotvet__content__info {
    width: 100%;
    display: block;
    position: static;
  }
  .complexotvet__content__info span.complexcomplect {
    border: none;
    margin-bottom: 15px;
  }
  .complexotvet__content__image {
    display: none;
  }
  .complexotvetleft {
    width: 100%;
  }
  .complexotvetleft::after {
    display: none;
  }
  .complexotvetleft__content {
    width: 100%;
  }
  .complexotvetleft__content__title {
    width: 100%;
    text-align: center;
  }
  .complexotvetleft__content__title span {
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 30px;
  }
  .complexotvetleft__content__image {
    display: none;
  }
  .complexotvetleft__content__info {
    width: 100%;
    display: block;
    position: static;
  }
  .complexotvetleft__content__info span.complexcomplect {
    border: none;
    margin-bottom: 15px;
  }
  .advantages {
    width: 100%;
  }
  .advantages__wrapper {
    width: 100%;
  }
  .advantages__wrapper__advant {
    width: 100%;
    padding: 10px;
  }
  .auservices {
    width: 100%;
  }
  .auservices__wrapper {
    width: 100%;
  }
  .auservices__wrapper__servis {
    width: 50%;
  }
  .etapauto {
    width: 100%;
  }
  .etapauto__wrapper {
    width: 100%;
  }
  .etapauto__wrapper__stage {
    width: 100%;
    padding: 5px;
  }
  .etapauto__wrapper__stage__polosa {
    display: none;
  }
  .etapauto__wrapper__stage ul.stup {
    padding: 0;
    margin: 0;
    display: block;
  }
  .etapauto__wrapper__stage ul.stup li::before {
    display: none;
  }
  .etapauto__wrapper__stage ul.stup li span {
    width: 100%;
  }
  .etapauto__wrapper__stage ul.stdown {
    padding: 0;
    margin: 0;
    display: block;
  }
  .etapauto__wrapper__stage ul.stdown li::before {
    display: none;
  }
  .etapauto__wrapper__stage ul.stdown li span {
    width: 100%;
  }
  .autocase {
    width: 100%;
    margin-bottom: 50px;
  }
  .autocase__selector {
    width: 100%;
    height: auto;
  }
  .autocase__selector__image {
    width: 100%;
    background-size: 100% !important;
    background-repeat: no-repeat;
  }
  .autocase__selector__content {
    width: 100%;
  }
  .takeautomatiz {
    width: 100%;
  }
  .takeautomatiz__wrapper {
    width: 100%;
  }
  .planeSee {
    width: 100%;
  }
  .planeSee__content {
    width: 100%;
  }
  .readmore{
    display: block;
  }
  .planeSee__content__image {
    width: 100%;
  }
  .planeSee__content__image img {
    width: 100%;
  }
  .planeSee__content__text {
    width: 100%;
  }
  .planeSee__content__text h3 {
    width: 100%;
  }
  .planeSee__content__text p {
    padding: 0;
    width: 100%;
  }
  .planeSee__content__text ul {
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
  .planeSee__content__text ul li {
    display: block;
    padding: 0;
    margin: 0;
  }
  .planeSee__content__text span.readMore {
    left: 0;
    right: 0;
    text-align: center;
    position: static;
    margin-top: 15px;
  }
  .baza_navig ul li{
    font-size: 12px;
  }

  .basearticle{
    justify-content: center !important;
  }
  .basearticle__item__wrapper{
    width: 100%;
    margin-bottom: 30px;

  }
  .basearticle__item__wrapper img{
    width: 100%;
  }
  .baza_ni_item{
    width: 100%;
  }
  .baza_ni_item a{
    font-size: 20px;
  }
  .baza_ni_item span{
    display: none;
  }
}
@media (max-width: 480px) {
  #vk_community_messages{bottom: 0px !important; right: 5px !important;}
  .baza_faq_item span{
    font-size: 18px;
  }
  .baza_faq_item p{
    padding: 0;
    padding: 5px;
  }
  .basearticle__item__wrapper{
    width: 100%;
    margin-bottom: 30px;
  }
  .basearticle__item__wrapper img{
    width: 100%;
  }
  .baza_ni_item{
    width: 100%;
  }
  .baza_ni_item a{
    font-size: 20px;
  }
  .baza_ni_item span{
    display: none;
  }
  .headautobanner{
    background: #ffda68;
  }

  .bannermobile{
    background: url(/media_themes/themes/digital/img/automatizaciya-new/bannerauto.jpg) no-repeat;
    background-size: 100%;
    height: 200px;
  }
  .advapteka {
    width: 100%;
  }
  .advapteka__wrapper {
    width: 100%;
  }
  .advapteka__wrapper__advant {
    width: 100%;
    display: block;
  }
  .complexotvet {
    width: 100%;
  }
  .complexotvet::after {
    display: none;
  }
  .complexotvet__content {
    width: 100%;
  }
  .complexotvet__content__title {
    width: 100%;
    text-align: center;
  }
  .complexotvet__content__title span {
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 30px;
  }
  .complexotvet__content__info {
    width: 100%;
    display: block;
    position: static;
  }
  .complexotvet__content__info span.complexcomplect {
    border: none;
    margin-bottom: 15px;
  }
  .complexotvet__content__image {
    display: none;
  }
  .complexotvetleft {
    width: 100%;
  }
  .complexotvetleft::after {
    display: none;
  }
  .complexotvetleft__content {
    width: 100%;
  }
  .complexotvetleft__content__title {
    width: 100%;
    text-align: center;
  }
  .complexotvetleft__content__title span {
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 30px;
  }
  .complexotvetleft__content__image {
    display: none;
  }
  .complexotvetleft__content__info {
    width: 100%;
    display: block;
    position: static;
  }
  .complexotvetleft__content__info span.complexcomplect {
    border: none;
    margin-bottom: 15px;
  }
  .planeSee {
    width: 100%;
  }
  .planeSee__content {
    width: 100%;
  }
  .readmore{
    display: block;
  }
  .planeSee__content__image {
    width: 100%;
  }
  .planeSee__content__image img {
    width: 100%;
  }
  .planeSee__content__text {
    width: 100%;
  }
  .planeSee__content__text h3 {
    width: 100%;
  }
  .planeSee__content__text p {
    padding: 0;
    width: 100%;
  }
  .planeSee__content__text ul {
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
  .planeSee__content__text ul li {
    display: block;
    padding: 0;
    margin: 0;
  }
  .planeSee__content__text span.readMore {
    left: 0;
    right: 0;
    text-align: center;
    position: static;
    margin-top: 15px;
  }
  .baza_navig ul li{
    font-size: 12px;
  }
  .headautobanner{
    background: #ffda68;
  }
    .bannermobile{
    background: url(/media_themes/themes/digital/img/automatizaciya-new/bannerauto.jpg) no-repeat;
    background-size: 100%;
    height: 200px;
  }
  .auservices {
    width: 100%;
  }
  .auservices__wrapper {
    width: 100%;
  }
  .auservices__wrapper__servis {
    width: 100%;
  }
  .autocase {
    width: 100%;
    margin-bottom: 50px;
    height: auto;
  }
  .autocase__selector {
    width: 100%;
  }
  .autocase__selector__image {
    width: 100%;
    background-size: 100% !important;
    background-repeat: no-repeat;
  }

  .autocase__selector__content {
    width: 100%;
  }
  .autocase__selector__content table.casetable {
    font-size: 12px;
  }
  .takeautomatiz {
    width: 100%;
  }
  .takeautomatiz__wrapper {
    width: 100%;
  }
  .takeautomatiz__wrapper input[type="tel"] {
    margin: 0;
    width: 90%;
    margin-bottom: 30px;
  }
  .etapauto {
    width: 100%;
  }
  .etapauto__wrapper {
    width: 100%;
  }
  .etapauto__wrapper__stage {
    width: 100%;
    padding: 5px;
  }
}
@media (max-width: 320px) {
  .baza_ni_item a{
    font-size: 12px !important;
  }
  .headautobanner{
    background: #ffda68;
  }
  .bannermobile{
    background: url(/media_themes/themes/digital/img/automatizaciya-new/bannerauto.jpg) no-repeat;
    background-size: 100%;
    height: 200px;
  }
  .baza_navig ul li{
    font-size: 12px;
  }
  .autocase__selector__image{
    background-size: 100% !important;
    background-repeat: no-repeat;
  }
  .advantages {
    width: 100%;
  }
  .advantages__wrapper {
    width: 100%;
  }
  .advantages__wrapper__advant {
    width: 100%;
  }
  .etapauto {
    width: 100%;
  }
  .etapauto__wrapper {
    width: 100%;
  }
  .etapauto__wrapper__stage {
    width: 100%;
    padding: 5px;
  }
  .advapteka__wrapper{
	  width:100%;
  }
  .advapteka__wrapper__advant{
	  width:100%;
  }
  .headautobanner{
    background: #ffda68;
  }
  .bannermobile{
    background: url(/media_themes/themes/digital/img/automatizaciya-new/bannerauto.jpg) no-repeat;
    background-size: 100%;
    height: 200px;
  }
  .planeSee {
    width: 100%;
  }
  .planeSee__content {
    width: 100%;
  }
  .readmore{
    display: block;
  }
  .planeSee__content__image {
    width: 100%;
  }
  .planeSee__content__image img {
    width: 100%;
  }
  .planeSee__content__text {
    width: 100%;
  }
  .planeSee__content__text h3 {
    width: 100%;
  }
  .planeSee__content__text p {
    padding: 0;
    width: 100%;
  }
  .planeSee__content__text ul {
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
  .planeSee__content__text ul li {
    display: block;
    padding: 0;
    margin: 0;
  }
  .planeSee__content__text span.readMore {
    left: 0;
    right: 0;
    text-align: center;
    position: static;
    margin-top: 15px;
  }
  .baza_navig ul li{
    font-size: 12px;
  }
  .advapteka {
    width: 100%;
  }
  .advapteka__wrapper {
    width: 100%;
  }
  .advapteka__wrapper__advant {
    width: 100%;
    display: block;
  }
  .complexotvet {
    width: 100%;
  }
  .complexotvet::after {
    display: none;
  }
  .complexotvet__content {
    width: 100%;
  }
  .complexotvet__content__title {
    width: 100%;
    text-align: center;
  }
  .complexotvet__content__title span {
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 30px;
  }
  .complexotvet__content__info {
    width: 100%;
    display: block;
    position: static;
  }
  .complexotvet__content__info span.complexcomplect {
    border: none;
    margin-bottom: 15px;
  }
  .complexotvet__content__image {
    display: none;
  }
  .complexotvetleft {
    width: 100%;
  }
  .complexotvetleft::after {
    display: none;
  }
  .complexotvetleft__content {
    width: 100%;
  }
  .complexotvetleft__content__title {
    width: 100%;
    text-align: center;
  }
  .complexotvetleft__content__title span {
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 30px;
  }
  .complexotvetleft__content__image {
    display: none;
  }
  .complexotvetleft__content__info {
    width: 100%;
    display: block;
    position: static;
  }
  .complexotvetleft__content__info span.complexcomplect {
    border: none;
    margin-bottom: 15px;
  }
  .basearticle__item__wrapper{
    width: 100%;
    margin-bottom: 30px;
  }
  .basearticle__item__wrapper img{
    width: 100%;
  }
  .baza_ni_item{
    width: 100%;
  }
  .baza_ni_item span{
    display: none;
  }
}
.auapteka{
	background: url(/media_themes/themes/digital/img/automatizaciya-new/apteka.jpg) no-repeat;
}
.zapchasti{
	background: url(/media_themes/themes/digital/img/automatizaciya-new/avtozap.jpg) no-repeat;
}
.alcostore{
	background: url(/media_themes/themes/digital/img/automatizaciya-new/alcostore.jpg) no-repeat;	
}
.internetstore{
	background: url(/media_themes/themes/digital/img/automatizaciya-new/internetstore.jpeg) no-repeat;
}
.obchepit{
	background: url(/media_themes/themes/digital/img/automatizaciya-new/obchepit.jpg) no-repeat;	
}
.butik{
	background: url(/media_themes/themes/digital/img/automatizaciya-new/butik.jpg) no-repeat;	
}
.sferauslug{
	background: url(/media_themes/themes/digital/img/automatizaciya-new/sphereuslugi.jpg) no-repeat;	
}
.jewelery{
	background: url(/media_themes/themes/digital/img/automatizaciya-new/diamond.jpg) no-repeat;	
}

@media (max-width: 320px) {
  
}
@media (max-width: 480px) {

}
@media (max-width: 640px) {
  
}







#header_social {
	margin-left:20px;
}
#header_social img{
	border-radius:5px;
}

.page-post form.comagc{
    display: inline-flex;
}
.page-post input[type="text"]{
    display: inline;
    width: 300px;
    height: 50px;
    padding-left: 20px;
    background: #f3f3f3;
    margin-right: 10px;
    outline-color: #f9c536;
    font-size: 16px;
    border: 0;
}
.page-post input[type="tel"]{
    display: inline;
    width: 300px;
    height: 50px;
    padding-left: 20px;
    background: #f3f3f3;
    margin-right: 10px;
    outline-color: #f9c536;
    font-size: 16px;
    border: 0;
}
.page-post input[type="submit"]{
    display: inline;
    width: 250px;
    height: 50px;
    font-size: 16px;
    outline: none;
    background: #f9c536;
    border: 0;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
}
.page-post input[type="submit"]:hover{
    display: inline;
    width: 250px;
    height: 50px;
    font-size: 16px;
    outline: none;
    border: 0;
    text-align: center;
    background: #f3dd9f;
}
.ecpve h3{
    background: #e0e0e0;
    padding: 10px 0 10px 20px;
}
.ecpve p{
    background: #fdfdfd;
    padding: 10px 20px 10px 20px;
    border: 1px;
    border-style: dashed;
}
.bulletlist p{
    border: none;
}

.faqs h3::after{
    content: '\21BB';
    margin-left: 10px;
}
.faqs p{
    border: 1px solid #000;
    border-radius: 3px;
    border-style: dashed;
    padding: 5px  0 5px 10px;
    margin: 10px 0 15px 0;
    background: rgb(245, 245, 245);
}
.faqs p::before{
    content: '\003E';
    margin-right: 10px;
}
.ofdvearo h3{
    background: #e0e0e0;
    padding: 10px 0px 10px 20px;
}
.ofdvearo h2{
    background: #e0e0e0;
    padding: 10px 0px 10px 20px;
}
.ofdvearo p{
    padding: 10px 10px 10px 10px;
    background: #fdfdfd;
    /*border: 1px;
    border-style: dashed;*/
}
.ofdvearo ol{
    padding: 10px 10px 10px 10px;
    background: #fdfdfd;
    /*border: 1px;
    border-style: dashed;*/
}
body .to li{
    list-style-type: none;
    position: relative;
    line-height: 25px;
    padding-left: 30px;
}
.to li::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #fbc900;
    top: 5px;
    left: 0;
}
.to li:nth-child(2n)::before {
    background: #000;
  }
.to b.advvearo{
    border: 1px;
    border-style: dashed;
    padding: 10px 10px 10px 10px;
}

.glide{
  position:relative;
  width:100%;
  height:100%
}
.glide__wrapper{
  overflow:hidden
}
.glide__track{
  position:relative;
  width:100%;
  height:100%;
  list-style:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d;
  -ms-touch-action:pan-Y;
  touch-action:pan-Y;
  overflow:hidden;
  padding:0
}
.glide__track.dragging{
  cursor:grabbing;
}
.glide__slide{
  width:100%;
}
.glide__arrows__dudin{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}
.glide__arrow__dudin{
  cursor:pointer
}
.glide__bullets{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}
.glide--slider .glide__slide{
  float:left;
  clear:none
}
.glide--carousel.glide--vertical .glide__track{
  overflow:visible
}
.glide--carousel .glide__slide{
  float:left;
  clear:none;
}
.glide--slideshow .glide__wrapper{
  height:100%
}
.glide--slideshow .glide__slide{
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  -webkit-transform-style:preserve-3d;
  -webkit-transform:translate3d(0, 0, 0)
}
.glide--slideshow .glide__slide.active{
  z-index:1
}

.fancybox-enabled{
  overflow:hidden
}
.fancybox-enabled body{
  overflow:visible;
  height:100%
}
.fancybox-is-hidden{
  position:absolute;
  top:-9999px;
  left:-9999px;
  visibility:hidden
}
.fancybox-container{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:99993;
  -webkit-tap-highlight-color:transparent;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
}
.fancybox-container~.fancybox-container{
  z-index:99992
}
.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0
}
.fancybox-outer{
  overflow-y:auto;
  -webkit-overflow-scrolling:touch
}
.fancybox-bg{
  background:#1e1e1e;
  opacity:0;
  transition-duration:inherit;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(.47,0,.74,.71)
}
.fancybox-is-open .fancybox-bg{
  opacity:.87;
  transition-timing-function:cubic-bezier(.22,.61,.36,1)
}
.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{
  position:absolute;
  direction:ltr;
  z-index:99997;
  opacity:0;
  visibility:hidden;
  transition:opacity .25s,visibility 0s linear .25s;
  box-sizing:border-box
}
.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{
  opacity:1;
  visibility:visible;
  transition:opacity .25s,visibility 0s
}
.fancybox-infobar{
  top:0;
  left:50%;
  margin-left:-79px
}
.fancybox-infobar__body{
  display:inline-block;
  width:70px;
  line-height:44px;
  font-size:13px;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align:center;
  color:#ddd;
  background-color:rgba(30,30,30,.7);
  pointer-events:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:transparent;
  -webkit-font-smoothing:subpixel-antialiased
}
.fancybox-toolbar{
  top:0;
  right:0
}
.fancybox-stage{
  overflow:hidden;
  direction:ltr;
  z-index:99994;
  -webkit-transform:translateZ(0)
}
.fancybox-slide{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  overflow:auto;
  outline:none;
  white-space:normal;
  box-sizing:border-box;
  text-align:center;
  z-index:99994;
  -webkit-overflow-scrolling:touch;
  display:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  transition-property:opacity,-webkit-transform;
  transition-property:transform,opacity;
  transition-property:transform,opacity,-webkit-transform;
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d
}
.fancybox-slide:before{
  content:"";
  display:inline-block;
  vertical-align:middle;
  height:100%;
  width:0
}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--nexts,.fancybox-slide--previous{
  display:block
}
.fancybox-slide--image{
  overflow:visible
}
.fancybox-slide--image:before{
  display:none
}
.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{
  background:#000
}
.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{
  background:#e5e3df
}
.fancybox-slide--nexts{
  z-index:99995
}
.fancybox-slide>*{
  display:inline-block;
  position:relative;
  padding:24px;
  margin:44px 0;
  border-width:0;
  vertical-align:middle;
  text-align:left;
  background-color:#fff;
  overflow:auto;
  box-sizing:border-box
}
.fancybox-slide .fancybox-image-wrap{
  position:absolute;
  top:0;
  left:0;
  margin:0;
  padding:0;
  border:0;
  z-index:99995;
  background:transparent;
  cursor:default;
  overflow:visible;
  -webkit-transform-origin:top left;
  transform-origin:top left;
  background-size:100% 100%;
  background-repeat:no-repeat;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}
.fancybox-can-zoomOut .fancybox-image-wrap{
  cursor:zoom-out
}
.fancybox-can-zoomIn .fancybox-image-wrap{
  cursor:zoom-in
}
.fancybox-can-drag .fancybox-image-wrap{
  cursor:-webkit-grab;
  cursor:grab
}
.fancybox-is-dragging .fancybox-image-wrap{
  cursor:-webkit-grabbing;
  cursor:grabbing
}
.fancybox-image,.fancybox-spaceball{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  border:0;
  max-width:none;
  max-height:none
}
.fancybox-spaceball{
  z-index:1
}
.fancybox-slide--iframe .fancybox-content{
  padding:0;
  width:80%;
  height:80%;
  max-width:calc(100% - 100px);
  max-height:calc(100% - 88px);
  overflow:visible;
  background:#fff
}
.fancybox-iframe{
  display:block;
  padding:0;
  border:0;
  height:100%
}
.fancybox-error,.fancybox-iframe{
  margin:0;
  width:100%;
  background:#fff
}
.fancybox-error{
  padding:40px;
  max-width:380px;
  cursor:default
}
.fancybox-error p{
  margin:0;
  padding:0;
  color:#444;
  font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif
}
.fancybox-close-small{
  position:absolute;
  top:0;
  right:0;
  width:44px;
  height:44px;
  padding:0;
  margin:0;
  border:0;
  border-radius:0;
  outline:none;
  background:transparent;
  z-index:10;
  cursor:pointer
}
.fancybox-close-small:after{
  content:"×";
  position:absolute;
  top:5px;
  right:5px;
  width:30px;
  height:30px;
  font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color:#888;
  font-weight:300;
  text-align:center;
  border-radius:50%;
  border-width:0;
  background:#fff;
  transition:background .25s;
  box-sizing:border-box;
  z-index:2
}
.fancybox-close-small:focus:after{
  outline:1px dotted #888
}
.fancybox-close-small:hover:after{
  color:#555;
  background:#eee
}
.fancybox-slide--iframe .fancybox-close-small{
  top:0;
  right:-44px
}
.fancybox-slide--iframe .fancybox-close-small:after{
  background:transparent;
  font-size:35px;
  color:#aaa
}
.fancybox-slide--iframe .fancybox-close-small:hover:after{
  color:#fff
}
.fancybox-caption-wrap{
  bottom:0;
  left:0;
  right:0;
  padding:60px 30px 0;
  background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
  pointer-events:none
}
.fancybox-caption{
  padding:30px 0;
  border-top:1px solid hsla(0,0%,100%,.4);
  font-size:14px;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  color:#fff;
  line-height:20px;
  -webkit-text-size-adjust:none
}
.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{
  pointer-events:all
}
.fancybox-caption a{
  color:#fff;
  text-decoration:underline
}
.fancybox-button{
  display:inline-block;
  position:relative;
  margin:0;
  padding:0;
  border:0;
  width:44px;
  height:44px;
  line-height:44px;
  text-align:center;
  background:transparent;
  color:#ddd;
  border-radius:0;
  cursor:pointer;
  vertical-align:top;
  outline:none
}
.fancybox-button[disabled]{
  cursor:default;
  pointer-events:none
}
.fancybox-button,.fancybox-infobar__body{
  background:rgba(30,30,30,.6)
}
.fancybox-button:hover:not([disabled]){
  color:#fff;
  background:rgba(0,0,0,.8)
}
.fancybox-button:after,.fancybox-button:before{
  content:"";
  pointer-events:none;
  position:absolute;
  background-color:currentColor;
  color:currentColor;
  opacity:.9;
  box-sizing:border-box;
  display:inline-block
}
.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{
  opacity:.3
}
.fancybox-button--left:after,.fancybox-button--right:after{
  top:18px;
  width:6px;
  height:6px;
  background:transparent;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor
}
.fancybox-button--left:after{
  left:20px;
  -webkit-transform:rotate(-135deg);
  transform:rotate(-135deg)
}
.fancybox-button--right:after{
  right:20px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg)
}
.fancybox-button--left{
  border-bottom-left-radius:5px
}
.fancybox-button--right{
  border-bottom-right-radius:5px
}
.fancybox-button--close:after,.fancybox-button--close:before{
  content:"";
  display:inline-block;
  position:absolute;
  height:2px;
  width:16px;
  top:calc(50% - 1px);
  left:calc(50% - 8px)
}
.fancybox-button--close:before{
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg)
}
.fancybox-button--close:after{
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg)
}
.fancybox-arrow{
  position:absolute;
  top:50%;
  margin:-50px 0 0;
  height:100px;
  width:54px;
  padding:0;
  border:0;
  outline:none;
  background:none;
  cursor:pointer;
  z-index:99995;
  opacity:0;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  transition:opacity .25s
}
.fancybox-arrow:after{
  content:"";
  position:absolute;
  top:28px;
  width:44px;
  height:44px;
  background-color:rgba(30,30,30,.8);
  background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat:no-repeat;
  background-position:50%;
  background-size:24px 24px
}
.fancybox-arrow--right{
  right:0
}
.fancybox-arrow--left{
  left:0;
  -webkit-transform:scaleX(-1);
  transform:scaleX(-1)
}
.fancybox-arrow--left:after,.fancybox-arrow--right:after{
  left:0
}
.fancybox-show-nav .fancybox-arrow{
  opacity:.6
}
.fancybox-show-nav .fancybox-arrow[disabled]{
  opacity:.3
}
.fancybox-loading{
  border:6px solid hsla(0,0%,39%,.4);
  border-top:6px solid hsla(0,0%,100%,.6);
  border-radius:100%;
  height:50px;
  width:50px;
  -webkit-animation:a .8s infinite linear;
  animation:a .8s infinite linear;
  background:transparent;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-25px;
  margin-left:-25px;
  z-index:99999
}
@-webkit-keyframes a{
  0%{
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg)
  }
  to{
      -webkit-transform:rotate(359deg);
      transform:rotate(359deg)
  }
}
@keyframes a{
  0%{
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg)
  }
  to{
      -webkit-transform:rotate(359deg);
      transform:rotate(359deg)
  }
}
.fancybox-animated{
  transition-timing-function:cubic-bezier(0,0,.25,1)
}
.fancybox-fx-slide.fancybox-slide--previous{
  -webkit-transform:translate3d(-100%,0,0);
  transform:translate3d(-100%,0,0);
  opacity:0
}
.fancybox-fx-slide.fancybox-slide--nexts{
  -webkit-transform:translate3d(100%,0,0);
  transform:translate3d(100%,0,0);
  opacity:0
}
.fancybox-fx-slide.fancybox-slide--current{
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  opacity:1
}
.fancybox-fx-fade.fancybox-slide--nexts,.fancybox-fx-fade.fancybox-slide--previous{
  opacity:0;
  transition-timing-function:cubic-bezier(.19,1,.22,1)
}
.fancybox-fx-fade.fancybox-slide--current{
  opacity:1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous{
  -webkit-transform:scale3d(1.5,1.5,1.5);
  transform:scale3d(1.5,1.5,1.5);
  opacity:0
}
.fancybox-fx-zoom-in-out.fancybox-slide--nexts{
  -webkit-transform:scale3d(.5,.5,.5);
  transform:scale3d(.5,.5,.5);
  opacity:0
}
.fancybox-fx-zoom-in-out.fancybox-slide--current{
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
  opacity:1
}
.fancybox-fx-rotate.fancybox-slide--previous{
  -webkit-transform:rotate(-1turn);
  transform:rotate(-1turn);
  opacity:0
}
.fancybox-fx-rotate.fancybox-slide--nexts{
  -webkit-transform:rotate(1turn);
  transform:rotate(1turn);
  opacity:0
}
.fancybox-fx-rotate.fancybox-slide--current{
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
  opacity:1
}
.fancybox-fx-circular.fancybox-slide--previous{
  -webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);
  transform:scale3d(0,0,0) translate3d(-100%,0,0);
  opacity:0
}
.fancybox-fx-circular.fancybox-slide--nexts{
  -webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);
  transform:scale3d(0,0,0) translate3d(100%,0,0);
  opacity:0
}
.fancybox-fx-circular.fancybox-slide--current{
  -webkit-transform:scaleX(1) translateZ(0);
  transform:scaleX(1) translateZ(0);
  opacity:1
}
.fancybox-fx-tube.fancybox-slide--previous{
  -webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
  transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--nexts{
  -webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);
  transform:translate3d(100%,0,0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current{
  -webkit-transform:translateZ(0) scale(1);
  transform:translateZ(0) scale(1)
}
@media (max-width:800px){
  .fancybox-infobar{
      left:0;
      margin-left:0
  }
  .fancybox-button--left,.fancybox-button--right{
      display:none!important
  }
  .fancybox-caption{
      padding:20px 0;
      margin:0
  }
}
.fancybox-button--fullscreen:before{
  width:15px;
  height:11px;
  left:calc(50% - 7px);
  top:calc(50% - 6px);
  border:2px solid;
  background:none
}
.fancybox-button--pause:before,.fancybox-button--play:before{
  top:calc(50% - 6px);
  left:calc(50% - 4px);
  background:transparent
}
.fancybox-button--play:before{
  width:0;
  height:0;
  border-top:6px inset transparent;
  border-bottom:6px inset transparent;
  border-left:10px solid;
  border-radius:1px
}
.fancybox-button--pause:before{
  width:7px;
  height:11px;
  border-style:solid;
  border-width:0 2px
}
.fancybox-button--thumbs,.fancybox-thumbs{
  display:none
}
@media (min-width:800px){
  .fancybox-button--thumbs{
      display:inline-block
  }
  .fancybox-button--thumbs span{
      font-size:23px
  }
  .fancybox-button--thumbs:before{
      width:3px;
      height:3px;
      top:calc(50% - 2px);
      left:calc(50% - 2px);
      box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0
  }
  .fancybox-thumbs{
      position:absolute;
      top:0;
      right:0;
      bottom:0;
      left:auto;
      width:220px;
      margin:0;
      padding:5px 5px 0 0;
      background:#fff;
      word-break:normal;
      -webkit-tap-highlight-color:transparent;
      -webkit-overflow-scrolling:touch;
      -ms-overflow-style:-ms-autohiding-scrollbar;
      box-sizing:border-box;
      z-index:99995
  }
  .fancybox-show-thumbs .fancybox-thumbs{
      display:block
  }
  .fancybox-show-thumbs .fancybox-inner{
      right:220px
  }
  .fancybox-thumbs>ul{
      list-style:none;
      position:absolute;
      position:relative;
      width:100%;
      height:100%;
      margin:0;
      padding:0;
      overflow-x:hidden;
      overflow-y:auto;
      font-size:0
  }
  .fancybox-thumbs>ul>li{
      float:left;
      overflow:hidden;
      max-width:50%;
      padding:0;
      margin:0;
      width:105px;
      height:75px;
      position:relative;
      cursor:pointer;
      outline:none;
      border:5px solid transparent;
      border-top-width:0;
      border-right-width:0;
      -webkit-tap-highlight-color:transparent;
      -webkit-backface-visibility:hidden;
      backface-visibility:hidden;
      box-sizing:border-box
  }
  li.fancybox-thumbs-loading{
      background:rgba(0,0,0,.1)
  }
  .fancybox-thumbs>ul>li>img{
      position:absolute;
      top:0;
      left:0;
      min-width:100%;
      min-height:100%;
      max-width:none;
      max-height:none;
      -webkit-touch-callout:none;
      -webkit-user-select:none;
      -moz-user-select:none;
      -ms-user-select:none;
      user-select:none
  }
  .fancybox-thumbs>ul>li:before{
      content:"";
      position:absolute;
      top:0;
      right:0;
      bottom:0;
      left:0;
      border-radius:2px;
      border:4px solid #4ea7f9;
      z-index:99991;
      opacity:0;
      transition:all .2s cubic-bezier(.25,.46,.45,.94)
  }
  .fancybox-thumbs>ul>li.fancybox-thumbs-active:before{
      opacity:1
  }
}

body p a {
  text-decoration: underline;
}


.whochange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.whochange h2 {
  width: 100%;
}

.whochPlate {
  width: -webkit-calc(100% / 2 - 15px);
  width: calc(100% / 2 - 15px);
}

.whochPlate__title {
  display: block;
  font-weight: 800;
  padding-bottom: 10px;
}

.rulesPSN {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
}

.rulesPSN__title {
  display: block;
  padding-bottom: 15px;
  font-weight: 800;
  font-size: 18px;
}

.rulesPSN ul li {
  padding-bottom: 25px;
}

.check-look__types {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.smtitle {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 22px;
    font-weight: 800;
}

.look-type {
    width: calc(100% / 3 - 15px);
}

.look-type ul li{
    list-style: disc;
    font-size: 14px;
    line-height: 22px;
}

.look-type__title {
    padding-bottom: 15px;
    font-weight: 800;
}

.look-type__num {
    color: #ffda69;
    font-size: 36px;
    vertical-align: middle;
}
.govno {
    font-size: 10px;
    color: silver;
    display: inline-block;
    padding-top: 10px;
}


.vearoIhor .default-utp-plate {
    width: calc(100% / 4 - 15px);
}

.newihor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
    padding: 0 15px;
}

.newihor__img {
  width: 40%;
  padding: 0 30px;
  
}
.newihor__img img {
      width: 100%;
}

.newihor__desc {
  width: 60%;
  padding: 30px 0;
}

.newihor__desc ul {
  font-weight: bold;
    column-count: 2;
    padding: 15px 0;
    display: block;
    line-height: 32px;
}

.ihorPlate ul {
    column-count: auto;
    font-weight: 400;
}

.ihorplates__img {
    font-size: 22px;
    font-weight: 800;
    color: #f4b240;
}

.ihorWrapper {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ihorWrapper li {
  list-style: disc;
}

.vcontainer_newihor {
    background: #2a2c36;
    color: #ffffff;
    
}

.newihor__desc ul li b {
    color: #F99915;
    display: inline-block;
    padding-right: 10px;
}

.ihorPlate__title {
    font-weight: 800;
}

.ihorPlate {
    width: calc(100% / 2 - 15px);
}

.ihorPlate__num {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #F99915;
}

.ihorplates {
    width: calc(100% / 3 - 15px);
    padding-bottom: 30px;
}

.platesIhorWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mark-plate {
    width: calc(100% / 4 - 15px);
    text-align: center;
}
.mark-plate__title {
    display: block;
    padding-top: 15px;
}

@media screen and (max-width: 720px) {
    .mark-plate {
        width: 100%;
    }
    .whochPlate {
        width: 100%;
        margin-bottom: 30px;
    }
    .whochPlate__desc {
        text-align: justify;
    }
    .check-look__desc {
        width: 100%;
    }
    .look-type {
        width: 100%;
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .vearoIhor .default-utp-plate {
        width: 100%;
    }
    .newihor__img {
        display: none;
    }
    .newihor__desc {
        width: 100%;
    }
    .newihor__desc ul {
        column-count: 1;
    }
    .newihor__desc li {
        width: 100%;
    }
    .ihorPlate {
        width: 100%;
    }
    .ihorplates {
        width: 100%;
    }
}



@keyframes vshake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}


.gift__image.shake {
    animation: vshake 0.5s infinite;
}
