@import url(https://fonts.googleapis.com/css?family=Exo+2:300,300i,400,600,600i,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Exo+2:300,300i,400,600,600i,700&amp;subset=cyrillic);
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s
}

html {
	-webkit-transition: all 0s;
	transition: all 0s
}

body {
	position: relative;
	margin: 0;
	font-family: "Exo 2", sans-serif;
	color: #393939;
	font-size: 19px;
	text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
}
/* Баннер */
.banner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.banner__link {
    color: #fff;
    text-transform: none;
    transition: text-decoration .2s linear;
}

.banner__link:hover {
    text-decoration: none;
}

.banner__content {
    display: flex;
    background-color: #ee332f;
    color: #fff;
    min-height: 400px;
}

.banner__content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 40%;
}

.banner__title {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
}

.banner__descr {
    margin: 0;
}

.banner__content-right {
    width: 60%;
    /* height: 100%; */
    font-size: 0;
}

.banner__img {
    width: 100%;
    height: 100%;
}

@media (max-width: 756px) {
    .banner__content {
        flex-wrap: wrap-reverse;
    }
    
    .banner__content-left {
        width: 100%;
    }
    
    .banner__title {
       font-size: 23px; 
    }

    
    .banner__content-right {
        width: 100%;
        height: 250px;
    }
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  padding-right: 0 !important;
  opacity: 1;
  overflow-y: auto;
  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

.overlay__link {
    color: #fff;
    text-transform: none;
}

.overlay__content {
  position: relative;
  z-index: 21;
  display: flex;
  background-color: #ee332f;
  /* padding: 20px; */
  color: #fff;
  /* padding: 60px 0; */
  /* max-width: 1366px; */
  /* max-width: 1000px; */
    max-width: 100vh;
    min-height: 400px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}



.overlay__content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 40%;
}

.overlay__title {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
}

.overlay__descr {
    margin: 0;
}

.overlay__content-right {
    width: 60%;
    height: 100%;
}

.overlay__img {
    width: 100%;
    height: 100%;
}

.overlay.active {
  display: block;
  opacity: 1;
}

.overlay .overlay__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100%;
}

.overlay .overlay__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.overlay .overlay__close {
  position: absolute;
  z-index: 41;
  display: block;
  /* top: 60px; */
  top: 0;
  right: 0px;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-color: #30312F;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.overlay .overlay__close:before,
.overlay .overlay__close:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  top: 25px;
  left: 16px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.overlay .overlay__close:hover:before,
.overlay .overlay__close:hover:after {
  background-color: rgba(255, 255, 255, 0.8);
}

.overlay .overlay__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.overlay .overlay__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

html.overlay-active {
  overflow-y: hidden !important;
  padding-right: 16px;
}

@media (max-width: 820px) {
    html.overlay-active {
      padding-right: 0;
    }
}


@media (max-width: 756px) {
    .overlay__content {
        flex-wrap: wrap-reverse;
    }
    
    .overlay__content-left {
        width: 100%;
    }
    
    .overlay__title {
       font-size: 23px; 
    }

    
    .overlay__content-right {
        width: 100%;
        height: 295px;
    }
}
.overlay-iframe {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  padding-right: 0 !important;
  opacity: 1;
  overflow-y: auto;
  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

.overlay-iframe__content {
  position: relative;
  z-index: 21;
  padding: 60px 0;
  width: 100%;
  max-width: 1366px;
  min-height: 600px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.overlay-iframe__content iframe {
  min-height: 600px;
}

.overlay-iframe__img {
  max-width: 100%;
  min-height: 100%;
}

.overlay-iframe .form {
  width: 100%;
}

.overlay-iframe.active {
  display: block;
  opacity: 1;
}

.overlay-iframe .overlay-iframe__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100%;
}

.overlay-iframe .overlay-iframe__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.overlay-iframe .overlay-iframe__close {
  position: absolute;
  z-index: 3;
  display: block;
  top: 60px;
  right: 0px;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-color: #30312F;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.overlay-iframe .overlay-iframe__close:before,
.overlay-iframe .overlay-iframe__close:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  top: 25px;
  left: 16px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.overlay-iframe .overlay-iframe__close:hover:before,
.overlay-iframe .overlay-iframe__close:hover:after {
  background-color: rgba(255, 255, 255, 0.8);
}

.overlay-iframe .overlay-iframe__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.overlay-iframe .overlay-iframe__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

html.overlay-iframe-active {
  overflow-y: hidden !important;
  padding-right: 16px;
}

a {
	font-family: "Exo 2", sans-serif
}

h1 {
	color: #393939;
	font-size: 30px;
	text-align: center;
	font-family: "Exo 2", sans-serif;
	font-style: italic;
	font-weight: 600
}

h2 {
	color: #393939;
	font-size: 30px;
	text-align: center;
	font-family: "Exo 2", sans-serif;
	font-style: italic;
	font-weight: 600
}

.container {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px 0 20px
}

@media only screen and (max-width:1299px) {
	.container {
		width: 970px
	}
}

@media only screen and (max-width:991px) {
	.container {
		width: 750px
	}
}

@media only screen and (max-width:767px) {
    body {
    	font-size: 16px;
    }
	.container {
		width: 100%
	}
}

.container::after {
	clear: both;
	content: '';
	display: table
}

.button {
	text-align: center;
	display: block;
	cursor: pointer;
	color: #f2f2f2;
	width: 220px;
	height: 50px;
	background: #ee332f;
	line-height: 50px;
	font-family: "Exo 2", sans-serif;
	font-size: 19px;
	-webkit-border-radius: 0;
	border-radius: 0
}

.button:hover {
	background-color: #d72b27;
	color: #f2f2f2
}

.error-404 {
	text-align: center;
	height: 100vh
}

.error-404>* {
	vertical-align: middle
}

.error-404 h1 {
	margin-top: 40vh
}

.error-404 a {
	text-decoration: underline
}

.about-us-h2 {
	margin-top: 75px;
	margin-bottom: 30px;
	color: #393939
}

.about-us>* {
	color: #393939
}

.about-us-content-catalog {
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 90px
}

@media only screen and (max-width:1299px) {
	.about-us-content-catalog {
		padding: 0 60px 60px 60px
	}
}

@media only screen and (max-width:767px) {
	.about-us-content-catalog {
		padding: 0 0
	}
}

.about-us-content-catalog p.about-us-p {
	margin-bottom: 10px
}

.about-us-content-catalog h2 {
	margin-top: 80px
}

.advantages {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5;
	padding-top: 1px;
	padding-bottom: 105px
}

.advantages h1 {
	margin-top: 75px;
	margin-bottom: 35px
}

.advantages .advantages-content {
	padding: 0 105px 0 105px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-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;
	margin-bottom: -85px
}

@media only screen and (max-width:1299px) {
	.advantages .advantages-content {
		padding: 0 40px
	}
}

@media only screen and (max-width:767px) {
	.advantages .advantages-content {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
	}
}

.advantages-content p {
	text-align: center;
	font-size: 19px;
	color: #393939
}

.advantages-item {
	text-align: center;
	width: 270px;
	background: 0 0;
	padding-top: 32px;
	height: 209px;
	margin-bottom: 1px;
	margin-right: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 85px
}

@media only screen and (max-width:1299px) {
	.advantages-item {
		width: 250px
	}
}
@media only screen and (max-width:767px) {
    .advantages-item {
        margin-bottom: 0;
        height: auto;
        width: 100%;
    }
    .advantages-content p{
        font-size: 16px;
    }
}

.adtantages-img-cover {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #393939;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin: 0 auto
}

.bread-cramps {
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ee332f;
	font-family: "Exo 2", sans-serif;
	background: #f2f2f2
}

.bread-cramps li {
	display: inline-block
}

.bread-cramps li::after {
	display: inline-block;
	content: ">"
}

.bread-cramps li a {
	color: #ee332f
}

.catalog-inner {
	background: #f2f2f2;
	padding-bottom: 80px
}

.catalog-inner .catalog-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:991px) {
	.catalog-inner .catalog-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.catalog-inner #mse2_results {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media only screen and (max-width:767px) {
	.catalog-inner #mse2_results {
		justify-content: center;
	}
	#mse2_sort {
		padding-left: 20px;
	}
}

