.popup-window-b2b-register {

}

.popup-window-b2b-register form[name="b2b_register_popup"] {
	padding-top: 30px;
}

.popup-window-b2b-register .success-message {
	display: none;
}

.wr-popup-info {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1100;
	background: rgba(51,51,51,0.5);
	opacity: 0;
	transition: 300ms;
}
.wr-popup-info.open {
	opacity: 1;
}
.popup-info {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 10px;
}
.popup-info-container {
	flex-shrink: 0;
	max-width: 400px;
	width: 100%;
	min-width: 0;
	padding: 40px;
	background: #fff;
	position: relative;
}
.popup-info-close-icon {
	cursor: pointer;
	height: 27px;
	outline: none;
	opacity: 0.5;
	position: absolute;
	width: 27px;
	transition: 150ms;
	top: 10px;
	right: 10px;
}
.popup-info-close-icon:hover {
	opacity: 1;
}
.popup-info-close-icon:after {
	background-image: url(/bitrix/templates/matilda_s1/images/form.close.png);
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	z-index: 1;
}
.popup-info-title {
	font-weight: bold;
	text-align: center;
}
.popup-info-title > span {
	display: block;
	font-size: 26px;
	line-height: 125%;
}
.popup-info-title > span + span {
	margin-top: 20px;
	font-size: 20px;
}

.wishes {
    box-sizing: border-box;
	overflov: hidden;
}
.wishes *, .wishes *:after, .wishes *:before {
    box-sizing: border-box;
}
.wishes-title {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    color: #2D2D2D;
    margin: 0 0 30px;
}
.form-wishes {
    width: 100%;
    margin: 0 auto;
}
.form-wishes__title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #2D2D2D;
    margin: 0 0 2px;
}
.form-wishes__input,
.form-wishes__textarea {
    display: block;
    width: 100%;
    background-color: #EBEBEB;
    border: none;
    box-sizing: border-box;
}
.form-wishes__input {
    height: 50px;
    font-size: 14px;
    line-height: 34px;
    padding: 0 14px;
}
.form-wishes__textarea {
    height: 100px;
    resize: none;
    font-size: 14px;
    padding: 14px 14px;
}
.form-wishes__input:focus,
.form-wishes__textarea:focus {
    outline-color: #23574C;
}
.form-wishes__row {
    margin: 0 0 20px;
}
.button-wishes-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    min-width: 160px;
    background: #23574C;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
    color: #FFFFFF;
    outline: none;
    user-select: none;
    border: 0;
    cursor: pointer;
    transition: 150ms;
}
.button-wishes-submit:focus,
.button-wishes-submit:active,
.button-wishes-submit:hover {
    outline: none;
	background-color: rgba(35, 87, 76, .8);
}

.contacts-block-left {
	float: left;
	width: 50%;
	padding-right: 20px;
}
.contacts-block-right {
	float: right;
	width: 50%;
}
.wishes a {
	font-size: 21px;
	font-weight: 500;
	color: #23574C;
}
.wishes a:hover {
	color: #23574C;
}
@media (max-width: 1024px) {
    .wishes-title {
        font-size: 46px;
    }
}
@media (max-width: 700px) {
    .wishes-title {
        font-size: 26px;
    }
}
@media (max-width: 600px) {
	 .contacts-block-left {
	  float: none;
	  width: 100%;
	}
	.contacts-block-right {
	  float: none;
	  width: 100%;
	}
}
@media (max-width: 700px) {
    .wishes-title {
        font-size: 22px;
    }
}