@charset "UTF-8";
/**
  @param {string} value
  @param {boolean=} important
  @return {string}
*/
/**
  @param {string} prop
  @param {string} value
  @param {boolean=} important
*/
/**
  @param {string} value
  @param {boolean=} important
*/
.arrow {
  background: url(../img/nav.png) no-repeat 0 0;
  cursor: pointer;
  height: 60px;
  opacity: 0.6;
  transition: opacity 0.23s ease-in-out;
  width: 67px; }
  .arrow:hover {
    opacity: .9; }
  .arrow:active {
    opacity: 1; }
  .arrow_left {
    background-position: -67px 0; }
  .arrow.disable {
    cursor: default;
    opacity: 0.1;
    pointer-events: none; }

.car-types {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain; }
  .car-types .scroll-slide__item-wrapper {
    padding-top: 317px;
    padding-bottom: 60px; }
  .car-types__plate {
    padding-bottom: 30px; }
  .car-types__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .car-types__bg-item {
    background-color: #fff;
    background-size: auto 1150px;
    background-position: 50% -132px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.35s ease-in-out; }
    .car-types__bg-item.personal {
      background-image: url(../../assets/media/plate_types/personal.jpg); }
    .car-types__bg-item.taxi {
      background-image: url(../../assets/media/plate_types/taxi.jpg); }
    .car-types__bg-item.police {
      background-image: url(../../assets/media/plate_types/police.jpg); }
    .car-types__bg-item.military {
      background-image: url(../../assets/media/plate_types/military.jpg); }
    .car-types__bg-item.diplomatic {
      background-image: url(../../assets/media/plate_types/diplomatic.jpg); }
    .car-types__bg-item.active {
      opacity: 1; }
  .car-types .scroll-slide__item-plate-after {
    padding-bottom: 65px; }
  @media (max-width: 768px) {
    .car-types .scroll-slide__item-wrapper {
      padding-top: 60px; } }

