

/* Start:/local/templates/all/components/bitrix/system.pagenavigation/cucine/style.css?17309690621917*/
.pagenav {
	display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.pagenav .current {
	background: var(--color-btn);
	border: 1px solid var(--color-btn);
	border-radius: 100%;
	cursor: pointer;
	z-index: 2;
	width: 54px;
	height: 54px;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin: 0 3px;
}
.pagenav a,
.pagenav .active {
	text-decoration: none !important;
	background: #fff;
	border: 1px solid var(--color-btn);
	border-radius: 100%;
	cursor: pointer;
	z-index: 2;
	width: 54px;
	height: 54px;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-brand);
	margin: 0 3px;
	font: 1.375rem 'Museo Sans Cyrl 700';
}

.pagenav a:hover {
	background: var(--color-btn);
	color: #fff;
}

.pagenav .active {
	pointer-events: none;
	background: var(--color-btn);
	color: #fff;
}

.pagenav .prev {
	text-indent: -9999px;
	position: relative;
}
.pagenav .next {
	text-indent: -9999px;
	position: relative;
}

.pagenav .prev:after,
.pagenav .prev::before,
.pagenav .next:after,
.pagenav .next:before {
    border-right: 4px solid #000;
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
}

.pagenav .next:hover:after,
.pagenav .prev:hover:after,
.pagenav .next:hover::before,
.pagenav .prev:hover::before {
	border-right-color: #fff;
}

.pagenav .prev:after {
    right: 26px;
    top: 14px;
    transform: skewX(-45deg);
}

.pagenav .prev:before {
    right: 26px;
    top: 26px;
    transform: skewX(45deg);
}

.pagenav .next:after {
    right: 22px;
    top: 14px;
    transform: skewX(45deg);
}

.pagenav .next:before {
    right: 22px;
    top: 26px;
    transform: skewX(-45deg);
}

@media screen and (max-width: 767px) {
	.pagenav a, .pagenav .active {
		margin-top: 6px;
	}
    .pagenav {
		margin: 20px auto;
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/main/assets/styles/choices.css?17740883739316*/
/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  /* z-index: 2; */
} 
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 12px 12px 12px 20px;
  border-bottom: 1px solid var(--color-gray-10);
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #005F75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #003642;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: var(--color-light);
  padding: 8.5px 8.5px 4.5px;
  border: var(--border-black);
  border-radius: var(--radius);
  font-size: 16px;
  min-height: 48px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: var(--color-gray-60); 
}
.is-open .choices__inner {
  border-radius: 4px 4px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 4px 4px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 10px 4px 10px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 10px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid #004a5c;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 2px solid var(--color-gray-60);
  top: 100%; 
  margin-top: -2px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
  z-index: 3;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: var(--color-gray-60);
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 12px 12px 12px 20px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: var(--color-gray-10);
  
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.7;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 12px 12px 20px;
  border-bottom: 1px solid var(--color-gray-10);
  border-bottom-style: dashed;
  color: var(--color-black); 
}

.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.7;
}

/* =====  End of Choices  ====== */

/* End */


/* Start:/local/templates/main/assets/styles/form-price.css?17455706339059*/
.calculate{
    position: relative;
    width: 100%;
}
.calculate_steps{
    width: 44%;            
    background: var(--color-bg-light);
    padding: var(--gap);
    color: var(--color-shadow);
}

.calculate_steps__item{
    padding: 0.625rem 0.625rem;
    font-size: 1rem;
    min-width: 5rem;
    font-weight: 500;
    margin-bottom: var(--gap-medium);
    background: #ffff;
    color: var(--color-shadow);
    position: relative;
    border-radius: var(--radius);
    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    text-align: left;
}
.calculate_steps__item.done{
    cursor: pointer;
    background: #28a745;
    color: #fff;
    position: relative;
}
.calculate_steps__item.current{
    background: var(--color-dark);
    color: var(--color-light);
    position: relative;
}
.calcul1ate_steps__item.done:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%2328a745' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
}
.calculate_content{
    width: 55%;
    padding: var(--gap);
    text-align: right;
}
.calculate_steps__label,
.calculate_block_title{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: var(--gap);
    text-align: left;
} 
.calculate_block_content label{
    display: block;
    cursor: pointer;
}    
.calculate_block_content,
.calculate .content{
    text-align: left;
}
.calculate .mfp-close{
    color: #000;
}
.calculate_block{
    display: none;
}
.calculate_block.active{
    display: block;
}
.calculate_block__input{
    background-color: var(--color-bg-light);
    padding: 0.2rem;
    display: block;
    margin-block: var(--gap-medium);
    position: relative;
}
.calculate_block__input label{
    padding: 10px 20px;
    width: 100%;
    display: block;
    text-align: left;
    color: var(--color-shadow);
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    line-height: 18px;
    border-radius: var(--radius);
}
.calculate_block__input label:before{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
    background-color: var(--color-dark);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}
.calculate_block__input label:after {
    width: 24px;
    height: 24px;
    content: '';
    border: 2px solid var(--color-dark); 
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 0px 1px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: 50%;
    background-size: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}
