/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.calculate-page{position:relative;padding-top:30px;padding-bottom:80px;border-top:1px solid #e9e9e9}.calculate-page::before{position:absolute;content:'';top:0;left:0;right:0;width:100%;height:100%;background-image:url(../themes/zavod-kamnei/assets/images/calculate-background.jpg);background-repeat:no-repeat;background-position:top;background-attachment:fixed;background-size:cover;opacity:.23;z-index:-1}.breadcrumbs__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap}.breadcrumbs__item{font-family:TTNorms-Regular;font-size:16px;line-height:20px;color:#038642}.breadcrumbs__item:not(:first-child){display:flex}.breadcrumbs__item:not(:first-child)::before{display:block;margin-right:10px;position:relative;content:'';top:50%;width:22px;height:1px;background-color:#bab9b9}.breadcrumbs__item:not(:last-child){margin-right:15px}.breadcrumbs__item:last-child{color:#767373}.breadcrumbs__item__link{cursor:pointer;transition:.2s}.breadcrumbs__item__link:hover{color:rgba(3,134,66,.4)}@media (max-width:575px){.breadcrumbs__item{font-size:14px;line-height:18px}}.calculate-page .info{margin-top:40px}.calculate-page .info__title{margin:0;padding:0;font-family:TTNorms-Bold;font-size:46px;line-height:53px;color:#48443e;text-align:center;text-align:left}.calculate-page .info__description{margin:25px 0 0;padding:0;font-family:TTNorms-Regular;font-size:18px;line-height:26px;color:#48443e}.step-list__list{list-style:none;margin:40px 0 0;padding:0;display:flex;justify-content:space-between;flex-wrap:wrap}.step-list__item{position:relative;width:14.28%;padding-right:10px;padding-left:10px;padding-bottom:30px;border-bottom:6px solid;border-color:#96c8ae}.wrapper__step-list__item{height:100%;display:flex;flex-direction:column;justify-content:center}.step-list__item__image{display:block;margin:0 auto}.step-list__item__title{margin:5px 0 0;padding:0;font-family:TTNorms-Medium;font-size:16px;line-height:normal;color:#48443e;text-align:center}.step-list__item__step{position:absolute;display:flex;justify-content:center;align-items:center;bottom:-20px;margin-left:auto;margin-right:auto;left:0;right:0;width:34px;height:34px;border-radius:50%;background-color:#038642;font-weight:700;font-size:16px;line-height:normal;color:#fff}.step-list__item:nth-child(odd){border-color:#038642}.step-list__item:nth-child(odd) .step-list__item__step{background-color:#96c8ae}@media (max-width:575px){.calculate-page .info{margin-top:20px}.calculate-page .info__title{font-size:26px;line-height:36px}.calculate-page .info__description{margin-top:15px;font-size:16px;line-height:24px}.step-list__item{width:50%;margin-bottom:40px}}@media (min-width:576px) and (max-width:767px){.calculate-page .info{margin-top:20px}.calculate-page .info__title{font-size:24px;line-height:35px}.calculate-page .info__description{margin-top:15px;font-size:16px;line-height:24px}.step-list__item{width:33.3%;margin-bottom:40px}}@media (min-width:768px) and (max-width:991px){.step-list__item{width:25%;margin-bottom:40px}}.package-services{margin-top:70px}.package-services__info{padding:45px 50px;margin-bottom:65px;background:url(../themes/zavod-kamnei/assets/images/calculate-info.jpg) top no-repeat #f0ede6;background-size:cover}.package-services__info__title{margin:0;padding:0;font-family:TTNorms-Medium;font-size:32px;line-height:53px;color:#48443e}.package-services__info__description{width:800px;padding:0;margin:15px 0;font-size:18px;line-height:26px;color:#48443e}.package-services__info__description a{color:#038642}.package-services__info__description i{color:#038642;font-style:normal}.package-services__title{font-family:TTNorms-Bold;font-size:46px;line-height:53px;color:#48443e;text-align:center;text-align:left}.package-services__list{margin:40px 0 0;padding:0;list-style:none;display:flex;justify-content:space-evenly;flex-wrap:wrap}.package-services__item{padding-bottom:20px;width:100%;height:100%;max-width:270px;background-color:#fff;border-bottom:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9}.package-services__item:not(:last-child){margin-right:5px}.package-services__item__title{margin:0;padding:15px 0 10px;background-color:#f0ede6;font-family:Adventure;font-weight:400;font-size:32px;line-height:45px;color:#48443e;text-align:center}.package-services__item__cost{display:block;width:100%;font-family:TTNorms-Bold;font-size:24px;line-height:53px;color:#48443e;text-align:center}.package-services__selected-products__list{list-style:none;margin:0 0 20px;padding:0 20px;display:flex;flex-direction:column;transition:1.2s;max-height:250px;overflow:hidden}.package-services__selected-products__list--open{max-height:2500px}.package-services__selected-products__list--close{display:none}.package-services__selected-products__item{display:flex;justify-content:space-between;flex-wrap:wrap}.package-services__selected-products__item:not(:last-child){margin-bottom:20px}.selected-products__item__title{margin:0;padding:0;font-family:TTNorms-Medium;font-weight:400;font-size:16px;line-height:normal;color:#038642}.selected-products__item__title__link{cursor:pointer;transition:.2s}.selected-products__item__title__link:hover{opacity:.5}.selected-products__item__description{font-size:14px;line-height:18px;color:#767373;text-transform:lowercase}.selected-products__item__cost{font-family:TTNorms-Bold;font-size:16px;line-height:22px;color:#48443e}.wrapper__package-services__selected-products__footer{width:100%;padding-right:20px;padding-left:20px}.package-services__selected-products__button-list-toggle{display:block;padding:0;margin:0 auto;background-color:inherit;border:none;border-bottom:1px dashed #48443e;outline:0;font-size:16px;line-height:18px;color:#48443e;text-align:center;cursor:pointer;transition:.2s}.package-services__selected-products__button-list-toggle:hover{opacity:.5}.package-services__selected-products__button-order{width:100%;margin:30px 0 0;padding:15px 0;background-color:inherit;border:1px solid #038642;outline:0;font-size:16px;line-height:18px;color:#038642;text-align:center;cursor:pointer;transition:.2s}.package-services__selected-products__button-order:hover{background-color:#038642;color:#fff}.package-services__selected-products__button-order:active{opacity:.5}@media (max-width:575px){.package-services{margin-top:40px}.package-services__info{padding:25px 30px;margin-bottom:35px}.package-services__info__title{font-size:24px;line-height:32px}.package-services__info__description{width:100%;font-size:16px;line-height:22px}.package-services__title{font-size:26px;line-height:36px}.package-services__item:not(:last-child){margin-bottom:20px;margin-right:0}.package-services__item{width:100%;max-width:inherit}}@media (min-width:576px) and (max-width:767px){.package-services{margin-top:40px}.package-services__info{padding:25px 30px;margin-bottom:35px}.package-services__info__title{font-size:24px;line-height:32px}.package-services__info__description{width:100%;font-size:16px;line-height:22px}.package-services__title{font-size:26px;line-height:36px}.package-services__item:not(:last-child){margin-bottom:20px;margin-right:0}.package-services__item{width:48%}}@media (min-width:768px) and (max-width:991px){.package-services__info__description{width:100%}.package-services__item:not(:last-child){margin-bottom:30px;margin-right:0}.package-services__item{width:32%}}@media (min-width:992px) and (max-width:1199px){.package-services__item:not(:last-child){margin-bottom:30px;margin-right:0}}@media (min-width:1200px) and (max-width:1399px){.package-services__list{flex-wrap:nowrap}}.calculate-page .catalog{margin-top:60px}.calculate-page .catalog__title{margin:0 0 20px;padding:0;font-family:TTNorms-Medium;font-size:32px;line-height:53px;color:#48443e}.catalog__choose-product__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.catalog__choose-product__item:not(:last-child){margin-bottom:15px}.catalog__choose-product__item__header{display:flex;justify-content:space-between;background-color:#fff;border:1px solid #e9e9e9}.wrapper__catalog__choose-product__item__title{display:flex;align-items:center;padding:20px 30px;flex-grow:1}.catalog__choose-product__item--open .wrapper__catalog__choose-product__item__title{background-color:#ececeb}.catalog__choose-product__item__image-checked{display:none;margin-right:10px;transition:.3s}.catalog__choose-product__item__title--info{font-size:18px;line-height:18px;color:#767373;margin-right:5px;display:none}.catalog__choose-product__item__title,.catalog__choose-product__item__title--choose{color:#48443e;font-size:18px;line-height:18px}.catalog__choose-product__item__title{font-family:TTNorms-Bold;margin-right:5px}.catalog__choose-product__item__button-toggle{font-size:18px;line-height:18px;color:#038642;display:flex;align-items:center;padding-left:15px;padding-right:15px;border:none;background-color:#e5f3ec;cursor:pointer;transition:.2s}.catalog__choose-product__item__button-toggle:hover{opacity:.5}.catalog__choose-product__item__button-toggle::after{display:block;position:relative;content:'';margin-top:2px;margin-left:5px;width:9px;height:6px;background-image:url(../themes/zavod-kamnei/assets/images/icons/triangle-bottom.svg);cursor:pointer;transition:.2s}.catalog__choose-product__item--open .catalog__choose-product__item__button-toggle{background-color:#ececeb;color:#48443e}.catalog__choose-product__item--open .catalog__choose-product__item__button-toggle::after{background-image:url(../themes/zavod-kamnei/assets/images/icons/triangle-top.svg);cursor:pointer;transition:.2s}.catalog__choose-product__item__main{display:none;border:1px solid #e9e9e9;border-left:none;background-color:#fff}.catalog__choose-product__sort{display:flex;padding:20px 30px;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9}.catalog__choose-product__sort__title{font-size:16px;line-height:normal;color:#48443e}.catalog__choose-product__sort-select{margin-left:5px;padding-right:15px;background-color:inherit;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:TTNorms-Medium;font-size:16px;line-height:normal;color:#038642;cursor:pointer;transition:.2s;outline:0;background-repeat:no-repeat;background-position:right}.catalog__choose-product__sort-select:hover{opacity:.6}.catalog__choose-product__main__item__button:hover,.catalog__choose-product__main__item__link:hover{opacity:.5}.catalog__choose-product__sort-select--top{background-image:url(../themes/zavod-kamnei/assets/images/icons/triangle-bottom.svg)}.catalog__choose-product__sort-select--bottom{background-image:url(../themes/zavod-kamnei/assets/images/icons/triangle-top.svg)}.catalog__choose-product__main__list{list-style:none;margin:0;padding:0;max-height:910px;overflow-y:auto;display:flex;flex-wrap:wrap}.catalog__choose-product__main__item{width:33.3%;padding:60px 50px;display:flex;flex-direction:column;justify-content:flex-end;border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;overflow:hidden}.catalog__choose-product__main__item:nth-child(3n - 1){border-left:0;border-right:1px solid #e9e9e9}.catalog__choose-product__main__item:nth-child(3n){border-right:0;border-left:0}.catalog__choose-product__main__item__image{display:block;margin:0 auto;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.catalog__choose-product__main__item__title{padding:0;margin:30px auto 0;width:80%;font-family:TTNorms-Medium;font-weight:400;font-size:18px;line-height:22px;color:#48443e;text-align:center}.catalog__choose-product__main__item__link{cursor:pointer;transition:.2s}.catalog__choose-product__main__item__description{margin:0;padding:0;font-size:14px;line-height:22px;color:#767373;text-align:center}.catalog__choose-product__main__item__cost{font-family:TTNorms-Bold;font-size:18px;line-height:28px;color:#48443e;text-align:center}.catalog__choose-product__main__item__button{width:100%;margin-top:20px;padding:10px 0;border:1px solid #038642;background-color:inherit;font-size:16px;line-height:36px;color:#038642;text-align:center;cursor:pointer;transition:.2s}.catalog__choose-product__main__item__button:active{transition:.1s;opacity:.3;outline:0}.catalog__choose-product__main__item__button--success:disabled:hover,.catalog__choose-product__main__item__button:disabled:hover{opacity:inherit;cursor:inherit}.catalog__choose-product__main__item__button:focus{outline:0}.catalog__choose-product__main__item__button:disabled{background-color:#e9e9e9}.catalog__choose-product__main__item__button--success{background-color:#038642;color:#fff}.selected-product{padding:30px;border:1px solid #e9e9e9;background-color:#fff}.selected-product__title{font-family:TTNorms-Medium;font-size:32px;line-height:45px;color:#48443e}.selected-product__list{list-style:none;margin:15px 0 0;padding:0;display:flex;flex-direction:column}.selected-product__item{display:flex;justify-content:space-between;align-items:center;padding-top:5px;padding-bottom:5px}.selected-product__item:not(:last-child){border-bottom:1px solid #e9e9e9}.selected-product__item__title{margin:0;padding:0;font-size:16px;line-height:22px;color:#48443e}.selected-product__item__cost{font-family:TTNorms-Bold;font-size:18px;line-height:24px;color:#48443e}.selected-product__item__button__remove-cart{flex-shrink:0;width:31px;height:31px;border:none;background-color:inherit;background-image:url(../themes/zavod-kamnei/assets/images/icons/selected-product-remove-cart.png);background-position:center;background-repeat:no-repeat;font-size:0;cursor:pointer;transition:.2s}.selected-product__item__button__remove-cart:hover{opacity:.5}.selected-product__item__button__remove-cart:active{transition:.1s;opacity:.3}.selected-product__item__button__add-cart{display:block;margin:20px auto 0;padding:10px 35px;border:none;background-color:#038642;font-size:16px;line-height:36px;color:#fff;text-align:center;cursor:pointer;transition:.2s}.selected-product__item__button__add-cart:hover{opacity:.5}.selected-product__item__button__add-cart:active{transition:.1s;opacity:.3;outline:0}.selected-product__item__button__add-cart:focus{outline:0}@media (max-width:575px){.calculate-page .catalog{margin-top:30px}.calculate-page .catalog__title{font-size:26px;line-height:36px}.catalog__choose-product__item__header{flex-wrap:wrap}.wrapper__catalog__choose-product__item__title{padding:10px 15px}.catalog__choose-product__item__button-toggle,.catalog__choose-product__item__title,.catalog__choose-product__item__title--choose{font-size:16px}.catalog__choose-product__item__button-toggle{padding:10px}.catalog__choose-product__sort{padding:10px 15px;flex-wrap:wrap}.catalog__choose-product__sort-select,.catalog__choose-product__sort__title{font-size:14px}.catalog__choose-product__main__list{max-height:500px}.catalog__choose-product__main__item__title{width:100%;word-break:break-word}.catalog__choose-product__main__item{width:50%;padding:10px}.selected-product{padding:15px}.selected-product__title{font-size:26px}}@media (min-width:576px) and (max-width:767px){.calculate-page .catalog{margin-top:30px}.calculate-page .catalog__title{font-size:26px;line-height:36px}.wrapper__catalog__choose-product__item__title{width:auto;padding:10px 15px}.catalog__choose-product__item__button-toggle,.catalog__choose-product__item__title,.catalog__choose-product__item__title--choose{font-size:16px}.catalog__choose-product__item__button-toggle{padding:10px}.catalog__choose-product__sort{padding:10px 15px}.catalog__choose-product__sort-select,.catalog__choose-product__sort__title{font-size:14px}.catalog__choose-product__main__list{max-height:500px}.catalog__choose-product__main__item__title{width:100%;word-break:break-word}.catalog__choose-product__main__item{width:50%;padding:10px}.selected-product{padding:15px}.selected-product__title{font-size:26px}}@media (min-width:768px) and (max-width:991px){.catalog__choose-product__main__item{width:50%}.selected-product__item__button__add-cart{padding:15px}.catalog__choose-product__item__title{display:none}}@media (min-width:992px) and (max-width:1199px){.catalog__choose-product__main__item{width:50%}}@media (max-width:575px){.calculate-page{padding-top:15px;padding-bottom:50px}}