.car-types-menu {
  font-style: italic;
  margin: 20px 0;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 2; }
  @media (max-width: 768px) {
    .car-types-menu {
      text-align: left; } }
  .car-types-menu__item {
    cursor: pointer;
    display: inline-block;
    list-style: none;
    margin-bottom: 20px;
    margin-right: 50px;
    vertical-align: middle; }
    .car-types-menu__item:before {
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: contain;
      content: '';
      display: inline-block;
      height: 42px;
      margin-right: 15px;
      vertical-align: middle;
      width: 42px;
      transition: opacity 0.23s ease-in-out; }
    .car-types-menu__item:not(.active):hover:before {
      opacity: 0.7; }
    @media (max-width: 768px) {
      .car-types-menu__item {
        margin-right: 20px; } }
    .car-types-menu__item.personal:before {
      background-image: url(../img/color-button_white.png); }
    .car-types-menu__item.taxi:before {
      background-image: url(../img/color-buttons_yellow.png); }
    .car-types-menu__item.police:before {
      background-image: url(../img/color-buttons_blue.png); }
    .car-types-menu__item.military:before {
      background-image: url(../img/color-buttons_black.png); }
    .car-types-menu__item.diplomatic:before {
      background-image: url(../img/color-buttons_red.png); }
    .car-types-menu__item a {
      top: 3px;
      position: relative; }
    .car-types-menu__item.active {
      cursor: default; }
    .car-types-menu__item.active a {
      color: #000 !important;
      border-bottom: none !important;
      cursor: default; }
      .car-types-menu__item.active a:hover {
        color: #000 !important; }

.divider {
  height: 70px;
  line-height: 70px;
  margin: 30px 0 60px;
  position: relative;
  text-align: center; }
  .divider:before, .divider:after {
    content: '';
    display: block;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 50%;
    z-index: 2; }
  .divider:before {
    left: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #444041 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #444041 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #444041 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#444041',GradientType=1 ); }
  .divider:after {
    right: 0;
    background: -moz-linear-gradient(left, #444041 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, #444041 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #444041 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444041', endColorstr='#00ffffff',GradientType=1 ); }
  .divider__num {
    background: url(../img/divider.png) no-repeat 0 0;
    border-left: 20px solid white;
    border-right: 20px solid white;
    box-sizing: content-box;
    color: #444;
    display: inline-block;
    height: 70px;
    position: relative;
    width: 70px;
    z-index: 3; }
  @media (max-width: 768px) {
    .divider {
      margin: 15px 0 15px; } }

.interest-numbers {
  padding-bottom: 20px; }
  .interest-numbers__scroller {
    overflow: hidden;
    position: relative;
    white-space: nowrap; }
    .interest-numbers__scroller:before, .interest-numbers__scroller:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 50px;
      z-index: 2;
      pointer-events: none;
      background: -moz-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
    .interest-numbers__scroller:after {
      left: auto;
      right: 0;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
  .interest-numbers__scroller-wrapper {
    margin-left: 50%;
    transition: transform 0.3s ease-in-out; }
  .interest-numbers__scroller-item {
    cursor: default;
    display: inline-block;
    margin: 0 30px 0 0;
    text-align: center;
    vertical-align: top;
    width: 456px;
    transform: translateX(-228px); }
    .interest-numbers__scroller-item:last-child {
      margin-right: 0; }
  .interest-numbers__arrow-container {
    display: table-cell;
    height: 100px;
    vertical-align: middle; }
  .interest-numbers_gray .interest-numbers__scroller:before {
    background: -moz-linear-gradient(left, #eeeef3 0%, #eeeef3 50%, rgba(238, 238, 243, 0) 100%);
    background: -webkit-linear-gradient(left, #eeeef3 0%, #eeeef3 50%, rgba(238, 238, 243, 0) 100%);
    background: linear-gradient(to right, #eeeef3 0%, #eeeef3 50%, rgba(238, 238, 243, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  .interest-numbers_gray .interest-numbers__scroller:after {
    background: -moz-linear-gradient(left, rgba(238, 238, 243, 0) 0%, #eeeef3 50%, #eeeef3 100%);
    background: -webkit-linear-gradient(left, rgba(238, 238, 243, 0) 0%, #eeeef3 50%, #eeeef3 100%);
    background: linear-gradient(to right, rgba(238, 238, 243, 0) 0%, #eeeef3 50%, #eeeef3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }

.license-plate-examples {
  max-width: 1300px; }
  .license-plate-examples__item-text-q:before {
    content: "\AB";
    display: block;
    font-style: normal;
    font-size: 52px;
    line-height: 30px;
    margin-bottom: 25px; }
  .license-plate-examples__item-image img {
    display: inline-block; }
    .pretty-combo .license-plate-examples__item-image img {
      max-width: 120px; }
  .license-plate-examples__item-text {
    font-style: italic;
    font-size: 80%; }
  @media (min-width: 992px) {
    .license-plate-examples_six {
      margin-top: -82px; } }
  .license-plate-examples_six .license-plate-examples__item {
    display: table-cell;
    float: none;
    vertical-align: bottom; }
    @media (max-width: 768px) {
      .license-plate-examples_six .license-plate-examples__item {
        float: left; } }
  @media (max-width: 768px) {
    .license-plate-examples__item {
      padding-bottom: 60px; }
      .license-plate-examples__item:last-child {
        padding-bottom: 0; }
    .license-plate-examples__item-image {
      padding: 0 !important; }
      .pretty-combo .license-plate-examples__item-image img {
        max-width: 100%; } }

@media (min-width: 768px) {
  .combo5 .license-plate-examples__item {
    padding: 0 50px; } }
.combo5 .license-plate-examples__item-image {
  display: table-cell;
  height: 196px;
  padding-bottom: 35px;
  vertical-align: bottom; }
@media (max-width: 768px) {
  .combo5 .license-plate-examples__item-image {
    display: block;
    height: auto; } }

.like__item {
  cursor: pointer;
  display: inline-block;
  height: 35px;
  margin: 0 10px;
  vertical-align: middle; }
  .like__item_fb {
    background: url(../img/social-fb.png) no-repeat 0 0;
    width: 139px; }
  .like__item_vk {
    background: url(../img/social-vk.png) no-repeat 0 0;
    width: 88px; }
  .like__item_tw {
    background: url(../img/social-tw.png) no-repeat 0 0;
    width: 134px; }
  .like__item:hover {
    background-position: 0 -35px; }

.plate {
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  color: #000;
  display: inline-block;
  font-family: ALS Transport,ALSArtemiusSans,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 132px;
  max-height: 180px;
  overflow: hidden;
  padding: 0 40px;
  position: relative; }
  .taxi .plate {
    background-color: #ffd51e;
    color: #000; }
  .police .plate {
    background-color: #009fe3;
    color: #fff; }
  .military .plate {
    background-color: #000000;
    color: #fff; }
  .diplomatic .plate {
    background-color: #e30613;
    color: #fff; }
  .plate:before, .plate:after {
    background-color: #ffffff;
    border: 1px solid #000;
    border-radius: 50%;
    content: '';
    height: 14px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 14px; }
    @media (max-width: 768px) {
      .plate:before, .plate:after {
        height: 7px;
        width: 7px;
        margin-top: -4px; } }
  .plate:before {
    left: 18px; }
    @media (max-width: 768px) {
      .plate:before {
        left: 13px; } }
  .plate:after {
    right: 18px; }
    @media (max-width: 768px) {
      .plate:after {
        right: 13px; } }
  .plate__border {
    border: 5px solid #000;
    border-radius: 11px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
  .plate__region {
    display: inline-block;
    margin-right: 0.16em;
    vertical-align: top; }
  .plate__area {
    display: inline-block;
    margin-right: 0.16em;
    vertical-align: top;
    width: 92px; }
  .plate__region-image {
    box-sizing: content-box;
    display: block;
    height: 67px;
    padding-top: 32px;
    vertical-align: top; }
    .plate__region-image img {
      display: block;
      margin: auto;
      max-height: 100%; }
  .plate__country {
    font-size: 28%;
    text-align: center; }
  .plate__num {
    display: inline-block;
    margin-right: 0.16em;
    vertical-align: top; }
  .plate__letters {
    display: inline-block;
    vertical-align: top; }
  .plate *.light {
    opacity: 0.1; }
  .plate_small {
    border-radius: 8px;
    border-width: 1px;
    font-size: 70px;
    max-height: 94px;
    padding: 0 30px; }
    .plate_small:before, .plate_small:after {
      margin-top: -3px;
      height: 7px;
      width: 7px; }
    .plate_small:before {
      left: 13px; }
    .plate_small:after {
      right: 13px; }
  .plate_small .plate__area {
    width: 47px; }
  .plate_small .plate__border {
    border-width: 2px;
    border-radius: 7px; }
  .plate_small .plate__region-image {
    height: 37px;
    padding-top: 17px; }
  .plate_small .plate__country {
    font-size: 26%; }
  @media (max-width: 768px) {
    .plate {
      border-width: 2px;
      font-size: 39px;
      padding: 4px 25px 0; }
      .plate__border {
        border-width: 3px; }
      .plate__area {
        width: 42px; }
      .plate__region-image {
        height: 27px;
        padding-top: 7px; } }

.plate-construct {
  margin-bottom: 45px; }
  .plate-construct__announce-text {
    padding-bottom: 20px; }
  .plate-construct__number {
    background-color: #eeeef3;
    border-radius: 10px;
    padding-top: 55px;
    padding-bottom: 55px; }
  .plate-construct__number-input-container {
    margin-bottom: 71px; }
  .plate-construct__number-input input,
  .plate-construct__number-input select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid black;
    font-family: ALSArtemiusSans,Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 0 6px;
    height: 30px;
    width: 100%; }
  .plate-construct__number-input input {
    letter-spacing: 4px; }
  .plate-construct__number-input input:focus,
  .plate-construct__number-input select:focus {
    outline: none; }
  @media (min-width: 998px) {
    .plate-construct__number-input_region {
      padding-left: 20px;
      width: 325px; } }
  @media (min-width: 998px) {
    .plate-construct__number-input_num {
      padding-left: 32px;
      width: 160px; } }
  @media (min-width: 998px) {
    .plate-construct__number-input_letters {
      width: 285px; } }
  .plate-construct__number-input .ng-invalid {
    color: #f00; }
  .plate-construct__warning {
    color: #ef423e;
    font-size: 16px;
    line-height: 36px; }
    @media (min-width: 998px) {
      .plate-construct__warning {
        padding-left: 40px; } }
  .plate-construct__number-description {
    font-size: 14px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.4); }
  .plate-construct__number-result {
    display: block;
    padding-bottom: 25px; }
  @media (max-width: 768px) {
    .plate-construct {
      margin-bottom: 0; }
      .plate-construct__number {
        border-radius: 0; }
      .plate-construct__number-input-container {
        margin-bottom: 20px; }
      .plate-construct__number-input {
        padding-bottom: 30px; }
      .plate-construct__number-input_letters {
        padding-bottom: 0; }
      .plate-construct__warning {
        padding-bottom: 0; } }

.scroll-slide__item {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .scroll-slide__item_photo {
    min-height: 700px; }
  .scroll-slide__item_photo-end {
    min-height: auto; }
    .scroll-slide__item_photo-end img {
      min-width: 100%; }
  .scroll-slide__item_construct .scroll-slide__item-first-block {
    height: 160px; }
  .scroll-slide__item-first-block {
    padding-bottom: 60px; }
    .scroll-slide__item-first-block img {
      max-width: 530px;
      max-height: 100%; }
    @media (min-width: 768px) {
      .scroll-slide__item-first-block .license-plate__announce-text {
        padding-top: 60px;
        padding-left: 45px; } }
  .scroll-slide__item-plate-block {
    padding-bottom: 60px;
    z-index: 2; }
  .scroll-slide__item-plate-after {
    padding-bottom: 50px; }
  .scroll-slide__item-last-block {
    padding-bottom: 60px; }
  .scroll-slide__item-wrapper {
    background-position: 50% -132px;
    background-repeat: no-repeat;
    background-size: initial;
    padding-top: 60px;
    -webkit-transition: opacity 0.33s ease-in-out;
    -moz-transition: opacity 0.33s ease-in-out;
    -o-transition: opacity 0.33s ease-in-out;
    -ms-transition: opacity 0.33s ease-in-out;
    transition: opacity 0.33s ease-in-out; }
  .fixed .scroll-slide__item-wrapper {
    background-color: #fff;
    background-size: auto 1150px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.scroll-slide__item-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50%;
  background-size: cover; }
.scroll-slide .task {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 0; }
@media (max-width: 768px) {
  .scroll-slide_content {
    margin-bottom: 0px;
    min-height: auto; }
  .scroll-slide__item {
    height: auto;
    padding-bottom: 60px; }
  .scroll-slide__item_photo {
    min-height: 620px; }
  .scroll-slide__item_photo-end {
    max-height: 300px;
    min-height: 300px; }
  .scroll-slide__item-first-block-image {
    padding-bottom: 60px; }
  .scroll-slide__item-last-block {
    padding-bottom: 0; }
  .car-types .scroll-slide__item-plate-block {
    padding-bottom: 0; } }

.symbol-list {
  color: rgba(39, 53, 131, 0.3);
  font-family: ALS Transport,ALSArtemiusSans,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 39px;
  line-height: 1; }
  .symbol-list__item {
    display: inline-block;
    margin: 0 .357em .357em; }
    @media (max-width: 768px) {
      .symbol-list__item {
        margin: 0 .2em .3em; } }
    .symbol-list__item_used {
      color: #000; }

/*@media (max-height: 820px) {
	.scroll-slide {
		&__item {
			&_content {
				padding-top: 40px;
			}

			&-wrapper {
				padding-top: 0;
			}

			&-first-block {
				height: auto;

				img {
					max-height: 180px;
				}

				.license-plate__announce-text {
					padding-top: 40px;

					@media (min-width: 768px) {
					padding-left: 45px;
				}
			}
			}

			&-plate-block {
				padding-bottom: 40px;
			}

			&-plate-after {
				padding-bottom: 35px;
			}

			&-last-block {
				padding-bottom: 40px;
			}
		}
	}
}


// ╨Я╨╛╤З╤В╨╕ ╨╜╨╛╤А╨╝╨░╨╗╤М╨╜╤Л╨╡
@media (max-height: 920px) {
	.plate-construct__number {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.combo5,
	.region33,
	.pretty-combo,
	.oldplate,
	.car-types {
		.scroll-slide__item-plate-block {
			padding-bottom: 30px;
		}

		.scroll-slide__item-plate-after {
			padding-bottom: 20px;
		}
		
	}

	.pretty-combo {
		.license-plate-examples {
			position: relative;
			top: -80px;
			z-index: -1;
		}
	}

}


// ╨С╨╛╨╗╤М╤И╨╕╨╡
@media (min-height: 1000px) {
	.scroll-slide {
		&__item {
			&_content,
			&-wrapper {
				padding-top: 80px;
			}

			&-first-block {
				padding-bottom: 80px;

				img {
					max-height: 240px;
				}

				.license-plate__announce-text {
					padding-left: 45px;
					padding-top: 60px;
				}
			}

			&-plate-block {
				padding-bottom: 80px;
			}

			&-plate-after {
				padding-bottom: 65px;
			}

			&-last-block {
				padding-bottom: 80px;
			}
		}
	}
}*/
@media (min-width: 998px) {
  .scroll-slide__item .scroll-slide__item-plate-after {
    float: none;
    margin: 0 auto;
    width: 768px; } }
/*@media (max-width: 768px) {
	.license-plate__announce-text {
		padding-left: 0;
	}
}*/
.announce {
  margin-top: 0;
  position: relative;
  opacity: 0;
  transition: opacity 0.23s ease-in-out; }
  .announce.fade-in {
    opacity: 1 !important; }

.license-plate__title {
  color: white;
  position: absolute;
  z-index: 3;
  top: 50px;
  left: 0;
  right: 0; }
  .license-plate__title .tabs a:link,
  .license-plate__title .tabs a:visited,
  .license-plate__title .tabs a.underline:link,
  .license-plate__title .tabs a.underline:visited {
    color: #fff !important; }
  @media (max-width: 768px) {
    .license-plate__title h1 {
      font-size: 34px; } }
.license-plate__announce-text {
  font-family: 'ALSArtemiusSerif'; }
  .license-plate__announce-text.sans {
    font-family: ALSArtemiusSans,Helvetica Neue,Helvetica,Arial,sans-serif; }

.like {
  opacity: 0.3;
  pointer-events: none;
  transition: all 0.23s ease-in-out; }
  .like.access {
    opacity: 1;
    pointer-events: auto; }

a.pseudo {
  border-bottom-style: dotted !important; }

a.nonunderline {
  border-bottom: none !important; }

/*# sourceMappingURL=style.css.map */
