body {
    position: relative;
    font-family: "GothaProReg", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    
    

    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


@media (max-width: 768px) {
    
#top-block {
    background-size: auto 700px;
    background-position: 0;
}    
    
    
  #top-block .top-buttons p {
    font-size: 18px;
    margin-bottom: 15px;
    background: #fff;
    padding: 5px;
    padding-top: 10px;
}    
.logo-buttons .logo img {
    max-height: 40px;
}      

}






body.modal-open {
    padding-right: 0!important;
}
a:hover, button:hover, a:focus, button:focus {
    outline: none!important;
}
h1, h2 {
    font-family: "GothaProBol", sans-serif;
}
strong {
    font-weight: normal;
    font-family: "GothaProBol", sans-serif;
}
label {
    font-size: 14px;
    font-weight: normal;
    color: #989898;
}
.form-control {
    border: none;
}
.form-control:focus {
    border-color: #ed1b24;
    outline: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 15px 10px 15px 38px;
    font-family: "GothaProBol", sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #989898;
    border-radius: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
.form-control.with-icon {
    background-repeat: no-repeat;
    background-position: center left;
}
.form-control.with-icon.icon-user {
    background-image: url('../images/icons/user.png');
}
.form-control.with-icon.icon-phone {
    background-image: url('../images/icons/smartphone.png');
}
.btn {
    border-radius: 0;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.btn-danger {
    background-color: #ed1b24;
    border-color: #ed1b24;
}
.btn-danger:hover {
    background-color: #ed1b24;
    border-color: #ed1b24;
    opacity: 0.7;
}
.btn-warning {
    background-color: #ed1b24;
    border-color: #ed1b24;
}
.btn-default {
    color: #67666b;
    background-color: transparent;
    border-color: #67666b;
}
.btn-default:hover {
    color: #ffffff;
    background-color: #67666b;
    border-color: #67666b;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.logo-buttons {
    padding: 35px 0;
}
.logo-buttons .phone,
.logo-buttons .callback {
    line-height: 50px;
    text-align: right;
}
.logo-buttons .logo img {
    max-height: 50px;
}
.logo-buttons .phone p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.logo-buttons .phone a.kool {
	
    font-size: 16px;
    text-decoration: underline;
    font-weight: 100;
    font-family: "GothaProReg", "Helvetica Neue", Helvetica, Arial, sans-serif;

}


.logo-buttons .phone p span {
    position: relative;
    top: -3px;
}
.logo-buttons .phone a {
    font-size: 22px;
    color: #000000;
    font-family: "GothaProBol", sans-serif;
}
.logo-buttons .callback .btn {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
}
.logo-buttons .callback .phone-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #ed1b24 url('../images/icons/phone.png') no-repeat center;
    background-size: 14px;
    border-radius: 100%;
    margin-right: 10px;
}
.logo-buttons .callback .btn span {
    position: relative;
    top: -10px;
    color: #000000;
    border-bottom: 1px dotted #000000;
}

.half-bg {
    position: relative;
    z-index: 1;
}
.half-bg:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: #ed1b24;
    z-index: -1;
}

.p-tb-100 {
    padding: 60px 0;
}

#top-block {
     min-height: 100vh;
     padding-top: 140px;
     background: url('../images/head-bg.jpg') no-repeat top center;
     background-size: cover;
 }
#top-block h1 {
    margin: 0;
    font-size: 42px;
    margin-bottom: 25px;
}
#top-block h1 span {
    display: inline-block;
    line-height: 1.3;    font-size: 31px;
}
#top-block .subtitle {
    line-height: 1;
    margin-bottom: 35px;
    font-size: 28px;
}
#top-block .subtitlez img {
    background: #ed1b24;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
}

#top-block .subtitlez {
padding: 10px 0;
    position: relative;
    padding-left: 60px;
}

.top-buttons {
	    padding: 35px 0;
}

.do {
	
    color: #999;
    text-decoration: line-through;
    font-size: 18px;
    padding: 0 2px;

}
.posle {
    font-weight: 900;    color: #ed1b24;
}

.catalog-items .catalog-grid .item .item-image {
}


#top-block .top-buttons .btn {
    min-width: 232px;
    padding: 19px;
}
#top-block .top-buttons .btn:last-child {
    margin-left: 30px;
}
#top-block .top-buttons p {
    font-size: 18px;
    margin-bottom: 15px;
}
#top-block .top-buttons p span {
    font-family: "GothaProBol", sans-serif;
}