.catalog-inner .mFilter-catalog {
	width: 960px;
	position: relative
}

@media only screen and (max-width:1299px) {
	.catalog-inner .mFilter-catalog {
		width: 770px
	}
}

@media only screen and (max-width:991px) {
	.catalog-inner .mFilter-catalog {
		width: auto
	}
}

.catalog-inner .mFilter-catalog .row {
	position: absolute;
	top: -60px;
	right: 65px
}

.catalog-inner .mFilter-catalog .row #mse2_sort a {
	border: 1px solid #393939;
	background: #fff;
	padding-right: 20px;
	text-decoration: none;
	padding-left: 10px;
}

.catalog-inner .mFilter-catalog .row #mse2_sort a:visited {
	color: #393939
}

.catalog-inner .mFilter-catalog .row #mse2_sort>a::after {
	content: ">"
}

@media only screen and (max-width:767px) {
	.catalog-inner .mFilter-catalog .row #mse2_sort>a::after {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.catalog-inner .mFilter-catalog .row #mse2_sort span {
		display: block;
		padding-bottom: 10px
	}
}

@media only screen and (max-width:1299px) {
	.catalog-inner .mFilter-catalog .row {
		right: 147px
	}
}

@media only screen and (max-width:767px) {
	.catalog-inner .mFilter-catalog .row {
		position: static
	}
}

.catalog-inner .mFilter-catalog .row .sort-mfilter-cover {
	position: absolute;
	top: 5px;
	right: 1px;
	display: none;
	line-height: 25px
}

@media only screen and (max-width:767px) {
	.catalog-inner .mFilter-catalog .row .sort-mfilter-cover {
		position: static;
		display: block
	}
}

.catalog-inner .mFilter-catalog .row:hover .sort-mfilter-cover {
	display: block
}

.catalog-main {
	background: #f2f2f2;
	padding-top: 80px;
	padding-bottom: 80px
}

.catalog-main .catalog-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:991px) {
	.catalog-main .catalog-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.catalog-main #mse2_results {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.catalog-main .mFilter-catalog {
	width: 960px
}

@media only screen and (max-width:1299px) {
	.catalog-main .mFilter-catalog {
		width: 770px
	}
}

