*{
	margin:0;
	padding:0;
}
body{
    font-family: 'Fira Sans Condensed', sans-serif;
    min-height: 100%;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    position: relative;
    font-weight:400;
    background:#fff;
}
.overflow{
    overflow: hidden;
}
header,main,section{
	display:block;
}
a{
	outline:0;
}
h1 {
    font-size: 32px;
    line-height: 29px;
    color: #5d627f;
    text-transform: uppercase;
    font-weight: 500;
}
h2 {
    font-size: 52px;
    font-weight: 400;
    color: #5d627f;
    text-align: center;
    text-transform: uppercase;
}
.wrap{
	width:1200px;
	margin:0 auto;
}
.header {
    padding-top: 14px;
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.header__logo {
    display: inline-block;
    vertical-align: top;
    padding-left: 19px;
}
.header__description {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;
    width: 300px;
    padding: 50px 0 0 63px;
	color: #575b71;
}
.header__contact {
    float: right;
    font-size: 16px;
    text-align: center;
    padding: 16px 70px 0 0;
}
.header__phone {}
.header__phone a {
    font-size: 26px;
    text-decoration: none;
    color: #575b71;
}
.header__callback {
    margin-top: 6px;
}
.header__callback a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    background: #6799cc;
    border: 1px solid #6799cc;
    display: block;
    width: 175px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing:border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 3px 9px rgba(13,13,13,0.13);
    box-shadow: 0 3px 9px rgba(13,13,13,0.13);
}
.header__callback a:hover {
    background: #fff;
    color: #6799cc;
}
.header__main-site {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    padding: 53px 0 0 71px;
}
.header__main-site a {
    color: #fff;
    font-size: 18px;
    background: url(../img/header__main-site.png)no-repeat left 13px center #003f71;
    border: 1px solid #003f71;
    width: 275px;
    height: 50px;
    line-height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    padding: 0 0 0 46px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 9px rgba(13,13,13,0.13);
    box-shadow: 0 3px 9px rgba(13,13,13,0.13);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.header__main-site a:hover {
    background: url(../img/header__main-site-hover.png)no-repeat left 13px center #fff;
    border: 1px solid #6599cd;
    color: #6599cd;
}
header.fixed {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 600;
    overflow: hidden;
    height: 55px;
	box-shadow: 0px 12px 16px 0px #91a2b3;
	top:0;
	transition: all 0.7s ease-out;
	padding-top: 5px;
}
header.fixed .header__logo {
	padding-left: 15px;
}
header.fixed .header__logo img {
	width: 70px;
	height: 55px;
}
header.fixed .header__phone {
    display: inline-block;
	margin-right: 20px;
}
header.fixed  .header__callback {
    margin-top: 0;
    display: inline-block;
}
header.fixed  .header__contact {
    float: right;
    font-size: 16px;
    text-align: center;
    padding: 0 70px 0 0;
}
header.fixed  .header__description {
	display: none;
}
header.fixed  .header__main-site {
	display: none;
}
@media screen and (max-width: 770px) {
header.fixed .header__contact {
    float: right;
    font-size: 16px;
    text-align: center;
    padding: 0 10px 0 0;
}
}
@media screen and (max-width: 540px) {
	header.fixed {
		height: 45px;
		box-shadow: 0px 5px 5px 0px #91a2b3;
	}
	header.fixed .wrap {
		padding: 0;
		min-width: 355px;
	}
	header.fixed .header__logo {
		padding-left: 0;
	}
	header.fixed .header__logo img {
		width: 51px;
		height: 40px;
	}
	header.fixed .header__contact {
		float: none;
		display: inline-block;
		font-size: 16px;
		text-align: center;
		padding: 0 0 0 5px;
	}
	header.fixed .header__phone {
		display: inline-block;
		margin-right: 5px;
	}
	header.fixed .header__phone a {
		font-size: 14px;
		text-decoration: none;
		color: #575b71;
	}
	header.fixed .header__callback {
		margin-top: 0;
		display: inline-block;
	}
	header.fixed .header__callback a {
		font-size: 14px;
		width: 130px;
		height: 40px;
		line-height: 42px;
		margin: 0 auto;
	}
}
.home {
    background: #edeef8;
    position: relative;
    font-size: 0;
    padding-top: 166px;
    height: 410px;
}
.home::after {
    content: '';
    width: 748px;
    height: 600px;
    background: url(../img/home-bg.png)no-repeat center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -814px;
}
.home>.wrap {
    position: relative;
    z-index: 2;
}
.home__left {
    display: inline-block;
    vertical-align: top;
    width: 625px;
    -webkit-box-sizing: border-box;
    box-sizing:border-box;
    padding-right: 16px;
}
.home__price {
    font-size: 51px;
    color: #f65616;
    font-weight: 500;
    text-align: right;
    padding-top: 6px;
    padding-right: 10px;
}
.home__title--mob{
    font-size: 24px;
    font-weight:500;
    display:none;
}
.home__img {
    display: inline-block;
    vertical-align: top;
    margin-left: -42px;
    margin-top: -51px;
}
.home__links {
    display: inline-block;
    vertical-align: top;
    margin: 27px 0 0 26px;
    width: 234px;
}
.home__links a {
    margin-bottom: 19px;
    display: block;
}
.home__icon {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.home__links a:nth-child(1) .home__icon{
    background:url(../img/home-link1.png) no-repeat center #fff;
}
.home__links a:nth-child(1):hover .home__icon{
    background:url(../img/home-link1-hover.png) no-repeat center #6599cd;
}
.home__links a:nth-child(2) .home__icon{
    background:url(../img/home-link2.png) no-repeat center #fff;
}
.home__links a:nth-child(2):hover .home__icon{
    background:url(../img/home-link2-hover.png) no-repeat center #6599cd;
}
.home__links a:nth-child(3) .home__icon{
    background:url(../img/home-link3.png) no-repeat center;
}
.home__links a:nth-child(3):hover .home__icon{
    background:url(../img/home-link3-hover.png) no-repeat center #fff;
}
.home__icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.home__links span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #151515;
    text-transform: uppercase;
    width: calc(100% - 85px - 10px);
    margin-left: 10px;
}
.home__links a.home__video {
    margin-bottom: 0;
}
.home__discount {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: -30px 0 0 225px;
    position: relative;
}
.home__discount img {
    position: absolute;
    top: -10px;
    left: 50px;
}
.home__discount span {
    position: absolute;
    top: 95px;
    left: 127px;
}
.home__right {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 505px;
    border-radius: 8px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing:border-box;
    padding: 33px 26px 32px;
    -webkit-box-shadow: 0 0 24px rgba(13,13,13,0.14);
    box-shadow: 0 0 24px rgba(13,13,13,0.14);
}
.home__description {
    font-size: 16px;
    line-height: 22px;
    margin-top: 22px;
	color: #8184a1;
}
.home__characteristics {
    margin-top: 32px;
}
.characteristic__title {
    font-size: 24px;
	color: #575b71;
}
.characteristic__title a {
    font-size: 18px;
    color: #6799cc;
    float: right;
    vertical-align: top;
    margin-top: 5px;
    text-decoration: none;
    border-bottom: 1px solid #6799cc;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.characteristic__title a:hover {
    border-bottom: 0;
}
.characteristic__list {
    list-style: none;
    margin: 31px -5px 0;
}
.characteristic__list li {
    background: #edeef8;
    line-height: 40px;
    padding: 0 15px 0 17px;
	color: #8184a1;
}
.characteristic__list li:nth-child(2n) {
    background: transparent;
}
.characteristic__list i {
    float: right;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    min-width: 35px;
}
.characteristic__bottom {
    margin: 25px -5px 0;
}
.characteristic__button {
    display: inline-block;
    vertical-align: top;
}
.characteristic__button a {
    color: #fff;
    text-decoration: none;
    background: #6799cc;
    border: 1px solid #6799cc;
    border-radius: 8px;
    font-size: 24px;
    padding: 10px 30px;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing:border-box;
}
.characteristic__button a:hover {
    background: #fff;
    color: #6799cc;
}
.characteristic__links {
    float: right;
    display: inline-block;
    vertical-align: top;
}
.characteristic__links a {
    display: table;
    margin: 0 0 5px auto;
    font-size: 18px;
    color: #6799cc;
}
.characteristic__links a:hover {
    text-decoration: none;
}
.document {
    padding-top: 229px;
    padding: 229px 0 78px;
}
.document__slider {
    margin-top: 28px;
}
.document__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.document__img {
	padding: 27px;
}
.document__dark {
    margin: 0 auto;
    display: table;
    position: relative;
}
.document__dark::after {
    content: '';
    background: rgba(0,0,0,.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.document__img img {
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 27px rgba(13,13,13,.2);
}
.zoom {
    display: block;
    width: 77px;
    height: 77px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../img/zoom.png)no-repeat center rgba(0,0,0,.2);
    border-radius: 50%;
    z-index: 6;
}
.similar {
    background: #edeef8;
    padding: 38px 0 69px;
}
.similar__slider {
    margin-top: 26px;
    width: 1224px;
    margin-left: -12px;
}
.similar__slider .slick-prev{
    left:-29px;
}
.similar__slider .slick-next{
    right:-29px;
}
.similar__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.similar__slider .slick-slide {
    float: none;
    height: auto;
}
.similar__item {
    background: #fff;
    border-radius: 8px;
    width: 384px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0 40px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
}
.similar__power {
    font-size: 18px;
    color: #f9711b;
    text-align: center;
    border: 4px solid #f9711b;
    background: #fff;
    border-radius: 50%;
    width: 73px;
    height: 73px;
    -webkit-box-sizing: border-box;
    box-sizing:border-box;
    top: 9px;
    left: 9px;
    position: absolute;
    line-height: 21px;
    padding-top: 19px;
    font-weight: 500;
    z-index: 2;
}
.similar__power span {
    font-size: 32px;
    display: block;
}
.similar__manufacturer {
    font-size: 18px;
    z-index: 2;
    color: #003f71;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #003f71;
    position: absolute;
    right: 11px;
    top: 10px;
    border-radius: 8px;
    padding: 13px 20px;
    background: #fff;
}
.similar__img {
	
}
.similar__img img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.similar__name {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 21px auto 0;
    width: 250px;
}
.similar__price {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-top: 6px;
}
.similar__orange {
    color: #f9711b;
}
.similar__big {
    font-size: 36px;
}
.similar__link {
    margin-top: 19px;
}
.similar__link a {
    font-size: 24px;
    background: #6799cc;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 305px;
    height: 50px;
    line-height: 48px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing:border-box;
    border-radius: 8px;
    border: 1px solid #6799cc;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 3px 9px rgba(13,13,13,0.13);
    box-shadow: 0 3px 9px rgba(13,13,13,0.13);
}
.similar__link a:hover {
    color: #6799cc;
    background: #fff;
}
.project {
    padding: 48px 0 80px;
}
.project__slider {
    margin-top: 24px;
}
.project__slider .slick-prev, .project__slider .slick-next {
    top: 165px;
}
.project__item {
    font-size: 0;
    width: 588px;
    margin: 0 auto;
}
.project__current {
    display: table;
    position: relative;
    margin: 0 auto;
}
.project__current a {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.project__current a.active {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
}
.project__current img {
    width: 100%;
    max-width: 588px;
    margin: 0 auto;
}
.project__prev,.project__next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 37px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    display: none;
}
.project__prev{
    background:url(../img/arrow-prev.png)no-repeat center;
    left:0;
}
.project__next{
    background:url(../img/arrow-next.png)no-repeat center;
    right:0;
}
.project__thumbs {
    max-width: 588px;
    margin: 20px auto 0;
}
.slick-slide .project__thumbs img {
    width: 180px;
    height: 120px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
    opacity: 0.61;
    cursor: pointer;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.project__thumbs img:last-child {
    margin-right: 0;
}
.project__thumbs img.active{
    opacity: 1;
    cursor: default;
}
.project__description {
    font-size: 16px;
    line-height: 22px;
    color: #5d627f;
    margin-top: 16px;
    text-align: center;
}
.review {
    background: #edeef8;
    padding: 38px 0 40px;
}
.review__slider.slick-dotted.slick-slider {
    margin: 29px 0 0;
}
.review__item {}
.review__company {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 330px;
}
.review__logo {
    width: 117px;
    height: 117px;
    position: relative;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.review__logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.review__name {
    display: inline-block;
    vertical-align: middle;
    color: #313131;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 0 18px;
    width: calc(100% - 117px - 18px);
}
.review__center {
    display: inline-block;
    vertical-align: top;
    width: 640px;
    padding: 3px 0 0 10px;
    font-size: 16px;
    line-height: 24px;
}
.review__text {
    font-style: italic;
}
.review__dots {
    position: relative;
    background: url(../img/review-dots.png)no-repeat left top 2px;
    min-height: 59px;
    margin-top: 28px;
}
.review__dots ul{
    text-align: left;
    bottom: auto;
    top: 0;
    left: 113px;
    width: auto;
}
.review__document {
    display: inline-block;
    vertical-align: top;
    margin: 9px 0 0 7px;
    background: #fff;
    position: relative;
    width: 205px;
    height: 276px;
}
.review__document img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.gallery {
    padding: 57px 0 25px;
}
.gallery__slider {
    margin-top: 31px;
}
.gallery__item {
    position: relative;
    display: table;
    margin: 0 auto;
}
.gallery__item img {
	max-width:100%;
    width:224px;
    height:224px;
}
.video {
    padding: 38px 0 79px;
}
.video__slider {
    margin-top: 31px;
}
.video__slider .slick-prev,.video__slider .slick-next {
    top: calc((100% - 19px - 15px)/2);
}
.video__item {
    display: table;
    margin: 0 auto;
}
.video__img {
    position: relative;
    display: table;
    margin: 0 auto;
}
.video__img a::after {
    content: '';
    background: url(../img/video-play.png)no-repeat center;
    width: 76px;
    height: 58px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -29px 0 0 -38px;
}
.video__name {
    text-align: center;
    margin-top: 15px;
}
.video__name a {
    font-size: 16px;
    color: #5d627f;
    text-decoration: none;
}
.repair {
    background: #edeef8;
    padding: 38px 0 69px;
}
.repair__slider {
    margin: 26px 0 0;
}
.repair__item {
    width: 384px;
    margin: 0 auto;
    border-radius: 8px;
    background: #fff;
    padding: 40px 0;
}
.repair__img {
    width: 314px;
    height: 290px;
    margin: 0 auto;
}
.repair__img img {}
.repair__name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin: 31px 45px 0;
    min-height: 48px;
}
.repair__link {
    margin: 31px 0 0;
}
.repair__link a {
    font-size: 24px;
    background: #6799cc;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 305px;
    height: 50px;
    line-height: 48px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing:border-box;
    border-radius: 8px;
    border: 1px solid #6799cc;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 3px 9px rgba(13,13,13,0.13);
    box-shadow: 0 3px 9px rgba(13,13,13,0.13);
}
.repair__link a:hover {
    color: #6799cc;
    background: #fff;
}
.service {
    padding: 48px 0 76px;
}
.service__list {
    text-align: center;
    margin-top: 52px;
}
.service__item {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing:border-box;
    padding: 0 20px;
}
.service__item:last-child {}
.service__img {
    width: 100%;
    height: 147px;
    position: relative;
}
.service__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.service__name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 34px;
}
.about {
    background: #6799cc;
    position: relative;
    padding: 38px 0 56px;
}
.about::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/about-bg.jpg)no-repeat center /cover;
    opacity: 0.16;
    display: block;
    z-index: 1;
}
.about>.wrap {
    position: relative;
    z-index: 2;
}
.about h2 {
    color: #fff;
}
.about__info {
    margin-top: 16px;
    font-size: 0;
}
.about__director {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 300px;
}
.about__photo {}
.about__photo img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}
.about__name {
    font-size: 26px;
    font-weight: 500;
    line-height: 22px;
    margin: 41px 0 0;
}
.about__prof {
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    margin: 1px 0 0;
}
.about__text {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 834px;
    margin: 15px 0 0 66px;
    color: #fff;
		width: 100%;
		margin: 15px 0 0;		
}
.about__text p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}
.about__text ul {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    list-style: none;
    margin-bottom: 20px;
}
.about__text li {}
.about__text>*:last-child {
    margin-bottom: 0;
}
.contact {
    position: relative;
}
.contact__map {
    height: 438px;
    width: 100%;
}
.contact__box {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -600px;
    background: #fff;
    width: 424px;
    -webkit-box-sizing: border-box;
    box-sizing:border-box;
    border-radius: 8px;
    padding: 19px 19px 27px;
}
.contact__list {
    margin: 20px 11px 0;
}
.contact__list p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}
.contact__list p:last-child {
    margin-bottom: 0;
}
.contact__list span {
    font-weight: 500;
}
.contact__register {
    font-weight: 300;
    line-height: 20px;
    margin: 37px 0 0 8px;
    font-size: 0;
}
.contact__register span {
    padding-right: 18px;
    font-size: 18px;
}
.contact__register span:last-child {
    padding-right: 0;
}
.contact__list a{
	text-decoration: none;
	color:#000;
}
.modal {
    position: relative;
    font-size: 17px;
    line-height: 1.3;
    width: 265px;
}
.modal-big {
    width: 840px;
    padding: 5px 0;
}
.modal-title {
    padding-bottom: 20px;
    display: block;
    text-align: center;
    color: #575b71;
    text-transform: uppercase;
    line-height: 1.42857143;
    font-weight: 400;
    font-size: 33px;
}
.modal-big .modal-title{
	font-size: 34px;
    font-weight: 500;
}
.modal-sub {
    font-size: 23px;
    color: #575b71;
    font-weight:500;
}
.modal p {
    margin: 0 0 10px;
}
.modal a {
    color: #428bca;
    text-decoration: none;
}
.modal b {
    font-weight: 500;
}
.butn-modal {
    text-align: center;
}
.butn-modal button {
    text-transform: uppercase;
    font-size: 16px;
    color: #575b71;
    padding: 10px 0;
    border: 1px solid #e0e1ed;
    border-radius: 3px;
    background: none;
    transition: 0.5s all ease;
    width: 215px;
    cursor: pointer;
    outline:0;
    font-family: 'Fira Sans Condensed', sans-serif;
}
.butn-modal button:hover {
    background: #575b71;
    color: #fff;
}
.modal .characteristic__list {
	margin: 10px auto 0;
}
.modal .characteristic__list i {
    text-align: right;
}
.butn {
    margin-top: 25px;
    text-align: center;
    padding-bottom: 10px;
}
.butn a {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background: #6799cc;
    border: 1px solid #6799cc;
    padding: 9px 0;
    width: 100%;
    border-radius: 5px;
    transition: 0.5s all ease;
    text-align: center;
    max-width: 250px;
    font-weight: 500;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    font-family: 'Fira Sans Condensed', sans-serif;
}
.butn a:hover {
    background: #fff;
    border-color: #6799cc;
    color: #6799cc;
}
.butn button {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background: #6799cc;
    border: 1px solid #6799cc;
    padding: 9px 0;
    width: 100%;
    border-radius: 5px;
    transition: 0.5s all ease;
    text-align: center;
    max-width: 250px;
    font-weight: 500;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    font-family: 'Fira Sans Condensed', sans-serif;
}
.butn button:hover {
    background: #fff;
    border-color: #6799cc;
    color: #6799cc;
}
.input-row {
    padding-bottom: 10px;
}
.input-row input{
	width: 100%;
    border-radius: 4px;
    border: none;
    background: #edeef8;
    font-size: 16px;
    color: #8184a1;
    padding: 10px 15px;
    font-family: 'Fira Sans Condensed', sans-serif;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
}
.modal-thanks{
	text-align:center;
}
.modal__list{
    display:none;
}

