.s-contact {
    padding: 33px 0;
}

.contact-wrap {
    max-width: 408px;
    width: 100%;
    margin: 0 auto;
}

.contact-wrap p {
    margin-bottom: 20px;
    line-height: 15px;
    color: #000000;
    font-weight: 400;
}

.contact-wrap p strong {
    font-weight: 600;
}

.s-faq {
    padding: 21px 0;
}

.accordion-wrap {
    max-width: 554px;
    width: 100%;
    margin: 0 auto;
}

.accordion-item {
    margin-bottom: 12px;
}

.accordion-item:not(:first-child) .accordion-content {
    display: none;
}

.accordion-item .accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 45px 13px 14px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #A0A4A8;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}

.accordion-item .accordion-title:hover h3 {
    color: #007eff;
}

.accordion-item.accordion-active .accordion-title h3 {
    color: #007eff;
}

.accordion-item .accordion-title h3 {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    transition: color 0.3s ease-in-out;
}

.accordion-item .accordion-title .expand-arrow {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 10px;
    height: 10px;
}

.accordion-content {
    padding: 15px;
}

.accordion-content p {
    line-height: 15px;
    font-weight: 400;
    font-size: 10px;
    color: #000000;
}

.accordion-item .expand-arrow img {
    transition: all 0.3s ease-in-out;
}

.accordion-item.accordion-active .expand-arrow img {
    transform: rotate(180deg);
}

.details-form-wrap {
    margin-top: 49px;
}

.details-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}

.details-item.flex-start {
    align-items: flex-start;
}

.details-item .left {
    width: 125px;
}

.details-item .left span {
    font-size: 12px;
    color: #373a3c;
    font-weight: 600;
}

.details-item .right {
    width: calc(100% - 136px);
}

.d-item-info {
    display: flex;
    justify-content: space-between;
}

.d-item-info .select {
    margin-right: 24px;
}

.select {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    min-width: 149px;
}

.select::before {
    content: "";
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    width: 6px;
    height: 4px;
}

.select select {
    padding: 10px 20px 10px 14px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    font-size: 12px;
    font-weight: 600;
    color: #373a3c;
}

.select select:focus {
    outline: none;
}

.d-item-details {
    display: flex;
    width: 100%;
}

.d-item-details ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.d-item-details ul li {
    font-weight: 600;
    color: #373a3c;
    font-size: 12px;
    margin-right: 5px;
}

.d-item-details ul li:last-child {
    margin-right: 0;
}

.radio-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
}

.radio-item li {
    width: calc(20% - 10px);
    margin-right: 5px;
    margin-left: 5px;
}


.radio-item li .form-group {
    display: flex;
    align-items: center;
}

.radio-item li .form-group .hour{
    font-size: 10px;
    color: #373a3c;
    font-weight: 600;
}

.radio-item li .form-group input {
    margin: 0;
    margin-right: 10px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group + .details-item{
    margin-top: 20px;
}

.form-group p{
    color: #373a3c;
    font-size: 10px;
    margin: 5px 0;
    line-height: 15px;
}

.input {
    width: 100%;
    border: 1px solid #CCCCCC;
    font-weight: 400;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: inherit;
    font-size: 12px;
    color: #a0a4a8;
    padding: 10px 14px 11px;
}

input[type="radio"]{
    margin: 0;
}

.input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A0A4A8;
    opacity: 1;
}

.input::-moz-placeholder {
    /* Firefox 19+ */
    color: #A0A4A8;
    opacity: 1;
}

.input:-ms-input-placeholder {
    /* IE 10+ */
    color: #A0A4A8;
    opacity: 1;
}

.input:-moz-placeholder {
    /* Firefox 18- */
    color: #A0A4A8;
    opacity: 1;
}

.policies-list-item{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 21px;
}

.policies-item:nth-child(1), .policies-item:nth-child(2){
    width: calc(15% - 20px);
    margin-right: 10px;
    margin-left: 10px;
}

.policies-item:nth-child(3){
    width: calc(70% - 20px);
    margin-right: 10px;
    margin-left: 10px;
}

.policies-item .form-group{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.policies-item .form-group span{
    font-size: 12px;
    color: #000000;
}

.policies-item .form-group input{
    margin-right: 10px;
}

.policies-item a{
    font-size: 12px;
    color: #000000;
}

.policies-item a:first-child{
    color: #007eff;
    margin-right: 20px;
}

.btn.btn-cancel{
    background-color: #D9534F;
    padding: 13px 28px 13px 28px;
    font-size: 12px;
    line-height: 15px;
}

.btn.btn-back{
    background-color: #f3ba04;
    padding: 13px 28px 13px 28px;
    font-size: 12px;
    line-height: 15px;
}

.next_btn_wrpr .btn.btn-cancel,
.next_btn_wrpr .btn.btn-back {
    margin-right: 10px;
}

.slick-dots{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li{
    overflow: hidden;
    margin: 0 5px;
}

.slick-dots li.slick-active button{
    background-color: #007EFF;
}

.slick-dots li button{
    min-width: 10px;
    max-width: 10px;
    max-height: 10px;
    min-height: 10px;
    font-size: 0;
    background-color: #E9EFF3;
    border: none;
    padding: 0;
    border-radius: 100%;
}

.alert-validation {
    padding: 15px 20px;
    background: #d9534f;
    border-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    position: relative;
}
.validation-details {
    margin-top: 35px;
    margin-bottom: -10px;
}
.validation-deposit {
    margin-top: 5px;
    margin-bottom: 30px;
}
.validation-coupon {
    margin-top: 30px;
    margin-bottom: 5px;
}

.blocker {
    z-index: 100 !important ;
}

.btn.btn-enter{
    background-color: #2AC769;
    padding: 11px 22px 11px 22px;
    font-size: 12px;
    line-height: 15px;
    margin-left: 15px;
}
.modal {
    max-width: 700px!important;
}
.modal_coupon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
