

/* Start:/bitrix/templates/chess_head/components/yandexcaptcha/form.result.new/free_lesson_reg/style.css?174125146810675*/
.news-signup-close {
    position: absolute;
    width: 25px;
    height: 25px;
    border: none;
    cursor: pointer;
    background: url(/newhead/img/closepop.svg) no-repeat center;
    z-index: 1000;
    right: -40px;
    top: 15px;
}

.formchecksucind{
    font-size: 17px;
    font-weight: 400;
    font-family: Roboto;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    color: rgba(255, 255, 255, 1);
    padding-top: 10px;
}


/* Костыль для всех шаблнов news.list */

.news-item:nth-child(10n + 1) .news-item__info, .news-items_firstset .news-item:nth-child(10n + 4) .news-item__info, .news-items_firstset .news-item:nth-child(10n + 6) .news-item__info, .news-item:nth-child(10n + 7) .news-item__info {
    width: 190px;
}

.news-item {
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
	.news-item:nth-child(10n + 2) .news-item__title, .news-item:nth-child(10n + 3) .news-item__title, .news-item:nth-child(10n + 4) .news-item__title, .news-item:nth-child(10n + 5) .news-item__title, .news-item:nth-child(10n + 6) .news-item__title, .news-item:nth-child(10n + 8) .news-item__title, .news-item:nth-child(10n + 9) .news-item__title, .news-item:nth-child(10n + 10) .news-item__title, .news-items_firstset .news-item:nth-child(10n + 4) .news-item__title, .news-items_firstset .news-item:nth-child(10n + 6) .news-item__title, .news-items_firstset .news-item:nth-child(10n + 7) .news-item__title {
		bottom: 0px;
	}
}



