

/* Start:/local/templates/site_tpl/components/bitrix/catalog/products/bitrix/catalog.section/.default/style.css?17732194005095*/
.catalog-variants {
  margin: 30px 0;
}

.catalog-variants__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.catalog-variants__list-item-img {
  height: 250px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-variants__list-item-img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.catalog-variants__list-item-title {
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  background-color: #004f9f;
}

.catalog-variants__list-item-descr {
  font-size: 18px;
  padding: 20px 25px;
  background-color: #f1f1f1;
  height: 100%;
  line-height: 30px;
}

.catalog-variants__list-item {
  display: flex;
  flex-direction: column;
}

.b-section-slider {
  background-color: #F7F7F7;
}
.b-section-slider .section-slider__slide {
  display: flex;
  justify-content: space-between;
}
.b-section-slider h2 {
  font-weight: 500;
  font-size: 44px;
  line-height: 1.2;
  color: #3C3C3C;
  margin-top: 0;
  margin-bottom: 30px;
}
.b-section-slider ul {
  padding-left: 20px;
  margin-bottom: 50px;
}
.b-section-slider ul > li {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: #3C3C3C;
  margin-bottom: 8px;
}
.b-section-slider ul > li::marker {
  color: #3c3c3c;
}
.b-section-slider ul > li:last-child {
  margin-bottom: 0;
}
.b-section-slider a {
  text-align: center;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.3;
	color: #FFFFFF;
  background-color: #ee6008;
	padding: 10px;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.b-section-slider a:hover {
  background-color: #000;
}
.b-section-slider .section-slider__text {
  flex: 1;
  padding-left: 110px;
  padding-top: 80px;
  max-width: 425px;
  padding-bottom: 20px;
}
.b-section-slider .section-slider__picture {
  width: 100%;
  max-width: 460px;  
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
}
.b-section-slider .section-slider__picture img {
  max-width: 100%;
}

/*--------------------------*/
.b-faq {
    position: relative;
}
.b-faq .faq__main-wrapper {
    width: 100%;
    height: 100%;
    counter-reset: faq;
}
.b-faq .faq__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.b-faq .faq__item {
    background: #fafafa;
    padding: 40px 90px 40px 100px;
    position: relative;
    max-width: 100%;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    transition: background-color 0.3s;
}
.b-faq .faq__item:last-child {
    border-bottom: 0;
}
.b-faq .faq__item:before {
    counter-increment: faq;
    content: counter(faq);
    font-size: 24px;
    color: #ed6108;
    font-weight: 500;
    position: absolute;
    left: 50px;
}
.b-faq .faq__item:nth-child(-n+9):before {
    content: "0" counter(faq);
}
.b-faq .faq__item:after {
    content: "+";
    font-size: 30px;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004F9F;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 33px;
    top: 40px;
    transition: background-color 0.3s;
}
.b-faq .faq__item.active:after {
    content: "-";
}
.b-faq .faq__question {
    font-size: 20px;
    font-weight: normal;
}
.b-faq .faq__answer {
    font-size: 16px;
    margin-top: 30px;
    display: none;
    width: 95%;
}
.b-faq .faq__item.active {
    background-color: #f2f5f7;
}

@media screen and (max-width: 1240px) {
  .catalog-variants__list {
    grid-template-columns: 1fr 1fr;
  }
  .b-section-slider .section-slider__picture {
    max-width: 375px;
  }
  .b-section-slider .section-slider__text {
    padding-left: 0;
    padding-top: 70px;
  }
  .b-section-slider h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .b-section-slider ul > li {
    font-size: 20px;
  }
  .b-section-slider ul {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-variants__list {
    gap: 15px;
  }

  .catalog-variants__list-item-img {
    margin-bottom: 0;
  }

  .catalog-variants__list-item-descr,
  .catalog-variants__list-item-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .catalog-variants__list-item-title {
    line-height: 30px;
  }
  .b-section-slider {
    padding: 0 20px;
    background-color: #fff;
  }
  .b-section-slider .main_content {
    padding: 0;
  }
  .b-section-slider .section-slider__slide {
    flex-direction: column-reverse;
    padding-bottom: 10px;
  }
  .b-section-slider .section-slider__picture {
    max-width: 100%;
  }
  .b-section-slider .section-slider__text {
    padding-left: 0;
    padding-top: 20px;
    max-width: 100%;
  }
  .b-section-slider h2 {
    font-size: 31px;
    margin-bottom: 10px;
  }
  .b-section-slider ul > li {
    font-size: 17px;
  }
  .b-section-slider ul {
    margin-bottom: 30px;
  }
  .b-section-slider a {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .catalog-variants__list {
    gap: 15px;
    grid-template-columns: 1fr;
  }
}

/* End */


/* Start:/local/templates/site_tpl/components/provita/calculator/main/style.css?16952005973729*/
/* Step slider */
.step-slider{
    position: relative;
}
.step-slider .line{
    background-color: #9E9E9E;
    height: 3px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.step-slider .line .filling{
    height: 100%;
    width: 50%;
    background-color: #00AFED;
}
.step-slider .segments{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.step-slider .segment{
    position: absolute;
    left: 50%;
    text-align: center;
    z-index: 1;
}


.step-slider .segment:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 9px;
    background-color: #9E9E9E;
    display: block;
    left: 50%;
    top: -3px
}
.step-slider .segment.past:before{
    background-color: #00AFED;
}



.step-slider .segment .seg-val{
    margin-top: 30px;
    display: block;
    color: #9E9E9E;
    font-size: 8px;
    transform: rotate(45deg);
    font-weight: 700;
}

.step-slider .segment.active .seg-val{
    color: #00AFED;
}


.step-slider .control{
    width: 22px;
    height: 22px;
    position: absolute;
    top: -11px;
    border-radius: 22px;
    border: 1px solid #00AFED;
    cursor: pointer;
    transition: left 0.1s;
}
.step-slider .control:after{
    content: "";
    background-color: #00AFED;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 1px;
    top: 1px;
    border-radius: 20px;
    z-index: 2;
}
/* /Step slider */


/* calculator */
.calculator-wrapper{
    background: #F1F1F1;
    margin-bottom: 30px;
    margin-top: 50px;
    position: relative;
}

.calculator-wrapper::before,
.calculator-wrapper::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #F1F1F1;;
}

.calculator-wrapper::before {
    left: -100%;
}

.calculator-wrapper::after {
    right: -100%;
}

.calculator-wrapper .content-container{
    /* max-width: 1230px; */
    margin: auto;
    padding: 50px 0 1px;
}

.calculator-wrapper .title{
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
}

.calculator-wrapper .selection-slider-wrapper{
    display: flex;
    margin-bottom: 50px;
}

.calculator-wrapper .selection-slider-wrapper .left-part{
    width: 320px;
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    background: linear-gradient(90deg, #00AFED 45.87%, #0094C2 70.37%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.calculator-wrapper .selection-slider-wrapper .right-part{
    width: calc(100% - 320px);
    background-color: #fff;
    margin-left: -30px;
    border-radius: 30px;
    display: flex;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
}
.calculator-wrapper .selection-slider-wrapper .right-part .property-slider{
    margin: auto;
    width: calc(100% - 40px);
}

.clearfix{
    clear: both;
}

.calculator-wrapper .selection-slider-wrapper.nitrogen{

}
.calculator-wrapper .selection-slider-wrapper.nitrogen .left-part{
    background: none;
    background-color: #000;
}

@media (max-width: 1000px){
    .calculator-wrapper .selection-slider-wrapper.nitrogen .step-slider .segment .seg-val{
        font-size: 10px;
    }
}

@media(max-width: 800px){
    .calculator-wrapper .selection-slider-wrapper{
        flex-wrap: wrap;
    }
    .calculator-wrapper .selection-slider-wrapper .left-part{
        width: 100%;
    }
    .calculator-wrapper .selection-slider-wrapper .right-part{
        width: 100%;
        height: 30px;
        margin: 0;
    }
    .step-slider .segment .seg-val{
        font-size: 11px;
    }
    .calculator-wrapper .selection-slider-wrapper.nitrogen .step-slider .segment .seg-val{
        font-size: 7px;
    }

}

/*/calculator*/



/* End */


/* Start:/local/templates/site_tpl/components/bitrix/form/calculator/bitrix/form.result.new/calculator/style.css?16487288272097*/


/*form*/

.form-wrapper{
    margin: 0 -7.5px 50px;
}
.form-wrapper .line{
    border-top: 1px solid #E5E5E5;
    margin: 0 7.5px 42.5px;
}

.form-wrapper .control{
    margin: 7.5px;
    box-sizing: border-box;
    float: left;
    width: calc(100% / 4 - 15px);
    /* background-color: #fff; */
}

.form-wrapper input[type="text"]{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    padding: 15px;
    height: 50px;
    box-sizing: border-box;
    font-size: 14px;
}
.form-wrapper input[type="text"].error{
    border: 1px solid red;
}

.form-wrapper .submit-btn{
    border: none;
    background: #ED6108;
    border-radius: 2px;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.2s;
}
.form-wrapper .submit-btn:hover{
    background: #f87c2f;
}
.form-wrapper .submit-btn:active{
    background: #d35507;
}

.form-wrapper .result-message{
    text-align: center;
}
.form-wrapper .error-message{
    margin: 0 7.5px;
}

.form-wrapper .accept-checkbox{
    text-align: right;
    margin: 0 7.5px;
}
.form-wrapper .accept-checkbox *{
    display: inline-block;
    vertical-align: middle;
}

.form-wrapper .checkbox-input{
    display: none;
}
.form-wrapper .checkbox-control{
    width: 20px;
    height: 20px;
    display: inline-block;

    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.form-wrapper .checkbox-control.error{
    border: 1px solid red;
}
.form-wrapper .checkbox-control:after{
    content: "✔";
}
.form-wrapper .checkbox-input:not([checked]) + .checkbox-control:after{
    display: none;
}

.form-wrapper .accept-checkbox{
    font-size: 12px;
}


@media(max-width: 800px){
    .form-wrapper .control{
        width: calc(100% / 2 - 15px);
    }
}
@media(max-width: 500px){
    .form-wrapper .control{
        width: calc(100% / 1 - 15px);
    }
}
/*/form*/






/* End */


/* Start:/local/templates/site_tpl/components/bitrix/form.result.new/form/style.css?17485221263311*/
/*------------------------*/
.b-form {
    
}
.b-form.b-form--callback {
    background: linear-gradient(180deg, #319ED7 0%, #00509F 100%);
    padding: 70px 20px 90px;
}
.b-form form {
    max-width: 845px;
    margin-left: auto;
    margin-right: auto;
}
.b-form .form__title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    color: #FFFFFF;
}
.b-form a:link, .b-form a:visited {
    text-decoration: underline !important;
    color: #fff;
}
.b-form a:hover {
    text-decoration: none;
}
.b-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]),
  .b-form select,
  .b-form textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.375;
    color: #242424;
}
.b-form textarea {
    min-height: 130px;
    resize: none;
}
.b-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]):focus,
  .b-form select:focus,
  .b-form textarea:focus {
    outline: none;
}
.b-form input::-webkit-placeholder,
  .b-form input::placeholder,
  .b-form textarea::-webkit-placeholder,
  .b-form textarea::placeholder {
    color: #45494a;
}
.b-form .form__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.b-form .form__item {
    width: calc(100% / 3);
    padding: 0 5px 10px;
    box-sizing: border-box;
}
.b-form .form__item--textarea {
    width: 100%;
}
.b-form .form__item--wide {
    width: 100%;
}
.b-form .form__item--captcha {
    display: flex;
    align-items: flex-end;    
}
.b-form .webform_captcha {
    margin-bottom: 10px;
}
.b-form .form__item--policy {
    width: 100%;
    color: #fff;
}
.b-form .form__item--info {
    width: 100%;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 1.375;
    color: #fff;
    text-align: center;
}
.b-form .form__caption {
    margin-bottom: 5px;
}
.b-form .form__errors {
    max-width: 845px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-size: 14px;
}
.b-form .form__submit-btn {
    width: 100%;
    border: none;
    background: #EE6008;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    padding: 19px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.b-form .form__submit-btn:hover {
    background-color: #000;
}
@media (min-width: 768px) and (max-width: 1239px) {
    .b-form {
        padding: 60px 20px;
    }
    .b-form .form__title {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .b-form {
        padding: 50px 20px 60px;
    }
    .b-form .form__title {
        text-align: left;
    }
    .b-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]),
    .b-form select,
    .b-form textarea {
        padding: 14px 10px;
        font-size: 14px;
    }
    .b-form .form__item {
        width: 100%;
        padding-bottom: 10px;
    }
    .b-form .form__item--captcha {
        flex-wrap: wrap;
    }
    .b-form .form__item--info {
        font-size: 14px;
    }
    .b-form .form__errors {
        margin-top: 15px;
        font-size: 12px;
    }
    .b-form .form__submit-btn {
        padding: 16px 0;
    }
}
  
/* End */
/* /local/templates/site_tpl/components/bitrix/catalog/products/bitrix/catalog.section/.default/style.css?17732194005095 */
/* /local/templates/site_tpl/components/provita/calculator/main/style.css?16952005973729 */
/* /local/templates/site_tpl/components/bitrix/form/calculator/bitrix/form.result.new/calculator/style.css?16487288272097 */
/* /local/templates/site_tpl/components/bitrix/form.result.new/form/style.css?17485221263311 */
