.modal-open header {
    padding-right: 15px;
}
header{
   width:100%;padding: 12px 0;background: rgb(0 0 0 / 60%);z-index: 999;    min-height: 57px;position:relative;
    z-index: 99;
}

.v1 header{
    background-color: #ecf0f3;
    background-image: url(../img/krysha6.jpg);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.v1 header:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 55%);
    z-index: -1;
}

.nivelir header {
    background-color: #ecf0f3;
    background-image: url(../img/nivelir.jpg);
    background-position: 100% 60%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.nivelir header:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 55%);
    z-index: -1;
}

.nivelir header h1 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    max-width: 620px;
    text-shadow: 0px 0px 5px #000;
    padding: 25px 0 30px;
}

.left{
    float: left;
}
.right{
    float:right;
    margin-top: 7px;
}
.logo {
    color: #ffcb01;
    font-size: 24px;
    font-weight: bold;
    margin: -3px 0 0;
    display: inline-block;
}
.logo i{
    color:#fff;font-style: normal;font-weight:bold;
}
.time,.phone{
    display: inline-block;
}
.time .fa,.phone .fa{
    color: #ffcb01;
}
.time{
    margin-right: 15px;
    border-right: 1px solid #fff;
    padding-right: 15px;
    color: #fff;
}
.phone a{
    color: #fff;
}
.phone a:hover{
    color: #fff;
    text-decoration: none;
}
.logo img{
    height: 60px;
}

.first-section{
    padding: 30px 0 60px;
    background-image: url(../img/prom-pol-primer-4.jpg);
    background-size: cover;
    margin-top: -57px;
    position:relative;
    z-index: 9;
    background-attachment: fixed;
}

.first-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 73%);
    z-index: -1;
}

.first-section h1{
    font-size: 42px;
    line-height: 47px;
    color: #fff;
    font-weight: bold;
}

.first-section h1 span{
    color:#ffcb01;
}

.first-section h2{
    font-size: 25px;
    color: #fff;
    margin: 22px 0;
}

.first-section h3{
    font-size: 48px;
    line-height: 47px;
    color: #fff;
    font-weight: bold;
}

.first-section h3 a{
    color:#fff;
    text-shadow: 0px 0px 5px #000;
}

.first-section h3 a:hover{
    color:#fff;
    text-decoration: none;
}

.first-section button{
    color: #ffcb01;
    border-radius: 4px;
    background-color: #111112;
    border: none;
    font-size: 22px;
    padding: 14px 20px;
    cursor: pointer;
    margin-top: 55px;
    border: 1px solid #ffcb01;
}

label{
    cursor: pointer;
    margin-bottom: 0;
}

#info{
    display: none;
    width: 100%;
}

.main-img{
    width:100%;
    margin-top: -45px;
}

.price{
    text-align: center;
    font-size: 24px;
    margin-bottom: 27px;
}

.price{
    font-size: 18px;
    margin-bottom: 15px;
    background: #ffcb01;
    padding: 4px 6px;
    text-align: center;
}

.price span{
    text-decoration: underline;
}

.steps-block ul li:last-child > .actions{
    display:none;
}

.steps-block ul li {
    padding-left: 39px;
    position: relative;
    padding-bottom: 30px;
    list-style: none;
}

.steps-block ul li::before {
    font-family: FontAwesome;
    content: "\f078";
    background-color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 1px 2px #ffcb01;
    box-shadow: 0px 0px 1px 2px #ffcb01;
    position: absolute;
    left: -1px;
    line-height: 31px;
    top: -2px;
    color: #ffcb01;
    text-align: center;
    z-index: 12;
}

.steps-block{
    background: #fff;
    padding:60px 0 0;
}

.steps-block ul li::after {
    content: "";
    position: absolute;
    border: 2px solid #ffcb01;
    left: 12px;
    height: 100%;
    top: 10px;
}