.nop {
	margin-top:40px;
}

.nop p {
	font-size:30px;
}


.block-title {
    margin-bottom: 45px;
}
.block-title h2 {
    font-size: 30px;
    margin: 0;
}
.block-title h2 .half-bg:before {
    height: 15px;
}

#catalog {
    background: #f2f2f2;
    position: relative;
}
#catalog:before,
#catalog:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
}
#catalog:before {
    top: 120px;
    left: 2vw;
    background: url('../images/icons/catalog-cubes-left.png') no-repeat;
    width: 264px;
    height: 490px;
}
#catalog:after {
    bottom: -150px;
    right: 3vw;
    background: url('../images/icons/catalog-cubes-right.png') no-repeat;
    width: 262px;
    height: 490px;
}
#catalog .container {
    position: relative;
    z-index: 2;
}
.kv-tab-loading {
    background-image: none;
}
.nav-tabs {
    border: none;
    margin: 0 60px;
}
.nav-tabs > li > a {
    color: #000000;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    border: 1px solid #ed1b24;
    border-radius: 0;
    font-size: 14px;
    transition: all .2s ease-in-out;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    cursor: default;
    background-color: #ed1b24;
    border: 1px solid #ed1b24;
    border-bottom-color: transparent;
}
.tabs-above > .nav-tabs > li > a:hover {
    color: #ffffff;
    border-color: #ed1b24!important;
    background-color: #ed1b24;
}
.tabs-above > .nav-tabs > .active > a, .tabs-above > .nav-tabs > li.active > a:hover, .tabs-above > .nav-tabs > li.active > a:focus {
    border-color: #ed1b24!important;
}

.catalog-items .row {
    margin: 0;
}
.catalog-items .tab-content {
    margin-top: 50px;
}
.catalog-items .item {
    position: relative;
    padding: 0;
    transition: box-shadow .4s ease-in-out;
    box-shadow: none;
    z-index: 1;
}
.catalog-items .item:hover {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;
}
.catalog-items .item .cq-item-inner {
    background: #ffffff;
    padding: 30px 28px;
}
.catalog-items .item:nth-child(odd) .cq-item-inner {
    background: #f8f8f8;
}
.catalog-items .item .cq-item-inner .item-title {
    text-align: center;
    margin-bottom: 10px;
}
.catalog-items .item .cq-item-inner .item-title span {
    display: block;    font-size: 18px;
}
.catalog-items .item .cq-item-inner .item-image img {
    width: 100%;
}
.catalog-items .item .cq-item-inner .item-price {
    display: table;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.catalog-items .item .cq-item-inner .item-price > div {
    display: table-cell;
    vertical-align: middle;
}
.catalog-items .item .cq-item-inner .item-price p {
    margin: 0;
}
.catalog-items .item .cq-item-inner .item-price .price-value {
    text-align: right;
}
.catalog-items .item .cq-item-inner .item-price .price-value p {
    font-family: "GothaProBol", sans-serif;
}
.catalog-items .item .cq-item-inner .item-buttons {
    display: table;
    width: 100%;
}
.catalog-items .item .cq-item-inner .item-buttons > div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.catalog-items .item .cq-item-inner .item-buttons > div:last-child {
    text-align: right;
}
.catalog-items .item .cq-item-inner .item-buttons button {
    width: 94%;
    height: 60px;
}



#advantages {
    position: relative;
}
#advantages:before {
    content: '';
    display: block;
    position: absolute;
    top: 320px;
    left: 0;
    background: url('../images/icons/advantages-bg-left.png') no-repeat;
    width: 373px;
    height: 270px;
    z-index: -1;
}
#advantages:after {
    content: '';
    display: block;
    position: absolute;
    top: 180px;
    right: 0;
    background: url('../images/icons/advantages-bg-right.png') no-repeat;
    width: 317px;
    height: 364px;
    z-index: -1;
}
.advantages-grid .item {
    margin-bottom: 75px;
}
.advantages-grid .item:nth-child(n+5) {
    margin-bottom: 0;
}
.advantages-grid .item-icon {
    background-color: #ed1b24;
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
}
.advantages-grid .item-icon i {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.advantages-grid .item-icon i.icon-1 {
    background-image: url('../images/icons/advantages/icon-1.png');
}
.advantages-grid .item-icon i.icon-2 {
    background-image: url('../images/icons/advantages/icon-2.png');
}
.advantages-grid .item-icon i.icon-3 {
    background-image: url('../images/icons/advantages/icon-3.png');
}
.advantages-grid .item-icon i.icon-4 {
    background-image: url('../images/icons/advantages/icon-4.png');
}
.advantages-grid .item-icon i.icon-5 {
    background-image: url('../images/icons/advantages/icon-5.png');
}
.advantages-grid .item-icon i.icon-6 {
    background-image: url('../images/icons/advantages/icon-6.png');
}
.advantages-grid .item-icon i.icon-7 {
    background-image: url('../images/icons/advantages/icon-7.png');
}
.advantages-grid .item-icon i.icon-8 {
    background-image: url('../images/icons/advantages/icon-8.png');
}

#conditions {
    background: url('../images/conditions-bg.jpg') repeat-y center;
    background-size: cover;
    position: relative;
}
#conditions:before,
#conditions:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
}
#conditions:before {
    top: 100px;
    left: 5vw;
    background: url('../images/icons/conditions-cubes-left.png') no-repeat;
    width: 320px;
    height: 284px;
}
#conditions:after {
    top: 200px;
    right: 5vw;
    background: url('../images/icons/conditions-cubes-right.png') no-repeat;
    width: 188px;
    height: 153px;
}
#conditions .container {
    position: relative;
    z-index: 2;
}
#conditions .agreement .agreement-title {
    display: inline-block;
    margin: 0;
    border-bottom: 6px solid #ed1b24;
}
#conditions .agreement .agreement-image {
    background: url(../images/agreement.jpg) no-repeat center -5px;
    width: 100%;
    min-height: 500px;
    background-size: contain;
}


