 * {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
 }

 html,
 body {
    height: 100%;
    min-width: 320px;
    background: black;
 }

 ul,
 li {
    list-style: none;
 }

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

 body {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: "Arial", sans-serif;
    position: relative;
    text-align: center;
    min-width: 250px;
    /*    background-color: #E9DBDB;*/
    -webkit-text-size-adjust: 100%;
    /*        overflow-y: hidden;*/
    background: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }

 a {
    color: inherit;
    text-decoration: underline;
 }

 a:hover {
    color: inherit;
    text-decoration: none;
 }

 #ButtonSubmit {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
 }

 .clear {
    clear: both;
 }

 .container {
    /* position: relative; */
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    /*padding-top: 56px;*/
 }

 /* --- HEADER --- */
 .header {
    /*min-height: 56px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #d4d3d1;
    z-index: 999;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 3.5em;
    flex-direction: column;
 }

 .header h1 {
    font-size: 25px;
    color: #000;
 }

 .header h2 {
    font-size: 18px;
    color: #000;
 }

 .header--age {
    position: absolute;
    right: 10px;
    vertical-align: middle;
    font-size: 18px;
 }

 .header--age img {
    width: 20px !important;
 }

 .logo {
    position: relative;
    z-index: 1;
 }

 .header .logo {
    min-width: 170px;
    max-width: 300px;
    width: 50%;
    max-height: 30px;
 }

 .girl {
    position: relative;
    height: fit-content;
    line-height: 2.25em;
    display: flex;
    z-index: 999;
    border-radius: 15px 15px 0 0;
    background: #00adef;
 }

 .girl a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    margin: 0 auto;
 }

 .girl span {
    display: block;
    position: relative;
    margin: 0.75em auto;
    line-height: initial;
    border-radius: 10px;
    padding: 0.3em 0.6em;
    font-weight: 100;
    background: #000;
 }

 .girl--pic img {
    width: 100%;
    vertical-align: middle;
 }

 .girl__cat {
    color: white;
    width: 85%;
    height: fit-content;
    line-height: 2.25em;
    position: relative;
    display: flex;
 }

 .girl__cat__2 {
    color: white;
    width: 15%;
    height: auto;
    position: relative;
    line-height: initial;
    display: flex;
 }

 .girl__cat__2 img {
    height: 25px;
    width: 25px;
    display: block;
    margin: auto;
 }
 }

 .inp {
    margin: 1em auto 0.5em auto;
    font-size: 18px;
    color: #000;
    font-weight: 900;
 }

 p {
    /*    font-size: 14px;*/
    font-size: 3.3vw;
    color: #fff;
    font-weight: 400;
    line-height: 1.25;
    font-family: "Arial", sans-serif;
 }

 h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    font-family: "Arial", sans-serif;
    margin: 10px auto;
 }

 center {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    font-family: "Arial", sans-serif;
    margin: 0 auto 5px;
 }

 h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Arial", sans-serif;
    margin: 10px auto;
 }

 h2 {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    font-family: "Arial", sans-serif;
    margin: 10px auto;
 }

 .input {
    display: inline-block;
    text-decoration: none;
    /*    width: 78%;*/
    font-family: inherit;
    /*    font-size: 20px;*/
    /* padding: 24px 0; */
    font-weight: 600;
    text-align: center;
    /*    max-width: 400px;*/
    color: #000;
    position: relative;
    /*    height: 1.6em;*/
    /*    line-height: 1.6em;*/
    /*    border-radius: 12px;*/
    /* margin: 0 auto 10px; */
    max-width: 400px;
    width: 92%;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 29px;
    font-size: 26px;
    font-weight: 100;
    text-align: center;
    background: none;
    padding: 0 40px 0 0;
 }

 ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000;
 }

 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
 }

 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
 }

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
 }

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
 }

 ::placeholder {
    /* Most modern browsers support this now. */
    color: #000;
 }

 .girl__cat--item {
    width: 30%;
    position: relative;
    float: left;
 }

 .girl__cat--item:not(:nth-child(3)) {
    margin-right: 5%;
 }

 .girl__cat--item:after {
    bottom: -10px;
    left: 0;
    right: 0;
    color: #737373;
    position: absolute;
    text-align: center;
    font-size: 12px;
 }

 .girl__cat--item:first-child:after {
    content: "Для мужчин";
 }

 .girl__cat--item:nth-child(2):after {
    content: 'Для женщин';
 }

 .girl__cat--item:nth-child(3):after {
    content: 'Мода и стиль';
    color: #bf0000;
 }

 .girl__cat img {
    vertical-align: middle;
    max-height: 35px;
    padding: 0 10px 10px;
 }

 .player {
    margin-bottom: 5px;
 }

 .player,
 .addons {
    position: relative;
 }

 .addons {
    padding-top: 20px;
 }

 .player img {
    width: 100%;
    vertical-align: middle;
    margin: -2.25em auto 0;
 }

 .player--image {
    overflow: hidden;
 }

 .player--buttons {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
 }

 .addons--heading {
    width: 85%;
    margin: 0 auto;
    text-transform: uppercase;
    color: white;
    text-align: left;
    line-height: 2;
    position: relative;
 }

 .addons--heading::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 70%;
    height: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
 }

 .addons--img {
    margin-top: -4px;
    display: flex;
    justify-content: center;
 }

 .addons--img .img {
    height: 80px;
    margin-left: 10px;
 }

 .addons--img :first-child {
    margin-left: 0;
 }

 /* --- BUTTON STYLE --- */
 .button .inner {
    max-width: 550px;
    margin: 0 auto;
    padding: 0 5%;
    display: block;
 }

 .bt {
    color: black;
    width: 100%;
    margin: 0 auto;
    font-size: 1em;
    position: relative;
    z-index: 30;
    text-align: center;
 }

 .btn-form {
    display: inline-block;
    text-decoration: none;
    width: 92%;
    font-family: inherit;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    max-width: 400px;
    color: #fff;
    position: relative;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 20px;
 }

 .btn-form {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 }

 .addons--heading::before,
 .btn-form,
 #smsenter a,
 #smsenter a:active {
    background: #00adef;
 }

 .btn-form span.btxt {
    padding: 0px;
    position: relative;
 }

 .button .text {
    font-size: 14px;
    text-align: center;
    color: #000;
    margin: 2px 0 0;
    font-weight: 400;
    margin: 5px auto;
    height: 1.8em;
    line-height: 1.8em;
 }

 #textbox .lefting {
    float: left;
    margin: 0 auto 0 5%;
    font-size: 12px;
    color: #fff;
 }

 #textbox .righting {
    float: right;
    margin: 0 5% 0 auto;
 }

 #textbox .righting input {
    background: #828282;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 15.5px;
 }

 .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    text-align: center;
 }

 #foot {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0 0 1px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
 }

 #foot a {
    font-size: 12px;
    color: #fff;
 }

 /* CANCEL STYLE  */
 .btn__cancel a {
    padding: 2px 0;
    color: #fff;
    font-size: 16px;
    position: relative;
 }

 * SMS STYLE */ #smsbox,
 #smsenter {
    display: none;
 }

 #smsenter {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    z-index: 10;
 }

 #smsenter div {
    position: relative;
    top: 35%;
    font-size: 16px;
    line-height: 100%;
    color: white;
    margin-top: 2px;
    padding-bottom: 7px;
 }

 #smsenter form {
    margin-top: 5px;
 }

 #smsenter input {
    border: none;
    margin: 0px;
    padding: 5px;
    line-height: normal;
    font-size: 2em;
    width: 250px;
    text-align: center;
    border-radius: 5px;
 }

 #smsenter a {
    width: 250px;
    display: inline-block;
    line-height: 1;
    padding: 15px 25px;
    font-size: 2em;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px #fafafa;
 }

 #smsenter a:active {
    box-shadow: 0 2px #fafafa;
    transform: translateY(4px);
 }

 .player--image {
    overflow: hidden;
 }

 .button {
    z-index: 99999;
    text-align: center;
    width: 100%;
    background: transparent;
    margin: 5px auto;
    position: relative;
    top: 0;
 }

 .button .text {
    display: none;
 }

 @media(orientation:portrait) and (max-height: 645px) and (min-width: 380px) and (max-width: 420px) {
    input {
       padding: 1% 5%;
       font-size: 24px;
    }

    .inp {
       font-size: 14px;
    }

    .btn-form {
       font-size: 26px;
    }
 }

 @media (orientation: portrait) and (max-height: 610px) and (max-width: 420px) {
    .player {
       margin-top: -45px;
    }
 }

 @media (orientation: portrait) and (max-width: 341px) {
    .girl a {
       font-size: 12px;
    }

    .player {
       margin-top: -40px;
    }

    .header {
       height: 2.3em;
    }

    p,
    h4,
    center,
    h3,
    #foot a,
    #textbox .lefting,
    #textbox .righting input {
       font-size: 10px;
    }

    #textbox .righting input {
       padding: 3px 6px;
    }

    .input {
       width: 65%;
       height: 1em;
       line-height: 1em;
       padding: 15px 0;
    }

    .btn-form {
       width: 80%;
       font-size: 20px;
       height: 2em;
       line-height: 2em;
    }
 }

 @media (orientation: landscape) {
    p {
       font-size: 1.5vh;
    }
 }

 @media (orientation: landscape) and (max-height: 450px) {
    .girl {
       display: none;
    }

    footer {
       margin: 5px auto 0;
    }

    p {
       font-size: 3.5vh;
    }
 }

 @media (max-height: 720px) and (min-width: 540px) {
    .girl a {
       width: 25%;
    }
 }

 @media (orientation: portrait) and (min-width: 360px) and (min-height: 550px) {
    .addons--heading {
       line-height: 1.6;
    }
 }

 /*    @media (orientation: portrait) and (min-width: 360px) and (min-height: 550px) and (max-height: 570px) {
        .player--image {
            max-height: 190px;
        }
    }*/
 @media (orientation: portrait) and (min-width: 360px) and (min-height: 570px) {}

 @media (orientation: portrait) and (min-height: 481px) and (max-height: 570px) {
    .addons--heading {
       line-height: 1.6;
    }

    .girl__cat img {
       padding-bottom: 5px;
       max-height: 26px;
    }
 }

 @media (orientation: portrait) and (max-height: 480px) {
    .addons--heading {
       display: none;
    }

    .addons {
       margin-top: 5px;
    }

    .girl__cat img {
       padding-bottom: 5px;
       max-height: 26px;
    }

    .bt {
       margin-bottom: 5px;
    }

    .player img {
       margin: -0.5em auto 0;
    }
 }

 @media (orientation: portrait) and (max-height: 440px) {
    .player--image {
       max-height: 170px;
    }

    .girl {
       display: none;
    }

    .player {
       margin-top: 0;
    }
 }

 @media (min-height: 660px) {
    .addons--img .img {
       height: 120px;
    }
 }

 /* tele2 rule */
 .form {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0
 }

 .logos {
    position: absolute;
    text-align: center;
    justify-content: center;
    margin: 0 auto 0 auto;
    width: 100%;
 }

 @media (orientation: landscape) and (min-height: 451px) {
    #foot {
       max-width: 550px;
       margin: 0 auto;
    }
 }

 @media (orientation: portrait) and (min-height: 768px) and (min-width: 450px) {
    .girl a {
       width: 25%;
    }

    .header,
    .container,
    .button .inner {
       max-width: none;
    }
 }

 @media (orientation: landscape) and (max-height: 450px) {
    .back {
       background-image: none;
    }

    .player,
    .addons {
       display: none;
    }

    .button {
       position: relative;
       left: 0;
       right: 0;
       margin: 0 auto;
       display: flex;
       flex-direction: column;
       margin: 0 auto;
    }

    #smsenter div {
       transform: translateY(-50%);
    }

    .header,
    .container,
    .button .inner {
       max-width: none;
    }

    .header {
       height: 14vh;
    }

    .header h1 {
       font-size: 6vh;
    }

    .header h2 {
       font-size: 4vh;
    }

    .header--age {
       font-size: 4vh;
    }

    .girl__cat {
       height: 11.4vh;
       line-height: 11.4vh;
    }

    .girl__cat__2 {
       height: 11.4vh;
       line-height: 11.4vh;
    }

    .girl__cat__2 img {
       margin: 2.3vh auto;
    }

    .logos {
       margin: 3vh auto 0 auto;
    }



    .girl a {
       font-size: 4vh;
       width: 25%;
    }

    .watch {
       line-height: 18.5vh;
    }

    .button .text {
       font-size: 5vh;
    }

    #foot {
       font-size: 4vh;
       height: auto;
       line-height: 5vh;
    }

    h4 {
       font-size: 14px;
    }

    .input {
       height: 2em;
       line-height: 2em;
       font-size: 16px;
       padding: 0;
       width: 50%;
    }

    .btn-form {
       height: 2em;
       line-height: 2em;
       font-size: 16px;
       margin: 0 auto;
       width: 50%;
    }
 }

 .error {
    color: red;
 }

 .loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    z-index: 100000;
 }

 .loader img {
    width: 80%;
 }

 .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 0 10px;
    color: #4F4F4F;
 }

 .m {
    margin: 3px 0;
 }

 .list {
    max-width: 340px;
    margin: 5px auto 16px;
 }

 .b-img {
    margin-bottom: 6px;
 }

 @media (orientation: portrait) and (max-height: 670px) {
    .header {
       height: 2.5em;
    }

    .logos {
       margin-top: 0;
    }

    .list {
       margin-bottom: 4px;
    }

    .b-img {
       margin-bottom: 0;
    }
 }

 .input-group {
    display: flex;
    font-size: 26px;
    font-weight: 100;
    align-items: center;
    background-color: white;
    margin: 0 auto 10px;
    max-width: 400px;
    width: 92%;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 29px;
 }

 .input-group-country-code {
    padding: 0 0 0 30px;
 }