.steps-block ul li:last-child::before {
    font-family: FontAwesome;
    content: "\f11e";
    background-color: #fff;
    z-index: 12;
}

.steps-block ul li:last-child::after {
    display:none;
}

.steps-block ul li p{
    color: #757575;
    line-height: 24px;
    margin: 0;
}

.steps-block ul li p strong{
    font-weight: bold;
    color: #4f4f4f;
    text-decoration: underline;
}

    

.steps-block ul li h4{
    margin: 0 0 4px 0;
}

.actions ul li:nth-child(3){
    display: none!important;
}

.finish-buttons{
    text-align: center;
    margin-top: 45px;
}

.finish-buttons a:nth-child(1){
    background: #3eab07;
    color: #fff;
    padding: 6px 12px;
    font-size: 20px;
    border-radius: 4px;
    text-shadow: 0px 0px 1px #000;
    margin: 0 10px;
    cursor:pointer;
}

.finish-buttons a:nth-child(2){
    background: #bf1a12;
    color: #fff;
    padding: 6px 12px;
    font-size: 20px;
    border-radius: 4px;
    text-shadow: 0px 0px 1px #000;
    margin: 0 10px;
    cursor:pointer;
}

.finish-buttons a:hover{
    text-decoration:none;
    color:#fff!important;
}

.dontblock .submit a:hover{
    text-decoration:none;
    color:#fff!important;
}
.want-block{
    display: none;
}

.discountblock{
    display: none;
}

.dontblock{
    display: none;
}

.discountblock h4{
    font-size: 19px;
    margin-bottom: 15px;
}

.discountblock strong{
    display: block;
    margin-bottom: 10px;
}