#vopros {
    margin-top: -200px;
    margin-bottom: -150px;
}



.itemz {
	margin-bottom:25px;font-size: 13px;
}


.itemz img {
    margin-bottom: 15px;width: 170px;
    border-radius: 50%;
    border: 5px solid #e4e4e4;
}



.itemz h4 {
	font-size: 21px;
}



.conditions-grid .conditions-items {
    margin-top: 80px;
}
.conditions-grid .conditions-items .item {
    margin-bottom: 50px;
}
.conditions-grid .conditions-items .item:last-child {
    margin-bottom: 0;
}
.conditions-grid .conditions-items .item .item-title p {
    font-size: 20px;
    font-family: "GothaProBol", sans-serif;
}
.conditions-grid .conditions-items .item .item-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
}
.conditions-grid .conditions-items .item .item-icon i {
    display: block;
    width: inherit;
    height: inherit;
    background-size: contain;
    background-repeat: no-repeat;
}
.conditions-grid .conditions-items .item .item-icon i.icon-1 {
    background-image: url('../images/icons/conditions/icon-1.png');
}
.conditions-grid .conditions-items .item .item-icon i.icon-2 {
    background-image: url('../images/icons/conditions/icon-2.png');
}
.conditions-grid .conditions-items .item .item-icon i.icon-3 {
    background-image: url('../images/icons/conditions/icon-3.png');
}
.conditions-grid .conditions-items .item .item-icon i.icon-4 {
    background-image: url('../images/icons/conditions/icon-4.png');
}

#economy {
    padding-bottom: 300px;
    position: relative;
}
#economy:after {
    content: '';
    position: absolute;
    display: block;
    top: -50px;
    right: 5vw;
    background: url('../images/icons/economy-cubes-right.png') no-repeat;
    width: 262px;
    height: 490px;
    z-index: 1;
}
#economy .container {
    position: relative;
    z-index: 2;
}
.economy-grid .item-title {
    display: table;
    font-family: "GothaProBol", sans-serif;
}
.economy-grid .item-title span {
    display: table-cell;
    vertical-align: middle;
}
.economy-grid .item-title .number {
    font-size: 48px;
    color: #ed1b24;
}
.economy-grid .item-title .title {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 30px;
}

#economy + .form-block {
    margin-top: -200px;
    margin-bottom: -150px;
}

