@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

img {
    max-width: 100%;
}

* {
    outline: none !important;
}

a, button {
    cursor: pointer;
}

body {
    font-family: 'Inter', sans-serif;
    padding-bottom: 0;
}
.row {
    margin: 0 -15px;
}

.row>* {
    padding: 0 15px;
}

.wrapper-info, .wrapper-tm form {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 37px 45px 50px 45px;
    margin: 100px 0;
}

body {
    background: linear-gradient(59.7deg, #00FFFF 21.77%, #D080E3 80.15%);
    color: #000000;
    min-height: 100vh;
}

.wrapper-tm {
    width: 470px;
    max-width: 100%;
    margin: auto;
}

.logo {
    display: block;
    margin: 0 auto 28px auto;
    width: fit-content;
}

.wrapper-tm h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 33px;
    text-align: center;
}
.wrapper-tm p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 45px;
}

.wrapper-tm p a {
    color: #4285F4;
    text-decoration: none;
}

.wrapper-tm p a:hover {
    text-decoration: underline;
}


.wrapper-tm2 {
    width: 550px;
}

.input-block label {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 18px;
    display: block;
}

.input-block input {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 12px;
    border:0;
    max-width: 100%;
}

.input-block input::placeholder {
    color: #7D7D7D;
}

.input-block {
    border-bottom: 1px solid #7D7D7D;
    padding: 0 15px;
    margin-bottom: 18px;
}

.rainbow-button {
    background: linear-gradient(90deg, #00FFFF 0%, #D080E3 100%);
    border-radius: 45px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 16px;
    width: 100%;
    border:0;
}

.rainbow-button:hover {
    background: linear-gradient(90deg, #D080E3 0%, #00FFFF 100%);
}
.wrapper-tm .rainbow-button {
    margin: 12px auto 20px auto;
}


p.explanation {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}

p.explanation a {
    color: #4285F4;
    text-decoration: none;
}

p.explanation a:hover {
    text-decoration: underline;
}

.wrapper-tm form>*:last-child {
    margin-bottom: 0;
}


a.chosen-single.chosen-default {
    border: 1px solid #7D7D7D;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 5px 17px 5px 17px;
    display: block;
    height: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    background: url(../images/arrow-select.svg) no-repeat calc(100% - 12px) 10px, #F4F4F4;
}
.chosen-container-single .chosen-single {
    border: 1px solid #7D7D7D;
    border-radius: 15px;
    font-size: 18px;
    background: url(../images/arrow-select.svg) no-repeat calc(100% - 12px) 10px, #F4F4F4;
    height: auto;
    padding: 5px 17px 5px 17px;
}
.chosen-container {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px)!important;
}

.chosen-container-single .chosen-search input[type=text] {
    background: url(../images/search.svg) no-repeat calc(100% - 5px) 6px;
    padding: 10px;
}




.hidden-tm {
    display: none;
}

.no-visible {
    display: none!important;
}
.visible {
    display: block;
}

.password {
    position: relative;
}
.password-control {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 24px;
    height: 31px;
    background: url(../images/castle.svg) 0 0 no-repeat;
}
.password-control.view {
    background: url(/no-view.svg) 0 0 no-repeat;
}

.no-border {
    border-bottom: 0;
}

.password input {
    padding-left: 41px;
}
a.promo-code {
    font-size: 16px;
    line-height: 19px;
    color: #4285F4;
    width: fit-content;
    display: block;
    text-decoration: none;
    margin: -5px 0 68px auto;
}

p.explanation2 {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #7D7D7D;
    text-align: left;
}


a.password-tm {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #4285F4;
    text-decoration: none;
    margin: -8px 0 45px auto;
    display: block;
    width: fit-content;
}

li.active-result {
    color: #7D7D7D!important;
    font-weight: 400!important;
}
li.active-result:hover {
    background: rgba(208, 128, 227, 0.65)!important;
    color: #000!important;
}


/*доп окошки*/

.wrapper-info h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.wrapper-info {
    padding: 37px 30px 40px 30px;
}

.wrapper-info img {
    margin-right: 10px;
}

.info-group p {
    font-weight: 500;/*
    font-size: 16px;
    line-height: 19px;*/
    color: #000000;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
}

.info-group p a{
    margin-left: 30px;
 }

.wrapper-info> p:last-child {
    margin-bottom: 0;
}
.successful-registration p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 28px;
}

.p-info {
    font-weight: 300!important;
    
}

.icons-tm {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.icons-tm img {
    margin-right: 10px;
}

.icons-tm img:not(:first-child) {
    margin-right: 0;
}



.wrapper-info p.explanation {/*
    font-size: 16px;
    line-height: 19px;*/
    font-size: 20px;
    line-height: 24px;
}

p.p-tm {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}

p.p-tm span {
    font-weight: 400;
}

p.p-600 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}



@media screen and (max-width: 600px){
    .wrapper-tm {
        padding: 0 10px;
    }
    
    .wrapper-tm form {
        padding: 30px 10px 30px 10px;
        margin: 30px 0;
    }
    
    
    
    .info-group p {
        display: flex;
        flex-flow: column;
    }
    
    .info-group p a {
        margin: 10px 0 0 0;
    }
    .wrapper-info h3 img {
        margin: 0 0 10px;
        order: 2;
    }
    
    select.js-chosen {
        max-width: 100%;
    }
}


.help-block.help-block-error {
    display: none;
}

