@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');
body {
    height: 100%;
    width: 100%;
    margin: 0px;
    font-size: 0px;
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
    overflow: hidden;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    overflow: auto;
}

html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/* input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    } */

.finishPage {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 999;
    /* background: #fff; */
    overflow: hidden;
}


.fp__logo {
    width: 100%;
    height: 15%;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    flex-direction: column;
    text-align: center;
    /* margin-bottom: 5%; */
}

.fp__logo img {
    width: 30%;
   
}

.fp__logo h3 {
    text-align: center;
    text-transform: uppercase;
    color: #555454;
    font-size: 26px;
    font-weight: 400;
}

.fp__footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.fp__footer .fp__footer--collections {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.fp__footer--collections .fp__fc--item {
    /* width: 12%; */
    margin: auto 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* .fp__footer--collections .fp__fc--item img{
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
} */

.fp__footer--collections .fp__fc--item .fp__fc--description {
    padding-left: 15px;
    margin-right: 25px;
}

.fp__footer--collections .fp__fc--item .fp__fc--description h3 {
    color: #616161;
    font-size: 26px;
    position: relative;
    z-index: 1;
}

.fp__footer--collections .fp__fc--item .fp__fc--description h3 span {
    color: #616161;
    font-size: 8px;
    top: 0px;
    right: -10px;
    position: absolute;
}

.fp__footer--collections .fp__fc--item .fp__fc--series {
    color: #616161;
    font-size: 15px;
    text-transform: uppercase;
}

.fp__footer--collections .fp__fc--item .fp__fc--slogan {
    color: #616161;
    font-size: 18px;
}

.fp__footer--collections .fp__fc--item img {
    height: 40px;
}

.fp__footer--link {
    margin: 20px auto;
}

.fp__footer--link a {
    color: #607c7c;
    font-size: 20px;
    text-transform: uppercase;
    font-family: HelveticaTsl;
}

.fp__overlay {
    /* background: rgba(255, 255, 255, 0.85); */
    position: relative;
    z-index: 999;
    display: none;
    width: 80%;
    height: 65%;
    /* background: #222; */
}

.fp__main .finishPage__closeBtn {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.fp__overlay .fp__overlay--container {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
}

.fp__overlay .fp__overlay--container .fp__overlay--popup {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.fp__overlay--popup .fp__overlay--logo {
    height: 20%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fp__overlay--popup .fp__overlay--logo img {
    width: 35%;
    min-width: 230px;
}

.fp__overlay--form {
    width: 45%;
    min-width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fp__overlay--form .fp__form--name {
    font-size: 26px;
    font-family: Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 900;
    color: #555454;
}

.fp__overlay--form form {
    height: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
}

.fp__overlay--form form .fp__form--input {
    width: 100%;
    background: none;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 1px solid rgb(0, 0, 0);
    padding: 5px 10px 3px 0px;
    font-size: 20px;
    font-family: Helvetica, sans-serif;
    font-style: italic;
    color: rgb(0, 0, 0);
    line-height: 27px;
}

.fp__form--input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: rgb(0, 0, 0);
}

.fp__form--input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: rgba(129, 184, 185, 1);
}

.fp__form--input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: rgba(129, 184, 185, 1);
}

.fp__form--input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: rgba(129, 184, 185, 1);
}

.fp__form--input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
    color: rgba(129, 184, 185, 1);
}

.fp__form--input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
    color: rgba(129, 184, 185, 1);
}

.fp__form--input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
    color: rgba(129, 184, 185, 1);
}

.fp__form--input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
    color: rgba(129, 184, 185, 1);
}

form .fp__form--submit {
    margin-top: 12px;
    background-color: #8f8f8f;
    border: none;
    padding: 6px 19px;
    font-size: 24px;
    /* height: 42px; */
    line-height: 29px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -moz-transition: all ease-out 100ms 0ms;
    -webkit-transition: all ease-out 100ms 0ms;
    -o-transition: all ease-out 100ms 0ms;
    transition: all ease-out 100ms 0ms;
    color: #000000;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0..1);
}
.disabledBtn {
    opacity: .5;
}
.radio-btn {
    width: 100%;
}
.radio-btn input {
    margin-right: 5px;
}
.radio-btn label {
    font-size: 18px;
}
.radio-btn .mr-20 {
    margin-right: 30px;
}
#formState-contact-form {
    display: none;
}

 .fp__overlay--form form .fp__form--submit:hover {
    background: rgba(129, 184, 185, 0.43);
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}

.fp__overlay .fp__overlay--closeBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    fill: red;
}

.show-success-text-email {
    display: none;
}
.resendTitleHelp{
    width: 100%;
    font-size: 25px; 
    text-align: center; 
    padding: 150px 25px 216px; 
    color: #616161;
}
.resendTitleHelp>a {
    color: #616161;
}
.resendTitleHelp>a:hover {
    text-decoration: underline;
}
/* @media only screen and (max-width: 414px) {
    .fp__logo h3 {
        font-size: 13px;
    }
    .fp__overlay .fp__overlay--closeBtn {
        width: 40px;
        height: 40px;
        top: 15px;
        right: 15px;
    }
    .changeModal__closeBtn {
        width: 40px;
        height: 40px;
        top: 15px;
        right: 15px;
    }
    .fp__main .finishPage__closeBtn {
        width: 40px;
        height: 40px;
        top: 15px;
        right: 15px;
    }
    .fp__buttons .fp__but--section .fp__but--item {
        width: 80%;
        flex-direction: column;
        justify-content: space-around;
        height: 30%;
        padding: 25px 20px;
    }
    .fp__buttons {
        width: 100%;
        height: 100%;
    }
    .fp__buttons .fp__but--section {
        flex-direction: column;
        height: 100%;
    }
    .fp__buttons .fp__but--section .fp__but--item p {
        font-size: 16px;
    }
    .fp__footer .fp__footer--collections {
        display: none;
    }
} */