.horizontal-form .container {
    position: relative;
    z-index: 2;
}
.horizontal-form .container:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    display: block;
    background: url(../images/form-bg.png) no-repeat;
    width: 410px;
    height: 420px;
    background-size: contain;
    z-index: 1;
}
.horizontal-form .container-inner {
    padding: 70px;
    background: #ffffff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}
.horizontal-form .block-title {
    margin: 0;
}
.horizontal-form .block-title .styled-h2 {
    font-size: 30px;
    font-family: "GothaProBol", sans-serif;
}
.horizontal-form .form-group {
    position: relative;
    margin-bottom: 0;
}
.horizontal-form .form-group .help-block {
    position: absolute;
}
.horizontal-form button[type="submit"] {
    height: 60px;
    margin-top: 27px;
}
.horizontal-form .form-wrapper {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .horizontal-form .container {
        width: 700px;
    }
}
@media (min-width: 992px) {
    .horizontal-form .container {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .horizontal-form .container {
        width: 1180px;
    }
}

.vertical-form .form-group,
.vertical-form .form-group .help-block {
    margin: 0;
}
.vertical-form .form-inner .form-group {
    margin-bottom: 30px;
}
.vertical-form .form-inner .form-group .help-block {
    position: absolute;
    font-size: 12px;
}
.vertical-form button[type="submit"] {
    height: 60px;
    margin-top: 10px;
}

#calculator {
    position: relative;
    background: url('../images/calc-bg.jpg') no-repeat center;
    background-size: cover;
    color: #ffffff;
    padding-top: 300px;
}
#calculator:before,
#calculator:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
}
#calculator:before {
    top: 350px;
    left: 4vw;
    background: url('../images/icons/calculator-cubes-left.png') no-repeat;
    width: 178px;
    height: 490px;
}
#calculator:after {
    bottom: 400px;
    right: 4vw;
    background: url('../images/icons/calculator-cubes-right.png') no-repeat;
    width: 129px;
    height: 224px;
}
#calculator .container {
    position: relative;
    z-index: 2;
}
#calculator .block-title {
    margin-bottom: 50px;
}
.calculator-wrapper {
    margin-top: 80px;
}
.calculator-wrapper > table {
    width: 100%;
}
.calculator-wrapper table th {
    font-family: "GothaProBol", sans-serif;
    font-weight: normal;
    padding-bottom: 25px;
}
.calculator-wrapper table td {
    padding: 25px;
    transition: all .2s ease-in-out;
}
.calculator-wrapper table tr.unselected td {
    background-color: #ebebeb;
}
.calculator-wrapper table tr.unselected td label {
    color: #67666b;
}
.calculator-wrapper table tr td input:disabled label {
    color: #c8c8c8;
}
.calculator-wrapper table tr.selected td {
    background-color: #ffffff;
    color: #000000;
}
.calculator-wrapper .chbx-wrapper input {
    display: none;
    visibility: hidden;
}
.calculator-wrapper .chbx-wrapper label {
    position: relative;
    margin: 0;
    cursor: pointer;
}
.calculator-wrapper .equipment-type .chbx-wrapper label {
    width: 100%;
}
.calculator-wrapper .chbx-wrapper label span {
    padding-left: 32px;
}
.calculator-wrapper .selected .chbx-wrapper label span {
    color: #000000;
}
.calculator-wrapper .chbx-wrapper label:before,
.calculator-wrapper .chbx-wrapper label:after {
    content: '';
    position: absolute;
    display: block;
    transition: all .4s ease-in-out;
}
.calculator-wrapper .chbx-wrapper label:before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #67666b;
}
.calculator-wrapper .chbx-wrapper label:after {
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    background: transparent;
}
.calculator-wrapper .chbx-wrapper input:checked + label:before {
    border-color: #ed1b24;
}
.calculator-wrapper .chbx-wrapper input:checked + label:after {
    background: #ed1b24;
}
.calculator-wrapper .input-group input {
    width: 58px;
    height: 28px;
    padding: 0 10px;
    border: none;
    background: transparent;
    text-align: center;
    font-family: "GothaProReg", sans-serif;
}
.calculator-wrapper .input-group .input-group-btn {
    width: auto;
}
.calculator-wrapper .input-group button {
    width: 28px;
    height: 28px;
    font-size: 24px;
    font-family: "GothaProBol", sans-serif;
    padding: 0;
    line-height: 1.1;
}
.calculator-wrapper .input-group button.btn-minus {
    color: #ffffff;
    background-color: #67666b;
    border-color: #67666b;
}
.calculator-wrapper .input-group button span {
    position: relative;
    left: 1px;
}
.calculator-wrapper .input-group button:disabled {
    background-color: #c8c8c8;
    border-color: #c8c8c8;
}
.calculator-wrapper .input-group input:disabled {
    color: #c8c8c8;
}
.calculator-wrapper .chbx-wrapper input:disabled + label {
    cursor: not-allowed;
}
.calculator-wrapper .chbx-wrapper input:disabled + label:before {
    border-color: #c8c8c8;
}
.calculator-buttons {
    margin-top: 100px;
}
.calculator-buttons .btn {
    width: 232px;
    height: 60px;
}