.discountblock .submit button{
    background: #ffcb01;
    color: #000;
    display: inline-block;
    padding: .5em 1em;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.discountblock .submit{
    text-align: center;
}

.hidden{
    display:none!important;
}

.visible{
    display: block;
}

.want-block p{
    margin-bottom: 0;
}

.want-block strong{
    display: block;
    margin-bottom: 10px;
}

.want-block .submit button{
    background: #ffcb01;
    color: #000;
    display: inline-block;
    padding: .5em 1em;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.want-block .submit{
    text-align: center;
}

.messenger{
    margin-top: 20px;
}

.submit{
    text-align: center;
    margin-top: 29px;
}

.dontblock h3{
    text-align: center;
}

.dontblock .submit a{
    background: #3eab07;
    color: #fff;
    padding: 6px 12px;
    font-size: 20px;
    border-radius: 4px;
    text-shadow: 0px 0px 1px #000;
    margin: 0 10px;
    cursor: pointer;
}

.dontblock .submit a:hover{
    text-decoration: none;
}

.dontblock .submit button{
    background: #bf1a12;
    color: #fff;
    padding: 6px 12px;
    font-size: 20px;
    border-radius: 4px;
    border: none;
    height: 39px;
    text-shadow: 0px 0px 1px #000;
    margin: 0 10px;
    margin-top: -9px;
}



.checkbox-btn {
    display: inline-block;
    margin: 0 5px 0 0;
    user-select: none;
}
.checkbox-btn input[type=checkbox] {
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.checkbox-btn span {
    display: inline-block;
    cursor: pointer;
    padding: 8px;
    line-height: 30px;
    border: 1px solid #999;
    border-radius: 4px;
    transition: background 0.2s ease;
    text-align: center;
    outline: none;
    margin-top: -40px;
}

.checkbox-btn img{
    width: 65px
}

.checkbox-btn i{
    font-style: normal;
    display: block;
}
 
/* Checked */
.checkbox-btn input[type=checkbox]:checked + span {
        background: rgba(74,200,51,.2);
        outline: none;
}
 
/* Focus */
.focused span {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover */
.checkbox-btn:hover {
    color: #666;
}
 
/* Active */
.checkbox-btn input[type=checkbox]:active:not(:disabled) + span {
    background: #d2c5ac;
    color: #000;
}
 
/* Disabled */
.checkbox-btn input[type=checkbox]:disabled + span {
    background: #efefef;
    color: #666;
    cursor: default;
}
.checkbox-btn input[type=checkbox]:checked:disabled + span {
    background: #f7efdc;
}

.dropcap-text{
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.dropcap-left{
    display: table-cell;
    vertical-align: middle;
}

.dropcap {
    font-size: 30px;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 36px;
    border: 2px solid #ffcb01;
    color: #ffcb01;
    margin: 0 10px 0 0;
    text-align: center;
    background: #fff;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 45%);
}

.second-section{
    padding: 60px 0;
}

.second-section .section-head{
    margin-bottom:40px;
}

.second-section .col-md-6{
    padding:0;
}

.first-level{
    margin-bottom: 20px;
    background: #f6f6f6;
    padding: 12px 8px;
    border-radius: 4px;
    max-width: 97%;
    width: 100%;
    margin: 0 auto 20px;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 35%);
}

.first-level p{
    margin-top:10px;
}

.first-img{
    height: 190px;
    width: 100%;
    margin-bottom: -30px;
}

.big-title h1 {
    color: #ffcb01;
    font-size: 80px;
    line-height: 95px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 52%);
    font-size: 50px;
    margin-top: -70px;
}

.tech-table{width:24%;text-align:center;}
.table h3{
    text-align: center;
    font-size: 16px;
    padding: 8px 10px;
    background: #ffcb01;
    display: inline-block;
    width: 100%;
}

.title-tech{
    text-align: center;
    vertical-align: middle!important;
    border-bottom: 2px solid #dee2e6;
    font-size: 15px;
    background: #ffcb01;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f6f6f6;
}

td ol li{
    margin-bottom: 12px;
    line-height: 20px;
    list-style:none;
    padding-left: 10px;
    position: relative;
}

td ol li:before{
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -21px;
    width: 25px;
    margin-right: 11px;
    color: #000000;
    height: 10px;
    font-size: 10px;
    width: 10px;
    position: relative;
    text-align: center;
    font-size: 15px;
}


td ol li:last-child:after{
    display:none;
}

td ul li{
    margin-bottom: 12px;
    line-height: 20px;
}

.osn li{
    list-style:none;
}

.osn li {
  padding-left: 10px;
}

.osn li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -25px;
    width: 25px;
    color: #3bbf04;
    font-size: 17px;
}

.mat li{
    list-style:none;
}

.mat li {
  padding-left: 10px;
}

.mat li:before {
    content: "\f067";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -25px;
    width: 25px;
    color: #3bbf04;
    font-size: 17px;
}

.subt {
    vertical-align: middle!important;
}

td p{
    margin-bottom:10px;
}


.step-style:before{
    position: absolute;
    top: 80px;
    left: -32%;
    background: url(../img/video.jpg);
    bottom: 14px;
    right: 0px;
    content: "";
    background-position: -36% 116%;
    background-repeat: no-repeat;
}

.step-style{
    padding: 40px 0;
}

.step1{
    margin: 51px 0 0px;
}

.modal-open .modal {
    background: rgb(0 0 0 / 58%);
}

.step1 .text{
    display: inline-block;
    background: #ffffff;
    border-left: 2px solid #212529;
    padding: 0px 20px;
    margin: 0;
    border-radius: 0;
    width: 90%;
}

.step1 .text h6{
    font-size: 22px;
    color: #ffcb01;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 51%);
    text-transform: uppercase;
    margin-top: -30px;
}

.num-step{
    font-size: 50px;
    color: #212529;
    display: inline-block;
    float: left;
    text-align: center;
    border-radius: 100%;
    width: 45px;
    display: inline-block;
    margin-top: 0px;
    height: 45px;
    margin-left: -20px;
    line-height: 46px;
    margin-right: 20px;
}

.why{
    background-size: initial;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: rgb(255, 255, 255);
    background-image: url(../img/hand-with-cap.png);
    background-attachment: scroll;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 24px 0px;
    position: relative;
    padding-bottom: 0px!important;
    padding-left: 45px!important;
}

.why h3{
    text-align: center;
    font-size: 30px;
    color: #ffcb01;
    font-size: 50px;
    line-height: 95px;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 52%);
}

.why .icon-box{
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.constrot-strip {
    position: relative;
    height: 15px;
    width: 100%;
    background-color: #ffcb01;
    background-image: url(../img/footer-strip.png);
    background-repeat: repeat-x;
    background-position: center top;
}

.footer-bottom{
    background: #1a1a1a;
    padding: 40px 0;
    color: #fff;
}

.footer-bottom p{
    margin: 0;
    opacity: 0.8;
}

.copyright{
    text-align: center;
    background: #1a1a1a;
    color: #fff;
    padding: 10px 0;
}

.text-primary{
    float: left;
    margin-right: 12px;
    font-size: 28px;
    line-height: 45px;
    color: #ffcb01!important;
}

.icon-content span{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.icon-boxing{
    border: 1px solid #333;
    padding: 15px 10px;
}

footer{
    padding:60px 0 0;
}

.footer-u{
    text-align: center;
    color: #212529;
    font-weight: bold;
    margin: 40px auto;
    font-size: 33px;
    display: inline-block;
    padding: 10px 20px;
}

.footer-u a{
display: inline-block;
    margin-top: 10px;
    font-size: 40px;
    color: #ffcb01;
    text-shadow: 1px 1px 3px #000000ad;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 72%);
}

.footer-u a:hover{
    text-decoration:none;
}
.need{
    text-align: center;
}

.step1 .text p{
    margin:0;
    min-height: 48px;
}

.icon-box img{
    width:100px;
    margin-bottom: 10px;
}

.widget{
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 16px;
    width: 109px;
    line-height: 21px;
    height: 110px;
    background: #ffcb01;
    color: #111112;
    text-align: center;
    padding: 36px 0;
    font-weight: 500;
    border-radius: 100%;
    animation: radial-pulse 2s infinite;
    z-index:999;
}


.widget:hover{
    text-decoration: none;
    color:#111112;
    animation: none;
}

@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgb(255 203 1 / 50%);
  }
 
  100% {
    box-shadow: 0 0 0 40px rgb(255 203 1 / 0%);
  }
}

.polzunok-container-2 * {
    box-sizing: border-box;
    outline: none;
}
.polzunok-container-2 {
    padding: 10px 50px;
}
.polzunok-container-2 .ui-slider {
    position: relative;
    background: #BFE2FF;
    height: 12px;
    border-radius:10px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);
}
.polzunok-container-2 .ui-slider .ui-slider-handle {
    position: absolute;
    margin-left: -50px;
    text-align: center;
    width: 100px;
    height: 36px;
    font-size: 18px;
    line-height: 18px;
    padding-top: 4px;
    cursor: pointer;
    border-radius: 10px;
    border: 4px solid #BFE2FF;
    top: -13px;
    background: #FFF;
    z-index: 2;
    color: #000;    
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
}
.polzunok-container-2 .ui-slider .ui-slider-handle b {
    padding: 0 8px;
    font-family: Courier, monospace;
    color: #BFE2FF;    
}
.polzunok-container-2 .ui-slider .ui-slider-handle:hover b {
    color: #337AB7;    
}
.polzunok-container-2 .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 12px;
    display: block;
    border: 0;
    background: #337AB7;
    border-radius:10px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);
}
.polzunok-container-2 .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.polzunok-container-2 .ui-slider-horizontal .ui-slider-range-max {
    right: 0;    
}