@media only screen and (max-width:991px) {
	.catalog-main .mFilter-catalog {
		width: auto
	}
}
@media only screen and (max-width:767px) {
	.catalog-main #mse2_results {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}


.catalog-main .mFilter-catalog .row {
	display: none!important
}

.catalog-main .pagination {
	display: none!important
}

.cards {
	background: #f2f2f2
}

.mini-galery {
	width: 714px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1px;
	line-height: 1px;
	align-content: flex-start;
	justify-content: space-between;
}

@media only screen and (max-width:1299px) {
	.mini-galery {
		width: 550px
	}
}
@media only screen and (max-width:991px) {
	.mini-galery {
		justify-content: space-between;
	}
}
@media only screen and (max-width:767px) {
	.mini-galery {
		width: 100%;
		justify-content: center;

	}
}

.card-page-option {
	margin-bottom: 40px
}

.cards-title {
	width: 360px
}

@media only screen and (max-width:991px) {
	.cards-title {
		margin-top: 40px;
		width: 100%
	}
}

.cards-title {
	margin-left: 65px
}

@media only screen and (max-width:1299px) {
	.cards-title {
		margin-left: 20px
	}
}

.card-page .cards-catalog-content {
	padding-top: 80px
}

.card-page-about {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 55px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width:991px) {
	.card-page-about {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.card-page-tetle-h2 {
	margin-top: 0;
	text-align: left
}

.mini-galery img {
	width: 230px;
	height: auto;
	display: block;
	position: relative
}

@media only screen and (max-width:1299px) {
	.mini-galery img {
		width: 175px
	}
}

@media only screen and (max-width:767px) {
	.mini-galery img {
		width: 159.39394px;
		margin-right: 10px;
	}
}

@media only screen and (max-width:560px) {
	.mini-galery img {
		width: 109.58333px
	}
}

.mini-galery a {
	margin-right: 0px;
	margin-bottom: 10px;
}

@media only screen and (max-width:767px) {
	.mini-galery a {
		margin-bottom: 10px
	}
}
@media only screen and (max-width:767px) {
	.mini-galery a:first-child {
		width: 100%;
	}
}
.mini-galery a:last-child {
	margin-right: 0
}

.mini-galery a:first-child img {
	width: 714px;
	height: auto
}

@media only screen and (max-width:1299px) {
	.mini-galery a:first-child img {
		width: 550px;
		height: auto
	}
}

@media only screen and (max-width:767px) {
	.mini-galery a:first-child img {
		width: 100%
	}
}

.mini-galery a:first-child {
	margin-bottom: 10px
}

tr:nth-child(2n) {
	background: 0 0
}

.card-page .cards-item-prev {
	font-size: 19px
}

.card-page .cards-item-now {
	font-size: 23px;
	font-style: italic;
	font-weight: 600
}

.card-item-price {
	margin-bottom: 40px
}

.card-description {
	margin-bottom: 100px
}

.card-description .card-description-content {
	padding-left: 100px;
	padding-right: 100px
}

.card-description .card-description-content .card-description-h2 {
	margin-top: 70px
}

@media only screen and (max-width:1299px) {
	.card-description .card-description-content {
		padding-right: 60px;
		padding-left: 60px
	}
}

@media only screen and (max-width:767px) {
	.card-description .card-description-content {
		padding-left: 10px;
		padding-right: 10px
	}
}

.card-page .share-us {
	margin-bottom: 40px;
	text-align: left
}

.share-us p {
	margin-bottom: 8px;
	text-transform: none
}

.form-for-card-page {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 25
}

.form-for-card-page .order-btn-clouse {
	top: 1px;
	right: 310px;
	z-index: 25
}

@media only screen and (max-width:1299px) {
	.form-for-card-page .order-btn-clouse {
		right: 160px
	}
}

@media only screen and (max-width:991px) {
	.form-for-card-page .order-btn-clouse {
		right: 40px
	}
}

@media only screen and (max-width:767px) {
	.form-for-card-page .order-btn-clouse {
		right: 6px
	}
}

.form-for-card-page .order-btn-clouse div {
	background: #fff
}

.form-for-card-page .form-call-back-content {
	padding-top: 10px
}

.form-for-card-page .ajax_form {
	position: relative;
	z-index: 26;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.form-for-card-page .form-call-back {
	background: 0 0
}

.form-for-card-page .form-item label {
	position: static
}

.form-for-card-page.active {
	display: block
}

.form-wraper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .7);
	display: block;
	z-index: 25
}

.cards-item {
	width: 295px;
	display: block;
	margin-bottom: 20px;
	padding: 0;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
	text-decoration: none;
	border-top: 6px solid #f2f2f2;
	border-bottom: 6px solid #f2f2f2;
	padding-bottom: 20px;
}

@media only screen and (max-width:767px) {
	.cards-item {
		width: 280px
	}
}

.cards-item:hover {
	border-top: 6px solid #ee332f;
	border-bottom: 6px solid #ee332f
}

@media only screen and (max-width:767px) {
	.cards-item {
		margin-right: 15px
	}
}
@media only screen and (max-width:500px) {
		.cards-item {
		margin-right: 0px
	}
}
}
.cards-item .cards-item-cover {
	background: #fff;
	padding-bottom: 40px
}

.card-item-image-cover {
	position: relative;
	font-size: 0;
	line-height: 0;
	margin-bottom: 20px
}

.card-item-image-cover img {
	width: 295px;
	height: 220px
}

@media only screen and (max-width:767px) {
	.card-item-image-cover img {
		width: 280px
	}
}

.card-item-hit {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 93px;
	height: 28px;
	background: #ee332f;
	color: #fff;
	font-family: "Exo 2", sans-serif;
	font-size: 19px;
	text-align: center;
	line-height: 28px
}

.card-item-new {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 147px;
	height: 28px;
	background: #ee332f;
	color: #fff;
	font-family: "Exo 2", sans-serif;
	font-size: 19px;
	text-align: center;
	line-height: 28px
}

.card-item-pop {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 147px;
	height: 28px;
	background: #ee332f;
	color: #fff;
	font-family: "Exo 2", sans-serif;
	font-size: 19px;
	text-align: center;
	line-height: 28px
}

.card-item-text-cover {
	padding-left: 20px
}

.card-item-text-cover .card-item-header {
	text-align: center;
	font-size: 23px;
	font-family: "Exo 2", sans-serif;
	font-style: italic;
	font-weight: 600;
	padding-right: 20px;
	color: #393939;
	margin-top: 20px;
	margin-bottom: 20px
}

.card-item-text-cover .card-item-options {
	color: #393939;
	font-weight: 400;
	font-family: "Exo 2", sans-serif;
	font-size: 17px
}

.card-item-text-cover .card-item-price {
	margin-bottom: 0
}

.card-item-text-cover .card-item-price .cards-item-now {
	font-weight: 600;
	color: #393939;
	font-family: "Exo 2", sans-serif;
	font-size: 23px;
	font-style: italic;
	text-decoration: none;
	text-align: center
}

.card-item-text-cover .card-item-price .cards-item-prev {
	font-weight: 600;
	color: #393939;
	font-family: "Exo 2", sans-serif;
	font-size: 23px;
	font-style: italic;
	text-decoration: none;
	text-align: center
}

.copyright {
	background: #393939
}

.copyright-content {
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff
}

@media only screen and (max-width:991px) {
	.copyright-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
}

.copyright-content a {
	color: #fff
}

.copyright-content a:hover {
	text-decoration: underline
}

.copyright-content>* {
	font-size: 15px
}

.footer {
	background: #393939
}

.footer-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 22px 20px 30px 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media only screen and (max-width:1299px) {
	.footer-content {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 22px 15px 30px 15px
	}
}

@media only screen and (max-width:767px) {
	.footer-content {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		padding-right: 0
	}
}

.footer-item {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width:991px) {
	.footer-item:nth-child(4) {
		margin-top: 15px;
		width: 100%;
		text-align: center
	}
}

@media only screen and (max-width:767px) {
	.footer-item {
		margin-bottom: 20px
	}
	.footer-item:nth-child(4) {
		width: auto;
		margin-top: 0
	}
	.footer-item a {
		font-size: 17px!important;
	}
}

.footer-item a {
	color: #fff;
	font-size: 19px;
	text-decoration: none
}

.footer-item a:hover {
	color: #ee332f
}

/* .footer-item:nth-child(2) {
    padding-left: 40px
} */

.footer-item:nth-child(2)::before {
	/* position: absolute; */
	content: "";
	width: 46px;
	height: 46px;
	/* left: -15px;
	top: 3px; */
	display: inline-block;
	background: url(../img/css_sprites.png) -10px -10px;
	vertical-align: middle;
	margin-right: 10px
}

/* .footer-item:nth-child(3) {
    padding-left: 40px
} */

.footer-item:nth-child(3)::before {
	/* position: absolute; */
	content: "";
	width: 46px;
	height: 46px;
	/* left: -15px;
	top: 3px; */
	display: inline-block;
	background: url(../img/css_sprites.png) -76px -10px;
	vertical-align: middle;
	margin-right: 10px
}

.footer-item:nth-child(4) {
	/* padding-left: 40px */
}

.footer-item:nth-child(4)::before {
	/* position: absolute; */
	content: "";
	width: 46px;
	height: 46px;
	/* left: -15px;
	top: 3px; */
	display: inline-block;
	background: url(../img/css_sprites.png) -10px -76px;
	vertical-align: middle;
	margin-right: 10px
}

@media only screen and (max-width:991px) {
	.footer-item:nth-child(4)::before {
		left: 220px
	}
}

@media only screen and (max-width:767px) {
	.footer-item:nth-child(4)::before {
		left: -15px
	}
}

.gallery-h2 {
	color: #e5efff
}

.form-call-back {
	font-family: "Exo 2", sans-serif;
	font-size: 19px;
	background: url(/app/img/form-bg.jpg)
}

.ajax_form {
	color: #f2f2f2
}

.form-call-back-content {
	padding-top: 80px;
	padding-bottom: 100px
}

.form-cover {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 630px;
	background: #393939;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 80px
}

@media only screen and (max-width:767px) {
	.form-cover {
		width: 100%
	}
}

.form-cover .form-item {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative
}

@media only screen and (max-width:767px) {
	.form-cover .form-item {
		width: 90%
	}
}

.form-header {
	text-align: center;
	color: #f2f2f2;
	font-size: 30px;
	margin: 0;
	font-style: italic;
	margin-bottom: 35px
}

.form-call-back-content input {
	width: 400px;
	height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 17px;
	background: 0 0;
	color: #f2f2f2;
	font-family: "Exo 2", sans-serif;
	font-size: 19px
}

@media only screen and (max-width:767px) {
	.form-call-back-content input {
		width: 100%
	}
}

.form-call-back-content input:focus {
	outline: 0;
	border-bottom: 1px solid #ee332f
}

.form-item label {
	color: #f2f2f2;
	font-size: 13px;
	font-family: "Exo 2", sans-serif;
	position: absolute
}

.form-item.focus label {
	top: 27px;
	font-size: 19px
}

@media only screen and (max-width:767px) {
	.form-item.focus label {
		font-size: 15px
	}
}

.form-date {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 400px
}

@media only screen and (max-width:767px) {
	.form-date {
		width: 90%
	}
}

@media only screen and (max-width:767px) {
	.form-date .form-item {
		width: 185px
	}
}

.form-date input {
	width: 185px
}

@media only screen and (max-width:767px) {
	.form-date input {
		width: 185px
	}
}

.ajax_form .but-form {
	margin: 0 auto;
	margin-top: 30px
}

.form-caption {
	text-align: center
}

@media only screen and (max-width:767px) {
	.form-caption {
		font-size: 17px
	}
}

.form-caption a {
	color: #f2f2f2
}

.capcha {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-top: 40px
}

@media only screen and (max-width:767px) {
	.capcha {
		width: 90%
	}
}

.capcha input {
	padding-left: 60px
}

@media only screen and (max-width:767px) {
	.capcha input {
		width: 100%
	}
}

.capcha input.erorr {
	border-bottom: 1px solid red
}

.but-form {
	border: none
}

#capcha-exercise {
	position: absolute
}