#excellence {
    position: relative;
    background: #f5f5f5;padding-bottom: 270px;
}
#excellence:before {
    content: '';
    position: absolute;
    display: block;
    top: 500px;
    left: 1vw;
    background: url('../images/icons/excellence-cubes-left.png') no-repeat;
    width: 207px;
    height: 163px;
    z-index: 1;
}
#excellence .container {
    position: relative;
    z-index: 2;
}
.excellence-grid .item {
    min-height: 400px;
    background: #ffffff;
}
.excellence-grid .item.with-image {
    background-repeat: no-repeat;
    background-size: cover;
}
.excellence-grid .item.with-image.image-1 {
    background-image: url('../images/excellence/image-1.jpg');
}
.excellence-grid .item.with-image.image-2 {
    background-image: url('../images/excellence/image-2.jpg');
}
.excellence-grid .item.with-image.image-3 {
    background-image: url('../images/excellence/image-3.jpg');
}
.excellence-grid .item.with-image.image-4 {
    background-image: url('../images/excellence/image-4.jpg');
}
.excellence-grid .item.with-image.image-5 {
    background-image: url('../images/excellence/image-5.jpg');
}
.excellence-grid .item.with-image .item-inner {
    padding: 160px 30px 0;
    color: #ffffff;
}
.excellence-grid .item.with-image .item-inner a {
    color: #ffffff;
}
.excellence-grid .item.with-image .item-inner .item-title {
    font-family: "GothaProBol", sans-serif;
}
.excellence-grid .item.with-image .item-inner .item-title .number {
    font-size: 30px;
    color: #ed1b24;
    margin-bottom: 30px;
}
.excellence-grid .item.with-image .item-inner .item-title .title {
    font-size: 20px;
}
.excellence-grid .item.with-form .item-inner {
    padding: 40px 60px 0;
}

.item img{max-width:100%;margin-bottom:15px;}

.jok {
	max-width:100%;
	border:2px solid #fff;
}



#dost {
	padding-top:200px;
	background:url(../images/33.jpg);
	background-size:cover;
}

#about-company {
    padding-bottom: 60px;
    position: relative;
}
#about-company:after {
    content: '';
    position: absolute;
    display: block;
    top: -50px;
    right: 1vw;
    background: url('../images/icons/about-cubes-right.png') no-repeat;
    width: 362px;
    height: 414px;
    z-index: 1;
}
#about-company .container {
    position: relative;
    z-index: 2;
}
.about-counters .item .item-title {
    position: relative;
    z-index: 1;
}
.about-counters .item .item-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 18px;
    left: 0;
    top: 50%;
    background: #ed1b24;
    margin-top: -9px;
    z-index: -1;
}
.about-counters .item .item-title p {
    font-size: 60px;
    font-family: "GothaProBol", sans-serif;
    margin-bottom: 0;
}
.about-description {
    margin-top: 50px;
    margin-bottom: 50px;
}
.about-description p {
    margin-bottom: 30px;
}
.about-description p:last-child {
    margin-bottom: 0;
}
.about-description .about-logo {
    width: 100%;
    background: url(../images/00000.jpg) no-repeat center;
    background-size: contain;
}
.about-partnership .ap-align {
    display: table;
    height: 110px;
}
.about-partnership p {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    font-family: "GothaProBol", sans-serif;
}
.about-partnership .partnership-image {
    width: 100%;
    height: 91px;
    background: url('../images/about-logos.png') no-repeat center;
    background-size: contain;
}

#about-company + .form-block {
    margin-top: -200px;
    margin-bottom: -125px;
}