.calc__group{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 18px;
}

.modal-content{
    background-color: rgb(255 255 255);
    border: none;
    box-shadow: 0 2px 24px rgba(0, 0, 0, .05), 0 0 0 10px rgba(255, 255, 255, .5);
}

.modal-title{
    color: #000;
    text-align: center;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}

.modal-open .widget{
    right: 25px;
}

.modal-content .close{
    right: 5px;
    position: absolute;
    top: 0;
    z-index: 999;
    color: #ffcb01;
    opacity: 1;
    text-shadow: none;
    outline: none;
}

.modal-content .close span{
    opacity: 1;
    outline: none;
}

.modal-content .close span:hover{
    outline: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{
    opacity: 1;
}

.modal-body select{
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 5px 5px;
    outline: none;
    border-radius: 4px;
    box-shadow: none;
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #d1d1d1;
}

.border-bot{
    border-bottom: 1px dotted #000;
    margin-bottom: 10px;
}

.border-top{
    border-top: 1px dotted #000!important;
    margin-top: 21px;
    padding-top: 10px;
}

.calc__label {
    font-size: 19px;
    line-height: 23px;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    color: #00002d;
    margin: 0 0 12px;
}

.calc__group{
    margin: 0;
    margin-top: 12px;
}

input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

form input{
    border-radius: 4px;
    border: 1px solid #c3bfbf;
    outline: none;
    padding-left: 5px;
    min-height: 38px;
}

.form-check {
    position: none;
    display: block;
    padding-left: 10px;
    border-radius: 9px;
    padding-right: 9px;
    background-color: #f8f8f8;
    border: 1px solid #d1d1d1;
    margin-bottom: 10px;
    padding: 7px 10px;
}

.s-pl{
    background-color: #f8f8f8;
    border: 1px solid #d1d1d1;
    outline: none;
    border-radius: 8px;
    width: 60px;
}

.calc__action input{
    background-color: #f8f8f8;
    border: 1px solid #d1d1d1;
    outline: none;
    border-radius: 8px;
    width: 50%;
    padding: 7px 10px;
}

.calc__action{
    margin-top: 30px;
}


.calc__action button{
    background: #ffcb01;
    width: 49%;
    height: 40px;
    display: inline-block;
    float: right;
    font-weight: 600;
    border-radius: 10px;
}

.last-step{
    margin-bottom: 30px;
}

.steps-title{display:none;}
.form-check input{min-height: 13px!important;}
.widget img{
    position: absolute;
    z-index: -1;
    opacity: 0.08;
    width: 58px;
    top: 14px;
    left: 25px;
}

.main-table td, .main-table th {
    font-size: 14px;
}

.v2 .second-section .section-head {
    margin: 40px 0;
}

.v1 .second-section .section-head {
    margin-bottom: 0px;
}

.v1 form {
    margin: 0 auto;
}

.v1 .second-section {
    padding: 0px 0 60px;
    background: #f8f8f8;
}

.v2 .second-section {
    padding: 0px 0 60px;
}

.v1 footer {
    padding: 0;
}

.v2 .toping{
    text-align: center;
    display: block;
    width: 100%;
    background: #ffcb01;
    padding: 10px 0;
}

.v2 .buttons{
    margin: 30px 0 10px;
    text-align: center;
    width: 100%;
    display: block;
}

.v2 .buttons a{
    background: #ffcb01;
    color: #000;
    padding: 10px 16px;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #000
}

.v2 .buttons a:hover{
    text-decoration:none;
}

.v2 .table-responsive{display:table;}

.v2 footer {
    padding: 0px 0 0;
}

.v2 form p strong{
    display: block;
    margin-bottom: 10px;
}

.v2 .modal-open .modal {
    padding-right: 0!important;
}

.v2 .modal-title{
    margin-bottom: 0;
}

.v2 .modal-dialog{
    max-width: 370px;
    text-align: center;
    margin: 19px auto;
}

.v2 form input{
    width:84%!important;
}

.v2 form button{
    background: #ffcb01;
    color: #000;
    padding: 10px 16px;
    border-radius: 4px;
    margin: 0 10px;
    font-weight: bold;
    border: 1px solid #000;
    cursor:pointer;
}

.modal-pols a{
    display: block;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 4px 8px;
    color: #000;
    background: #f8f8f8;
}

.modal-pols a .fa{
    color: #3bbf04;
    font-size: 15px;
}

.modal-pols .toping{
    text-align: center;
    display: block;
    width: 100%;
    background: #ffcb01;
    padding: 10px 5px;
    margin-top: 22px;
}

.modal-pols a:hover{
    text-decoration:none;
}

.error footer {
    padding: 0;
}

.error .sec-title{
    text-align:center;
}

.error .sec-title a{
    color:#ffcb01;
}

.error .sec-title a:hover{
    color:#ffcb01;
    text-decoration:none;
}

.error .sec-title img{
    width: 110px;
    margin-bottom: 20px;
}

.icon-content a{
    color:#fff;
}

.icon-content a:hover{
    text-decoration:none;
}

.kontakty .second-section {
    padding: 0px 0 50px 0;
}

.kontakty .icon-content h3 {
    font-size: 14px;
    margin: 0px;
}

.kontakty .second-section .col-md-6 {
    padding: 0 15px;
}

.kontakty h1{
    font-size:25px;
}

.kontakty h1 span{
    color: #ffcb01;
}

.kontakty .icon-content a{
    color:#000;
}

.kontakty .icon-content p{
    margin-bottom:0;
}

.kontakty .icon-boxing {
    border: 1px solid #e0e0e0;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 4px;
    background: hsl(0deg 0% 88% / 11%);
    box-shadow: 0px 0px 5px hsl(0deg 0% 0% / 15%);
}

.kontakty h2{
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

.kontakty footer {
    padding: 0;
}

.kontakty .text-primary {
    float: left;
    margin-right: 12px;
    font-size: 28px;
    line-height: 42px;
    color: #ffcb01!important;
}

.head-nav{
    width: 100%;
    margin-top: 30px;
    z-index: 999999;
}

.first-section .head-nav {
    margin-top: 58px;
}

.head-nav nav{
    margin: 10px auto 0;
    border-radius: 4px;
    background-color: rgb(0 0 0 / 60%)!important;
    border: 1px solid #ffcb01;
    margin: 0px auto 26px;
}

.navbar-nav{
    margin: 0 auto;
}

.navbar-nav .nav-item{
    margin: 0 16px;
}

.navbar-nav .nav-item a{
    color:#fff!important;
}

.navbar-nav .active span{
    background: #ffcb01;
    border-radius: 4px;
    color:#000!important;
}

.navbar-toggler{
    display:none;
    background: #ffcb01!important;
    font-size: 14px!important;
    padding: 7px 10px!important;
    margin:0 0 0px!important;
    outline:none!important;
}

header .head-nav .collapse{
    height: auto!important;
}

.second-section .head-nav .collapse {
    height: auto!important;
}

.list{
    text-align: justify;
}

.list ol{
    display: inline-block;
    background: hsl(48deg 100% 50% / 20%);
    padding: 20px;
    border: 1px solid #ffcb01;
    border-radius: 4px;
    float: right;
    box-shadow: 0px 0px 15px hsl(0deg 0% 0% / 15%);
    list-style-position: inside;
    margin: 0 0 0 25px;
}

.list ol li a{
    color:#000;
}

.list ol li{
    counter-increment: my-awesome-counter;
    margin-bottom: 6px;
}

.list ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-bottom: 10px;
}

.list ol li:before {
  content: counter(my-awesome-counter);
    background: #ffcb01;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    display: inline-block;
    line-height: 22px;
    color: white;
    text-align: center;
    margin-right: 0.5rem;
}

.v1 header h1{
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    max-width: 620px;
    text-shadow: 0px 0px 5px #000;
    padding: 25px 0 30px;
}

.content-section h2{
    font-size: 26px;
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
}

.content-section h2:before{
    content: "";
    position: absolute;
    background: #ffcb01;
    top: 14px;
    left: 0;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    box-shadow: 0px 0px 0px 2px #ffcb01;
    border: 2px solid #fff;
}

.content-section h3{
    font-size: 20px;
    margin-bottom: 3px;
}

.content-section p{
    margin-bottom: 15px;
}

.content-section .row{
    margin-left:0;
}

.half-plus{
    width: 50%;
    display: inline-block;
    float: left;
    padding: 0 10px;
    border-right: 3px solid #ffcb01;
    border-radius: 0px;
}

.half-plus h3, .half-minus h3{
    text-align:center;
}

.half-minus{
    width: 50%;
    display: inline-block;
    float: left;
    padding: 0 10px;
    border-radius: 0px 4px 4px 0px;
    border-left: 0px solid #ffcb01;
    margin-bottom: 15px;
}

.half-plus ol li{
    line-height: 21px;
    margin-bottom: 11px;
}

.half-plus h3{
    margin-bottom: 13px;
}

.half-minus h3{
    margin-bottom: 13px;
}

.half-minus ol li{
    line-height: 21px;
    margin-bottom: 11px;
}

.modal-title:before{
    display:none;
}

form h3{
    margin-bottom:12px;
}


.error .first-section{
    padding: 100px 0 60px;
    background: url(../img/background_01.jpg);
    background-size: cover;
    margin-top: -57px;
}

.error .first-section a {
    color: #ffcb01;
    border-radius: 4px;
    background-color: #111112;
    border: none;
    font-size: 22px;
    padding: 14px 20px;
    cursor: pointer;
    margin-top: 55px;
    display:inline-block;
}

.v1 .head-nav nav{
    margin-bottom:26px;
}

.vid{width:50%; float:left;padding:10px 15px;}

.half-plus li{
    list-style:none;
}

.half-plus li:before{
    font-family: "FontAwesome"; font-weight: 900; content: "\f067";color:#20c320;margin: 0 7px 0 0;
}

.half-minus li{
    list-style:none;
}

.half-minus li:before{
     font-family: "FontAwesome"; font-weight: 900; content: "\f068";color:#ff2b2b;margin: 0 7px 0 0;
}

.prom-pol header{
    background-image: url(../img/prom-pol-primer-8.jpg);
}


#calc-section .row{
    margin:0;
}

