*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100svh;
    color: #333;
    font-size: 12px;
    font-family: "Source Sans 3", Helvetica, sans-serif;
    background: #fff url('bg-m.jpg') no-repeat bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.errorBox {
    padding: 5px 0;
    color: #ff0000;
    font-size: 12px;
}

#header {
    padding: 5px 10px;
}

.headerwrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}

.servicetxt {
    max-width: 180px;
}

.servicetxt img {
    width: 100%;
}

.langbtnwrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 6px auto;
}

.langbtnwrap label {
    position: relative;
    cursor: pointer;
    height: 16px;
}

.langbtnwrap input[type="radio"] {
    display: none;
}

.langbtnwrap span {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 36px;
    padding: 0 7px;
    color: #b1b6bf;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 1;
    border-left: 1px solid #b1b6bf;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.langbtnwrap label:first-child span {
    border-left: none;
}

.langbtnwrap label:last-child span {
    border-right: none;
}

.langbtnwrap input[type="radio"]:checked+span {
    color: #52b9d4;
    font-weight: 700;
}

#container {
    margin: 25px auto 0;
    width: 92%;
}

.icon_wrap {
    margin: 10px auto 0;
    max-width: 150px;
    position: relative;
}

.gmicn {
    margin: 0 auto;
    width: 85px;
    height: 85px;
    padding: 15px;
    background-color: #43a6bf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.gmicn img {
    width: 100%;
}

.sub_title {
    margin: 15px auto 5px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #43a6bf;
}

.contentsection {
    margin: 0 auto;
    max-width: 480px;
    padding: 25px 24px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-box-shadow: 0 0 5px #c6cacd, 6px 6px 15px #e9eff5;
    -moz-box-shadow: 0 0 5px #c6cacd, 6px 6px 15px #e9eff5;
    box-shadow: 0 0 5px #c6cacd, 6px 6px 15px #e9eff5;
}

.section {
    width: 100%;
}

.pntxt {
    padding: 0 0 10px;
    font-size: 18px;
    line-height: 20px;
}

.egtxt {
    font-size: 11px;
    line-height: 13px;
    unicode-bidi: plaintext;
}

.egtxt span {
    direction: ltr;
    unicode-bidi: bidi-override;
    display: inline-block;
}

.pintxt {
    padding: 0 0 10px;
    font-size: 18px;
    line-height: 20px;
}

.ptqtxt {
    padding: 30px 0;
    font-size: 22px;
    font-weight: 600;
}

.tqtxt0 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.tqtxt {
    padding: 15px 0;
    font-size: 18px;
    line-height: 20px;
}

.tqtxt span {
    font-size: 29px;
    line-height: 31px;
    font-weight: 700;
    color: #ff2b14;
}

.btnpn,
.btnpin,
.btntq {
    margin: 0 auto;
    max-width: 250px;
}

.button {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: "Source Sans 3", Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ff9933;
}

.button:hover {
    background-color: #ff8533;
}

.button:active {
    position: relative;
    top: 1px;
}

.mobileBox,
.pinBox {
    margin: 0 auto;
    max-width: 240px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.prefixbox,
.mobileBox input,
.pinBox input {
    white-space: nowrap;
    color: #555;
    font-weight: bold;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
}

.mobileBox input,
.pinBox input {
    width: 100%;
    border: transparent;
    background-color: transparent;
    padding: 0;
}

#footer,
.tnc a,
.tnclinks a,
.copyright a {
    color: #1c1c1c;
    font-size: 11px;
    line-height: 13px;
}

#footer {
    margin: 20px auto;
    max-width: 880px;
    width: 92%;
}

.tnc {
    text-align: justify;
    text-align-last: center;
}

.tnclinks {
    padding-top: 10px;
}

.tnclinks a:hover {
    text-decoration: underline;
}

.copyright,
.copyright span {
    margin: 10px auto;
    text-align: center;
}

@media (min-width:576px) {
    body {
        background: #fff url('bg-w.jpg') no-repeat bottom;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    #header {
        padding: 10px;
    }

    #container {
        margin: 100px auto 0;
    }

    .icon_wrap {
        margin: 30px auto 0;
    }

    .gmicn {
        width: 120px;
        height: 120px;
        padding: 25px;
    }

    .sub_title {
        margin: 20px auto 10px;
        font-size: 26px;
        line-height: 32px;
    }

    .contentsection {
        padding: 35px 24px;
    }

    .button {
        padding: 15px 0;
        font-size: 22px;
    }

    #footer,
    .tnc a,
    .tnclinks a,
    .copyright a {
        font-size: 12px;
        line-height: 14px;
    }

    #footer {
        margin: 30px auto;
    }
}

:lang(hy) {
    .sub_title {
        max-width: 610px;
        line-height: 34px;
    }

    @media (min-width:576px) {
        .sub_title {
            margin: 20px auto 10px;
            line-height: 37px;
        }
    }
}

:lang(ru) {
    .sub_title {
        font-size: 23px;
        line-height: 26px;
    }

    @media (min-width:576px) {
        .sub_title {
             max-width: 390px;
            font-size: 26px;
            line-height: 30px;
        }
    }
}