#contacts {
    background: #f5f5f5;
    position: relative;
}
#contacts-map {
    width: 100%;
    height: 780px;
    margin-top: -200px;
    overflow: hidden;
}
#contacts .contacts-popup {
    position: absolute;
    width: 100%;
    max-width: 460px;
    top: 200px;
    right: 80px;z-index:999;
    background: #ffffff;

}
#contacts .contacts-popup .cp-inner {
    padding: 55px;
}
#contacts .contacts-popup .contact-item {
    padding-left: 40px;
    margin-bottom: 20px;
}
#contacts .contacts-popup .contact-item:last-child {
    margin-bottom: 0;
}
#contacts .contacts-popup .ci-title {
    position: relative;
    margin-bottom: 10px;
}
#contacts .contacts-popup .ci-title i {
    position: absolute;
    display: block;
    top: 2px;
    left: -40px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}
#contacts .contacts-popup .address i {
    background-image: url('../images/icons/location-red.png');
}
#contacts .contacts-popup .phone i {
    background-image: url('../images/icons/smartphone-red.png');
}
#contacts .contacts-popup .email i {
    background-image: url('../images/icons/envelope-red.png');
}

#contacts .contacts-popup .vk i {
    background-image: url('../images/vk.png');
}


#contacts .contacts-popup .ci-title p {
    font-size: 22px;
    font-family: "GothaProBol", sans-serif;
}
#contacts .contacts-popup p {
    margin-bottom: 0;
}
#contacts .contacts-popup a {
    color: #000000;
    text-decoration: underline;
}

.rectangles {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
}
.rectangles.left-side {
    left: 0;
}
.rectangles.right-side {
    right: 0;
}
.rectangles .rectangle {
    position: absolute;
    background: transparent;
    border: 1px solid #ed1b24;
}
.rectangles .rectangle.filled {
    background: #ed1b24;
}

.modal-content {
    position: relative;
}
.modal-header {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    border-bottom: none;
    z-index: 1;
}
.modal-content {
    background: #edf5f8;
    border-radius: 0;
}

[id^="globalModal"] {
    text-align: center;
}
#thyModal {
    text-align: center;
}
[id^="globalModal"] .modal-body,
#thyModal .modal-body {
    padding: 40px 40px;
}


.blo {
	    text-align: center;
    padding: 15px 0;
}



.nope .item-title .title  {padding:0 } 






#thyModal .modal-content:after {
    content: '';
    position: absolute;
    top: 190px;
    left: 50%;
    margin-left: -200px;
    display: block;
    width: 400px;
    height: 430px;
    background-image: url('../images/form-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
}
#thyModal .modal-body {
    min-height: 600px;
}
[id^="globalModal"] .styled-h2,
#thyModal .styled-h2 {
    font-size: 26px;
    font-family: "GothaProBol", sans-serif;
    margin-bottom: 20px;
}
[id^="globalModal"] .vertical-form {
    max-width: 60%;
    margin: 30px auto 0;
    text-align: left;
}
[id^="globalModal"] .form-control {
    background-color: transparent;
}

#descriptionModal .modal-content {
    background: #ffffff;
}
#descriptionModal .modal-body {
    padding: 50px;
}
.equipment-description .eq-title {
    margin-bottom: 30px;
}
.equipment-description .eq-title p,
.equipment-description .eq-price p {
    margin: 0;
}
.equipment-description .eq-image img {
    width: 100%;
}
.equipment-description .eq-list {
    display: table;
    width: 100%;
}
.equipment-description .eq-list .eq-list-row {
    display: table-row;
}
.equipment-description .eq-list .eq-list-cell {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 13px;
}
.equipment-description .eq-list .eq-list-cell.eql-description {
    font-family: "GothaProBol", sans-serif;
    text-align: right;
}
.equipment-description .eq-price,
.equipment-description .eq-button {
    margin-top: 30px;
}
.equipment-description .eq-price {
    line-height: 30px;
}
.equipment-description .eq-price p:last-child {
    font-family: "GothaProBol", sans-serif;
}
.equipment-description .eq-button {
    text-align: right;
}
.equipment-description .eq-button button {
    min-width: 156px;
    height: 60px;
}

.btn-to-top {
    position: fixed;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 99999;
}
.btn-to-top:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -10px;
    width: 20px;
    height: 12px;
    background: url('../images/icons/icon-to-top.png') no-repeat;
}

