/* style */

* {
    outline: none;
}

.has-error {
    background-color: #ffc8c8 !important;
}


.cpa_modalDefaultInput.has-error {
    background-color: #ffc8c8 !important;
}

.cpa_customModalBlock {
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(60, 68, 86, 0.7);
}
.cpa_fixedModalBlock {
    z-index: 99999;
    position: fixed;
    top: 50%;
    left: 50%;
    align-items: center;
    transform: translate(-50%, -50%);
    height: 90%;
    overflow: auto;
    width: 458px;
    max-width: 95%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cpa_innerModalBlock {
    position: relative !important;
    background-image: url("https://jtthdrh.space/kinzhal-chat-dgl/images/cpa_modal_bg1.svg"), url("https://jtthdrh.space/kinzhal-chat-dgl/images/cpa_modal_bg2.svg");
    background-position: left top, right 0 bottom 0;
    background-repeat: no-repeat, no-repeat;
    background-color:  #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:45px 43px 36px 43px;
}
.cpa_modalClose {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    background: url("../images/cpa_modal_close_icon.svg") 50% 50% no-repeat #F5F5F5 !important;
    cursor: pointer !important;

}
.cpa_modalHeading {
    font-weight: 900 !important;
    font-size: 35px !important;
    line-height: 37px !important;
    text-align: center !important;
    color: #3C4456 !important;
}
.cpa_modalText {
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-align: center !important;
    color: #6C7588 !important;
    margin-top: 15px !important;
}
.cpa_modalForm {
    margin-top: 20px !important;
}
.cpa_modalDefaultInput {
    background: #FAFBFF !important;
    border: 1px solid #9EA3AE !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    outline: none !important;
    font-weight: 300 !important;
    font-size: 16px !important;

    padding: 0 36px !important;
    height: 55px !important;
    line-height: 55px !important;
    display: block !important;
    margin-bottom: 20px !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #3C4456 !important;
}
.cpa_modalDefaultInput::-webkit-input-placeholder { /* Edge */
    color: #888E9D !important;
}

.cpa_modalDefaultInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #888E9D !important;
}

