/* forms */
.form-section{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    background: #FFFFFF;
    box-shadow: 0px 8px 39px rgba(97, 112, 149, 0.1);
    border-radius: 8px;
    padding: 48px 56px;
    font-size: 13px;
    color: #404750;
    border: 1px solid #D5DFEB;
    margin: 30px auto 30px;
}
.form-section  .form-header {
    margin-bottom: 15px;
}
.form-section .title,
.modal .title{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #0F3B7C;
    margin: 6px 0px 20px;
}
.form-section .form-title,
.modal .form-title,
div.my_jswindow h4,
.modal h4{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #0F3B7C;
    margin: 6px 0px 25px;
}
div.my_jswindow h4,
.modal h4{
    margin-bottom: 15px;
}
.form-section input[type=file],
.form-section input[type=password],
.form-section input[type=text],
.form-section select,
.form-section textarea,
.modal input[type=file],
.modal input[type=password],
.modal input[type=text],
.modal select,
.modal textarea {
    width: 100%;
}
.form-section textarea,
.modal textarea {
    resize: vertical;
    min-height: 100px;
}
.form-section .line-margin-top,
.modal .line-margin-top{
    margin-top: 10px;
}
.form-section .subtitle,
.modal .subtitle{
    font-size: 13px;
    line-height: 18px;
    color: #838D9B;
    margin: 6px 0px;
}
body form .label,
.form-section .label,
.modal .label{
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    color: #838D9B;
    text-align: left;
    padding: 4px 0;
    line-height: 17px;
    white-space: inherit;
}
.line-space-between .col-half {
    width: 48%;
}
.col-half.form-disabled{
    display: none;
}
.line-space-between{
    display: flex;
    justify-content: space-between;
}
.line-space-between.row-reverse{
    flex-direction: row-reverse;
}
.form-section .phone-num select{
    width: 120px;
    display: inline-block;
    background: #F6F8FA;
}
.modal .phone-num select{
    width: 29%;
    display: inline-block;
    background: #F6F8FA;
}
.form-section .phone-num input,
.modal .phone-num input{
    width: calc(100% - 125px);
    display: inline-block;
}
.form-section .phone-num input,
.modal .phone-num input {
    width: calc(100% - 125px);
    display: inline-block;
}
.form-section .line-full,
.modal .line-full{
    margin-bottom: 10px;
}
.form-section .col-right-buttons,
.modal .col-right-buttons{
    text-align: right;
}
.form-section .col-right-buttons .input,
.form-section .col-right-buttons .button{
    text-align: center;
    display: inline-block;
    max-width: 48%;
    vertical-align: middle;
}
.contact-form.form-section form {
    max-width: 718px;
    margin: 0 auto;
}
@media(min-width: 992px){
    .modal.modal-dialog-send .subtitle {
        font-size: 14px;
        line-height: 1.5;
    }
    .contact-form .line-space-between,
    .modal .line-space-between {
        margin-bottom: 10px;
    }
}
@media(max-width: 767px){
    .contact-form.form-section {
        padding: 25px 30px;
    }
    .form-section .form-title {
        font-size: 20px;
        line-height: 25px;
        margin: 6px 0px 10px;
    }
}
@media (max-width: 640px){
    .line-space-between .col-half {
        width: 100%;
    }
    .line-space-between {
        display: block;
        justify-content: space-between;
    }
    .contact-form .col-right-buttons{
        margin-bottom: 10px;
    }
    .contact-form.form-section .line-full {
        margin-bottom: 5px;
    }
}
@media(max-width: 600px){
    .contact-form.form-section .col-right-buttons {
        text-align: justify;
        border: none;
        display: flex;
        justify-content: space-between;
    }
}

/* contacts info block */
.grey-vertical-line{
    background-color: #D9E0ED;
    display: inline-block;
    width: 1px;
    height: 100%;
    margin: 0 10px;
}
.grey-vertical-line img{
    max-width: 100%;
}
.our-contacts-info-block{
    height: 152px;
    max-width: 790px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
.our-contacts-info-block .contact-block{
    max-width: 180px;
    width: auto;
    height: 100%;
    text-align: left;
}
.our-contacts-info-block .title{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #242526;
    margin: 20px 0px 8px;
}
.contact-block.contact-phones a{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 160%;
    margin: 8px 0px;
    color:#404750;
}
.contact-block.contact-chat .chat-link{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 160%;
    color: #404750;
    margin: 8px 0px;
}
@media(max-width:767px){
    .our-contacts-info-block .contact-block {
        text-align: center;
    }
}
@media(max-width:600px){
    .our-contacts-info-block {
        height: auto;
        flex-direction: column;
    }
    .our-contacts-info-block .contact-block {
        text-align: left;
        display: flex;
        justify-content: flex-start;
        width: auto;
        max-width: 100%;
        margin: 10px 0;
    }
    .our-contacts-info-block img.contacts-img {
        margin-right: 15px;
    }
    .our-contacts-info-block .title {
        margin: 8px 0px 1px;
    }
    .our-contacts-info-block {
        margin: 30px auto;
    }
    .our-contacts-info-block .grey-vertical-line {
        display: inline-block;
        margin: 10px 0;
        width: 100%;
        height: 1px;
    }
    .contact-block.contact-phones a {
        font-size: 14px;
    }
}

.my_jswindow {
    position: absolute;
    min-width: 300px;
    background: white;
    box-shadow: 0 2px 18px -2px rgba(0, 0, 0, 0.5);
    padding: 20px 20px;
    border-radius: 6px;
}

.my_jswindow_buttons {
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    right: 15px;
    top: 10px;
}

.my_jswindow_content {
    font-size: 12px;
    line-height: 1.5em;
    padding: 4px;
    color: #686868;
}

.my_jswindow_content a {
    color: #109BEA;
    text-decoration: underline
}

.my_jswindow_content a:hover {
    color: #109BEA;
    text-decoration: none
}

.my_jswindow_content p {
    margin: 0px 0px 10px 0px
}
.my_jswindow_content .extend-add {
    font-size: 16px;
    margin-bottom: 5px;
    color: #596167;
}

@media (max-width:400px) {
   .my_jswindow {
        min-width: 280px;
        padding: 15px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .form-section .form-title, .modal .form-title, div.my_jswindow h4, .modal h4 {
        font-size: 20px;
    }
}

.pseudo-check {
    display: none;
}

.pseudo-check+i {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #cccccc;
    margin-right: 10px;
    text-align: center;
    padding-top: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}

.pseudo-check[type=checkbox]+i {
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    vertical-align: sub;
}

.pseudo-check[type=checkbox]+i:before {
    content: '\f00c';
}
.pseudo-check[type=radio]+i {
    border-radius: 50%;
    color: #ffffff;
    width: 20px;
    height: 20px;
    border: 2px solid #cccccc;
    text-align: center;
    padding-top: 1px;
}

.pseudo-check[type=radio]+i:before {
    content: '\f111';
}

.pseudo-check[type=radio]:checked+i {
    color: #109BEA;
    border-color: #109BEA;
    background: #ffffff;
    border-width: 2px;
}
.button-pay-green.order_payment_button.pay-vip-btn{
    max-width: 250px;
    margin: 30px auto;
}
button.wtype {
    border: none;
    background: transparent;
    color: #1884e6;
    font-size: 13px;
    padding: 3px 0 0;
    line-height: 1.3;
    margin-right: 5px;
    margin: 5px 5px 0 2px;
    font-family: 'Open Sans';
    border-bottom: 1px solid #1884e6;
    font-weight: 500;
}
button.wtype:hover{
    color: #0b96e5;
}