/*  ==========================================================

Main CSS

=========================================================== */


/*  ----------------------------------------------------------
[0. Fonts]
----------------------------------------------------------  */


/*  ----------------------------------------------------------
[1. Базовое]
----------------------------------------------------------  */
.hover{}
body {
    background: #fff;
}

.wrapper {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.hidescroll {
    overflow: hidden;
}


/*  ----------------------------------------------------------
[2. Шапка]
----------------------------------------------------------  */

#header {
    background: url(../images/header-bg.png) no-repeat center bottom;
    min-height: 480px;
}
#headermarket {
    background: url(../images/header-bg.png) no-repeat center bottom;
    min-height: 330px;
}

.header-top {
    position: fixed;
    background: #fff;
    min-height: 70px;
    height: auto;
    padding-top: 20px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all 0.4s ease;
}

.header-top.active {
    min-height: 47px;
    padding: 5px 0 5px 0;
}

.header-top.active .main-nav .dropdown {
    top: 20px;
}

.header-callback {
    float: right;
    position: relative;
}
#warranty_big {
	background: url(../images/warranty.png) no-repeat center center;
	position: absolute;
	top: 100px;
	left: 77%;
	height: 200px;
	width: 202px;

	}
#warrantysales {
	background: url(../images/warranty.png) no-repeat center center;
	position: absolute;
	top: 80px;
	left: 77%;
	height: 200px;
	width: 202px;

	}	
#warranty {
	background: url(../images/warranty_mini.png) no-repeat center center;
	position: absolute;
	top: 200px;
	left: 77%;
	height: 100px;
	width: 101px;

	}
#warranty-sales {
	background: url(../images/warranty_mini.png) no-repeat center center;
	position: absolute;
	top: 200px;
	left: 77%;
	height: 100px;
	width: 101px;

	}
#utilization_big {
	background: url(../images/util.png) no-repeat center center;
	position: absolute;
	top: 100px;
	right: 70%;
	height: 200px;
	width: 305px;
	}
#utilization-sales_big {
	background: url(../images/util.png) no-repeat center center;
	position: absolute;
	top: 80px;
	right: 70%;
	height: 200px;
	width: 305px;
	}	
#utilization {
	background: url(../images/util_mini.png) no-repeat center center;
	position: absolute;
	top: 200px;
	left: 5%;
	height: 100px;
	width: 153px;
	}	
#utilization-sales {
	background: url(../images/util_mini.png) no-repeat center center;
	position: absolute;
	top: 200px;
	left: 5%;
	height: 100px;
	width: 153px;
	}	

/***** Main Nav *****/

.main-nav {
    height: 40px;
    float: left;
    margin-right: 20px;
    position: absolute;
}

.main-nav .menu-item {
    display: block;
    background: url(../images/navico.png) no-repeat;
    width: 19px;
    height: 17px;
    cursor: pointer;
    user-select: none;
    margin-top: 5px;
    transition: .5s ease;
}

.main-nav .dropdown {
    display: block;
    max-width: 660px;
    background: #309fff;
    position: relative;
    left: -9999px;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 28px;
    padding: 48px 0 50px;
    transition: left .8s ease-in-out;
    z-index: 100;
}

.main-nav .dropdown.active {
    left: 0;
    transition: left .8s ease-in-out;
}

.main-nav .dropdown:before {
    content: '';
    background: #309fff;
    height: 100%;
    width: 400px;
    position: absolute;
    top: 0;
    left: -9999px;
    transition: 50s ease-in-out;
}

.main-nav .dropdown:before {
    left: -400px;
    transition: left .1s ease-in-out;
}

.main-nav .menu-item.active {
    display: block;
    background: url(../images/navico-hover.png) no-repeat;
    width: 19px;
    height: 17px;
    cursor: pointer;
    user-select: none;
    margin-top: 5px;
}