.copyright {
    padding-bottom: 15px;
}
.copyright a {
    color: #ed1b24;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 660px;
    }
    #descriptionModal .modal-dialog {
        width: 860px;
    }
}

@media screen and (max-width: 1680px) {
    #advantages {
        overflow: hidden;
    }
    #advantages:before {
        left: -6vw;
    }
    #advantages:after {
        right: -6vw;
    }
}
@media screen and (max-width: 1440px) {
    #advantages:before,
    #advantages:after {
        background: transparent;
    }
    #economy {
        overflow: hidden;
    }
    #economy:after {
        right: -3vw;
    }
}
@media screen and (max-width: 1366px) {
    #conditions {
        overflow: hidden;
    }
    #conditions:before {
        left: -6vw;
    }
    #conditions:after {
        right: -2vw;
    }
    #economy:after {
        top: 120px;
        right: 4vw;
    }
}
@media only screen
and (min-device-width: 1366px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    #top-block {
        padding-top: 300px;
    }
}
@media screen and (max-width: 1024px) {
    #top-block {
        min-height: 700px;
        background-position: -230px 0;
    }
    #catalog:before {
        top: 20px;
    }
    .catalog-items .item .cq-item-inner .item-buttons .btn {
        font-size: 12px;
    }
    .horizontal-form .container:after {
        display: none;
    }
    .horizontal-form .form-wrapper > div {
        width: 100%!important;
    }
    .calculator-wrapper table td.equipment-amount .input-group,
    .calculator-wrapper table td.equipment-time .input-group {
        margin: 0 auto;
    }
    .excellence-grid .item.with-form .item-inner {
        padding: 40px 30px 0;
    }
}
@media screen and (max-width: 812px) {
    .logo-buttons {
        padding: 20px 0;
    }
    .logo-buttons .row {
        margin: 0;
    }
    .logo-buttons .logo a {
        line-height: 83px;
    }
    .logo-buttons .phone, .logo-buttons .callback {
        line-height: 40px;
    }
    #top-block {
        min-height: 100%;
        padding-top: 123px;
        padding-bottom: 50px;
        text-align: center;
                    background-size: auto 700px;

        background-position: 0;
    }
    #descriptionModal .modal-dialog {
        width: 90%;
        margin: 10px auto;
    }
    .eq-description {
        margin-top: 30px;
    }
    .advantages-grid .item {
        margin-bottom: 25px!important;
    }
    .advantages-grid .item .item-title {
        min-height: 88px;
    }
    .advantages-grid .item .item-title p {
        margin: 0;
    }
    .advantages-grid .item:nth-child(n+7) {
        margin-bottom: 0!important;
    }
    #conditions:before {
        top: 10px;
        left: -18vw;
    }
    .conditions-grid .conditions-items {
        margin-top: 50px;
    }
    .conditions-grid .conditions-items:first-child {
        margin-top: 0;
    }
    .conditions-grid .agreement {
        display: none;
    }
    #calculator {
        padding-top: 250px;
    }
    .about-partnership .ap-align br {
        display: none;
    }
}
@media screen and (max-width: 736px) {
	
	
#top-block .subtitlez {
    padding: 10px 0;
    position: relative;
    padding-left: 60px;
    text-align: left;
}	
	
.do {
    color: #999;
    text-decoration: line-through;
    font-size: 18px;
    padding: 0 2px;
    display: block;
}	
.about-description p {
    margin-bottom: 30px;
    padding: 15px;
}

.h4, h4 {
    font-size: 1.5rem;
    padding: 0 15px;
}	
#vopros {
    margin-top: 0;
    margin-bottom: 0;
}