.home-slider,
.home-slider *{
    box-sizing: border-box;
}
.home-slider{
    display: inline-block;
    width: 390px;
    margin-left: -42px;
    margin-top: -51px;
    max-width: 100%;
}
.main-slider__item{
    cursor: pointer;
}
.main-slider__image{
    display: block;
    max-width: 100%;
    max-height: 430px;
    margin: 0 auto;
    width: 100%;
}
/* .main-slider__image--big{
    height: 430px;
} */
.main-slider .slick-track{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mini-slider-wrapper{
	position: relative;
	width: 312px;
	margin: 0 auto;
    max-width: 100%;
}


.mini-slider{
    
}
.mini-slider__item-wrapper{
    padding-top: 9px;
    opacity: 0.6;
}
.mini-slider .mini-slider__item-wrapper{
    height: auto;
}

.mini-slider__item-wrapper:not(.mini-slider__item-wrapper--no-hover):hover{
	opacity: 1;
}
.mini-slider__item,
.mini-slider .slick-list:before{
    border-radius: 8px;
}
.mini-slider__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 17px 13px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.mini-slider__item:hover{
    border-color: rgba(82, 82, 101, 0.18);
}
.mini-slider__item:hover:before,
.mini-slider__item:hover:after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
}
.mini-slider__item:hover:after{
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 10px solid white;
}
.mini-slider__item:hover:before{
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 11px solid rgba(82, 82, 101, 0.18);
}
.mini-slider__image{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.mini-slider--before-slider-init{
    display: flex;
}
.mini-slider--before-slider-init .mini-slider__item-wrapper{
    display: none;
}
.mini-slider--before-slider-init .mini-slider__item-wrapper:nth-child(1),
.mini-slider--before-slider-init .mini-slider__item-wrapper:nth-child(2),
.mini-slider--before-slider-init .mini-slider__item-wrapper:nth-child(3){
    display: block;
}

.mini-slider .slick-list:before{
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
}
.mini-slider .slick-track{
    display: flex;
}

.home__left--slider{
    position: relative;
}
.home__left--slider .home__links{
    /* margin-left: 0; */
}
.home__left--slider .home__discount{
    margin: -95px 0 0 292px;
}
.slider-fancy-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    max-width: 100%;
}
.home-slider--fancy{
    margin: 0;
    padding: 0 30px;
    max-width: 100%;
    width: 450px;
}
.home-slider--fancy .main-slider .slick-prev{
    left: -30px;
}
.home-slider--fancy .main-slider .slick-next{
    right: -30px;
}