.header-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 16px 60px 18px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media only screen and (max-width:1299px) {
	.header-content {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 16px 15px 18px 15px
	}
}

@media only screen and (max-width:767px) {
	.header-content {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		padding-right: 0
	}
}

.header-item {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}
.header-item:first-child img {
	width: 106px;
	height: 88px;
}
.footer-item:first-child img {
	width: 106px;
	height: 88px;
}
@media only screen and (max-width:991px) {
	.header-item:nth-child(4) {
		margin-top: 15px;
		width: 100%;
		text-align: center
	}
}

@media only screen and (max-width:767px) {
	.header-item {
		margin-bottom: 20px;
		text-align: center;
	}
	.header-item:nth-child(4) {
		width: auto;
		margin-top: 0
	}
}

.header-item a {
	color: #393939;
	font-size: 19px;
	text-decoration: none
}

.header-item a:hover {
	color: #ee332f
}

.header-item-cover {
	display: inline-block
}

.mod-font {
	font-family: "Exo 2", sans-serif;
	font-weight: 400
}

.instagram {
	padding-bottom: 120px
}

.instagram-h2 {
	text-align: center;
	color: #512979;
	margin-top: 120px
}

#instaShowGallery_1 .instashow-gallery-control-arrow {
	background: #512979!important
}