.agreeText {
    font-size: 13px;
    flex: 0 0 262px;
    line-height: normal;
    color: #FFF;
}
.orangeText{
	color: #D7A03D;
}
.togglerpriv {
    flex: 0 0 46px;
    height: 26px;
    border: 1px solid #DEDEDE33;
    box-sizing: border-box;
    border-radius: 46px;
    position: relative;
	cursor: pointer;
}
.privblock {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    cursor: pointer;
}
.privok{
	position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    cursor: pointer;
}
.display-none{
	display: none;
}
.signup-form-agreement{
	justify-content: space-between;
}
  /* FORM */
	.news-signup {
		grid-area: s;
		position: fixed;
		max-width: 354px;
		border-radius: 12px;
		border: 3px solid #DCA24C;
		background: #181818;
		padding: 38px 14px 54px;
		width: 354px;
		margin: 0 auto;
		left: calc(50% - 172px);
		z-index: 100000;
		top: 40px;
	}

    .news-signup-title {
        color: #FFF;
		font-family: custom_29840;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 36px;
    }

    .news-signup-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 37px;
    }

    .news-signup-img {
        width: 102px;
        height: 102px;
    }

    .news-signup-text {
        max-width: 207px;
        color: #FFF;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: -0.34px;
    }

    .news-signup-need {
        display: none;
        margin-bottom: 24px;
    }

    .news-signup-need__title {
        color: #FFF;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -0.13px;
        margin-bottom: 12px;
    }

    .news-signup-need__items {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .news-signup-need__item {
        display: flex;
        gap: 12px;
        align-items: center;
    }

    .news-signup-need__icon {
        width: 40px;
        height: 40px;
    }

    .news-signup-need__text {
        color: #FFF;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -0.13px;
        max-width: 182px;
    }

    .news-signup-form {
        width: 100%;
    }

	.signup-form-name, .signup-form-email {
		box-sizing: border-box;
		width: 100% !important;
		margin-bottom: 12px !important;
		height: 40px !important;
		padding-left: 14px;
		border-radius: 8px;
		background-color: transparent !important;
		border: 1px solid rgba(222, 222, 222, 0.2) !important;
		color: #fff;
		font-weight: 500;
		font-size: 13px;
	}

    .signup-form-name:focus-visible, .signup-form-email:focus-visible, .signup-form-phone-input-field:focus-visible {
        outline: none;
    }

    .signup-form-name:focus::-webkit-input-placeholder, .signup-form-email:focus::-webkit-input-placeholder,
    .signup-form-phone-input-field:focus::-webkit-input-placeholder {
    color: transparent
    }

    .signup-form-name:focus::-moz-placeholder, .signup-form-email:focus::-moz-placeholder, 
    .signup-form-phone-input-field:focus::-moz-placeholder {
    color: transparent
    }

    .signup-form-name:focus:-moz-placeholder, .signup-form-email:focus:-moz-placeholder, 
    .signup-form-phone-input-field:focus:-moz-placeholder {
    color: transparent
    }

    .signup-form-name:focus:-ms-input-placeholder, .signup-form-email:focus:-ms-input-placeholder, 
    .signup-form-phone-input-field:focus:-ms-input-placeholder {
    color: transparent
    }

    .signup-form-submit {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        background: #D7A03D;
		font-family: custom_29840;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        border: none;
    }

    .signup-form-submit:focus-visible {
        outline: none;
    }

    .signup-form-phone {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        position: relative;
        border-radius: 8px;
        border: 1px solid rgba(222, 222, 222, 0.2);
        color: #fff;
        font-weight: 500;
        font-size: 13px;
    }

    .signup-form-code {
        display: flex;
        align-items: center;
        gap: 5px;
        width: 77px;
        height: 24px;
        padding-left: 14px;
        padding-right: 12px;
        border-right: 1px solid rgba(222, 222, 222, 0.14);
        cursor: pointer;
        font-size: 13px;
    }

    .signup-form-phone-input-field {
        padding-left: 14px;
        background-color: transparent;
        color: #fff;
        width: 300px;
        border: none;
    }

    .signup-form-agreement {
        display: flex;
        align-items: center;
        margin-top: 21px;
        margin-bottom: 28px;
    }

    .signup-form-agreement-title {
        margin-left: 12px;
        font-weight: 500;
        font-size: 13px;
    }

    .signup-form-agreement-title > span {
        color: #D7A03D;
    }

    /* custom toggle input checkbox */
    .signup-form-toggle {
        display: flex;
        align-items: center;
        border-radius: 100px;
    }

    .signup-form-toggle__input {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .signup-form-toggle-track {
        border: 1px solid rgba(222, 222, 222, 0.2);
        border-radius: 36px;
        cursor: pointer;
        display: flex;
        height: 26px;
        position: relative;
        width: 46px;
    }

    .signup-form-toggle-indicator {
        align-items: center;
        background: #D7A03D;
        border-radius: 50%;
        bottom: 2px;
        display: flex;
        height: 20px;
        justify-content: center;
        left: 2px;
        position: absolute;
        transition: 0.25s;
        width: 20px;
    }

    .signup-form-checkMark {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 20px;
        width: 20px;
        opacity: 0;
        transition: opacity 0.25s ease-in-out;
    }

    .signup-form-toggle__input:checked + .signup-form-toggle-track .signup-form-toggle-indicator {
        transform: translateX(20px);
    }

    .signup-form-toggle__input:checked + .signup-form-toggle-track .signup-form-toggle-indicator .signup-form-checkMark {
        opacity: 1;
        transition: opacity 0.25s ease-in-out;
    }
    /* --- */
    /* FORM END */
@media screen and (max-width: 1439px) {
	.agreeText{
		flex: 0 0 205px;
	}
	.signup-form-agreement{
		font-size: 16px;
		line-height: 18px;
	}
	.togglerpriv{
		width: 76px;
	}
	.news-signup {
		max-width: 295px;
		padding: 11px 15px 19px;
		border: 2px solid #DCA24C;
	}

	.news-signup-title {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 12px;
	}

	.news-signup-wrap {
		margin-bottom: 22px;
	}

	.news-signup-img {
		width: 83px;
		height: 83px;
	}

	.news-signup-text {
		max-width: 150px;
		font-size: 13px;
		font-weight: 500;
		line-height: 16px;
		letter-spacing: -0.13px;
	}

	.news-item {
		height: 250px;
		padding: 12px 12px 0px;
	}

}

@media screen and (max-width: 1023px) {
	.signup-form-agreement{
		justify-content: normal;
	}
	.togglerpriv{
		margin-right: 12px;
	}
	.togglerpriv {
		width: 45px;
	}

	.news-signup {
		max-width: 449px;
		padding: 19px 7px;
        top: 0;
        max-height: 100vh;
        overflow-y: auto;
	}
	.news-signup-close {
		right: 20px;
	}

	.news-signup-title {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 5px;
	}


	.news-signup-img {
		width: 112px;
		height: 112px;
	}

	.news-signup-text {            
		max-width: 307px;
		
	}

	.news-signup-wrap {
		margin-bottom: 20px;
	}

	.signup-form-agreement-title {
		max-width: 205px;
		line-height: normal;
	}
}

@media screen and (max-width: 767px) {
	 .news-signup {
            max-width: 335px;
            padding: 24px 16px 78px;
            border: none;
        }

        .news-signup-title {
            font-size: 28px;
            line-height: 31px;
            letter-spacing: -0.28px;
            margin-bottom: 10px;
        }

        .news-signup-wrap {
            margin-bottom: 18px;
        }

        .news-signup-img {
            display: none;
        }

        .news-signup-text {
            max-width: 279px;
            font-size: 17px;
            font-weight: 400;
            line-height: 25px;
            letter-spacing: -0.34px;
        }

        .news-signup-need {
            display: block;
        }

        .signup-form-submit {
            border-radius: 0px 0px 12px 12px;
            width: 100%;
        }

        .signup-form-agreement {
            margin-bottom: 0;
        }

}
@media screen and (max-width: 1439px) {
.container-news {
	max-width: 944px;
}
}

@media screen and (max-width: 1023px) {
    .container-news {
        max-width: 688px;
    }
}

@media screen and (max-width: 767px) {
    .container-news {
        max-width: 335px;
    }
}
/* End */
/* /bitrix/templates/chess_head/components/yandexcaptcha/form.result.new/free_lesson_reg/style.css?174125146810675 */
