/*
  .modal-dialog {
    border-radius: 23px;
    max-width: 1210px;
	margin-top: 100px;
	
	margin: 1.75rem auto;

	position: relative;
    width: auto;
    pointer-events: none;
}

  
  span.close {
	color: #a2a2a2;
	font-size: 40px;
	line-height: 23px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer; }
	span.close:hover {
	  color: #ffffff; }
  
  .modal-backdrop.show {
	opacity: .9; }
  
  .modal-body {
	padding: 0;
	background: none;
	margin: 0; }
  
  .modal-content {
	background: none;
	border: none;
	border-radius: 0; }
  
	.modal-content {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
			-ms-flex-direction: column;
				flex-direction: column;
		width: 100%;
		pointer-events: auto;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 0.3rem;
		outline: 0; }
	  
	  .modal-backdrop {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1040;
		width: 100vw;
		height: 100vh;
		background-color: #000; }
		.modal-backdrop.fade {
		  opacity: 0; }
		.modal-backdrop.show {
		  opacity: 0.5; }
	  
	  .modal-header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
			-ms-flex-align: start;
				align-items: flex-start;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
				justify-content: space-between;
		padding: 1rem 1rem;
		border-bottom: 1px solid #dee2e6;
		border-top-left-radius: -webkit-calc(0.3rem - 1px);
		border-top-left-radius: calc(0.3rem - 1px);
		border-top-right-radius: -webkit-calc(0.3rem - 1px);
		border-top-right-radius: calc(0.3rem - 1px); }
		.modal-header .close {
		  padding: 1rem 1rem;
		  margin: -1rem -1rem -1rem auto; }
	  
	  .modal-title {
		margin-bottom: 0;
		line-height: 1.5; }
	  
	  .modal-body {
		position: relative;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
			-ms-flex: 1 1 auto;
				flex: 1 1 auto;
		padding: 1rem; }
	  
	  .modal-footer {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
			-ms-flex-align: center;
				align-items: center;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
			-ms-flex-pack: end;
				justify-content: flex-end;
		padding: 0.75rem;
		border-top: 1px solid #dee2e6;
		border-bottom-right-radius: -webkit-calc(0.3rem - 1px);
		border-bottom-right-radius: calc(0.3rem - 1px);
		border-bottom-left-radius: -webkit-calc(0.3rem - 1px);
		border-bottom-left-radius: calc(0.3rem - 1px); }
		.modal-footer > * {
		  margin: 0.25rem; }
	  
	  .modal-scrollbar-measure {
		position: absolute;
		top: -9999px;
		width: 50px;
		height: 50px;
		overflow: scroll; }




		
.cw_foot_logo {
	margin-bottom: 40px; }
  
  .cw_foot_logo_desc {
	color: #fff;
	font-size: 16px;
	margin-top: 17px;
	margin-bottom: 40px; }
  
  .cw_foot_text a {
	color: #888;
	display: block;
	text-decoration: underline; }
	.cw_foot_text a:hover {
	  color: #fff; }
  
  .cw_foot_cont {
	float: right; }
  
  .cw_adr {
	position: relative;
	margin-top: 17px;
	margin-bottom: 40px; }
  
  .cw_adr:before {
	content: '';
	width: 22px;
	height: 22px;
	background: url(/img/local.png) no-repeat;
	position: absolute;
	left: -30px;
	margin-top: 3px; }
  
  .cw_tel {
	position: relative; }
  
  .cw_tel:before {
	content: '';
	width: 22px;
	height: 22px;
	background: url(/img/phone.png) no-repeat;
	position: absolute;
	left: -30px;
	margin-top: 3px; }
  
  .cw_tel a {
	color: #fff;
	font-weight: 700;
	font-size: 18px; }
  
  .cw_tel span {
	cursor: pointer;
	color: #389659;
	display: block; }
	.cw_tel span:hover {
	  text-decoration: underline; }
  
  .cw_form_div {
	padding: 100px;
	background: url(https://capmarketing.ru/img/bg_form.png);
	background-size: cover;
	position: relative;
	border-radius: 23px; }
	.cw_form_div h2 {
	  color: #ffffff; }
	  .cw_form_div h2 span {
		font-weight: 500;
		color: #e2cdba; }
  
  
  
  .cw_form_div > img {
	position: absolute;
	pointer-events: none;
	bottom: 0;
	right: 0; }
  
  .cw_form_div .cw_h2_sub {
	color: #cacaca;
	margin-top: 10px;
	margin-bottom: 0;
	position: relative; }
  
  .cw_form_div:after {
	content: '';
	background: #838586;
	width: 95%;
	border: 1px solid #838586;
	height: 18px;
	position: absolute;
	margin: auto;
	left: 0;
	bottom: -18px;
	right: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 23px;
	border-bottom-left-radius: 23px;
	border-top: none;
	z-index: 1; }
  
  .cw_form_div form {
	max-width: 460px;
	margin-top: 80px; }
  */


  