#instaShowGallery_1 .instashow-gallery-control-arrow:hover {
	background: #c71265!important
}

#instaShowGallery_1 .instashow-gallery-control-arrow::after,
#instaShowGallery_1 .instashow-gallery-control-arrow::before {
	background: #fff!important
}

#instaShowGallery_1 .instashow-gallery-media-cover {
	background: #512979!important
}

.menu {
	background-color: #393939
}

@media only screen and (max-width:991px) {
	.menu {
		border-top: none
	}
}

@media only screen and (max-width:991px) {
	.menu .container {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		left: -120vw;
		width: 360px;
		z-index: 20;
		background-color: #fff;
		-webkit-transition: all .4s;
		transition: all .4s
	}
}

@media only screen and (max-width:991px) {
	.menu .container.active {
		left: 0
	}
}

.nav-menu-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	list-style: none
}

@media only screen and (max-width:991px) {
	.nav-menu-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.nav-menu-item {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	flex-grow-list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
}

@media only screen and (max-width:991px) {
	.nav-menu-item {
		text-align: left
	}
}

.nav-menu-item:hover {
	background: 0 0
}

.nav-menu-item.active {
	background: #ee332f
}

@media only screen and (max-width:991px) {
	.nav-menu-item.active {
		background: #fff
	}
}

.nav-menu-item a {
	font-size: 19px;
	text-transform: none;
	color: #fff;
	line-height: 50px;
	font-family: "Exo 2", sans-serif
}

.nav-menu-item a.active {
	color: #fff
}

@media only screen and (max-width:991px) {
	.nav-menu-item a.active {
		color: #393939
	}
}

.nav-menu-item a.active:hover {
	color: #fff
}

@media only screen and (max-width:991px) {
	.nav-menu-item a.active:hover {
		color: #ee332f
	}
}

.nav-menu-item a:hover {
	color: #ee332f
}

@media only screen and (max-width:1299px) {
	.nav-menu-item a {
		font-size: 16px
	}
}

@media only screen and (max-width:991px) {
	.nav-menu-item a {
		font-size: 19px;
		text-transform: uppercase;
		color: #393939
	}
}

.nav-menu-hid-cont {
	position: relative
}

@media only screen and (max-width:991px) {
	.nav-menu-hid-cont {
		padding-bottom: 0
	}
}

.hiden-item-arrow::after {
	content: "";
	display: inline-block;
	background: url(../img/css_sprites.png) -170px -67px;
	width: 11px;
	height: 7px;
	vertical-align: middle;
	margin-left: 10px
}

.nav-menu-hid-list {
	padding-left: 0;
	list-style: none;
	text-align: center;
	position: absolute;
	z-index: 22;
	display: none
}

@media only screen and (max-width:991px) {
	.nav-menu-hid-list {
		position: static;
		display: block;
		text-align: left;
		padding-left: 10px
	}
}

.nav-menu-hid-cont:hover .nav-menu-hid-list {
	display: block
}

.nav-menu-hid-item a {
	display: block;
	width: 280px;
	padding: 10px 0;
	line-height: 1.2;
	/* height: 50px;
	line-height: 50px; */
	background: #fff;
	color: #393939
}

@media only screen and (max-width:991px) {
	.nav-menu-hid-item a {
		display: block;
		width: auto;
		height: auto;
		line-height: 50px;
		background: #fff
	}
}

@media only screen and (max-width:991px) {
	.menu-header__toggle {
		position: fixed;
		top: 10px;
		right: 10px;
		width: 54px;
		height: 53px;
		z-index: 21;
		background-color: #393939;
		border: 2px solid #393939;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.menu-header__wrapper.active {
		background-color: rgba(0, 0, 0, .7);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, .7);
		z-index: 19
	}
	.menu-header__toggle_item {
		position: absolute;
		width: 15px;
		height: 3px;
		-webkit-transition: all .1s;
		transition: all .1s;
		background-color: #fff
	}
	.menu-header__toggle_item:nth-child(1) {
		top: 15px;
		left: 10px;
		-webkit-border-top-left-radius: 1.5px;
		border-top-left-radius: 1.5px;
		-webkit-border-bottom-left-radius: 1.5px;
		border-bottom-left-radius: 1.5px
	}
	.menu-header__toggle_item:nth-child(2) {
		top: 15px;
		right: 10px;
		-webkit-border-top-left-radius: 1.5px;
		-webkit-border-top-right-radius: 1.5px;
		border-top-right-radius: 1.5px;
		-webkit-border-bottom-left-radius: 1.5px;
		-webkit-border-bottom-right-radius: 1.5px;
		border-bottom-right-radius: 1.5px
	}
	.menu-header__toggle_item:nth-child(3) {
		top: 23px;
		left: 10px;
		-webkit-border-top-left-radius: 1.5px;
		border-top-left-radius: 1.5px;
		-webkit-border-bottom-left-radius: 1.5px;
		border-bottom-left-radius: 1.5px
	}
	.menu-header__toggle_item:nth-child(4) {
		top: 23px;
		right: 10px;
		-webkit-border-top-right-radius: 1.5px;
		border-top-right-radius: 1.5px;
		-webkit-border-bottom-right-radius: 1.5px;
		border-bottom-right-radius: 1.5px
	}
	.menu-header__toggle_item:nth-child(5) {
		top: 31px;
		left: 10px;
		-webkit-border-top-left-radius: 1.5px;
		border-top-left-radius: 1.5px;
		-webkit-border-bottom-left-radius: 1.5px;
		border-bottom-left-radius: 1.5px
	}
	.menu-header__toggle_item:nth-child(6) {
		top: 31px;
		right: 10px;
		-webkit-border-top-right-radius: 1.5px;
		border-top-right-radius: 1.5px;
		-webkit-border-bottom-right-radius: 1.5px;
		border-bottom-right-radius: 1.5px
	}
}