#calc-section .box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0px 0 20px 0;
}

#calc-section .feature-price{
    background: url(../img/bg-calc.jpg);
    background-size: cover;
    background-color: #f8f8f8;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

#calc-section{
    padding:0;
    margin-top:0px;
}

#gal {
 margin-bottom:20px;
 display:inline-block;
}

#gal img {

  width:25%;
  height: 210px;
  float:left;
  -moz-user-select: none; user-select: none;
  padding: 8px;
}

#whatis{
    max-width: 730px;
}

#gal h3{
    background: #ffcb01;
    padding: 0 10px;
    border-radius: 4px;
}


.banner-section{
    background-color: #ecf0f3;
    background-image: url(../img/m-styazhka-banner.jpg);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-section{
    padding-top:40px;
    padding-bottom: 40px;
}

.kontakty header h1 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    text-shadow: 0px 0px 5px #000;
    padding: 25px 0 30px;
}


.kontakty header {
    background-color: #ecf0f3;
    background-image: url(../img/contacts-bg.jpg);
    background-position: 100% 80%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.kontakty  header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 55%);
    z-index: -1;
}

.kontakty .section-content{
    padding: 50px 0;
}

#prices-section{
    background:#f6f6f6;
}

.full-w{
    display: inline-block;
    margin-top: 20px;
}