.calculate_block__input input[type="checkbox"] ~ label:after{
    border-radius: 3px;  
}
.calculate_block__input input:checked ~ label {
    color: #fff;
}
.calculate_block__input input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.calculate_block__input input:checked ~ label:after {
    border-color: #fff;
}
.calculate_block__input input:checked ~ .tip_quest{
    border-color: #fff;
    color: #fff;
} 

.calculate_block__input input:checked ~ .tip_quest:after{
    background-image: url('/local/templates/main/assets/images/main/svg/quest-white.svg');
} 
.calculate_block__input input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}
.calculate_block__inputText{
    margin-bottom: 13px;
}
.calculate_block__inputText input[type="text"],
.calculate_block__inputText textarea {
    border: 1px solid var(--color-dark);
    display: block;
    width: 100%;
    height: 52px;
    border-radius: 5px;
    padding: 0 18px;
}
.calculate_block__inputText input[type="file"] {
    display: none; 
}
.calculate_block__inputText textarea{
    min-height: 100px;
    padding: 10px;
}
#project_btn{
    position: relative;
    padding-bottom: 36px;
}
#project_btn:before{
    content: "Загрузить файл";
    position: absolute;
    width: 200px;
    height: 32px;
    text-align: center;
    background: #ef5152;
    bottom: 0px;
    left: 0px;
    line-height: 32px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: sans-serif;
}
.calculate_block__inputText label{
    font-size: 15px;
    line-height: 21px;
    padding: 3px 0px 5px;
    color: var(--color-gray-60);
}
.calculate_block__inputText label span{
    color: #ef5152;
}
.calculate_form{
    display: flex;
    width: 100%;
    min-height: 555px;
}

.link_to {
    min-width: 7.5rem;
    padding: 0.625rem 2.625rem;
    font-size: 1rem;
    background: var(--color-gray);
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-top: var(--gap);
    display: inline-block;
    text-transform: uppercase;
    border-radius: var(--radius);
    border: 0px;
}
.done .link_to, .link_to__final{    
    min-width: 7.5rem;
    padding: 0.625rem 2.625rem;
    font-size: 1rem;
    background: #28a745;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-top: var(--gap);
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: var(--radius);
    border: 0px;
}   
.link_to__final{
    background: #ef5152;
    margin-top: var(--gap);
}
.tip_quest_culc{
    display: inline-block;
    width: 52px;
    height: 52px;
    margin: 0px;
    padding: 0px;
    border: 1px solid var(--color-brand);
    text-align: center;
    line-height: 52px;
    color: var(--color-brand);
    font-size: 20px;
    font-weight: bold;
    border-left: 0px;
    cursor: pointer;
    border-radius: 0px 4px 4px 0px;
    position: relative;
}
.tip_quest_culc:hover::after {
    content: attr(data-title);
    position: absolute;
    width: 280px;
    left: -228px;
    bottom: 56px;
    z-index: 1;
    background:var(--color-brand);
    text-align: left;
    color: #fff;
    line-height: 18px;
    padding: 5px 10px;
    border: 1px solid var(--color-brand);
    border-radius: 5px;
    font: 0.9rem/1.2 'Museo Sans Cyrl 300';
    z-index: 999;
}
.calculate_error.active{
    display: block;
}
.calculate_error .calculate_error_title{
    font-size: 16px;
    padding-bottom: 3px;
    font-weight: bold;
} 
.calculate_error{
    display: none;
    background: #ef5152;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 3px;
}
.calculate_error p{
    color: #fff;
    font-size: 13px;
}
.calculate .policy{
    margin-top: 15px;
    font-size: 0.8rem;
    text-align: right;
    display: block;
    width: 100%;
}
.calculate .policy a{
    text-decoration: underline;
    color: var(--color-gray-60);
}
.calculate .policy a:hover{
    text-decoration: none;
}
.calculate .senk{
    padding: 30px;
    text-align: center;
    display: none;
}
.calculate .f_title{
    font: 1.875rem 'Museo Sans Cyrl 500';
}
.calculate .f_text{
    font: 1.125rem 'Museo Sans Cyrl 300';
    margin-bottom: 5px;
    padding-top: 10px;
}
.calculate .tip_quest{
    position: absolute;
    top: 11px;
    z-index: 9999;
    left: 3px;  
    line-height: 22px;
}
.question_block .calculate_block__input label{
    padding-left: 42px;
} 

@media screen and (max-width: 640px) {
    .calculate_form{
        flex-direction: column;
        margin-top: calc(2 * var(--gap));
    }    
    .calculate_steps{
        width: 100%;
    }
    .calculate_content{
        width: 100%;
        text-align: center;
    }
    .calculate_steps__content{
        display: flex;
        flex-wrap: wrap;
    }
    .calculate_steps__item{
        padding: 5px;
        display: inline-block;
        margin: 5px;
        font-size: 14px;
    }
    .calculate_steps__label, .calculate_block_title{
        font-size: 1.2rem;
        line-height: 1.6em;
        margin-bottom: var(--gap-medium);
    }
    .calculate_block__input label{
        padding: 7px 20px;
    }
    .calculate .tip_quest{
        top: 4px;
    }
}

/* End */
/* /local/templates/all/components/bitrix/system.pagenavigation/cucine/style.css?17309690621917 */
/* /local/templates/main/assets/styles/choices.css?17740883739316 */
/* /local/templates/main/assets/styles/form-price.css?17455706339059 */