.scroll-top {
	position: fixed;
	right: 0;
	bottom: -60px;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../img/up.svg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center;
	opacity: 0
}

.scroll-top.active {
	bottom: 0;
	opacity: 1
}

.scroll-top:hover {
	cursor: pointer;
	bottom: 5px
}

.share-us {
	text-align: center;
	margin-bottom: 100px
}

.ya-share2 {
	display: inline-block
}

.slider {
	position: relative
}

.slider .slider-content-item {
	position: relative;
	width: 100%;
	height: 539px
}

@media only screen and (max-width:991px) {
	.slider .slider-content-item {
		position: relative;
		width: 100%;
		height: 350px
	}
}

@media only screen and (max-width:767px) {
	.slider .slider-content-item {
		display: none
	}
}

.slider .slider-content-item-text {
	color: #fff;
	width: 630px;
	margin-top: 150px;
	margin-left: 107px
}

@media only screen and (max-width:1299px) {
	.slider .slider-content-item-text {
		margin-left: 50px
	}
}

@media only screen and (max-width:991px) {
	.slider .slider-content-item-text {
		margin-left: 0;
		margin-top: 40px
	}
}

.slider .slider_mydots {
	position: absolute;
	bottom: 12%;
	width: 100%;
	z-index: 10;
	text-align: center
}

.slick-dots {
	display: inline-block;
	padding: 0;
	list-style: none;
	margin: 0;
	height: 39px;
	margin-left: 650px;
	margin-right: 40px
}