.cpa_modalDefaultInput::placeholder {
    color: #888E9D !important;
}
.cpa_modalSubmitButton {
    display: block !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 100% !important;
    background: #3485FF !important;
    -webkit-border-radius: 500px !important;
    -moz-border-radius: 500px !important;
    border-radius: 500px !important;
    border: none !important;
    outline: none !important;
    font-weight: bold !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    height: 72px !important;
    line-height: 72px !important;
    text-align: center !important;
    cursor: pointer !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.cpa_modalSubmitButton:hover, .cpa_modalSubmitButton:active{
    background: #569AFF !important;
    color: #fff !important;
}
.spa_modalSubTextBlock {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.spa_modalSubTextBlock > div {

}
.cpa_modal_subText {
    font-size: 14px;
    color: #6C7588;
    position: relative;
    top: 2px;
}
.cpa_modal_timeIcon {
    width: 34px;
    height: 33px;
    background: url("../images/cpa_modal_time_icon.svg") left 0 top 50% no-repeat;
    flex: none;
    margin-right: 15px;
}

.cpa_modalHidden {
    display: none !important;
}
.cpa_modalShadow {
    height: 30px;
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: -10px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

@media (max-width: 360px) {
    .cpa_modalHeading {
        font-size: 25px !important;
    }
    .cpa_modalSubmitButton {
        font-size: 14px !important;
        height: 55px !important;
        line-height: 55px !important;
    }
    .cpa_modalDefaultInput {
        height: 45px !important;
        line-height: 45px !important;
        padding: 0 10px !important;
    }
}
.cpa_customModalBlock input {
    float: none !important;
}

/* style 2 */

.vk-avatar img{float:left;margin-right:10px}
.vk-comment,.vk-comment-load{margin-bottom:15px;position:relative;border-bottom:1px solid #dae1e8;padding-bottom:15px}
.vk-comment-name{color:#2b587a;font-weight:700;font-size:12px}
.vk-comment-text{margin-left:60px}
@media screen and (max-width: 999px) {
    .vk-comment-name{color:#2b587a;font-weight:700;font-size:18px}
}
@media screen and (max-width: 319px) {
    .vk-comment-name{color:#2b587a;font-weight:700;font-size:15px}
}
body{padding:0;margin:0;background:transparent url("../images/body-bg.gif.jpeg") repeat scroll 0 0}
body *{font-family:Arial}
h1,h2,h3{font-weight:400;margin:0}
h1{font-size:27px}
a{color:#ba0009}
a:hover{text-decoration:none;color:red}
.wrap{max-width:700px;min-width:240px;margin:0 auto}
body img{max-width:100%}
.content{width:100%;background:#fff none repeat scroll 0 0}
.post{padding:15px;font-size:17px}
.post .info{color:#999;font-size:11px;font-style:italic}
.post a{font-size:19px}
#trp-discount-block{background:rgba(0,0,0,0) url("../images/discount-block.png") no-repeat scroll 0 -70px;border-radius:4px;bottom:1px;color:#fff;cursor:pointer;font-family:Verdana;font-size:16px;height:70px;line-height:62px;position:fixed;text-align:center;text-shadow:1px 0 2px #000;width:422px;z-index:10000;left:50%;margin-left:-211px;display:block}
#trp-discount-block:hover{background-position:0 0}

/* */

.block2 {
    width: 650px;
    background: #ffffff;
    padding: 5px;
    border: solid 1px red;
}
.block3 {
    width: 665px;
    background: #ffffff;
    padding: 5px;
    border: solid 1px red;
    margin: auto;
}
.red { font-size: 26px; padding: 10px 0px 0px;color: rgb(244, 11, 11);}
.black { font-size: 18px; padding: 10px 0px 0px;color: rgb(0, 0, 0);}
.black2 { font-size: 22px; padding: 10px 0px 0px;color: rgb(0, 0, 0);}
.white { font-size: 16px; padding: 10px 0px 0px;color: rgb(254, 254, 254);}
.white2 { font-size: 22px; padding: 10px 0px 0px;color: rgb(254, 254, 254);}
.top{
    width: 100%;
    height:30px;
    background-color: #eee;
    text-align: center;
    position: fixed;
    z-index: 9;
}
.top>ul>li{
    display: inline-block;
    margin-top: 5px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.top>ul>li:last-child{
    border-right: none;
}
.screenLock{
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.7);
    top:0px;
    left: 0px;
    z-index: 99999;
    display: none;
}
.msg{
    position: absolute;
    width: 600px;
    height: 480px;
    top: 5px;
    left:50%;
    margin-left: -300px;
    background: #148FB9;
    border : 1px solid #eee;
}
.msg>h1{
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.close{
    position: absolute;
    top:1px;
    right: 5px;
    font-size: 40px;
    cursor: pointer;
}

/* */

.iframe * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-font {
    font-size: 20px;
}
.iframe {
    max-width: 600px;
    margin: auto;
    height: auto !important;
    background: rgb(160, 186, 138) none repeat scroll 0% 0%;
    border: 5px dashed black;
    padding: 20px 20px 0;
    text-align: center;
}
.block_form input, select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: #888 1px solid;
    font-size: 15px;
    background: #fff;
}
.block_form {
    margin-bottom: 10px;
}
.order_form {
    margin-top: 15px;
}
.block_form_label {
    font-size: 15px;
    margin-bottom: 5px;
    text-align:     left;
    display: block;
}
.order_form .clear {
    clear: both;
}
.ifr_button {
    cursor: pointer;
    letter-spacing: .4px;
    font-weight: 600 !important;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    font-family: calibri,roboto,arial;
    display: block;
    margin: 10px auto 20px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    width: auto;
    line-height: 32px;
    height: auto;
    background: #e74c3c;
    border-bottom: 2px solid #c0392b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 51px;
    padding: 0 14px;
}

/* */

.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 999;}