  @font-face { font-family: "Rubl Sign"; src: url(http://www.artlebedev.ru/;-)/ruble.eot); }
  span.rur { font-family: "Rubl Sign"; text-transform: uppercase; // text-transform: none;}    
    span.rur span { position: absolute; overflow: hidden; width: .45em; height: 1em; margin: .1ex 0 0 -.55em; // display: none; }
    span.rur span:before { content: '\2013'; }
 .wrap-margin{
        position: relative;
    }
.info-profil-wrap {
    position: absolute;
    top: 28px;
    right: 0;
    max-width: 500px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
input.error{
    border: 1px solid red!important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.container-fluid .row{
    margin-right: 0;
    margin-left: 0;
}
img {
    height: auto;
    max-width: 100%;
}
.wrap-margin {
    margin: 25px 0;
}
.title-block {
    font-weight: bold;
    margin-bottom: 14px;
        margin-left: 8px;
}
.step1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.step1-item {
    border: 1px solid #ced4da;
    border-radius: 5px;
    min-height: 180px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 5px 8px;
}
.wrap-step1-title {
    font-weight: bold;
    color: #495056;
}
.step3 .wrap-img, .step3_1 .wrap-img {
      width: 250px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 8px 25px 8px;
}
.step2 {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: top 4s;
}
.step2-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 5px 8px;
    max-width: 131px;
}
.chek {
    border: 1px solid #0170b8;
}
select {
    margin: 0 8px;
    display: block;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-select:focus-visible {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
button,
select { /* 1 */
  text-transform: none;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
select{
     word-wrap: normal;
    outline:none
}
select:hover{
    border: 1px solid #ced4da;
}
.wrap-input {
    display: flex;
}

.wrap-input-item {
    margin-right: 8px;
}
form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-wraper span {
    margin-bottom: 10px;
    display: block;
}
.modal {
    max-width: 310px!important;
}
#thank span {
    font-size: 21px;
    margin-bottom: 5px;
    display: block;
}
input[type="text"], input[type="phone"] {
    margin: 8px;
    display: block;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input{
    outline:none
}

.wrap-input-title {
    font-weight: bold;
    margin-bottom: 14px;
    margin-left: 8px;
}
[id^=radio-] {
  display: none;
}

[id^=radio-] + label {
vertical-align: middle;
    font-size: 50px;
    color: #555;
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    margin-right: 20px;
        margin-left: -8px;
        position: relative;

}
[id^=radio-]:checked + label:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #1f95d3;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

[id^=laminaciya] {
  display: none;
}

[id^=laminaciya] + label {
    vertical-align: middle;
    color: #555;
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
}


[id^=laminaciya]:checked + label:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #1f95d3;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

label img {
    height: 33px;
}

h1 {
    color: #0171b9;
}
.laminaciya .title {
    margin-bottom: 8px;
    display: block;
}

.laminaciya-item:first-child {
    margin-bottom: 20px;
}

.laminaciya {
    margin-left: 8px;
}

.step-laminaciya, .step-laminaciya1, .step5, .step6, .step7, .step8, .step9, .step4  {
    display: flex;
    align-items: center;
}
.dop {
    color: #0170b8;
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
}
.info-montaj {
    color: #afafaf;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 100;
}

input#happy {
    border-radius: 3px;
    box-sizing: border-box;
    color: #2c3e50;
    width: 25px;
    height: 25px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgb(31 149 211);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    margin: 0 22px 0 8px;
}
input#happy:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='blue' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    border-color: #0d6efd;
}
.send {
    text-transform: none;
    background: #0375d8;
    outline: none;
    border: none;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
        text-decoration: none;
            margin-top: 20px;
}
.wrap-itogo {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.itogo-title {
    color: #0170b8;
    font-size: 23px;
    font-weight: bold;
}

.sum {
        color: #0170b8;
        font-size: 23px;
        font-weight: bold;
        text-align: right;
}
.info {
    font-size: 12px;
    color: grey;
    margin-top: 15px;
}
.fon {
    background: #f1f5f8;
    padding: 25px 0;
}
body {
    margin: 0;
}


@media (max-width: 992px){
	.info-profil-wrap {
    max-width: 380px;
}
.wrap-itogo {
    margin: 0 20px;
}
.step1-item {
    width: 26%;
}

.step1-item {
    width: 28%;
}
.step2 {
    flex-wrap: wrap;
}
.step1 {
    flex-wrap: wrap;
}

}

@media (max-width: 767px){
	.info-profil-wrap {
      position: relative;
    top: 28px;
    right: 0;
    max-width: 100%;
    margin-bottom: 66px;
}
.step3 .wrap-img, .step3_1 .wrap-img {
    margin: 5px auto 25px;
}
.title {
    margin: 0 auto;
}
.wrap-margin {
    margin: 25px 0 25px 20px;
}
.info {
    margin: 5px 15px;
}
}

@media (max-width: 576px){
    .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}
.container-fluid .row {
    margin-right: -15px;
    margin-left: -15px;
}
}

@media (max-width: 530px){
.wrap-input {
    flex-direction: column;
}
.step1-item {
    width: 39%;
}
.wrap-margin {
    margin: 25px 0 25px 0px;
}
}

@media (min-width: 576px){
.container {
    max-width: 540px;
}
}
@media (min-width: 768px){
.container {
    max-width: 720px;
}
}

@media (min-width: 992px){
    .container {
    max-width: 960px;
}
}
@media (min-width: 1200px){
.container {
    max-width: 1140px;
}
}