@media screen and (max-width: 812px) and (orientation: landscape) {
    .variants__text{
        font-size: 25px;
    }
    .fp__buttons .fp__but--section .fp__but--item p {
        font-size: 12px;
    }
    .hidden__points{
        height: 50px;
    }
    .colorsList .normal_glaze .text{
        height: 40px;
    }
    .fp__main {
        width: 100%;
        height: 100%;
        position: relative;
        background: rgba(255, 255, 255, 1);
        flex-direction: column;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .fp__buttons .fp__but--section .fp__but--item {
        justify-content: space-between;
        height: 110px;
        padding: 20px;
    }
    .fp__overlay{
        width: 100%;
        height: 100%; 
    }
    .fp__overlay .fp__overlay--container{
        background: rgba(255, 255, 255, 1);
    }
    .fp__footer--collections .fp__fc--item img {
        height: 30px;
    }
    .fp__logo h3 {
        font-size: 20px;
    }
    .fp__overlay .fp__overlay--container .fp__overlay--form .fp__form--name {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .fp__overlay .fp__overlay--container .fp__overlay--form form .fp__form--input {
        padding: 5px 10px 2px 0px;
        font-size: 18px;
    }
    .fp__overlay .fp__overlay--container .fp__overlay--popup {
        justify-content: center;
    }
    .quiz__startPage .quiz_startPage--container img {
        width: 60%;
        min-width: 200px;
    }
    .quiz__startPage .quiz_startPage--container .qs__name {
        font-size: 20px;
        line-height: 20px;
    }
    .quiz__startPage .quiz_startPage--container .qs__description {
        margin: 0;
    }
    .startQuiz {
        position: fixed;
    }
    #wrap-room {
        height: calc(100%);
    }
    .rd__button--next .rd__button--info p{
		font-size:24px;
	}
	.rd__button--next{
		padding: 6px 16px;
	}
	.rd__button--next .rd__button--info svg{
		width: 30px;
    	height: 35px;
    }
    .resendTitleHelp{
        font-size: 17px; 
        padding: 100px 0 116px; 
    }
}

/* IE fix */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .fp__buttons .fp__but--section .fp__but--item img {
        width: 50%;
        height: 48%;
    }
    .fp__buttons .fp__but--section .fp__but--item p {
        font-size: 22px;
    }
    .fp__buttons .fp__but--section .fp__but--item .fp__svg {
        width: 100px;
        height: 100px;
    }
    .fp__logo img {
        height: 55%;
    }
    .fp__main{
        height: auto;
        padding: 30px;
    }
}



 @media screen and (min-width: 700px) and (max-height:500px) and (max-height:750px)
{
 .quiz__startPage .quiz_startPage--container img {
    width: 60%;
    min-width: 200px;
}
.quiz__startPage .quiz_startPage--container .qs__name {
    font-size: 20px;
    line-height: 20px;
}
.quiz__startPage .quiz_startPage--container .qs__description {
    margin: 0;
}
.startQuiz {
    position: fixed;
}

 @media screen and (min-width: 700px) and (min-height:80px) and (max-height:420px)
{
    .fp__main {
        width: auto;
    }
    
    .fp__overlay .fp__overlay--container .fp__overlay--popup .fp__overlay--logo img{
        min-width: 30px;
    }
    .fp__buttons .fp__but--section .fp__but--item p{
        font-size: 9px;
    }
    .fp__buttons .fp__but--section .fp__but--item{
        height: auto;
        padding: 3px 4px;
    }
    .fp__footer--collections .fp__fc--item img{
        height: 23px;
    }
  
    .fp__buttons .fp__but--section .fp__but--item .fp__svg{
        width: 30px;
    }
    .fp__footer--link a{
        font-size: 14px;
    }
    .fp__logo h3{
        font-size: 15px;
    }
 }
}
@media screen and (max-width: 812px) and (min-aspect-ratio: 13/9){
    .fp__overlay--form .fp__form--name {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .fp__overlay--form form .fp__form--input {
        padding: 5px 10px 4px 0px;
        font-size: 12px;
        line-height: 20px;
    }
    .fp__main .finishPage__closeBtn {
        width: 25px;
        height: 25px;
        top: 10px;
        right: 10px;
    }
    form .fp__form--submit {
        padding: 4px 17px;
        font-size: 12px;
        min-height: 20px;
        line-height: 12px;
    }
    .fp__main {
        width: 85%;
        height: 69%;
    }
    .fp__logo {
        height: 12%;
    }
    
}
@media screen and (max-height: 768px) and (max-width: 600px)  {
    .fp__overlay--form .fp__form--name {
       font-size: 18px;
       margin-top: 35px; 
    }
}
@media screen and (max-width: 640px) {
    .fp__logo {
        display: none;
    }
    .fp__overlay--form {
        margin-top: 35px;
    }
    .fp__main {
        height: 80%;
    }
    .email-info-text {
        font-size: 12px;
    }
}
@media screen and (max-height: 600px) {
    .fp__main {
        height: 80%;
    }
    .email-info-text {
        font-size: 12px;
    }
}
@media screen and (max-height: 440px) {
    .fp__main {
        height: 80%;
    }
    .email-info-text {
        font-size: 12px;
    }
}
@media screen and (max-width: 320px) {
    .fp__overlay--form .fp__form--name {
        width: 80%;
        font-size: 15px;
        margin-top: 69px;
    }
    .fp__overlay--form form {
        width: 72%;
    }
    .fp__main {
        width: 85%;
        justify-content: center;
    }
}