.modal__container {
	position: relative;
	z-index: 1;
	width: 1027px;
	max-width: calc(100% - 20px);
	margin: 20px auto;
	display: flex;
	border-radius: 20px;
	/*height: 617px;*/
	max-height: calc(100% - 20px);
	min-height: 580px;
	box-shadow: 0px 9px 123.75px 1.25px rgba(96,96,96,0.09);
	min-width: 320px
}
#zvonok > label.catalog__form_group{

	display: flex;
	padding-bottom: 15px;
}

.checkbox__container {
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-checkbox p{
	font-size: 1.3rem;
}
#popups .icon-close{
display: none;
}
.modal__container.right-side {
	flex-flow: row-reverse
}

.modal__container.right-side .modal__side {
	border-radius: 0 20px 20px 0;
	background: url(/img/img1.jpg) center bottom/cover no-repeat
}

.modal__container.right-side .modal__content {
	border-radius: 20px 0 0 20px;
	text-align: left;
	padding: 70px 20px 10px 91px
}
#thank .modal__content{
    border-radius: 20px;
	text-align: center;
	padding: 75px;
}
.modal__container.right-side .modal__content-heading {
	margin: inherit;
	max-width: 500px;
	font-size: 50px;
	line-height: 50px;
	padding-bottom: 25px;
	font-family: CirceBold,sans-serif;
    font-weight: 400;
}
#thank .modal__content-heading{
	margin: auto;
	max-width: 500px;
	line-height: auto;
    padding-bottom: 45px;
}
.modal__container.right-side .modal__content-preheading {
    font-family: CirceLight,sans-serif;
    font-weight: 400;

	color: #212121;
	padding-bottom: 9px
}
#thank .modal__content-preheading{
    padding-bottom: 35px;
}
.modal__container.right-side .modal__content-prepreheading {
	font-size: 14px;
	color: rgba(33,33,33,0.45);
	background: url(../images/modals/icon-info.png) 0px 0px no-repeat;
	padding-left: 33px;
	max-width: 570px;
	line-height: 20px
}

.modal__container.right-side .modal__content .catalog__form {
	padding: 39px 64px 0 0
}

.modal__container.right-side .modal__content .catalog__form>.catalog__form_group {
	padding: 0
}

.modal__container.right-side .modal__content .catalog__form>.catalog__form_group:not(.form-checkbox) {
	padding-bottom: 10px
}

.modal__container.right-side .modal__content .catalog__form>.catalog__form_group.form-checkbox {
	margin: 0
}

.modal__container.right-side .modal__content .catalog__form .catalog__form_group>.catalog__form_group {
	padding: 0
}

.modal__container.right-side .modal__content .catalog__form .catalog__form_group>.catalog__form_group:not(:last-of-type) {
	padding-right: 35px
}

.modal__container .icon-close {
	display: inline-block;
	width: 19px;
	height: 19px;
	position: absolute;
	right: 32px;
	top: 32px;
	filter: invert(1);
	background: url(../images/modals/icon-close.png) 0 0 no-repeat;
	cursor: pointer;
	z-index: 10
}

.modal__container::before {
	content: '';
	position: absolute;
	left: 8px;
	top: 8px;
	right: 8px;
	bottom: 8px;
	border: 1px solid rgba(113,105,105,0.3);
	border-radius: 20px;
	z-index: 0
}