@media(max-width:1200px){
    .main-img{display:none;}
    .first-section .col-md-6{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;text-align: center;}
    .first-section h1 span {margin-bottom: 10px;display: block;}
    .first-section h1{color: #ffcb01;}
    .first-section h2{font-size: 30px;}
    .first-section button{border: 1px solid #ffcb01;}
    .steps-block .col-md-5{display:none;}
    .col-md-7 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
    .navbar-nav .nav-item {margin: 0 3px;}
}

@media(max-width:991px){
    .logo {font-size: 14px;margin: 8px 0 0;}
    .first-section h3{font-size:36px;}
    .first-section h1{font-size: 40px;}
    .first-section h1 span {margin-bottom: 4px;display:inline;}
    .outer-box .col-md-3{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
    .why{background-image: none;padding-left: 0!important;}
    .col-md-8 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
    .navbar-toggler{display:inline-block;width: 100%;}
    .head-nav nav{width:100%;}
    .navbar-nav { margin: 12px auto 0;}
    .head-nav nav{margin: 0px auto 40px;}
    .nav-item .nav-link{padding-left:20px;}
}

@media(max-width:767px){
    .step-style{display:none;}
    .time {margin-right: 0;border-right: none;padding-right: 0;color: #fff;display: block;}
    .logo{margin: 8px 0 0 0;}
    .right span{display:none;}
    .first-section h1 {font-size: 32px;line-height: 40px;}
    .first-section h1 span {margin-bottom: 0px;}
    .first-section h2 {font-size: 23px;}
    .section-head h2{font-size: 24px;margin-bottom: 30px;}
    .why h3{font-size: 24px;line-height: 40px;}
    .dropcap-left {display: block;vertical-align: middle;text-align: center;margin-bottom: 11px;}
    .first-level{text-align:center;}
    .steps-block ul{margin:0;padding: 0;}
    .steps-title{display:block;}
    .outer-box .col-md-3{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;text-align: center;}
    .footer-u{font-size: 29px;}
    .text-primary {float: none;margin-right: 0;font-size: 30px;}
    .why .icon-box {width: 100%;float: none;margin-bottom: 37px;text-align: center;}
    .footer .row{margin:0!important;}
    .footer-bottom .row{margin:0!important;}
    .wizard>.content{margin:0;    min-height: 410px;}
    .v1 .section-head h2 {font-size: 24px;margin-bottom: 0;margin: 40px 0 0;}
    .v1 form {margin: 0 auto;width: 100%;}
    .v2 .table-responsive{display:block;}
    .right {margin-top: -5px;}
}

@media(max-width:650px){
    .first-section h3{font-size: 34px;}
    .first-section button{margin-top: 15px;}
    .first-section h2{margin: 15px 0 40px;}
    .second-section .row{margin:0!important;}
}

@media(max-width:550px){
    .steps ul{display:none;}
    .first-section h1 span{display:inline;}
    .footer-u a{font-size: 24px;}
}

@media(max-width:500px){
    .footer-u{font-size: 22px;line-height: 32px;}
    .footer-u span{font-size:27px;}
    .finish-buttons a:nth-child(1){margin: 10px 0;width: 100%;display: block;}
    .finish-buttons a:nth-child(2){margin: 10px 0;width: 100%;display: block;}
    .finish-buttons{margin-top:0;}
    .result h6{margin-bottom: 20px;}
    .result h6 span{display: block;}
    .v1 form section h4{font-size:15px;}
    .dontblock .submit a{display: block;width: 100%;margin-bottom: 25px;}
    .dontblock .submit button{display: block;width: 100%;}
    .toping-page .wizard > .content{
            min-height: 427px;
    }
}

@media(max-width:400px){
    .first-section h1 {font-size: 25px;line-height: 35px;}
    .first-section h2 {font-size: 20px;}
    .first-section h3 {font-size: 26px;}
    .v1 .section-head h2{font-size:20px;}
    .v2 .buttons a{margin: 0 4px;}
}

@media(max-width:350px){
    .right {font-size: 14px;}
    .checkbox-btn{margin: 0 -2px 0 0;}
}