@media only screen and (max-width:1299px) {
	.slick-dots {
		margin-left: 400px
	}
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	padding-bottom: 10px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button::before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	content: "";
	text-align: center;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.slick-dots li.slick-active button:before {
	background: #512979
}

.slick-arrow {
	font-size: 0;
	text-decoration: none;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	width: 60px;
	height: 60px;
	background: url(../img/css_sprites.png) -10px -10px
}

.slick-arrow:focus {
	outline: 0
}

.slick-prev:hover {
	background: url(../img/css_sprites.png) -90px -90px
}

.slick-next:hover {
	background: url(../img/css_sprites.png) -90px -10px
}

.slick-prev {
	background: url(../img/css_sprites.png) -10px -90px
}

.slick-next {
	margin-left: 20px
}

.form-callback.done img {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.form-callback.done h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	color: #00204e;
	font-size: 32px;
	font-family: "Exo 2", sans-serif;
	text-align: center
}

.form-callback.done p {
	font-size: 17px;
	font-family: "Exo 2", sans-serif;
	text-align: center
}

.form-succes {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10
}

.form-succes.active {
	display: block
}

.form-succes-wraper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .7);
	display: block
}

.form-succes-container {
	width: 430px;
	height: 400px;
	background: #fff;
	margin: 0 auto;
	margin-top: 20vh;
	text-align: center;
	padding-top: 40px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative
}

@media only screen and (max-width:767px) {
	.form-succes-container {
		width: 90%
	}
}

.order-btn-clouse {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer
}

.order-btn-clouse>div {
	position: absolute;
	top: 23.5px;
	left: 10px;
	width: 30px;
	height: 3px;
	background-color: #00204e
}

.order-btn-clouse div:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.order-btn-clouse div:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.order-btn-clouse:hover {
	opacity: .7
}

.parallax {
    display: flex;
    flex-direction: column;
    align-items: center;
	height: 600px;
	position: relative!important;
	/* background: url(/app/img/parallax.jpg.png) no-repeat; */
	overflow: hidden;
	background-image: url(/app/img/avtoprokat-glav.jpg);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width:1299px) {
	.parallax {
		height: 600px
	}
		#mse2_filters {
		min-width: 240px;
	}
}

@media only screen and (max-width:991px) {
	.parallax {
		height: 400px
	}
}

.parallax-header {
	color: #fff;
	font-family: "Exo 2", sans-serif;
	text-align: center;
    padding-top: 169px;
	font-size: 45px;
	margin: 0;
	margin-bottom: 30px;
}

.parallax-link {
    /* max-width: 100%; */
    /* min-height: 200px; */
    padding: 30px;
    text-align: center;
    text-decoration: none;
    background-color: #ee332f;
    animation: transform 4s infinite;
    transition: background-color .3s ease-in-out;
}

.parallax-link:hover {
    background-color: #393939;
}

@keyframes transform {
  0% {
    transform: scale(1);
  }
  
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


.parallax-descr {
    font-size: 22px;
    color: #fff;
}

@media only screen and (max-width:991px) {
	.parallax-header {
		padding-top: 140px;
		font-size: 35px
	}
}

@media only screen and (max-width:767px) {
	.parallax-header {
		padding-top: 150px;
		font-size: 30px
	}
}

#mse2_limit-cover {
	display: none!important
}

.mFilter-catalog h3 {
	display: none!important
}

#mse2_selected_wrapper {
	display: none!important
}

.mFilter-button-cover {
	display: none!important
}

.mFilter-catalog h3 {
	display: none!important
}

.mFilter-catalog .row {
	position: absolute
}

#mse2_limit-cover {
	display: none!important
}

.filter_title {
	margin: 0;
	font-family: "Exo 2", sans-serif;
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 10px
}

#mse2_msoption\/amountengine {
	margin-bottom: 0
}

@media only screen and (max-width:991px) {
	.mFilter-filters form {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		
	}
	.mFilter-filters form div {
		margin-right: 40px;
		width: 190px;
	}

}

@media only screen and (max-width:767px){
	.mFilter-filters form {
		padding-left: 20px;
	}
	.breadcrumb {
		padding-left: 20px;
	}
}


.mFilter-filters form div {
	margin-bottom: 35px;
	min-width: 240px;
}

.mFilter-filters form div label {
	font-family: "Exo 2", sans-serif;
	font-size: 19px;
	line-height: 19px;
	vertical-align: middle;
	position: relative
}

.mFilter-filters form div input[type=checkbox] {
	margin-right: 7px
}

.mFilter-filters form div input[type=checkbox]:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	bottom: 2px;
	position: absolute;
	background-color: #f2f2f2;
	border: 1px solid #393939
}

.mFilter-filters form div input[type=checkbox]:checked:after {
	background: url(/app/img/check-symbol.png);
	background-repeat: no-repeat;
	background-position: cover
}

.mFilter-filters form div input[type=radio] {
	margin-right: 7px
}

.mFilter-filters form div input[type=radio]:focus {
	outline: 0
}

.mFilter-filters form div input[type=radio]:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	bottom: 2px;
	position: absolute;
	background-color: #f2f2f2;
	border: 1px solid #393939
}

.mFilter-filters form div input[type=radio]:checked:after {
	background: url(/app/img/check-point.png);
	background-repeat: no-repeat;
	background-position: cover
}