.main-nav .dropdown li {
    display: inline-block;
    width: 270px;
    margin-bottom: 15px;
    padding-bottom: 22px;
    margin-right: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.main-nav .dropdown li a {
    display: block;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}


/***** Header Logo *****/

.header-logo {
    width: 30.5%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 5px 35px 0;
    position: relative;
}

.header-logo a {
    text-decoration: none;
}

.header-logo img {
    display: block;
    float: left;
}

.header-logo .slogan {
    display: block;
    float: left;
    font-family: "PT Sans";
    font-weight: bold;
    font-size: 18px;
    color: #309fff;
    margin: -5px 0px 0px 10px;
}


/***** Header Contact *****/

.header-contact {
    float: left;
    padding: 17px 0 0;
    position: relative;
}

.header-contact span {
    display: block;
    float: left;
    font-family: "PT Sans";
    color: #161616;
}

.header-contact .contact-group {
    width: 320px;
    float: left;
    height: auto;
    overflow: hidden;
    margin-top: -10px;
    margin-right: 70px;
}

.header-contact .contact-group span {
    width: 100%;
}

.header-contact .contact-phone {
    width: 140px;
    float: left;
    height: auto;
    overflow: hidden;
    margin-top: -10px;
}

.header-contact .contact-phone span {
    width: 100%;
}

.header-contact .text-sm {
    font-size: 14px;
    margin-right: 25px;
}

.header-contact .text-md {
    font-size: 18px;
    line-height: 20px;
}

.header-contact .text-md:nth-child(2) {
    margin-right: 50px;
}


/***** *****/


/***** Header Center *****/

.header-center {
    position: relative;
    margin-top: 50px;
}

.header-center span {
    display: block;
    font-family: "PT Sans";
    color: #fff;
    text-align: center;
}

.header-center .text-sm {
    font-size: 32px;
    margin-top: 30px;
}

.header-center .text-md {
    font-size: 56px;
    padding-top: 50px;
}

.header-center .text-lg {
    font-size: 80px;
    font-weight: bold;
    margin-top: -25px;
}


/*  ----------------------------------------------------------
[3. Как работает]
----------------------------------------------------------  */

.how-work {
	height: auto;
	overflow: hidden;
/*    margin-top: -95px;  */
	margin-top: 30px;
	position: relative;
	min-height: 430px;
}

.how-work .figure {
    max-width: 1040px;
    width: 100%;
    float: right;
    padding-left: 161px;
}

.how-work .figure img {
    max-width: 100%;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.how-work .hw-modal {
    width: 278px;
    height: 430px;
    min-height: 373px;
    background: #3FA5E2 url(../images/hw-modal.png) no-repeat top left;
    position: absolute;
    /*padding: 50px 40px;*/
    padding: 10px 35px;
    box-sizing: border-box;
    border-radius: 5px;
}

.how-work .hw-modal:after {
    content: '';
    display: block;
    position: absolute;
    right: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent transparent transparent #309eff;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #309eff;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}

.how-work .hw-modal .title {
    display: block;
    font-family: "PT Sans";
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.how-work .hw-modal .title strong {
    display: block;
    font-size: 24px;
}

.how-work .hw-modal .info {
    font-family: "PT Sans";
    font-size: 14px;
    color: #fff;
    margin-top: 23px;
}


/*  ----------------------------------------------------------
[4. Преимущества]
----------------------------------------------------------  */
.block_preim_text {
	width:100%;
	font-size: 16px;
	padding-top: 130px;
}	
.feature {
    height: auto;
    overflow: hidden;
    margin-top: 95px;
    padding-bottom: 92px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.feature .item {
    margin-bottom: 20px;
}

.feature .item img {
    display: block;
    margin: 0 auto;
}

.feature .item .title {
    display: block;
    font-family: "PT Sans";
    font-size: 20px;
    color: #161616;
    text-align: center;
    margin-top: 30px;
}

.feature .item .title .text-sm {
    font-size: 17px;
}


/*  ----------------------------------------------------------
[5. Где устанавливают]
----------------------------------------------------------  */

.setting {
    padding: 0;
}

.setting span {
    display: block;
    font-family: "PT Sans";
    color: #161616;
    text-align: center;
}

.setting .text-md {
    font-size: 34px;
}

.setting .text-lg {
    font-size: 56px;
    font-weight: bold;
    margin-top: 72px;
}

.setting .blocks {
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}

.setting .item {
    float: left;
    position: relative;
    height: 180px;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.setting .item a {
    width: 264px;
    margin: 0 auto;
    display: block;
    height: 180px;
    overflow: hidden;
    position: relative;
    background: no-repeat center;
}
.setting .item:nth-of-type(1) a{
    background-size: 70%;
}
.setting .item:nth-of-type(2) a{
    background-size: 84%;
}
.setting .item:nth-of-type(3) a{
    background-size: 75%;
}
.setting .item:nth-of-type(4) a{
    background-size: 74%;
}
.setting .item:nth-of-type(5) a{
    background-size: 77%;
}
.setting .item:nth-of-type(6) a{
    background-size: 80%;
}
.setting .item:nth-of-type(7) a{
    background-size: 73%;
}
.setting .item:nth-of-type(8) a{
    background-size: 100%;
    background-position: -30px -20px;
}


.setting .item a:hover span{
    color: #000;
    transition: .5s linear;
}

.setting .item:hover a:before {
    opacity: 0;
}

.setting .item a:before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    transition: .5s linear;
    border-radius: 5px;
}

.setting .item img {
    position: absolute;
}

.setting .item a {
    text-decoration: none;
}

.setting .item .title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    z-index: 50;
    margin: 10px 0 0 10px;
    line-height: 1;
}

/*.setting .item .title:before {
    content: '';
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 80%;
    margin: 0 auto;
    padding-bottom: 15px;
}*/


/*  ----------------------------------------------------------
[6. Консультация]
----------------------------------------------------------  */

.advice {
    background: url(../images/advice-bg.jpg) no-repeat center;
    min-height: 559px;
    margin-top: 92px;
}

.advice .wrapper {
    padding: 0 40px;
}

.advice span {
    display: block;
    font-family: "PT Sans";
    color: #fff;
    line-height: 48px;
}

.advice .text-xs {
    font-size: 12px;
}

.advice .text-sm {
    font-size: 16px;
    padding-top: 34px;
}

.advice .text-md {
    font-size: 34px;
}

.advice .text-lg {
    color: #ffce33;
    font-size: 54px;
    padding-top: 84px;
}

.advice .text-lg.x2 {
    color: #fff;
    font-size: 64px;
    font-weight: bold;
    padding-top: 0;
}

.advice .form-default {
    margin-top: 6px;
}

/*  ----------------------------------------------------------
[Утилизация]
----------------------------------------------------------  */

.util {
    background: url(../images/util-bg.jpg) no-repeat center;
    min-height: 559px;
    margin-top: 32px;
}

.util .wrapper {
    padding: 0 40px;
}

.util span {
    display: block;
    font-family: "PT Sans";
    color: #fff;
    line-height: 52px;
}

.util .text-xs {
    font-size: 12px;
    line-height: 20px;
}

.util .text-sm {
    color: #fff;	
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;		
    padding-top: 225px;
}

.util .text-md {
    font-size: 34px;
}

.util .text-lg {
    color: #ffce33;
    font-size: 64px;
    font-weight: bold;	
    padding-top: 54px;
}

.util .text-lg.x2 {
    color: #fff;
    font-size: 38px;
    font-weight: normal;
    padding-top: 0;
}

.util .form-default {
    margin-top: 6px;
}


/*  ----------------------------------------------------------
[7. Сравнение]
----------------------------------------------------------  */

.compare {
    height: auto;
    overflow: hidden;
    margin-top: 90px;
    padding: 0;
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
}

.compare-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.compare-table .main-title {
    display: block;
    width: 264px;
    height: 105px;
    font-family: "PT Sans";
    font-size: 54px;
    font-weight: normal;
    color: #161616;
    line-height: 50px;
    text-align: left;
}

.compare-table .main-title .text-lg {
    font-size: 68px;
    font-weight: bold;
}

.compare-table {
    width: 1180px;
    font-family: "PT Sans";
}

.compare-table tr {
    display: block;
    height: 66px;
}

.compare-table .heading {
    height: 150px;
}

.compare-table .compare-product {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 105px;
}

.compare-table .compare-product img {
    display: block;
    margin: 0 auto;
}

.compare-table .col {
    display: table;
    width: 264px;
    float: left;
    margin: 0 15px;
}

.compare-table .table-info .col {
    display: table;
    height: 66px;
    font-size: 16px;
    font-weight: bold;
    color: #5c5c5c;
    padding: 15px 0;
    text-align: center;
    box-sizing: border-box;
}

.compare-table .table-info .col span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.compare-table .table-info .col-title {
    font-weight: normal;
    text-align: left;
}

.compare-table .table-info .col-strada {
    background: #2c90e9;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.compare-table .table-info .col-img {
    position: relative;
}

.compare-table .table-info .col-strada-img {
    background: #309fff;
}

.compare-table .table-info .col-img:after {
    content: '';
    display: block;
    width: 140px;
    border-bottom: 1px solid rgba(214, 214, 214, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.compare-table .table-info .col-strada-img:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.compare-table .table-info .col-strada-img.col-year {
    color: #fff !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.compare-table .table-info .col-img.col-year {
    color: #909090;
}

.compare-table .table-info .col-img.col-year:after {
    display: none;
}

.compare-extra {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.compare-extra .more-table {
    width: 264px;
    float: left;
    font-family: "PT Sans";
    font-size: 15px;
    color: #161616;
    cursor: pointer;
    margin: 0 15px;
}

.compare-extra .more-table span {
    display: block;
    float: left;
    padding-bottom: 2px;
    border-bottom: 1px dashed #161616;
}

.compare-extra .more-table:before {
    content: '';
    display: block;
    float: left;
    background: url(../images/compare/more-plus.png) no-repeat;
    width: 14px;
    height: 14px;
    margin: 2px 5px 0px 0;
}

.compare-extra .compare-advice {
    float: left;
    width: 264px;
    margin: 0 15px;
}

.compare-extra .compare-advice span {
    display: block;
    font-family: "PT Sans";
    color: #161616;
    text-align: center;
}

.compare-extra .compare-advice .text-md {
    font-size: 20px;
    margin-bottom: 10px;
}

.compare-extra .compare-advice .text-xs {
    font-size: 13px;
    margin-bottom: 20px;
}


/*  ----------------------------------------------------------
[8. Нам доверяют]
----------------------------------------------------------  */

.review {
    height: auto;
    overflow: hidden;
}

.review .title {
    display: block;
    font-family: "PT Sans";
    font-size: 56px;
    color: #161616;
    text-align: center;
    margin-top: 70px;
}

.review .blocks {
    height: auto;
    overflow: hidden;
    margin-top: 66px;
}

.review .company {
    margin-bottom: 65px;
	height: 380px;
}

.review .company img {
    max-width: 100%;
}

.review .company span {
    display: block;
    font-family: "PT Sans";
    color: #161616;
    margin-left: 40px;
}

.review .company .companyName {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.review .company .companyDir {
    font-size: 26px;
    margin-top: 15px;
}

.review .company .companyPost {
    font-size: 16px;
    color: #7d7d7d;
}

.review .company .review-text {
    font-family: "PT Sans";
    font-size: 14px;
    color: #161616;
    position: relative;
    padding-left: 30px;
}

.review .company .review-text:before {
    content: '';
    background: url(../images/review/before.png) no-repeat;
    display: block;
    width: 22px;
    height: 17px;
    float: left;
    font-family: "PT Sans";
    font-size: 80px;
    color: #ffce33;
    position: absolute;
    top: -15px;
    left: 0;
}


/*  ----------------------------------------------------------
[9. Причины]
----------------------------------------------------------  */

.cause {
    background: #313132 url(../images/cause-bg.png) no-repeat center;
    min-height: 814px;
    margin-top: 38px;
    position: relative;
}

.cause .wrapper {
    padding: 0;
    min-height: 814px;
    position: relative;
}

.cause .title {
    min-height: 228px;
    padding: 86px 15px 0 15px;
    box-sizing: content-box;
}

.cause .title .fifteen {
    width: 25%;
    float: left;
    margin-right: 15px;
}

.cause .title .fifteen img {
    width: 100%;
}

.cause .title span {
    display: block;
    font-family: "PT Sans";
}

.cause .title .title-text {
    float: left;
    width: 70%;
}

.cause .title .text-lg {
    font-size: 68px;
    font-weight: bold;
    color: #fff;
}

.cause .title .text-md {
    font-size: 54px;
    color: #fff;
}

.cause .title .text-sm {
    font-size: 22px;
    color: #adadad;
    margin-top: 8px;
}

.cause .cause-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 40px;
}

.cause .cause-list > div {
    margin-bottom: 20px;
}

.cause .cause-list span {
    display: block;
    height: 46px;
    font-family: "PT Sans";
    font-size: 16px;
    color: #fff;
    position: relative;
}

.cause .cause-list span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cause .cause-list span:nth-child(13), .cause .cause-list span:nth-child(14), .cause .cause-list span:nth-child(15) {
    border: 0;
}

.cause .cause-button {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 41px;
}


/*  ----------------------------------------------------------
[10. Наши Клиенты]
----------------------------------------------------------  */

.our-clients {
    min-height: 660px;
    position: relative;
    margin-top: 68px;
}

.our-clients:after {
    content: '';
    display: block;
    max-width: 1150px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.our-clients .title {
    display: block;
    font-family: "PT Sans";
    font-size: 56px;
    color: #161616;
    text-align: center;
}


/*  ----------------------------------------------------------
[11. Сертификаты и документы]
----------------------------------------------------------  */

.documents {
    height: auto;
    overflow: hidden;
    margin-top: 78px;
}

.documents .title {
    display: block;
    font-family: "PT Sans";
    font-size: 56px;
    color: #161616;
    text-align: center;
}

.documents .blocks {
    margin-top: 65px;
}

.documents .blocks a {
    display: block;
    margin-bottom: 10px;
	height: 250px;
}

.documents .blocks a img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


/*  ----------------------------------------------------------
[12. Станьте диллером]
----------------------------------------------------------  */

.dealer {
    background: url(../images/advice-bg.jpg) no-repeat center;
    height: 547px;
    margin-top: 96px;
}

.dealer .become {
    padding-top: 80px;
}

.dealer .left-time {
    float: left;
    width: 160px;
    padding: 20px 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    line-height: 40px;
}

.dealer .left-time span {
    display: block;
    font-family: "PT Sans";
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.dealer .left-time .text-lg {
    font-size: 56px;
}

.dealer .left-time .text-md {
    font-size: 24px;
}

.dealer .left-time .text-sm {
    font-size: 20px;
}

.dealer .info {
    width: 81%;
    float: left;
    margin-left: 38px;
    line-height: 55px;
}

.dealer .info span {
    display: block;
    font-family: "PT Sans";
    color: #fff;
}

.dealer .info .text-lg {
    font-size: 64px;
    font-weight: bold;
}

.dealer .info .text-md {
    font-size: 34px;
}

.dealer .info .text-md.x2 {
    font-size: 44px;
    color: #ffce33;
}

.dealer .info .text-sm {
    margin-top: 15px;
    font-size: 16px;
}

.dealer .info .text-xs {
    font-size: 12px;
}


/*  ----------------------------------------------------------
[13. Модификации и Характеристики]
----------------------------------------------------------  */

.modify {
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}
.modifymarket {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.modify-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.modify > .title {
    display: block;
    font-family: "PT Sans";
    font-size: 56px;
    color: #161616;
    text-align: center;
}
.modifymarket > .title {
    display: block;
    font-family: "PT Sans";
    font-size: 56px;
    color: #161616;
    text-align: center;
}

.modify-table {
    width: 1150px;
    display: block;
    padding-top: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.modify-table .heading {
    background: #319fff;
    height: 65px;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.modify-table .heading .dark {
    width: 373px;
    background: #313132;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0;
}

.modify-table .heading th {
    display: table;
    float: left;
    width: 97px;
    height: 65px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.modify-table .heading th span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.modify-table .heading th span a {
	text-decoration:none;
    text-align: center;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: bold;
    color: #fff;	
}
.modify-table .heading th span a:hover {
	text-decoration:underline;	
}

.modify-table td {
    display: table;
    float: left;
    width: 97px;
    height: 40px;
    text-align: center;
}

.modify-table td.title {
    width: 374px;
    font-family: "PT Sans";
    font-size: 14px;
    color: #6f6f6f;
}

.modify-table td.title span {
    text-align: left;
    text-indent: 20px;
}

.modify-table td span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.modify-table td.value {
    font-family: "PT Sans";
    font-size: 16px;
    color: #161616;
}

.modify-table td.value span {
    background: url(../images/modify-line.png) no-repeat right center;
    width: 1px;
    height: 5px;
}

.modify-table td.value:last-child span {
    background: transparent;
}

.modify-table td.value.center {
    width: 776px;
}


/*  ----------------------------------------------------------
[14. Контакты]
----------------------------------------------------------  */

.contact {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
	margin-bottom: 50px;
}

.contact .info-block {
    width: 50%;
    float: left;
   margin-top: -10px;
}

.contact .info-block .title {
    display: block;
    font-family: "PT Sans";
    font-size: 34px;
    font-weight: bold;
    color: #161616;
}

.contact .info-block span {
    display: block;
    font-family: "PT Sans";
    color: #161616;
}

.contact .info-block .text-lg {
    font-size: 26px;
}

.contact .info-block .text-md {
    font-size: 16px;
}

.contact .info-block .text-sm {
    font-size: 14px;
    margin-bottom: 2px;
}

.contact .info-block .last-update {
    margin-top: 15px;
}

.contact .info-block .phones {
    height: auto;
    overflow: hidden;
    margin-top: 35px;
}

.contact .info-block .phones .number {
    float: left;
}

.contact .info-block .phones .number:first-child {
    margin-right: 20px;
}

.contact .info-block .address {
    margin-top: 25px;
}

.contact .info-block .graph {
    float: left;
    margin: 10px 20px 0 0;
}

.contact .info-block .email {
    margin: 10px 20px 0 0;
}

.contact .form-block {
    width: 50%;
    min-height: 290px;
    float: left;
    background: #309fff;
    border-radius: 5px;
    padding: 38px 50px;
    box-sizing: border-box;
}

.contact .form-block span {
    display: block;
    font-family: "PT Sans";
    color: #fff;
}

.contact .form-block .text-md {
    font-size: 26px;
    font-weight: bold;
}

.contact .form-block .text-sm {
    font-size: 14px;
    margin-top: 15px;
}

.contact .form-block .text-xs {
    font-size: 12px;
    margin-top: 10px;
}

.contact .form-block .form-default {
    margin-top: 30px;
}

.contact .form-block input[type="text"] {
    float: left;
    margin-right: 28px;
}


/*  ----------------------------------------------------------
[15. Карта]
----------------------------------------------------------  */

.map {
    background: url(../images/map.png) no-repeat center;
    width: 100%;
    height: 621px;
    margin-top: 100px;
}


/*#map-item {
	width: 100%;
	height: 590px;
	margin-top: 100px;
}

.map-overlay {
    width: 100%;
    height: 590px;
    position: absolute;
    z-index: 10;
}*/


/*  ----------------------------------------------------------
[Buttons]
----------------------------------------------------------  */

.btn-default {
    display: block;
    background: #ffce33;
    font-family: "PT Sans";
    font-size: 14px;
    color: #161616;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}

.btn-callback {
    width: 167px;
    height: 32px;
    line-height: 32px;
}

.btn-order {
    width: 199px;
    height: 38px;
    line-height: 38px;
    margin-top: 28px;
}

.btn-form {
    width: 166px;
    height: 38px;
    border: 0;
    outline: none;
}

.btn-compare {
    width: 187px;
    height: 38px;
    margin: 0 auto;
    line-height: 38px;
}

.btn-lg {
    display: block;
    float: left;
    height: 89px;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: bold;
    line-height: 89px;
    text-align: center;
    text-decoration: none;
}

.btn-black {
    width: 35%;
    background: #29292a;
    color: #fff;
}

.btn-yellow {
    width: 65%;
    background: #ffce33;
    color: #161616;
}

.btn-contact {
    width: 166px;
    height: 38px;
    line-height: 38px;
    border: 0;
    outline: none;
}


/*  ----------------------------------------------------------
[Forms]
----------------------------------------------------------  */

.form-default {
    height: auto;
    overflow: hidden;
}

.form-default input[type="text"] {
    display: block;
    border: 0;
    outline: none;
    padding: 10px 0px 10px 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

.form-default input[type="text"]::-webkit-input-placeholder {
    font-family: "PT Sans";
    font-size: 14px;
    color: #161616;
}

.form-default input[type="text"]::-moz-placeholder {
    font-family: "PT Sans";
    font-size: 14px;
    color: #161616;
}

.form-default input[type="text"]:-moz-placeholder {
    font-family: "PT Sans";
    font-size: 14px;
    color: #161616;
}

.form-default input[type="text"]:-ms-input-placeholder {
    font-family: "PT Sans";
    font-size: 14px;
    color: #161616;
}

.form-default input[type="text"] {
    width: 265px;
    margin-bottom: 15px;
}

.form-default textarea[type="text"] {
    display: block;
    border: 0;
    outline: none;
    padding: 10px 0px 10px 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

.form-default textarea[type="text"]::-webkit-input-placeholder {
    font-family: "PT Sans";
    font-size: 14px;
    color: #161616;
}

.form-default textarea[type="text"]::-moz-placeholder {
    font-family: "PT Sans";
    font-size: 14px;
    color: #161616;
}

.form-default textarea[type="text"]:-moz-placeholder {
    font-family: "PT Sans";
    font-size: 14px;
    color: #161616;
}

.form-default textarea[type="text"]:-ms-input-placeholder {
    font-family: "PT Sans";
    font-size: 14px;
    color: #161616;
}

.form-default textarea[type="text"] {
    width: 265px;
    margin-bottom: 15px;
}

.form-default .btn-form {
    margin-top: 25px;
}
/*  ----------------------------------------------------------
[Forms Util]
----------------------------------------------------------  */

.form-util {
    height: auto;
    overflow: hidden;
}

.form-util input[type="text"] {
    border: 0;
    outline: none;
    padding: 10px 0px 10px 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

.form-util input[type="text"]::-webkit-input-placeholder {
    font-family: "PT Sans";
    font-size: 14px;
    color: #161616;
}

.form-util input[type="text"]::-moz-placeholder {
    font-family: "PT Sans";
    font-size: 14px;
    color: #161616;
}

.form-util input[type="text"]:-moz-placeholder {
    font-family: "PT Sans";
    font-size: 14px;
    color: #161616;
}

.form-util input[type="text"]:-ms-input-placeholder {
    font-family: "PT Sans";
    font-size: 14px;
    color: #161616;
}

.form-util input[type="text"] {
    width: 265px;
    margin-bottom: 10px;
}

.form-util .btn-form {
    margin-top: 10px;
}
.btn-util {
    background: #ffce33;
    font-family: "PT Sans";
    font-size: 14px;
    color: #161616;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}

/*  ----------------------------------------------------------
[Modal]
----------------------------------------------------------  */

.modal {
    width: 463px;
    height: 484px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    display: none;
    opacity: 0;
    padding: 70px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 9999;
}
.modal2 {
    width: 463px;

    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    display: none;
    opacity: 0;
    padding: 20px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 9999;
}
.modalsale {
    width: 463px;
    height: 564px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    display: none;
    opacity: 0;
    padding: 50px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 9999;
}
.ordertextarea {
	min-height: 90px;
    resize: vertical;
	width: 265px;
}
.send-ok {
    width: 463px;
    height: 250px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    display: none;
    opacity: 0;
    padding: 70px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 9999;
}

.modal span, .send-ok span, .modalsale span, .modal2 span {
    display: block;
    font-family: "PT Sans";
}

.modal .text-lg, .modalsale .text-lg, .modal2 .text-lg {
    font-size: 41px;
    color: #24221e;
}

.send-ok .text-lg {
    font-size: 41px;
    color: #24221e;
    line-height: 40px;
    margin-bottom: 15px;
}

.modal .text-md, .modalsale .text-md, .modal2 .text-md, .send-ok .text-md {
    font-size: 16px;
    color: #161616;
}

.modal .text-sm, .modalsale .text-sm, .modal2 .text-sm, .send-ok .text-sm {
    font-size: 12px;
    color: #656565;
    margin-top: -110px;
}
.modal .text-sm, .modalsale .text-sm, .modal2 .text-sm, .send-ok .text-smm {
    font-size: 12px;
    color: #656565;
    margin-top: 10px;
}

.modal .form-default, .modalsale .form-default, .modal2 .form-default {
    margin-top: 25px;
}

.modal .form-default input[type="text"] {
    border: 1px solid #B0B0B0;
}
.modalsale .form-default input[type="text"] {
    border: 1px solid #B0B0B0;
}
.modalsale .form-default textarea[type="text"] {
    border: 1px solid #B0B0B0;
}

.modal .modal-close, .modal2 .modal-close, .modalsale .modal-close, .send-ok .modal-close {
    display: block;
    background: #309fff url(../images/modal-close.png) no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
}

#overlay {
    z-index: 999;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.jcarousel img {
    /*max-height: 100px;*/
    display: block;
    max-width: 100%;
    height: auto !important;
    max-height: 110px;
}
.banner-s {
	display: block;
}
.banner-k {
	display: none;
}
* {}

.how-work-mob {
    display: none;
}

@media (max-width: 1024px) and (min-width: 769px) {

.header-center .text-md {
    font-size: 44px;
    padding-top: 25px;
}
.header-center .text-lg {
    font-size: 63px;
}
.header-center .text-sm {
    font-size: 26px;
    margin-top: 10px;
}
}
@media (max-width: 1024px) and (min-width: 769px) {
	.main-nav{
		display: none;
	}
	.banner-s {
		display: none;
	}
	.banner-k {
		display: block;
		width: 100%;
		margin: 10px auto;
	}	
	.header-logo{
		margin-left: 0;
	}
    html .how-work-mob .figure{
            text-align: center;
        }
    html .how-work-mob .tablet{
        display: block;
            margin: auto auto;
    margin-top: -265px;
    width: 640px;
    }
      html .how-work-mob .mob{
        display: none;
      }
    .how-work-mob {
    display: block;
}	
	html .compare-table .heading .col{
		width: 200px;
	}
	html .compare-table .col{
		width: 220px;
	}
	html .compare-table, html div.scrollableArea{
	    width: 1015px !important;
	}
    html .modify-table td.value.center{
            width: 685px;
    }
	html .modify-table, html .modify-wrapper .scrollableArea{
	    width: 990px !important;
	}
	html .modify-table .heading .dark, .modify-table td.title{
		    width: 270px;
	}
	.modify-table .heading th, .modify-table td{
		    width: 90px;
	}
}
@media (max-width: 768px) and (min-width: 567px) {
    html .header-logo {
        margin: 0;
        float: left;
        margin-top: 10px;
    }
	.banner-s {
		display: none;
	}
	.banner-k {
		display: block;
		width: 100%;
		margin: 10px auto;
	}		
    html .header-top{
    	padding-top: 0;
    }
    html .header-top{
        min-height: 50px;
    }
    html .header-center{
    	    margin-top:50px;
    }
    html .header-contact .contact-group, html .header-contact .contact-phone {
        margin-right: 0;
    }
    html .header-contact .contact-phone {
        width: 195px;
        margin-bottom: 0;
    }
    html .header-logo, html .header-contact, html .header-callback{
        width: 33%;
    }
    html .header-contact{
        float: left;
        margin-top: 0;
        padding-top: 0;
    }
    html .header-callback{
        float: left;
        margin: 5px 0 0 0;
    }
    html .how-work-mob .figure img {
        max-width: 85%;
        margin: auto;
        margin-top: -260px;
    }
    html .how-work-mob {
        display: block;
        text-align: center;
    }
    html .main-nav {
        display: none;
        float: left;
    }
    .mob {
        display: none;
    }
    .tablet {
        display: block;
    }
    html .hidden-xs {
        display: none !important;
    }
    html .header-center .text-sm {
    font-size: 24px;
    margin-top: 10px;
}
 html .modal,  html .modal2, html .modalsale{
    padding: 10px 20px;

}
html .modal .form-default input[type="text"]{
    float: left;
    width: 59%;
    margin-right: 1%;
}
html .modalsale .form-default input[type="text"]{
    float: left;
    width: 59%;
    margin-right: 1%;
}
html .form-default .btn-form{
    float: left;
    width: 40%;
    margin: 0;
}
html .modal .modal-close, html .modal2 .modal-close, html .modalsale .modal-close{
        top: 0px;
}
}
@media (max-width: 490px) and (min-width: 480px) {
    html .header-callback{
            width: 50%;
    margin-top: -35px;
    }
    html .header-contact{
            width: 50%;
    margin: 0;
    padding: 0;
    }
    html .header-logo{
            width: 50%;
    }
    html .header-top{
        padding-top: 6px;
    }
    html .header-center {
    margin-top: 73px;
}
}

@media (max-width: 567px) and (min-width: 400px) {
    html .main-nav {
        display: none;
    }
    html .header-logo{
            float: left;
    }
    html .btn-callback{
            margin: 0;
    }

    html .header-center{
            margin-top: 120px;
    }
    html .hidden-xs {
        display: none !important;
    }
    html .header-center .text-sm{
        font-size: 20px;
        margin-top: 15px;
    }
 html .modal,  html .modal2, html .modalsale{
    padding: 10px 20px;

}	
    .mob, .how-work-mob {
        display: block;
            max-width: 300px;
    margin: auto;
    margin-top: -245px;
    }
    .tablet {
        display: none;
    }
    .form-default .btn-form{
            width: 220px;
    }
	.banner-s {
		display: none;
	}
	.banner-k {
		display: block;
		width: 100%;
		margin: 10px auto;
	}	
}

@media (max-width: 400px) and (min-width: 319px) {
	.hidden-xs {
        display: none !important;
    }
    html .main-nav {
        display: none;
    }
    html .header-logo .slogan, .header-logo img {
        float: none;
    }
    html .header-logo {
        margin: 0;
        width: 105px;
        text-align: right;
        float: left;
    }
    html .header-contact {
        width: 180px;
        margin: 0;
        padding: 0;
    }
    html .header-contact .contact-phone span, .header-contact .contact-group span {
        text-align: right;
    }
    html .header-contact .contact-phone, .header-contact .contact-group {
        margin: 0;
        text-align: right;
        width: 100%;
    }
    html .header-top {
        padding-top: 8px;
    }
 html .modal, html .modal2, html .modalsale{
    padding: 10px 20px;

}	
    /*html .btn-callback {
        margin: 0;
        margin-top: -45px;
    }*/
    html .header-callback{
    	    margin: 0;
    }
    html .header-center {
        margin-top: 98px;
    }
    html .header-center .text-sm {
        font-size: 16px;
    }
    html .feature .item .title {
        height: 150px;
    }
    html .setting .item a {
        max-width: 100%;
    }
    html .setting .item .title:before {
        padding-bottom: 0px;
    }
    html .how-work-mob .figure img {
    max-width: 85%;
    margin: auto;
    margin-top: -237px;
    }
    html .how-work-mob {
    display: block;
    text-align: center;
    }
    .mob {
    display: block;
    }
    .tablet {
    display: none;
    }
    .header-center .text-md {
    padding-top: 20px;
    }
    html .form-default .btn-form, html .advice .form-default input[type="text"], html .dealer .form-default input[type="text"] {
    width: 100%;
    }
    .btn-contact, .contact .form-default input[type="text"]{
    width: 190px;
    }
    .btn-callback{
    width: 150px;
    }
    .modal{
    width: 320px;
    margin-left: -160px;
    padding: 50px;
    text-align: center;
    }
    .modal2{
    width: 320px;
    margin-left: -160px;
    padding: 50px;
    text-align: center;
    }	
    html .modal .modal-close, html .modal2 .modal-close {
            top: 0;
    }
	.banner-s {
		display: none;
	}
	.banner-k {
		display: block;
		width: 100%;
		margin: 10px auto;
	}		
}

.highslide img{
    max-width: 264px;
    height: auto;
}

#month{
    display: inline;
}
#year{
    display: inline;
}
.block_clients {
	width: 1300px;float: left;
}
input[type='checkbox'] {
    display: none;
}
label {
    position: relative;
    width: 100px;
    padding: 8px;
}
input[type='checkbox']:checked + label::after { 
    content: attr(data-title);
    position: absolute;
	left: -37%;
	top: -40%;
	z-index: 1;
	width: 265px;
    background-color: rgba(255, 250, 205, 0.9);
    border: 1px solid orange;
    padding: 5px;
}
.block_preim
{
	width:1200px; text-align: center;
}
.block_preim_row1{
	width:19%; float:left;height: 250px; text-align:center;
}


.block_preim_row2{
	width:19%; float:left;margin-top: 60px;
}

#tablemarket {

}

#tablemarket td {
	font-family: "PT Sans";
    font-size: 14px;
    color: #6f6f6f;
	text-align: left;
    text-indent: 20px;
}
#tablemarket .heading {
	background: #319fff;
    height: 65px;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#tablemarket td {
    height: 40px;
    text-align: left;
}
#tablemarket tr:nth-child(2n+3) {
    background: #f7f7f7;
}
#tableprice td {
    height: 40px;
    text-align: center;
}
.price {
    font-family: "PT Sans";
    font-size: 24px;
	font-weight: bold;
	color: #6f6f6f;
	text-align: center;
    height: 65px;
}
.orderbtn {
    font-family: "PT Sans";
    font-size: 18px;
	text-align: center;
	width: 334px;
	margin: auto;
}
.btnorder {
    width: 334px;
    height: 64px;
    line-height: 64px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;	
}
.yes {
    font-family: "PT Sans";
    font-size: 18px;
	color: green;
	text-align: center;
    height: 65px;
}
.text-link {
    font-family: "PT Sans";
    font-size: 14px;
    color: #319fff;
    text-align: left;
    text-indent: 20px;
	text-decoration:underline;
}
.text-link:hover {
	text-decoration:none;
}
    .swiper-container {
      width: 100%;
      height: 500px;
    }
    .swiper-slide {
      width: 1200px;
      height: 100%;		
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-slide img {
	max-width: 1200px;
	max-height: 500px;
	}
	

/*----------------------------------------------------------------------------------------
                        BUTTONS STYLES
-----------------------------------------------------------------------------------------*/

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: 0;
}

.btn {
    font-size: inherit;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
.btn-lg2,
.btn-group-lg > .btn {
    padding: 22px 35px;
    font-size: inherit;
    font-size: 20px;
    border-radius: 5px;
}
.btn-strada {
    background: #000066;
    border-color: #000066;
	color: #ffffff;
	text-decoration: none;
}

.btn-strada:hover,
.btn-strada:focus,
.btn-strada:active {
    background: #333399;
    border-color: #333399;
	color: #ffffff;
	text-decoration: none;
}	
	