@media screen and (max-width: 1171px) {
	.modal__container {
		flex-flow:column;
		height: inherit;
		max-height: inherit
	}

	.modal__container::after {
		display: none
	}

	.modal__container .modal__side {
		display: none
	}

	.modal__container .modal__content {
		border-radius: 20px;
		padding-bottom: 30px
	}

	.modal__container .modal__content .catalog__form>.catalog__form_group:not(.form-checkbox) {
		flex-flow: column;
		max-width: 600px;
		margin: 0 auto
	}

	.modal__container .modal__content .form-checkbox {
		flex-flow: row;
		padding-top: 20px !important
	}

	.modal__container.right-side .modal__content .catalog__form .catalog__form_group>.catalog__form_group:not(:last-child) {
		padding: 0 0 10px !important
	}

	.modal__container.right-side .modal__content .catalog__form .form-checkbox {
		margin: 0 auto !important;
		padding-bottom: 20px !important
	}
}
@media screen and  (min-width: 1000px){
	.sd .furniture-types::before{
		content: "";
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 190px;
		height: 300px;
		position: absolute;
		z-index: -1;
		background-repeat: no-repeat;

		bottom: 30%;
		left: -150px;
		background-size: contain;
		background-position: left top;
		background-image: url(/images/s2.png);
	}
}
@media screen and (max-width: 800px) {
	.modal__container .icon-close {
		right:16px !important;
		top: 16px !important;
		filter: none!important;
	}

	.modal__container .modal__content-heading {
		font-size: 24px!important;
		line-height: 24px!important;;
		max-width: 400px!important;;
		margin: 0 auto
	}

	.modal__container .modal__content-heading i,.modal__container .modal__content-heading span {
		font-size: 24px;
		line-height: 24px
	}

	.modal__container .modal__content {
		padding: 30px
	}

	.modal__container .modal__content .catalog__form_group .input-general {
		height: 70px
	}
}

@media screen and (max-width: 600px) {
	.modal__container .modal__content .catalog__form {
		padding:52px 10px 0
	}
	.modal__container#thank{
		min-height: 280px;
	}

	.modal__container .modal__content .catalog__form>.catalog__form_group {
		padding: 0
	}

	.modal__container .modal__content .catalog__form>.catalog__form_group>.catalog__form_group {
		max-width: 100%;
		width: inherit
	}

	.modal__container.right-side {
		border-radius: 20px !important;
		overflow: hidden !important
	}

	.modal__container.right-side .modal__content-preheading {
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 9px
	}

	.modal__container.right-side .modal__content-prepreheading {
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 9px
	}

	.modal__container.right-side .modal__content {
		padding: 30px !important
	}

	.modal__container.right-side .modal__content .catalog__form {
		padding: 0 !important
	}

	.modal__container.right-side .modal__content .catalog__form .catalog__form_group>.catalog__form_group:not(:last-child) {
		padding: 0 0 10px !important
	}

	.modal__container.right-side .modal__content .catalog__form>.catalog__form_group:not(.form-checkbox) {
		padding-bottom: 0 !important
	}

	.modal__container.right-side .modal__content .catalog__form .form-checkbox {
		margin: 0 auto !important;
		padding-bottom: 20px !important
	}
}

.modal__side {
	border-radius: 20px 0 0 20px;
	width: 417px;
	min-width: 417px;
	box-sizing: border-box;
	padding: 88px 0 10px;
	background: url(../images/modals/clouds.png) center bottom/100% auto no-repeat,-webkit-linear-gradient(#5582dc, #4f71b5)
}

.modal__wait {
	text-align: center
}

.modal__wait h5 {
	color: #ffffff;
	padding-bottom: 17px
}

.modal__wait-preheading {
	color: rgba(255,255,255,0.3);
	padding-bottom: 33px
}

.modal__wait-time {
	position: relative;
	width: 174px;
	height: 48px;
	display: inline-block;
	z-index: 1
}

.modal__wait-time::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: skew(-13deg);
	background: #e5e5e5;
	border-radius: 5px;
	z-index: -1;
	background: #fff
}

.modal__gift p {
	color: #fff;
	padding-bottom: 17px
}