.home-slider--fancy .mini-slider__item-wrapper.slick-current{
    opacity: 1;
}
.home-slider--fancy .mini-slider__item{
    border: 0;
}
.home-slider--fancy .mini-slider__item:before,
.home-slider--fancy .mini-slider__item:after{
    display: none;
}

.mini-slider__item-wrapper--no-hover .mini-slider__item{
    cursor: auto;
}


@media screen and (max-width:1250px){
    .similar__slider{
        width:100%;
        margin-left:0;
    }
}
@media screen and (max-width:1200px){
    .wrap{
        width:auto;
        padding:0 10px;
    }
    .header__logo {
        padding-left: 0;
    }
    .header__description {
        padding-left: 3%;
    }
    .header__contact {
        padding-right: 0;
    }
    .header__main-site {
        padding-left: 3%;
    }
    .home {
        height: auto;
        margin-bottom: 0;
    }
    .home::after {
        top: 0;
        margin-left: -374px;
        background: url(../img/home-bg-mob.png)no-repeat center;
        height: 861px;
    }
    .home__left {
        display: block;
        margin: 0 auto;
    }
    .home__right {
        display: block;
        margin: 140px auto -140px;
    }
    .document {
        background: #fff;
        position: relative;
    }
    .similar__slider .slick-prev {
        left:0;
    }
    .similar__slider .slick-next {
        right:0;
    }
    .similar__item {
        width: calc(100% - 20px);
        max-width: 384px;
    }
    .similar__link a {
        max-width: calc(100% - 20px);
    }
    .review__company {
        width: auto;
        text-align: center;
        display: block;
    }
    .review__name {
        width: auto;
    }
    .review__center {
        width: calc(100% - 205px - 7px);
        padding: 10px 0 0;
    }
    .review__item {
        font-size: 0;
    }
    .video__item {
        display: block;
        width: calc(100% - 20px);
    }
    .video__img img {
        max-width: 100%;
    }
    .repair__item {
        width: calc(100% - 20px);
        padding: 30px 0;
    }
    .repair__img {
        width: calc(100% - 20px);
        height: 230px;
    }
    .repair__img img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }
    .repair__name {
        margin: 25px 10px 0;
    }
    .repair__link {
        max-width: calc(100% - 20px);
        margin: 25px auto 0;
    }
    .repair__link a {
        max-width: 100%;
    }
    .service__item {
        padding: 10px 20px;
    }
    .service__list {
        margin-top: 42px;
    }
    .about__director {
        display: block;
        width: auto;
    }
    .about__text {
        display: block;
        width: auto;
        margin: 30px 0 0;
    }
    .contact__box {
        margin: 0;
        left: 10px;
    }
    .mini-slider-wrapper .mini-slider{
        padding: 0;
    }
    /* .home--no-bg::after{
        background: none;
    } */
}
@media screen and (max-width:992px){
    .header__description {
        padding-left: 8%;
    }
    .header__main-site {
        padding: 30px 0 0;
        display: block;
    }
    .header__main-site a {
        margin: 0 auto;
    }
    .home {
        padding-top: 240px;
    }
    .contact__box {
        left: 50%;
        margin-left: -212px;
    }
    .modal-big{
        max-width:100%;
    }
}
@media screen and (max-width:770px){
    .header {
        text-align: center;
    }
    .header__description {
        padding-left: 19px;
        padding-top: 46px;
        font-size: 18px;
        text-align: left;
        width: 240px;
    }
    .header__contact {
        float: none;
    }
    .header__main-site {
        padding-top: 16px;
    }
    .home {
        padding-top: 300px;
    }
    .home__title--mob{
        display:block;
    }
    .home__left {
        width: auto;
        padding: 0;
    }
    .home__price {
        text-align: center;
        padding: 10px 0 0;
    }
    .home__title--mob {
        text-align: center;
        margin: 10px 0 0;
    }
    .home__img {
        display: block;
        margin: 10px 0 0;
        text-align: center;
    }
    .home__img img {
        max-width: 100%;
    }
    .home__links {
        display: block;
        margin: 27px auto 0;
    }
    .home__discount {
        margin: 30px auto 0;
        width: 360px;
		height: 5px;
    }
    .home__right {
        max-width: 100%;
    }
    h1 {
        line-height: 37px;
    }
    .document__img {
        padding: 15px;
    }
    .document__img img {
        box-shadow: 0 0 15px rgba(13,13,13,.2);
    }
    .zoom {
        width: 40px;
        height: 40px;
        background-size: 24px;
    }
    .similar__power {
        font-size: 13px;
        width: 55px;
        height: 55px;
        padding-top: 12px;
        line-height: 16px;
    }
    .similar__power span {
        font-size: 24px;
    }
    .similar__manufacturer {
        font-size: 13px;
        padding: 9px 13px;
    }
    .similar__img {
        height: 240px;
        position:relative;
        margin: 0 5px;
    }
    .similar__img img{
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
    }
    .similar__name {
        padding: 0 5px;
    }
    .similar__big {
        font-size: 29px;
    }
    .similar__link a {
        font-size: 18px;
    }
    .similar__item {
        padding: 20px 0 10px;
    }
    h2 {
        font-size: 40px;
    }
    .document {
        padding-top: 185px;
        padding-bottom: 50px;
    }
    .project__item {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
    .project__current{
        padding-left: 25px;
        padding-right: 25px;
        display: block;
        margin: 0 -25px;
    }
    .project__current a{
        display:table;
        margin:0 auto;
    }
    .project__prev,.project__next{
        display:block;
    }
    .project__thumbs {
        margin-top: 15px;
    }
    .slick-slide .project__thumbs img {
        width: calc(33.333333% - 8px);
        margin-right: 12px;
        height: 75px;
    }
    .project__thumbs img:last-child {
        margin-right: 0;
    }
    .review__text {
        display: none;
    }
    .review__item {
        position: relative;
        padding: 0 5px 75px;
    }
    .review__document {
        display: block;
        margin: 20px auto 0;
    }
    .review__center {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .review__slider .slick-dots {
        bottom: 0;
        width: calc(100% - 50px);
    }
    .review__dots ul {
        text-align: center;
        width: 100%;
        left: 0;
    }
    .gallery__item {
        max-width: calc(100% - 20px);
    }
    .review__name{
        width: calc(100% - 117px - 18px);
    }
    .repair__img{
        height:190px;
    }
    .repair__link a {
        font-size: 20px;
    }
    .service__img {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
    .review__dots{
        display:none;
    }
    .service__name {
        margin-top: 15px;
        font-size: 17px;
    }
    .service__item {
        padding: 25px 0;
    }
    .service__list {
        margin-top: 32px;
    }
    .service {
        padding: 48px 0;
    }
    .about__text p {
        font-size: 16px;
    }
    .about__text ul {
        font-size: 16px;
    }
    .modal {
        font-size: 14px;
    }
    .characteristic__list li {
        padding: 0 10px;
    }
    .home-slider{
        display: block;
        margin: 40px auto 0;
    }
    .home__left--slider .home__links{
        margin: 45px auto 0;;
    }
    .home__left--slider .home__discount{
        margin: 30px auto 0;
    }
    .home-slider--fancy{
        margin-top: 0;
    }
}
@media screen and (max-width:650px){
    .repair__img {
        height: 130px;
    }
    .repair__name {
        height: 72px;
    }
    .similar__name{
        width:auto;
    }
}
@media screen and (max-width:600px){
    .review__dots {
        display: block;
    }
    .review__slider .slick-dots {
        width: 100%;
        bottom: auto;
    }
    .similar__name {
        width: 170px;
    }
}
@media screen and (max-width:480px){
    .header__logo img {
        width: 111px;
    }
    .header__description {
        line-height: 23px;
        width: 190px;
        padding: 14px 0 0 27px;
    }
    .header__contact {
        padding-top: 29px;
    }
    .header__callback {
        margin-top: 13px;
    }
    .header__main-site {
        padding-top: 20px;
    }
    .home {
        padding-top: 323px;
        padding-bottom: 21px;
    }
    .home__price {
        font-size: 44px;
        padding: 0;
        position: relative;
    }
    .home__title--mob {
        margin-top: 7px;
        position: relative;
    }
    .home__img {
        margin-top: -17px;
    }
    .home__img img {
        max-width: 287px;
    }
    .home__links {
        margin-top: 24px;
    }
    .home__discount img {
        width: 144px;
        height: 71px;
        position: relative;
        top: auto;
        left: auto;
        margin: 9px 0 0;
        display: block;
    }
    .home__discount {
        background: #fff;
        width: auto;
        margin: 30px -10px 0;
        padding: 19px 0 36px 49px;
    }
    .home__discount span {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        font-size: 15px;
        margin: -22px 0 0 106px;
    }
    .home__right {
        margin: 19px auto 0;
        padding: 24px 11px 29px;
    }
    .home__description {
        margin: 18px 4px 0;
    }
    .home__characteristics {
        margin: 17px 3px 0 6px;
    }
    .characteristic__title a {
        font-size: 16px;
    }
    .characteristic__list {
        margin: 16px -3px;
    }
    .characteristic__list li {
        padding: 0 26px 0 17px;
    }
    .characteristic__button a {
        font-size: 18px;
        padding: 13px 15px;
    }
    .characteristic__links a {
        font-size: 17px;
        margin: 0 0 8px auto;
    }
    .document {
        padding: 18px 0 24px;
    }
    h2 {
        font-size: 36px;
        line-height: 38px;
    }
    .document__slider {
        margin: 17px 0 0;
    }
    .document__img {
        padding: 7px;
    }
    .document__img img {
        box-shadow: 0 0 7px rgba(13,13,13,.2);
    }
    .similar {
        padding:22px 0 37px;
    }
    .similar__slider {
        margin-top: 29px;
    }
    .similar__item {
        width: calc(100% - 8px);
        padding: 70px 0 12px;
    }
    .similar__power {
        left: 14px;
    }
    .similar__manufacturer {
        right: 7px;
    }
    .similar__img{
        height:120px;
    }
    .similar__name {
        width: auto;
    }
    .similar__price {
        margin: 10px 5px 0;
    }
    .similar__link {
        margin-top: 14px;
    }
    .similar__link a {
        line-height: 20px;
        padding: 3px 30px 0;
    }
    .project {
        padding:22px 0 37px;
    }
    .project__slider {
        margin-top: 18px;
    }
    .project__item {
        width: 100%;
        padding: 0;
    }
    .project__current{
        margin:0;
        padding:0;
    }
    .project__prev,.project__next{
        display:none;
    }
    .project__description {
        margin-top: 13px;
    }
    .review {
        padding: 22px 0 0;
        height: 535px;
    }
    .review__slider.slick-dotted.slick-slider {
        margin: 32px 0 0;
    }
    .review__name {
        max-width: calc(100% - 19px - 117px);
    }
    .review__document {
        margin: 29px auto 0;
    }
    .review__item {
        padding-bottom: 128px;
    }
    .review__dots {
        background: url(../img/review-dots.png)no-repeat left 11px top 0;
        margin: 0;
    }
    .gallery {
        padding: 151px 0 25px;
    }
    .gallery__slider .slick-dots {
        bottom: -37px;
    }
    .gallery__item img {
        width:auto;
        height:auto;
    }
    .video {
        padding: 32px 0 30px;
    }
    .video__slider {
        margin-top: 21px;
    }
    .video__item {
        width: 100%;
    }
    .video__name {
        display: none;
    }
    .repair {
        padding: 21px 0 22px;
    }
    .repair__slider {
        margin: 36px 0 0;
    }
    .repair__item {
        width: calc(100% - 8px);
        padding: 30px 0 26px;
    }
    .repair__link {
        margin: 23px auto 0;
        width: 134px;
    }
    .repair__link a {
        font-size: 24px;
    }
    .repair__slider .slick-dots {
        bottom: -33px;
    }
    .service {padding: 28px 0 29px;}
    .service__img {
        width: 67px;
        height: 65px;
    }
    .service__item {
        padding: 24px 0;
    }
    .service__list {
        margin-top: 26px;
    }
    .about {
        padding: 29px 0 11px;
    }
    .about__info {
        margin-top: 26px;
    }
    .about__name {
        margin-top: 21px;
    }
    .about__text {
        margin: 22px 14px 0;
    }
    .about__text p {
        font-size: 20px;
        margin-bottom: 22px;
    }
    .about__text ul {
        font-size: 22px;
        line-height: 21px;
    }
    .about__text li {
        margin-bottom: 32px;
    }
    .about__text>*:last-child {
        display: none;
    }
    .contact__box {
        max-width: calc(100% - 20px);
        left: 10px;
        margin: 0;
        padding: 40px 23px 52px;
    }
    .contact__box h2 {
        text-align: left;
    }
    .contact__list {
        margin: 24px 0 0;
    }
    .contact__register {
        margin: 32px 0 0;
    }
    .contact__register span {
        display: block;
        margin-bottom: 7px;
    }
    .contact__map {
        height: 515px;
    }
    .characteristic__list li {
        line-height: normal;
        padding: 10px 10px 6px 12px;
    }
    .characteristic__list li::after {
        clear: both;
        content: "";
        display: table;
    }
    .home__left--slider .home__discount{
        height: auto;
        padding: 10px;
    }
    .home__left--slider .home__discount img{
        margin: 0 auto;
    }
}
@media screen and (max-width:424px){
    .home-slider{
        width: 100%;
    }
    .mini-slider-wrapper{
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .fancybox-wrap--home-slider .fancybox-skin{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .home-slider--fancy .main-slider .slick-prev{
        left: -20px;
    }
    .home-slider--fancy .main-slider .slick-next{
        right: -20px;
    }
    .home-slider--fancy .mini-slider__image{
        width: 60px;
    }
    .home-slider--fancy .mini-slider__item{
        padding-left: 3px;
        padding-right: 3px;
    }
    .home-slider--fancy .mini-slider__image {
        width: 45px;
    }
}
@media screen and (max-width:400px){
    .similar__link a{
        padding:3px 20px 0;
    }
    .modal{
        max-width:100%;
    }
}
@media screen and (max-width:374px){
    .header__description {
        width: 165px;
        font-size: 16px;
        padding-left: 20px;
    }
    .characteristic__title {
        font-size: 21px;
    }
    .characteristic__title a {
        margin-top: 7px;
        font-size: 13px;
    }
    .characteristic__list {
        font-size: 14px;
    }
    .characteristic__button a {
        font-size: 16px;
    }
    .characteristic__links a {
        font-size: 13px;
    }
    .similar__item {
        max-width: 270px;
    }
    .similar__img{
        height: auto;
    }
    .similar__img img{
        position: relative;
        max-height: 185px;
        max-width: 185px;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .similar__link a {
        height: auto;
        padding: 14px 10px;
    }
    .repair__item {
        max-width: 270px;
    }
    .repair__name {
        height: 48px;
    }
    .contact__box h2 {
        font-size: 34px;
    }
    .contact__box {
        padding: 40px 23px;
    }
    .modal-big .modal-title {
        font-size: 31px;
    }
}