@charset "UTF-8";
/* Цвет шрифта */
/* Цвет ссылок */
/* Основной цвет border */
/* Основной цвет */
/* Цвет текста на фоне*/
/* Цвет текста на фоне*/
/* Дополнительный цвет */
/* Цвет текста на фоне*/
/* Доп цвет border */
/* lstom */
.slider {
  padding: 0 0 40px;
  /*	&__dots{

		li{
			display: inline-block;
			margin-right:10px;

			&.slick-active button{
				background:#005ea7;
			}
		}
		button{
			cursor: pointer;
			font-size:0;
			background:none;
			border:0;
			width:12px;
			height:12px;
			background:#FFDF5A;
			padding:0;
			margin:0;
			border-radius:100%;
		}
	}*/ }
  .slider__wrap {
    background: #DAE4EB; }
  .slider__bg {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    height: 1000px;
    width: 320px; }
  .slider__box {
    position: relative;
    padding: 58px 0 64px;
    height: 450px; }
  .slider__slider {
    z-index: 1; }
  .slider__slide {
    display: none;
    text-decoration: none;
    color: inherit;
    overflow: hidden; }
    .slider__slide:first-child {
      display: block; }
    .slider__slide.slick-slide {
      display: block; }
  .slider__image {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 170px; }
    .slider__image img {
      display: block;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 100%; }
  .slider__box {
    overflow: hidden;
    position: relative; }
  .slider__title {
    font-size: 45px;
    font-weight: bold;
    padding: 0 0 10px;
	max-width: 615px; }
  .slider__subtitle {
    line-height: 160%;
    padding-bottom: 40px;
    font-weight: 400;
	max-width: 615px; }
  .slider__nav {
    position: absolute;
    right: 16px;
    bottom: 68px;
    height: 40px;
    width: 110px;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    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;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  .slider__newcost {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    color: #005EA7;
    vertical-align: middle; }
  .slider__oldcost {
    display: inline-block;
    font-size: 26px;
    text-decoration: line-through;
    margin-right: 20px;
    vertical-align: middle; }
  .slider a.slider__link {
    position: absolute;
    bottom: 64px;
    left: 0;
    cursor: pointer;
    width: 245px;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 50px;
    color: black;
    font-weight: 400;
    text-align: center;
    background: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    /*
		&:hover{
			background: #FFEDA4;
		}
		*/ }
  @media all and (max-width: 1020px) {
    .slider__image {
      width: 420px;
		margin-right: 40px; }
    .slider__oldcost {
      font-size: 24px; }
    .slider__newcost {
      font-size: 30px; }
    .slider__nav,
    .slider a.slider__link {
      bottom: 30px; }
    .slider__box {
      height: 350px;
      padding: 28px 0 24px; }
    .slider__title {
      font-size: 24px; }
    .slider__wrap {
      overflow: hidden; }
    .slider .container {
      overflow: visible; } }
  @media all and (max-width: 768px) {
    .slider__box {
      height: 300px; }
    .slider__image {
      display: none; }
    .slider__nav {
      right: 20px; } }
  @media all and (max-width: 480px) {
    .slider a.slider__link {
      width: 180px;
      line-height: 40px; }
    .slider__counter {
      display: none; }
    .slider__nav {
      width: 70px; } }
