.choose-window-profile__block {background: #FFFFFF;box-shadow: 0px 3px 8px rgba(119, 116, 118, 0.17);border-radius: 3px;padding: 25px;text-decoration: none !important}
.choose-window-profile__title {font-weight: 700;font-size: 18px;line-height: 22px;color: #1B1A1F;position: relative;margin: 0 -5px}
.choose-window-profile__title::after {border-bottom: 2px dotted #1B1A1F;position: absolute;left: 0;right: 0;bottom: 5px;height: 1px;content: ""}
.choose-window-profile__title span {background: #FFFFFF;position: relative;z-index: 1;padding: 0 5px}
.choose-window-profile__title big {color: #FC8A15;font-size: 125%}
.choose-window-profile__cover{padding:15px 0; text-align:center}
.choose-window-profile__block .btn-yellow{transition:all 0.3s linear 0s; width: 215px; line-height: 50px; margin:0 auto; display:block}
.choose-window-profile__block:hover .btn-yellow{color: #FFFFFF;background: #FFA800;box-shadow: 0px 5px 10px rgba(115, 115, 115, 0.3);}
@media(max-width:1229px){
	.choose-window-profile__block {padding: 15px}
	.choose-window-profile__title {font-size: 16px;line-height: 20px; margin: 0 -3px}
	.choose-window-profile__title::after {border-bottom: 2px dotted #1B1A1F;position: absolute;left: 0;right: 0;bottom: 5px;height: 1px;content: ""}
	.choose-window-profile__title span{padding: 0 3px}
	.choose-window-profile__title big {font-size: 120%}
	.choose-window-profile__cover{padding:15px 0; text-align:center}
	.choose-window-profile__block .btn-yellow{width: 210px; line-height: 48px}
}