#contacts .contacts-popup {
position: relative;}
	
    .nav-tabs {
        margin: 0;
    }
    #catalog:before {
        display: none;
    }
    .catalog-items .item:nth-child(odd) .cq-item-inner {
        background-color: #ffffff;
    }
    .catalog-items .item:nth-child(4n+2) .cq-item-inner,
    .catalog-items .item:nth-child(4n+3) .cq-item-inner {
        background-color: #f8f8f8;
    }
    .horizontal-form .form-group {
        margin-bottom: 25px;
    }
    .calculator-wrapper {
        margin: 80px 0 0;
    }
    .calculator-wrapper table td {
        padding: 10px;
    }
    .calculator-wrapper table th:nth-child(1) {
        width: 39%;
    }
    .calculator-wrapper table th:nth-child(2) {
        width: 18%;
    }
    .calculator-wrapper table th:nth-child(3) {
        width: 18%;
    }
    .calculator-wrapper table th:nth-child(4) {
        width: 25%;
    }
    #excellence {
        padding-bottom: 0;
    }
    .about-counters {
        text-align: center;
    }
    .about-counters .item .item-title:before {
        left: 50%;
        margin-left: -25%;
    }
    .about-description .about-logo {
        margin-bottom: 30px;
    }
    #contacts .contacts-popup {
        right: 50%;
        margin-right: -230px;
    }
}
@media screen and (max-width: 568px) {
    .logo-buttons .phone a {
        font-size: 17px;
    }
    .catalog-items .item .cq-item-inner .item-buttons {
        display: block;
    }
    .catalog-items .item .cq-item-inner .item-buttons > div {
        display: block;
        width: 100%;
    }
    .catalog-items .item .cq-item-inner .item-buttons button {
        width: 100%;
        margin-bottom: 15px;
    }
    .catalog-items .item .cq-item-inner .item-buttons > div:last-child button {
        margin-bottom: 0;
    }

}
@media screen and (max-width: 480px) {
    .logo-buttons .row > div {
        width: 100%!important;
        text-align: center!important;
    }
    #top-block {
        padding-top: 204px;
        background-position: 0 0;
            background-size: auto 700px;

    }
    

    
    #top-block h1 {
        font-size: 38px;
    }
    #top-block .subtitle {
        font-size: 26px;
    line-height: 30px;
        margin-bottom: 50px;
    }
    #top-block .top-buttons p span {
        font-size: 20px;
    }
    #top-block .top-buttons .btn {
        min-width: 190px;
    }
    #catalog:after {
        display: none;
    }
    .catalog-items .item {
        width: 100%!important;
    }
    .catalog-items .item:nth-child(4n+2) .cq-item-inner,
    .catalog-items .item:nth-child(4n+3) .cq-item-inner {
        background-color: #ffffff;
    }
    .catalog-items .item:nth-child(odd) .cq-item-inner {
        background-color: #f8f8f8!important;
    }
    .calculator-wrapper {
        overflow-x: scroll;
    }
    .calculator-wrapper > table {
        width: 100%;
        min-width: 700px;
    }
    .excellence-grid .item {
        width: 100%!important;
    }
}
@media screen and (max-width: 414px) {
    #contacts .contacts-popup {
        max-width: 100%;
        right: 0;
        margin-right: 0;
    }
    #top-block h1 {
        font-size: 32px;
    }
    #top-block .subtitle {
        font-size: 26px;
    line-height: 30px;
    }
    #top-block .top-buttons .btn {
        width: 100%;
        margin: 0 0 15px 0;
    }
    #top-block .top-buttons .btn:last-child {
        margin: 0;
    }
    #descriptionModal .modal-body {
        padding: 20px;
    }
    [id^="globalModal"] .modal-body, #thyModal .modal-body {
        padding: 30px;
    }
    [id^="globalModal"] .vertical-form {
        max-width: 90%;
    }
    .horizontal-form .container-inner {
        padding: 30px;
    }
    .nav-tabs > li {
        width: 100%;
        text-align: center;
    }
    #contacts .contacts-popup .cp-inner {
        padding: 30px;
    }
}
@media screen and (max-width: 360px) {
    .logo-buttons .phone p {
        font-size: 12px;
    }
    .block-title h2,
    .horizontal-form .block-title .styled-h2 {
        font-size: 24px;
    }
    .advantages-grid .item {
        width: 100%!important;
    }
    .about-counters .item {
        width: 100%!important;
    }
}

.button_on_mobile{
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 1;
    z-index: 2;
    cursor: pointer;
}
.button_on_mobile ._alert{
    margin-bottom: 0;
    padding: 5px;
    background-color: #ed1b24;
}
.button_on_mobile ._alert a{
    color: #000000;
}
.button_on_mobile ._alert a p{
    margin: 0;
    text-align: center;
}
.button_on_mobile ._alert a p span{
    font-weight: bold;
    /*color: #ed1b24;*/
}
