@font-face {
  font-family: 'MontserratAlternates';
  font-weight: 300;
  font-style: normal;

  src: local('MontserratAlternates Light'), local('MontserratAlternates-Light'),
  url('../fonts/MontserratAlternates-Light.woff2') format('woff2'),
  url('../fonts/MontserratAlternates-Light.woff') format('woff'),
  url('../fonts/MontserratAlternates-Light.otf') format('otf'),
  url('../fonts/MontserratAlternates-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'MontserratAlternates';
  font-weight: 400;
  font-style: normal;

  src: local('MontserratAlternates'), local('MontserratAlternates-Regular'),
  url('../fonts/MontserratAlternates-Regular.woff2') format('woff2'),
  url('../fonts/MontserratAlternates-Regular.woff') format('woff'),
  url('../fonts/MontserratAlternates-Regular.otf') format('otf'),
  url('../fonts/MontserratAlternates-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'MontserratAlternates';
  font-weight: 700;
  font-style: normal;

  src: local('MontserratAlternates Bold'), local('MontserratAlternates-Bold'),
  url('../fonts/Montserrat-Bold.woff2') format('woff2'),
  url('../fonts/MontserratAlternates-Bold.woff') format('woff'),
  url('../fonts/MontserratAlternates-Bold.otf') format('otf'),
  url('../fonts/MontserratAlternates-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'MontserratAlternates';
  font-weight: 900;
  font-style: normal;

  src: local('MontserratAlternates Black'), local('MontserratAlternates-Black'),
  url('../fonts/MontserratAlternates-Black.woff2') format('woff2'),
  url('../fonts/MontserratAlternates-Black.woff') format('woff'),
  url('../fonts/MontserratAlternates-Black.otf') format('otf'),
  url('../fonts/MontserratAlternates-Black.ttf') format('truetype');
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html, body {
	margin: 0;
  font-family: 'MontserratAlternates';
}
:focus{
  outline: none;
}

img {
  max-width: 100%;
}
.container {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}

/*
*** НЕКОРРЕКТНЫЙ .visually-hidden
*** Закомментирован до проверки работоспособности всего сайта без него.
*/
/*.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(100%);
  visibility: hidden;
}*/

/*
*** КОРРЕКТНЫЙ .visually-hidden ***
*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
.h1 {
	margin: 36px 0;
	font-size: 36px;
	line-height: 42px;
}
.h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  color: #1B1513;
}
.h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #1B1513;
}
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.015em;  
  color: #4F4F4F;
}
.button {
  width: 300px;
  box-sizing: border-box;
  display: inline-block;
  padding: 24px 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  font-family: 'PT Sans Narrow', 'Arial', sans-serif;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #297F00;
  border: 1px solid #297F00;
  cursor: pointer;
}
.button:hover {
  background-color: transparent;
  color: #297F00;
}
.button:focus {
  background-color: transparent;
  color: #297F00;
}
.button:active {
  background-color: rgba(41, 127, 0, 0.5);
  /* opacity: 0.5;*/
} 


.button_arrow{
  position: relative;
}
.button_arrow:after{
  content: '';
  position: absolute;
  right: 4px;
  top: 53%;
  transform: translateY(-50%);
}
.offer__title--special{
  color: #297F00;
  font-weight: 100
}

/* Цвета */
/*
  #1B1513
  #FFFFFF
  #297F00

  #BDBDBD
  #828282
  #4F4F4F

  #77B4ED
  #F2994A
  #EB5757
*/

/* ------------------- form -------------------------- */

.form {
}
.form__wrap {
  margin:1px 0;
}
.form__wrap input:focus{
  border: none;
  box-shadow: none;
  outline: none;
}
.form__title {
}





/*.form__business {
}
.form__phone {
}*/
.form__button-header {
}

/* --------------------------------------------------- */

.page-header {
  /*background-color: #fff;*/
}
/* --------------------- info ------------------------ */

.info {
  padding-top: 50px;
  padding-bottom: 50px;
}

.info__wrappper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.info__box {
  max-width: 128px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.info__picture {
  margin-bottom: 9px;
}
/* .info__image {
} */
.info__text {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
}
.info__content {
  display: block;
}

.info__content-inner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info__phone {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-decoration: none;
  color: #F8F8F8;
}

.info__callback-button {
  margin-top: 10px;
}

.info__callback-button:hover, 
.info__callback-button:focus {
  background-color: #006400;
  color: white;
}

.info__callback-button:active {
  opacity: 0.7;
}

/* -------------------------- offer --------------------- */

.offer {
}
.page__heading {
}

.offer__wrappper {
  display: flex;
  justify-content: space-between;
}
.offer__content {
  width: 60%;
}
.offer__title {

}
.offer__text {

}
.offer__list {

}
.offer__item {
  margin-left: 20px;
  margin-bottom: 30px;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
}
.offer__item::before {
  position: absolute;
  content: "";
  top: 5px;
  left: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #297f00;
}
.offer__link {
  font-weight: bold;
  color: #297f00;
  cursor: pointer;
}
.offer__promo {
  width: 40%;
}
.offer__inner {
  width: 300px;
  margin-left: auto;
}
.offer__sub-title--form {
  color: #F8F8F8
}





.features__heading{
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  color: #1B1513;
}
.bitrix-slogan{
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #828282;
}
.bitrix-slogan .bitrix-slogan__name{
  font-size: 25px;
  line-height: 30px;
  color: #297F00;
  font-weight: 100;
}
.features__list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 52px;
}
.features__item{
  max-width: 380px;
  margin: 35px 85px;
}
.features__icon-row{
  border-bottom: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
  height: 80px;
  position: relative;
}
.features__icon-row:after{
  content: '';
  height: 1px;
  width: 80px;
  background-color: #BDBDBD;
  position: absolute;
  top: 0px;
  left: 0px;
}
.features__icon{
  margin-bottom: -4px;
  max-width: 56px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.features__item .features__title,
.features__item .features__text{
  padding-left: 80px;
}
.features__item .features__title{
  font-size: 25px;
  line-height: 30px;
  color: #1B1513;
  margin-bottom: 15px;
}
.features__item .features__text{
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.015em;
  color: #4F4F4F;
}



.about{
  margin-top: 89px;
}
.about__wrappper{
  display: flex;
  justify-content: center;
}
.about__content{
  width: 100%;
}
.about__row {
  display: flex;
  justify-content: center;
}
.about__item{
  margin:5px;
}
.about__desc{
  max-width: 300px;
}
.about__title{
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
}
.about__name{
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #297F00;
  margin-top: 50px;
  display: inline-block;
}
.about__logo{
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  color: #1B1513;
  margin-top: 15px;
  display: inline-block;
  font-family: 'calibri';
  font-style: italic;
}
.about__text{
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.015em;
  color: #4F4F4F;
  margin-top: 25px;
}
.about__row{
  display: flex;
  justify-content: center;
}



.feedback__heading{
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  color: #1B1513;
}
.feedback__title{
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #1B1513;
  width: 100%;
  border-bottom: 1px solid #BDBDBD;
}
.feedback__box{
  padding: 43px;
  padding-bottom: 22px;
  padding-right: 0px;
}
.feedback__text{
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.015em;
  color: #4F4F4F;
}
.feedback__box{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.feedback__inner{
  max-width: 500px;
  padding-left: 50px;
  box-sizing: border-box;
}
.feedback__item{
  margin-right: 300px;
}
.feedback__item.slick-active .feedback__image{
  transform: none;
  position: static;
}
.feedback__image{
  position: absolute;
  transform: scale(.5) translateX(-210%);
  transition: .8s;
}
.feedback__slider{
  position: relative;
}
.feedback__slider .slick-arrow{
  border: 1px solid #828282;
  box-sizing: border-box;
  width: 100px;
  height: 30px;
  position: absolute;
  bottom: -44px;
  left: auto;
  top: auto;
}
.feedback__slider .slick-arrow:before{
  color: #828282;
}
.feedback__slider .slick-arrow:hover:before{
  color: #fff;
}
.feedback__slider .slick-arrow.slick-prev:before{
  content: "<";
}
.feedback__slider .slick-arrow.slick-next:before{
  content: ">";
}
.feedback__slider .slick-arrow.slick-next{
  right: 300px;
}
.feedback__slider .slick-arrow.slick-prev{
  right: 399px;
}
.feedback__slider .slick-arrow:hover{
  background-color: #297F00;
  color: #fff;
}



.stages{
  margin-bottom: 200px;
  padding-top: 200px;
}

.stages__list {
  list-style-type: none;
}

.stages__item{
  margin-right: 300px;
  margin-top: 80px;
}
.stages__item_orange .stages__name,
.stages__item_orange .stages__number span{
  color: #F2994A;
}
.stages__item_blue .stages__name,
.stages__item_blue .stages__number span{
  color: #2D9CDB;
}
.stages__item_red .stages__name,
.stages__item_red .stages__number span{
  color: #EB5757;
}
.stages__item_green .stages__name,
.stages__item_green .stages__number span{
  color: #297F00;
}


.stages__number{
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}
.stages__name{
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.stages__title-section{
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  color: #1B1513;
}
.stages__header-row{
  padding-bottom: 6px;
  border-bottom: 1px solid #BDBDBD;
  display: flex;
  justify-content: flex-start;
}
.stages__number{
  width: 350px;
}
.stages__container{
  padding-top: 30PX;
  display: flex;
  justify-content: space-between;
}
.stages__icon-container{
  max-width: 350px;
  width: 100%;
}
.stages__contant{
  width: 100%;
}
.stages__title {
  margin: 0;
  padding: 0;

  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #1B1513;
}

.stages__text{
  margin-top: 10px;

  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.015em;
  color: #4F4F4F;
}

.stages__number span{
  font-weight: bold;
}


/* ***********************************************************************************
*** ========= Стили для приложения "Калькулятор расчёта стоимости сайта" ========= ***
*********************************************************************************** */
.site-cost-calculator {
  padding-top: 80px;
  color: #ffffff;
  background-color: #1b1513; }

.site-cost-calculator__inner-container {
  padding-right: 20px;
  padding-left: 20px; }

.site-cost-calculator__heading-wrapper {
  position: relative; }
  .site-cost-calculator__heading-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 50px;
    background-color: #1b1513;
    background-image: url("../images/icon-calculator.svg");
    background-repeat: no-repeat;
    background-position: 0 0; }

.site-cost-calculator__heading {
  width: 250px;
  margin-top: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px; }

.site-cost-calculator__total,
.container--calculator-total {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-height: 100px;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  background-color: #297f00; }

.site-cost-calculator__total-title {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px; }

.site-cost-calculator__total-cost {
  display: flex;
  align-items: center;
  margin: 30px 0; }

.site-cost-calculator__total-cost-number,
.site-cost-calculator__total-cost-currency {
  font-size: 45px;
  font-weight: 700;
  line-height: 45px; }

.site-cost-calculator__request-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #ffffff; }
  .site-cost-calculator__request-button:hover, .site-cost-calculator__request-button:focus {
    color: #297f00;
    background-color: #ffffff; }
  .site-cost-calculator__request-button:active {
    opacity: 0.5; }

/*
================================
--------- МЕДИАЗАПРОСЫ ---------
================================
*/
@media (min-width: 768px) {
  .site-cost-calculator__heading-wrapper::after {
    right: auto;
    left: 0; }
  .site-cost-calculator__heading {
    width: auto;
    margin-bottom: 0;
    padding-left: 60px; }
  .site-cost-calculator__additional-info {
    padding-left: 60px; }
  .site-cost-calculator__form {
    margin-top: 60px; }
  .site-cost-calculator__total,
  .container--calculator-total {
    flex-direction: row; }
  .site-cost-calculator__request-button {
    width: 300px; } }

.calculator-form__fieldset {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  border: none;
  border-bottom: 1px solid #4f4f4f; }
  .calculator-form__fieldset:last-child {
    border-bottom: none; }

.calculator-form__fieldset-name {
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px; }

.calculator-form__fields {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 40px; }

.calculator-form__subtotal {
  width: 300px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #297f00; }

/*
================================
--------- МЕДИАЗАПРОСЫ ---------
================================
*/
@media (min-width: 768px) {
  .calculator-form__fieldset {
    flex-direction: row; } }

.calculator-fields-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px; }

.calculator-fields-list__item {
  margin-bottom: 20px;
  margin-left: 40px; }
  .calculator-fields-list__item:last-child {
    margin-bottom: 0; }
  .calculator-fields-list__item--site-type {
    margin-left: 0; }

.calculator-fields-list__item-name {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.5; }
  .calculator-fields-list__item-name::before, .calculator-fields-list__item-name::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px; }
  .calculator-fields-list__item-name::after {
    display: none; }

.calculator-fields-list__item-name:hover {
  opacity: 1; }

.calculator-fields-list__item-input:checked + .calculator-fields-list__item-name {
  opacity: 1; }
  .calculator-fields-list__item-input:checked + .calculator-fields-list__item-name::before {
    border-color: #297f00; }
  .calculator-fields-list__item-input:checked + .calculator-fields-list__item-name::after {
    display: block; }

.calculator-fields-list__item-input--site-type:checked + .calculator-fields-list__item-name--site-type-label {
  background-color: #297f00;
  border-color: #297f00; }

.calculator-fields-list__item-name--site-type-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 200px;
  min-height: 70px;
  border: 1px solid #ffffff; }
  .calculator-fields-list__item-name--site-type-label:hover {
    cursor: pointer; }
  .calculator-fields-list__item-name--site-type-label::before, .calculator-fields-list__item-name--site-type-label::after {
    display: none; }

.calculator-fields-list__item-name--radiobutton::before, .calculator-fields-list__item-name--radiobutton::after,
.calculator-fields-list__item-name--checkbox::before,
.calculator-fields-list__item-name--checkbox::after {
  border-radius: 50%; }

.calculator-fields-list__item-name--radiobutton::before,
.calculator-fields-list__item-name--checkbox::before {
  border: 1px solid #ffffff; }

.calculator-fields-list__item-name--radiobutton::after,
.calculator-fields-list__item-name--checkbox::after {
  left: -34px;
  width: 12px;
  height: 12px;
  background-color: #297f00;
  border: 1px solid #297f00; }

.calculator-fields-list__item-name--checkbox::before, .calculator-fields-list__item-name--checkbox::after {
  top: 0;
  transform: translateY(0);
  border-radius: 0; }

.calculator-fields-list__item-name--checkbox::after {
  content: url("../images/icon-check.svg");
  top: 0;
  background-color: transparent;
  border: none; }

/*
================================
--------- МЕДИАЗАПРОСЫ ---------
================================
*/
@media (min-width: 768px) {
  .calculator-fields-list {
    flex-direction: row;
    justify-content: space-between; }
    .calculator-fields-list--site-type-fieldslist {
      justify-content: flex-start; }
  .calculator-fields-list__item {
    margin-left: 40px; }
  .calculator-fields-list__item--site-type {
    margin-left: 20px; }
    .calculator-fields-list__item--site-type:first-child {
      margin-left: 0; }
  .calculator-fields-list__item-name {
    display: flex;
    width: 300px; }
    .calculator-fields-list__item-name--site-type-label {
      width: auto; } }

/* ***********************************************************************************
*** ================== конец стилей для приложения "Калькулятор" ================= ***
*********************************************************************************** */



.offer.offer--callback{
  padding-top: 200px;
  background-image: url('../images/offer--bg.jpg');
  background-size: cover;
  padding-bottom: 126px;
  background-position: center; 
}
.offer__title{
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  color: #F8F8F8;
}
.offer__text{
  font-size: 25px;
  line-height: 30px;
  color: #F8F8F8;
  margin:0px;
  padding-bottom: 10px;
  margin-top: 50px;
}
.offer__text .offer__link{
  color: #297F00;
}
.offer--callback-wrappper{
  display: block;
}
.offer__form-container{
  display: flex;
  justify-content: space-between;
}
.offer__list_footer{
  width: 100%;
  margin-top: 83px;
}
.offer__list_footer .offer__item{
  font-size: 18px;
  line-height: 22px;
  color: #F8F8F8;
}
.offer__form_footer{
  min-width: 500px;
}
.offer--callback-wrappper .offer__content{
  width: 100%;
} 
.offer--callback-wrappper .form__text{
  font-weight: normal;
  font-size: 8px;
  line-height: 130%;
  text-align: justify;
  letter-spacing: 0.01em;
  color: #F8F8F8;
}

.form__fullname,
.form__business,
.form__phone,
.form__mail {
  width: 300px;
  height: 70px;
  box-shadow: none;
  padding-left: 20px;
  border: none;
  box-sizing: border-box;
  background-color: rgba(170,170,170,.8);
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #F8F8F8;
}
.form__input::-webkit-input-placeholder {color: #F8F8F8;font-weight: 100;font-size: 14px;}
.form__input::-moz-placeholder {color: #F8F8F8;font-weight: 100;font-size: 14px;}
.form__input:-moz-placeholder {color: #F8F8F8;font-weight: 100;font-size: 14px;}
.form__input:-ms-input-placeholder {color: #F8F8F8;font-weight: 100;font-size: 14px;}

.offer--callback .form__text{
  margin: 0px;
}
.offer--callback .form__confidencial{
  margin-top: 30px;
  margin-bottom: 10px;
}

.page-footer{
  background: #1B1513;
  padding-top: 123px;
  padding-bottom: 124px;
}
.info-company{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
}
.social-list{
  list-style: none;
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.contacts__container{
  padding: 0px;
}
.contacts__container-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
  border-top: 1px solid #4F4F4F;
  border-bottom: 1px solid #4F4F4F;
}
.contacts__container-col{
  width: 100%;
}
.contacts__container-col-300{
  max-width: 300px;
}
.contacts__phone{
  font-size: 18px;
  line-height: 22px;
  color: #297F00;
  text-decoration: none;
}
.navigation__list--footer{
  display: flex;
  padding-top: 60px;
  justify-content: space-between;
  align-items: center;
}
.navigation__list--footer .navigation__link{
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #F8F8F8;
  text-decoration: none;
}
.contacts__title{
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #F8F8F8;
}
.contacts__text,
.contacts__text a{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: #BDBDBD;
}
.contacts__text{
  margin-top: 30px;
}
.contacts__phone-row{
  display: flex;
  justify-content: space-between;
}
.contacts__phone-row-2{
  margin-top: 30px;
}


.offer-middle__wrapper{
  position: relative;
  margin-top: 154px;
}
.offer-middle__visual{
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: inline-block;
}
.offer-middle__content{
  position: relative;
  width: 100%;
  max-width: 940px;
  height: 200px;
  background: #77B4ED;
  text-align: center;
  top: 38px;
  left: 50%;
  transform: translate(-35%, -100%);
  padding-top: 30px;
  padding-bottom: 38px;
  box-sizing: border-box;
}
.offer-middle__inner{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.offer-middle__title{
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #FFFFFF;
}
.offer-middle__phrase{
  color: #1B1513;
}
.offer-middle__button{
  display: block;
  background: #77B4ED;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  width: 340px;
  height: 48px;
  border: 1px solid #fff;
  line-height: 48px;
  text-decoration: none;
}
.offer-middle__button.button_arrow:after{
  content: url(../images/btn-arrow-icon-white.svg);
}
.offer-middle__button:hover{
  color: #000;
  background: #fff;
  cursor: pointer;
}
.offer-middle__button:focus,
.offer-middle__button:active{
  color: #000;
  background: rgba(255, 255, 255, .5);
  cursor: pointer;
}

.offer-middle__button:hover.button_arrow:after,
.offer-middle__button:focus.button_arrow:after,
.offer-middle__button:active.button_arrow:after{
  content: url(../images/btn-arrow-icon-black.svg);
}

.price__list{
  list-style: none;
  padding-left: 0px;
  margin-top: 90px;
}
.price__list-element{
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  color: #4F4F4F;
  margin-bottom: 30px;
  padding-left: 0px;
  cursor: pointer;
}
.price__mark{
  margin-top: 55%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.015em;
  color: #297F00;
}
.price__mark span{
  font-weight: bold;
}
.price__list-element.active,
.price__list-element:hover{
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #297F00;
}
.price{
  padding-top: 200px;
}
.price__wrappper{
  max-width: 300px;
}
.price__heading{
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  color: #1B1513;
  margin-top: 0px;
}
.price__element{
  width: 415px;
  height: 310px;
  padding: 12px 14px;
  position: relative;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  margin:11px; 
  max-width: 415px;
}
.price__element-text{
  position: relative;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.price__element-sub-title{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  position: relative;
  color: #4F4F4F;
}
.price__element-title{
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #1B1513;
}
.price__element-price-row{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  top: 100%;
  transform: translateY(-200%);
}
.price__element-days{
  font-style: normal;  
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
}
.price__element-days span{
  color: #297F00;
  font-weight: bold;
}
.price__element-price-col{
  text-align: right;
}
.price__element-old-price{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  text-decoration-line: line-through;
  color: #4F4F4F
}
.price__element-old-price_not-cross{
  text-decoration-line:none;
}
.price__element-new-price{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #4F4F4F;
  margin-top: 10px;
}
.price__element-new-price span{
  color: #297F00;
  font-weight: bold;
}
.price__element--hover-content{
  display: none;
}
.price__element--hover-content img{
  max-height:260px;
}
.price__element:hover .price__element--hover-content{
  display: flex;
}
.price__element:hover{
  padding: 0px;
}
.price__element:hover .price__element--static-content{
  display: none
}
.price__element--static-content{
  height: 100%;
}
.price__element--hover-content{
  height: 100%;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  flex-direction: column;
}
.price__element--btn{
  width: 100%;
  height: 48px;
  border:1px solid #297F00;
  font-weight: bold;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color: #297F00;
  background: #fff;
  text-decoration: none;
}

.price__element--btn.button_arrow:after{
  content: url(../images/btn-arrow-icon-green.svg);
}
.price__element--btn:hover{
  background: #297F00;
  color: #fff;
}
.price__element--btn:active,
.price__element--btn:focus{
  background: rgba(41, 127, 0, .5)
  color: #fff;
}
.price__element--btn:hover.button_arrow:after,
.price__element--btn:active.button_arrow:after,
.price__element--btn:focus.button_arrow:after{
  content: url(../images/btn-arrow-icon-white.svg);
}


.price-btn__row{
    margin-top: 100px;
}
.price-btn__btn {
  display: inline-block;
  
  width: 100%;
  min-height: 48px;

  font-weight: bold;
  font-size: 18px; 
  line-height: 48px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  
  border:1px solid #297F00;
  background: #297F00;
}
.price-btn__btn:hover{
  color: #297F00;
  background: transparent;
}
.price-btn__btn:active,
.price-btn__btn:focus{
  background: rgba(41, 127, 0, .5)
}



.price__container{
  display: flex;
  justify-content: space-between;

  padding: 0;
  padding-left: 20px;
}
.price__content{
  width: 100%;
}
.price__content-type{
  display: none;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.price__content-type.active{
  display: flex;
}

/* =========== Секция "Преимущества компании" =========== */
.company-advantages {
  margin-top: 150px;
}

.company-advantages__heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
  color: #1B1513;
  text-align: center;
}

.advantages-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  margin: 0;
  padding: 0;

  list-style-type: none;
}

.advantages-list__item {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 280px;
  min-height: 240px;

  margin-top: 1px;
  margin-right: 1px;
  padding-right: 10px;
  padding-left: 10px;

  color: #ffffff;

  background-color: green;
}

.advantages-list__item:last-child {
  margin-right: 0;
}

.advantages-list__text {
  padding: 0 10px;

  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.advantages-list__text--bold {
  margin-bottom: 0;

  font-size: 30px;
  font-weight: 700;
}

/* === конец стилей для секции "Преимущества компании === */

.main-slide__title{ 
  color: #1B1513;
}
.main-slide-sub-title{
  font-size: 14px;
  line-height: 17px;
  color: #F8F8F8;
  margin-top: 21px;
  margin-bottom:30px;
}
.main-slide-sub-title span{
  font-weight: bold;
}
.main-slide__sub-title-block{
  margin-top: 55px;
  margin-bottom: 55px;
}
.main-slide__sub-title-block p{
  margin: 15px 0px;
}
.main-slide-offer{
  position: relative;
  overflow-x: hidden;
}  
.main-slide-offer__progress-bar{
  position: absolute;
  width: 0;
  height: 1px;
  left: 0px;
  top: 160px;
  transition: width 3s linear;
  background: #BDBDBD;
}
.main-slide-offer__progress-bar.in-progress{
  width: 63%;
}
body.page{
  background-image: url('../images/main-slide-bg.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 37% auto;
}



.portfolio{
  min-height: 800px;
  background-color: #1B1513;
  position: relative;
}
.portfolio__progress-bar{
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  transition: width 5s linear;
  width: 0px;
  height: 1px;
  background: #4F4F4F;
}
.portfolio__slide{
  min-height: 800px;
  padding-top: 89px;
  padding-bottom: 111px;
  box-sizing: border-box;
  visibility: hidden;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
}
.portfolio__slide.active{
  visibility: visible;
  max-height: none;
  overflow:auto;
  position: static;
}
.portfolio__progress-bar.in-progress{
  width: 70%;
}
.portfolio__visual{
  position: absolute;
  height: 100%;
  width: 30%;
  top: 0px;
  right: 0px;
  border-left: 1px solid #4F4F4F;
  z-index: 4;
}
.portfolio__visual-main{
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.portfolio__visual-bg{
  height: 100%;
  width: 100%;
  background: #1b1513;
  overflow: hidden;
  position: absolute;
  top:0;
  left: 0px;
}
.portfolio__visual-main > img{
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
}
.portfolio__visual-left{
  position: absolute;
  top:50%;
  left: 0px;
  transform: translate(0%, -100%); 
  z-index: -1;
}
.portfolio__visual-left.active{
  transform: translate(-100%, -100%);
  transition: transform .6s linear;
  visibility: visible;
}
.portfolio__visual-left.hide{
  transform: translate(0%, -100%);
  transition: transform .6s linear;
  opacity: 1;
  visibility: visible;
}
.portfolio__visual-right{
  position: absolute;
  top:50%;
  left: 0px;
  width: 0;
  overflow: hidden;
}
.portfolio__visual-right img{
  max-width: 300px;
  width: auto;
}
.portfolio__visual-right.active{
  transition: width .6s linear;
  width: 300px;
  visibility: visible;
}
.portfolio__visual-right.hide{
  transition: width .6s linear;
  opacity: 1;
  width: 0px;
}
.portfolio__wrappper{
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.portfolio__content.hide{
  opacity: 0;
}
.portfolio__heading{
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  color: #F8F8F8;
  margin: 0px;
}
.portfolio__bitrix-slogan{
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #828282;
  margin-top: 10px;
}
.portfolio__type{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #828282;
  margin-top: 111px;
}
.portfolio__name{
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #F8F8F8;
  margin-top: 33px;
  max-width: calc(70% - 300px);
}
.portfolio__text{
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.015em;
  color: #BDBDBD;
  max-width: 390px;
  margin-top: 40px;
}
.portfolio__inner{
  margin-top: 93px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.portfolio__button{
  background: #297F00;
  border: 1px solid #1B1513;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #F8F8F8;
  height: 70px;
}
.portfolio__control{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 70px;
  margin-left: 50px;
}
.control__count{
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #828282
}
.control__box{
  display: flex;
}
.control__button{
  border: 1px solid #828282;
  box-sizing: border-box;
  width: 100px;
  height: 30px;
  background: transparent;
}
.control__button:before {
  color: #828282;
}
.control__button:hover {
  background-color: #297F00;
  color: #fff;
  border: 1px solid #297F00;
}
.control__button:hover:before {
  color: #fff;
}
.control__button--prev:before {
  content: "<";
}
.control__button--next:before {
  content: ">";
}

.price__content-type .slick-dots li{
  background: #BDBDBD;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all .3s linear;
  margin: 0 25px; 
}
.price__content-type .slick-dots li.slick-active{
  background: #297F00;
  width: 15px;
  height: 15px;
}
.price__content-type .slick-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -50px;
}
.contacts__container-col-mob{
  display: none;
}
.offer-middle__visual-mob{
  display: none;
}
.hide{
  opacity: 0;
}
.portfolio-mob{
  display: none;
}
.offer__content__footer{
  position: relative;
}
.offer--callback__prpogress-row{
  width: 0;
  position:absolute;
  height: 1px;
  left: 0px;
  bottom: -2px;
  transition: width 3s linear;
  background: #BDBDBD;
}
.offer--callback__prpogress-row.in-progress{
  width: calc(100% - 300px);
}

/* ======== МОДАЛЬНОЕ ОКНО: Форма заказа обратного звонка ======== */
.modal {
  position: fixed;
  display: none;
}

.modal--overlay {
  top: 0;
  left: 0;

  width: 100vw;
  height: 100vh;

  background-color: rgba(0, 0, 0, 0.8);
}

.modal--open {
  display: block;
}

.modal--window {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background-color: #ffffff;
}

.modal__inner-wrapper {
  position: relative;

  width: 650px;
  min-height: 550px;

  padding-top: 20px;
  padding-bottom: 20px;
}

.modal__close-button-container {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal__close-button {
  position: relative;

  width: 20px;
  height: 20px;

  background-color: transparent;
  border: none;
}

.modal__close-button::before,
.modal__close-button::after {
  content: "";

  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  width: 24px;
  height: 3px;

  background-color: gray;
}

.modal__close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__close-button:hover::before,
.modal__close-button:focus::before,
.modal__close-button:hover::after,
.modal__close-button:focus::after {
  background-color: green;
}

.modal__close-button:active {
  opacity: 0.7;
  transform: scale(0.9);
}

.modal__form-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
}

.callback-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;

  width: 100%;
  min-height: 400px;
}

.callback-form__fieldset {
  width: 100%;

  margin: 0;
  padding: 0;
  padding-right: 100px;
  padding-left: 100px;

  border: none;
  box-sizing: border-box;
}

.callback-form__tel-field-wrapper {
  position: relative;
}

.callback-form__field {
  display: flex;
  align-items: center;

  width: 100%;
  min-height: 90px;
}

.callback-form__field-name {
  width: auto;
  margin-right: 20px;

  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.callback-form__input {
  flex-grow: 1;

  width: auto;

  padding-bottom: 5px;
  padding-left: 5px;

  border: none;
  border-bottom: 1px solid #dcdcdc;
}

.callback-form__input:hover,
.callback-form__input:focus {
  border-bottom-color: #000000;
}

.callback-form__valid-tel-format {
  position: absolute;
  top: 56px;

  font-size: 12px;
  font-weight: 400;
  line-height: 6px;
}

.callback-form__valid-tel-format-text {
  color: gray;
}

.callback-form__valid-tel-format--show .callback-form__valid-tel-format-text {
  color: red;
}

.callback-form__privacy-policy {
  margin-top: 40px;
}

.callback-form__privacy-policy-agreement {
  position: relative;

  margin-left: 20px;

  color: #808080;
}

.callback-form__privacy-policy-agreement::before,
.callback-form__privacy-policy-agreement::after {
  content: "";

  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);

  display: block;
}

.callback-form__privacy-policy-agreement::before {
  width: 15px;
  height: 15px;

  border: 1px solid #808080;
}

.callback-form__privacy-policy-agreement::after {
  content: url("../images/form-checkbox-tick.svg");

  left: -28px;

  display: none;
}

.callback-form__privacy-policy-checkbox:focus + .callback-form__privacy-policy-agreement::before,
.callback-form__privacy-policy-agreement:hover::before {
  border-color: #000000;
}

.callback-form__privacy-policy-checkbox:checked + .callback-form__privacy-policy-agreement::before {
  border-color: #000000;
}

.callback-form__privacy-policy-checkbox:checked + .callback-form__privacy-policy-agreement::after {
  display: block;
}

.callback-form__privacy-policy-link {
  color: green;
}

.callback-form__submit-button {
  margin-top: 70px;
}
/* === конец стилей для модального окна с Формой заказа звонка === */


/* ======= Стили для страницы успешной отправки Формы ====== */
.success-message-page__main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 100vw;
  height: 100vh;
}

.success-message-page__description {
  width: 600px;
  text-align: center;
}

.success-message-page__return-link {
  width: auto;
  margin-top: 60px;
}
/* === конец стилей для страницы успешной отправки Формы === */


@media(max-width: 1600px){
  body.page{
    background-size: 39%;
  }
}
@media(max-width: 1440px){
  body.page{
    background-size: 39%;
  }
}
@media(max-width: 1366px){
  body.page{
    background-size: 39%;
  }
}

.showOnMob{
  display: none;
}

@media(max-width: 1024px){
  .stages__item{
    margin-right: 0px;
  }
  .features__list{
    justify-content: space-between;
  }
  .features__item{
    margin: 25px 30px;
  }
  .about__wrappper{
    flex-wrap: wrap;
  }
  .about__desc{
    max-width: none;
    margin-top: 50px;
  }
  .offer-middle__wrapper{
    margin-top: 64px;
  }
  .offer-middle__content{
    left: 0px;
    transform: translate(0);
  }
  .price__content-type{
    max-width: 415px;
    margin-left: auto;
  }
  .price__list{
    margin-top: 20px;
  }
  .price__mark{
    margin-top: auto;
  }
}
@media(max-width: 768px){
  .features__item{
    max-width: 100%;
  }
  .feedback__item{
    margin-right: 0px;
  }
  .feedback__box{
    padding-left: 0px;
  }
  .feedback__image{
    position: static;
    transform: none;
  }
  .feedback__slider .slick-arrow.slick-next{
    right: 0px;
  }
  .feedback__slider .slick-arrow.slick-prev{
    right: 99px;
  }

  .page-footer{
    padding-bottom: 84px;
  }
  .navigation__list--footer{
    flex-direction: column;
  }
  .contacts__container-col-dt{
    display: none;
  }
  .contacts__container-col-mob{
    display: block;
  }
  .contacts__container-row{
    flex-wrap: wrap;
  }
  .contacts__container-col-300{
    width: 100%;
    max-width: 100%;
  }
  .contacts__container-col--mail,
  .contacts__container-col--adress{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contacts__text{
    margin-top: 0px;
  }
  .contacts__phone-row-2,  
  .contacts__container-col--mail,
  .contacts__container-col--adress{
    margin-top: 20px;
  }
  .contacts__container-row{
    border-top:none;
  }
  .contacts__container-col--phones{
    padding-bottom: 25px;
    border-bottom: 1px solid #4F4F4F;
  }

  .offer-middle__visual img{
    width: 100vw;
  }
  .offer-middle__content{
    top: -4px;
  }
  .portfolio-mob{
    display: block;
  }

  .portfolio{
    display: none;
  }
  .portfolio-mob{
    padding-top: 115px;
    background: #1B1513;
  }
  .portfolio__box{
    padding:  0 20px;
  }
  .portfolio-mob__slider{
    margin-top: 43px;
    padding-bottom: 185px;
  }
  .portfolio-mob__type{
    padding: 77px 46px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #BDBDBD;
    position: static;
    display: block;
  }
  .portfolio-mob__img-cintainer,
  .portfolio-mob__img-cintainer img{
    width: 100%;   
    display: block; 
  }
  .portfolio-mob__description{
    padding: 30px 20px; 
  }
  .portfolio-mob__description .portfolio__name,
  .portfolio-mob__description .portfolio__text{
    padding: 0 28px;
    box-sizing: border-box;
  }
  .portfolio-mob__button-box{
    width: 100%;    
    text-align: center;
    margin-top: 40px;
  }
  .portfolio-mob__button-box .portfolio__button{
    width: 100%;
    height: 70px;
    background: #297F00;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    max-width: 400px;
  }

  .portfolio-mob .portfolio__name,
  .portfolio-mob .portfolio__text{
    width: 100%;
    max-width: 100%;
  }

  .portfolio-mob__slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 122px;
  }
  .portfolio-mob__slider .slick-dots li{
    background: #BDBDBD; 
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all .3s linear;
    margin: 0 25px;
  }
  .portfolio-mob__slider .slick-dots li.slick-active {
    background: #297F00;
    width: 15px;
    height: 15px;
  }
}
@media(max-width: 500px){
  .price__wrappper{
    max-width: 100%;
  }
  .price-btn__row{
    margin-bottom: 70px;
  }
  .container {
    padding:  0 20px;
  }
  .offer__wrappper{
    flex-wrap: wrap;
  }
  .offer__content,
  .offer__promo{
    width: 100%;
  }
  .features__heading{
    font-size: 35px;
  }
  .price__container{
    flex-wrap: wrap;
  }
  .price__wrappper,
  .price__wrappper{
    width: 100%;
  }
  .offer__form-container{
    display: block;
  }
  .stages__container{
    flex-wrap: wrap;
  }
  .stages__item{
    margin-top: 80px;
  }
  .stages__contant{
    margin-top: 30px;
  }
  .offer__form_footer{
    width: 100%;
  }
  .form__fullname, .form__business, .form__phone, .form__mail{
    width: 100%;
  }
  .offer__form_footer .button{
    width: 100%;
  }
  .feedback__box{
    flex-wrap: wrap;
  }
  .feedback__item .feedback__image{
    max-width: 100px;
    transition: 0s
  }
  .feedback__inner{
    padding-left: 0px;
    width: 100%;
    margin-top: 50px; 
  }
  .feedback__slider .slick-arrow{
    display: none!important;
  }
  .price{
    padding-top: 144px;
  }
  .offer-middle__visual-dt{
    display: none;
  }
  .offer-middle__visual-mob{
    display: block;
  }
  .offer-middle__content{
    background: transparent;
  }
  .offer-middle__title{
    display: none;
  }
  .offer-middle__button{
    background: transparent;
    color: #297F00;
    border: 1px solid #297F00;
  }
  .features__item{
    margin:25px 0px;
  }
  .price__mark{
    display: none;
  }
  .offer__inner,
  .form__button-header{
    width: 100%;
  }
  body.page{
    background: none;
  }
  .portfolio{
    display: none;
  }
  .offer__inner{
    width: 100vw;
    margin-left: -20px;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 142px;
    padding-bottom: 132px;
    background-image: url(../images/main-slide-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .navigation__item{
    width: 100%;
    margin:25px 0px;
    text-align: left;
  }
  .contacts__container-col-mob{
    display: flex;
    flex-direction: column;
  }
  .contacts__phone-row,
  .contacts__container-col--mail,
  .contacts__container-col-300{
    justify-content: flex-start;
  }
  .contacts__container-col--mail,
  .contacts__container-col-300,
  .contacts__phone-row{
    margin:25px 0px;
  }
  .contacts__title{
    margin-right: 15px;
  }
  .info-company{
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .social-list{
    padding-left: 0px;
    margin-top: 100px;
  }
  .stages__title{
    margin-bottom: 20px;
  }
  .info{
    padding-bottom: 175px;
  }
  .info__wrappper .info__text{
    display: none;
  }
  .info__phone{
    color: #297F00;
  }
  .main-slide__sub-title-block{
    padding-top: 203px;
    padding-bottom: 186px;
    margin-bottom: 0px;
    margin-top: 12px;
  }
  .main-slide__sub-title-block,
  .main-slide__offer__list{
    box-sizing: border-box;
    padding-left: 26px;
    border-left: 1px solid #BDBDBD;
  }
  .main-slide__sub-title-block .offer__sub-title{
    margin-bottom: 54px;
    font-weight: bold;
    font-size: 24px;
    line-height: 135.4%;
  }
  .main-slide__offer__list .offer__link{
    display: none;
  }

  .offer__promo{
    margin-top: 136px;
  }

  .offer__sub-title--form,
  .main-slide-sub-title{
    padding: 0 25px;
    display: inline-block;
  }

  .features__heading{
    margin-top: 153px;
  }
  .features__box .bitrix-slogan,
  .features__box .bitrix-slogan__name{
    display: block;
  }
  .features__list{
    margin-top: 105px;
  }
  .feedback__heading{
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
  }
  .feedback__title{
    padding-bottom: 30px;
  }
  .feedback__box{
    padding-left: 26px;
  }

  .feedback__slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -50px;
  }
  .feedback__slider .slick-dots li{
    background: #BDBDBD;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all .3s linear;
    margin: 0 25px;
  }
  .feedback__slider .slick-dots li.slick-active {
    background: #297F00;
    width: 15px;
    height: 15px;
  }
  .price__list{
    margin-bottom: 70px;
  }
  .stages__title-section{
    font-size: 40px;
    line-height: 49px;
  }
  .stages__name{
    width: 100%;
    text-align: right;
  }
  .offer.offer--callback{
    padding-top: 150px;
  }
  .offer__text{
    border-bottom: none;
    margin-bottom: 125px;
  }
  .offer--callback .offer__title{
    font-size: 40px;
  }
  .hideOnMob{
    display: none;
  }
  .showOnMob{
    display: block;
  }
  .offer__list_footer{
    margin-top: 113px;
  }
  .offer__list_footer .offer__item{
    font-weight: bold;
    font-size: 18px; 
    line-height: 22px;
    margin-bottom: 50px;
  }
  .page-footer{
    padding-top: 30px;
  }
  .offer__form_footer .form__text{
    font-size: 10px;
    line-height: 130%;
    text-align: justify;
    letter-spacing: 0.01em;
    color: #F8F8F8;
  }
  .offer__form_footer .form__confidencial{
    padding-left: 26px;
  }

  .offer__form_footer .form__fullname,
  .offer__form_footer .form__business,
  .offer__form_footer .form__phone,
  .offer__form_footer .form__mail{
    background: rgba(92, 92, 92, 0.6);
  }
  .offer__form_footer .form__input::-webkit-input-placeholder {font-size: 14px;line-height: 17px;color: #F8F8F8;font-weight: 100;}
  .offer__form_footer .form__input::-moz-placeholder {font-size: 14px;line-height: 17px;color: #F8F8F8;font-weight: 100;}
  .offer__form_footer .form__input:-moz-placeholder {font-size: 14px;line-height: 17px;color: #F8F8F8;font-weight: 100;}
  .offer__form_footer .form__input:-ms-input-placeholder {font-size: 14px;line-height: 17px;color: #F8F8F8;font-weight: 100;}

  .offer__form_footer .form__button-bottom{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #F8F8F8;
    font-family: 'MontserratAlternates';
  }


  .info__content{
    text-align: right;
  }
  .offer__link--mob_cotnainer{
    width: 100%;
    text-align: right;
  } 
  .offer__link--mob{
    border: 1px solid #297F00;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    max-width: 187px;
    font-weight: bold;
    font-size: 16px;
    line-height: 64px;
    color: #297F00;
    height: 64px;
    text-align: center;
  }
  .offer__link--mob:hover{
    color: #fff;
    background: #297F00;
  }
  .header__info_text--mob{
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    margin-top: 50px;
    color: #828282;
    display: inline-block;
  }
  .about__content {
    max-width: 100%;
    overflow-y: hidden;
  }
  .about__list{
    width: 150%;
  }
  .offer-middle__button{
    max-width: calc(100% - 40px);
  }
  .features__item .features__title,
  .features__item .features__text{
    padding: 0px 25px;
  }
}
@media(max-width: 350px){
  .offer--callback .offer__title{
    font-size: 36px;
  }
  .features__heading {
    font-size: 30px;
  }
  .offer__title{
    font-size: 44px;
  }
}










.checkbox {
  position: relative;
}
.checkbox input{
  width: 0px;
  height: 0px;
  opacity: 0;
  visibility: hidden;
}
.checkbox input + label{
  padding-top: 35px;
}
.checkbox input,
.checkbox input + label {
  display: inline-block;
  position: relative;
}
.checkbox input + label:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 5;
  background: transparent;
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #fff;
}
.checkbox input:checked + label:after{
  content: url(../images/cb-icon.svg);
  position: absolute;
  top: -3px;
  left: 3px;
  z-index: 6;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.merci-popup{
  display: none;
  width: 90%;
  max-width: 500px;
  height: 300px;
  padding: 0px;
}
.merci-popup .fancybox-button{
  color: #fff;
}
.merci-popup__title{
  width: 100%;
  height: 50%;
  background: #297F00;
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 70px;
  text-align: center;
}
.merci-popup__sub-title{
  padding: 30px  40px;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #090909;
  width: 100%;
  height: 50%;
  background: #fff;
}
.video-popup{
  display: none;
  width: 90%;
  max-width: 700px;
  padding: 0px;
  overflow: revert;
  background: transparent;
}
.video-popup__iframe{
  width: 100%;
  height: 500px;
}
.video-popup .fancybox-button{
  color: #fff;
  transform: translate(100%, -100% );
}
@media(max-width: 450px){
  .merci-popup__sub-title{
    font-size: 19px;
  }
}