ul.pagination {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

ul.pagination li:first-child {
	display: none
}

ul.pagination li:last-child {
	display: none
}

ul.pagination li {
	margin-right: 25px
}

ul.pagination li a {
	font-family: "Exo 2", sans-serif;
	color: #393939;
	font-size: 27px;
	text-decoration: none;
	display: inline-block;
	padding: 0 10px
}

ul.pagination li.active a {
	font-family: "Exo 2", sans-serif;
	border: 1px solid #393939
}

ul.pagination .control a {
	width: 40px;
	height: 40px;
	background: url(/app/img/right-arrow.png);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin-left: 40px
}

@media only screen and (max-width:767px) {
	ul.pagination .control a {
		margin-left: 10px
	}
}

ul.pagination .control:nth-child(2) a {
	width: 40px;
	height: 40px;
	background: url(/app/img/right-arrow.png);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin-right: 40px;
	margin-left: 0
}

@media only screen and (max-width:767px) {
	ul.pagination .control:nth-child(2) a {
		margin-right: 10px
	}
}

ul.pagination li.disabled span {
	width: 40px;
	height: 40px;
	background: url(/app/img/right-arrow.png);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin-left: 40px
}

@media only screen and (max-width:767px) {
	ul.pagination li.disabled span {
		margin-left: 10px
	}
}

ul.pagination li.disabled:nth-child(2) span {
	width: 40px;
	height: 40px;
	background: url(/app/img/right-arrow.png);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin-right: 40px;
	margin-left: 0
}

@media only screen and (max-width:767px) {
	ul.pagination li.disabled:nth-child(2) span {
		margin-right: 10px
	}
}

.someProduct {
	background: #f2f2f2;
	padding-top: 80px;
	padding-bottom: 100px
}

.someProduct h1 {
	margin-top: 0
}

.someProduct .someProduct-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-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
}
.nav-menu-item.active > a {
	color: #fff;
}

.paralax-static {
	display: none;
	position: relative;
}
.paralax-static .container {
	padding: 0px;
}
.parallax-static-header {
	position: absolute;
	width: 98%;
	top: 50%;
	margin-top: -60px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-bottom: 0px;
	
}
@media only screen and (max-width:991px) {
    .nav-menu-item.active > a {
    	color: #ea3529;
    }
}
@media only screen and (max-width:767px) {
	.someProduct .someProduct-content{
		justify-content: center;
	}
	#mse2_msoption\/colorbase, #mse2_msoption\/year {
		display: none;
	}
	/* .parallax {
	    display: none;
	} */
	.paralax-static {
	    display: block;
    }

}

.price__list {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 60px;
    border-collapse: collapse
}

.price__list thead tr{

    font-size: 22px;
    line-height: 24px;
    padding: 0;
    font-weight: 700;
    text-align: center;
    
}

.price__list thead .model{
    padding: 43px 0px;
}


.price__list thead td{
    border: 1px solid #f2f2f2;
    border-collapse: collapse
}


.price__list tbody tr {
    
    background: #f2f2f2;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    padding: 5px 0;
    
}
.price__list tbody .time {
    text-align: center;
}

.price__list tbody tr td{
    
    
}

.price__list tbody tr td a{
    text-decoration: none;
    display: block;
    padding: 0px 30px;
    color: #393939!important;
}



.price__list tbody tr:hover {
    
    background: #ea3529 !important;
    color: white;
    
}

.price__list tbody tr:nth-child(2n) {
    background: white;
}
.price__list tfoot td{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    padding: 0px 30px;
}


.table-capture td {
    font-size: 25px;
    line-height: 1.2;
    background: #b4b4b4;
    text-align: center;
    font-weight: 400;
    padding: 30px 0;
    border-top: 7px solid #ea3529 !important;
}


@media only screen and (max-width:767px) {
    
    .table-capture td {
        font-size: 16px;
         padding: 20px 5px;
    }
    
    .price__list tfoot td{
        font-size: 16px;
        line-height: 24px;
    }
    .price__list tbody tr {
        font-size: 16px;
        line-height: 24px;
    }
    .price__list thead tr{
        font-size: 18px;
        line-height: 24px;
    }
    .price__list {
        margin-bottom: 40px;
    }
    .price__list thead .model{
        padding: 30px 0px;
    }
    .price__list tbody tr td {
        padding: 0px 20px;
    }
    .text-contact img{
        width: 100%;
        margin: 10px 0!important;
        height: auto!important;
    }
    .about-us img{
        width: 100%;
        margin: 10px 0!important;
        height: auto!important;
    }
}

.table-oveflow {
    width: 100%;
    overflow: scroll;
}

.site-link{
    font-weight: 600;
}
.site-link a{
    color: #ee332f;
    border-bottom: 1px solid rgba(238, 51, 47, 0);
    -webkit-transition: border-bottom .3s;
    -moz-transition: border-bottom .3s;
    -ms-transition: border-bottom .3s;
    -o-transition: border-bottom .3s;
    transition: border-bottom .3s;
}
.site-link a:hover{
    /* color: #393939; */
    border-bottom: 1px solid rgba(238, 51, 47, 1);
}

@media only screen and (max-width:991px) {
    .site-link{
        max-width: 222px;
    }
}
















