 



 .title__mark {
    font-weight:700;
  
}

 
.title {
    margin-bottom: 28px;
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: 2px;
    color:black;
}

.faq {
    padding: 80px 0 60px;
    background-position: 100% 100%; 
    background: #02070b url(../images/bg-faq.jpg) 100% 100% no-repeat; 
    color:white; 
}

.faq_moto {
    padding-bottom: 300px;
    background-image: url(../images/bg-faq-moto_m.jpg);
   
}

.faq_theme_page {
    padding: 0 0 69px;
    background-image: none;
    background-color: #fff;
}

.faq__item {
    position: relative;
    margin-bottom: 35px;
   
    padding-left:0px;
   
}

    .faq__item:last-child {
        margin-bottom: 0;
    }

.faq__question {
    font-family: Montserrat;
    font-weight: 600;
    cursor: pointer;
    font-size:16px;
}

.faq__item_active .faq__question {
    margin-bottom: 15px;
}

.faq__question:before {
    top: 10px;
    left: -10px;
    width: 14px;
    height: 2px;
}

.faq__question:after, .faq__question:before {
    position: absolute;
    content: '';
    background-color: #ffdd00;
}

.faq__question:after {
    top: 4px;
    left: -4px;
    width: 2px;
    height: 14px;
}

.faq__item_active .faq__question:after {
    display: none;
}

.faq__answer {
    display: none;
    font-size: 14px;
    line-height: 1.73334;
    color:wheat;
}

.faq__item_active .faq__answer, .feature {
    display: block;
}
 














.add-form, .address {
    display: block;
    background-color: #f5f9fc;
}

.add-form {
    padding: 65px 0 40px;
}
.title {
    margin-bottom: 28px;
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: 2px;
}

.title, .title-page {
    font-size: 25px;
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
   font-family:'Adobe Heiti Std', sans-serif;
} 
.form__row {
    margin-bottom: 26px;
}

.col-md-6 {
    width: 50%;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.form__rate, .form__row-mobile {
    margin-bottom: 0;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.control-group_fullwidth {
    display: table;
    width: 100%;
}
.control-group {
    display: inline-block;
    font-size: 0;
}
 

.control-group>:first-child {
    border-radius: 2px 0 0 2px;
}
.control-group_fullwidth>span {
    display: table-cell;
}

 
.control-remark { 
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    vertical-align: top;
    color:#587ea2;
    background-color: #d9e2eb; 
} 
.control-group>:last-child {
    border-radius: 0 2px 2px 0;
}

.control-group_fullwidth>span {
    display: table-cell;
}
.inp {
    position: relative;
    display: inline-block;
    -ms-touch-action: manipulation; 
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 48px;
    background-color: #d9e2eb;
   
}



.form>:last-child {
    margin-bottom: 0;
}

.form__row {
    margin-bottom: 26px;
}
 
 .col-md-12 {
    width: 100%;
}

 
.btn {
    position: relative;
    padding: 0 33px;
    display: inline-block;
    height: 48px;
    font-size: 13px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    color: #02050a;
    background-color: #ffea00;
    border: none;
    border-radius: 2px;
    box-shadow: inset 0 -2px 0 #ffd200;
    transition: background-color .3s;
    width:100%;
}

.inp__box {
    position: relative;
    display: block; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:100%;
}

.control-group_fullwidth .inp__control {
    width: 100%;
}
.inp__control {
  
    position: relative;
    padding: 0 14px;
    display: inline-block;
    height: 48px;
    font: inherit;
    line-height: inherit;
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
    
}

control-group>:last-child:before {
    border-radius: 0 1px 1px 0;
}
.inp:before {
    position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
    content: ''; 
    background-color: #ffffff; 
}