.modal__content {
	border-radius: 0 20px 20px 0;
	background: #fff;
	box-sizing: border-box;
	padding: 70px 35px 10px;
	text-align: center;
	width: 100%
}

.modal__content .catalog__form {
	background: none;
	box-shadow: none;
	padding: 52px 43px 0 36px;
	width: inherit;
	position: relative;
	border-radius: 20px;
	box-sizing: border-box;
}

.modal__content .catalog__form .form-checkbox {
	padding-top: 3px;
	max-width: 577px;
	margin: 0 auto
}

.modal__content .catalog__form .form-checkbox p {
	padding-top: 5px;
	font-family: CirceLight,sans-serif;
}
.modal__content .catalog__form .form-checkbox a{
	color: #000;
    font-family: CirceBold,sans-serif;
}
.modal__content .catalog__form .catalog__form_group>.catalog__form_group {
	width: 100%
}

.modal__content .catalog__form .catalog__form_group p span {
	display: inline
}

.modal__content .catalog__form::before {
	display: none
}

.modal__content-heading {
	padding-bottom: 22px;
	max-width: 700px;
	margin: 0 auto
}

.modal__content-heading i {
	background: -webkit-linear-gradient(#5582dc, #4f71b5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 14px
}

.modal__content-heading span {
	display: block
}

.modal__content-preheading {
	color: rgba(33,33,33,0.4);
	max-width: 600px;
	margin: 0 auto;
	line-height: 24px
}

.copyright-modal {
	position: fixed;
	left: 0;
	top: 0;
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 10vh 0;
	background: rgba(11,11,11,0.9);
	z-index: 999
}

.copyright-modal.active {
	display: block
}

.copyright-modal__container {
	position: relative;
	max-width: 750px;
	padding: 40px 20px 20px;
	background: #fff;
	border: 5px solid yellow;
	margin: 10px 10px
}

.copyright-modal__container .icon-close {
	display: inline-block;
	width: 19px;
	height: 19px;
	position: absolute;
	right: 12px;
	top: 12px;
	background: url(../images/modals/icon-close.png) 0 0 no-repeat;
	cursor: pointer;
	z-index: 10
}

.copyright-modal__container .icon-close::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/modals/icon-close.png) 0 0 no-repeat
}

.copyright-modal__container h6 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px
}

.copyright-modal__container p:not(:last-child) {
	padding-bottom: 10px
}

.copyright-modal__container .copyright-block {
	padding-bottom: 20px
}
.input-section {
    /* width: 246px; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.input-section input {
	border-radius: 15px;
/*	background-color: transparent;*/
	background-color: #f7f5f2;
	border: 1px solid #e4dbdb;
	font-family: CirceLight,sans-serif;
    box-sizing: border-box;
    box-shadow: inset 0px 1px 3px 0px rgba(143, 143, 143, 0.21);
    height: 75px;
    transition: all 0.3s;
    padding-right: 20px;
	z-index: 174;
	font-size: 18px;
    /* color: #1a1a1a; */
    width: 100%;
    /* font: normal 14px "Gilroy-Regular", Arial, sans-serif; */
    padding-left: 65px;
    /* -webkit-background-size: 20px; */
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 27px center;
}


.name-field{
    -webkit-background-size: 20px;
    background-size: 20px;
    background-image: url("/img/users.svg");
}

.phone-field{
    -webkit-background-size: 20px;
    background-size: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 482.6 482.6' style='enable-background:new 0 0 482.6 482.6;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cpath d='M98.339,320.8c47.6,56.9,104.9,101.7,170.3,133.4c24.9,11.8,58.2,25.8,95.3,28.2c2.3,0.1,4.5,0.2,6.8,0.2 c24.9,0,44.9-8.6,61.2-26.3c0.1-0.1,0.3-0.3,0.4-0.5c5.8-7,12.4-13.3,19.3-20c4.7-4.5,9.5-9.2,14.1-14 c21.3-22.2,21.3-50.4-0.2-71.9l-60.1-60.1c-10.2-10.6-22.4-16.2-35.2-16.2c-12.8,0-25.1,5.6-35.6,16.1l-35.8,35.8 c-3.3-1.9-6.7-3.6-9.9-5.2c-4-2-7.7-3.9-11-6c-32.6-20.7-62.2-47.7-90.5-82.4c-14.3-18.1-23.9-33.3-30.6-48.8 c9.4-8.5,18.2-17.4,26.7-26.1c3-3.1,6.1-6.2,9.2-9.3c10.8-10.8,16.6-23.3,16.6-36s-5.7-25.2-16.6-36l-29.8-29.8 c-3.5-3.5-6.8-6.9-10.2-10.4c-6.6-6.8-13.5-13.8-20.3-20.1c-10.3-10.1-22.4-15.4-35.2-15.4c-12.7,0-24.9,5.3-35.6,15.5l-37.4,37.4 c-13.6,13.6-21.3,30.1-22.9,49.2c-1.9,23.9,2.5,49.3,13.9,80C32.739,229.6,59.139,273.7,98.339,320.8z M25.739,104.2 c1.2-13.3,6.3-24.4,15.9-34l37.2-37.2c5.8-5.6,12.2-8.5,18.4-8.5c6.1,0,12.3,2.9,18,8.7c6.7,6.2,13,12.7,19.8,19.6 c3.4,3.5,6.9,7,10.4,10.6l29.8,29.8c6.2,6.2,9.4,12.5,9.4,18.7s-3.2,12.5-9.4,18.7c-3.1,3.1-6.2,6.3-9.3,9.4 c-9.3,9.4-18,18.3-27.6,26.8c-0.2,0.2-0.3,0.3-0.5,0.5c-8.3,8.3-7,16.2-5,22.2c0.1,0.3,0.2,0.5,0.3,0.8 c7.7,18.5,18.4,36.1,35.1,57.1c30,37,61.6,65.7,96.4,87.8c4.3,2.8,8.9,5,13.2,7.2c4,2,7.7,3.9,11,6c0.4,0.2,0.7,0.4,1.1,0.6 c3.3,1.7,6.5,2.5,9.7,2.5c8,0,13.2-5.1,14.9-6.8l37.4-37.4c5.8-5.8,12.1-8.9,18.3-8.9c7.6,0,13.8,4.7,17.7,8.9l60.3,60.2 c12,12,11.9,25-0.3,37.7c-4.2,4.5-8.6,8.8-13.3,13.3c-7,6.8-14.3,13.8-20.9,21.7c-11.5,12.4-25.2,18.2-42.9,18.2 c-1.7,0-3.5-0.1-5.2-0.2c-32.8-2.1-63.3-14.9-86.2-25.8c-62.2-30.1-116.8-72.8-162.1-127c-37.3-44.9-62.4-86.7-79-131.5 C28.039,146.4,24.139,124.3,25.739,104.2z' fill='%23c9c6bf'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.input-section input:focus{
    box-shadow: inset 0px 0px 6px 0px rgb(244, 197, 94);
}


.btn-general.btn-yellow {
	position: relative;
	outline: none;
	border: none;
    background: rgb(255, 238, 125);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 238, 125, 1)), to(rgba(251, 205, 81, 1)));
    background: linear-gradient(180deg, rgba(255, 238, 125, 1) 0%, rgba(251, 205, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffee7d",endColorstr="#fbcd51",GradientType=1);
    color: #3b3634;
    text-shadow: 0px 1px 0px rgba(255, 239, 153, .004);
    border-bottom: 5px solid #fba952;
    -webkit-box-shadow: 0px 15px 18px 0px rgba(255, 150, 0, .35);
    box-shadow: 0px 15px 18px 0px rgba(255, 150, 0, .35);
	
	height: 113px;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius:15px;
	border-radius: 15px;
	line-height: 113px;
	overflow: hidden;
	width:100%;
	cursor: pointer;
	font-size: 23px;
}

.btn-general.btn-yellow:hover {
	background: #f5c357;
	
}


.btn-general.btn-yellow:hover .btn-side {
	border-color: #dab056
}


.btn-general.btn-yellow .btn-content {
	padding-right: 30px;
	padding-right: 0px;
	letter-spacing: 0.7px;
	text-align: center;
	margin: 1px 1px 0;
	transition: 0.2s border-color
}
