html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  text-decoration: none;
 }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  overflow-x: hidden;
  font-family: "Open Sans"; }

p {
  margin: 0; }

section {
  overflow-x: hidden;
  box-sizing: border-box;
  height: 100%; }

.header {
  position: relative;
  overflow-x: hidden; }

.header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  bottom: 0;
  right: 0;
  background-image: url(../img/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5; }

.header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, #fff, transparent);
  z-index: 6; }

.header2 {
  position: relative;
  overflow-x: hidden; }

.header2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5; }

.header2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, #fff, transparent);
  z-index: 6; }

.container {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 10; }

.top-info {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin-bottom: 22px; }

.top-info__favi {
  display: flex;
  height: 50px;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center; }

.top-info__favi__item {
  max-width: 195px; }

.top-info__favi__item + .top-info__favi__item {
  margin-left: 14px; }

.top-info__favi__title {
  font-family: "Montserrat";
  color: #232025;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.text__small {
  color: #7a7a7a;
  font-size: 13px;
  font-weight: 300;
  line-height: 14px; }

.time {
  display: flex;
  align-items: center;
  margin-right: 40px; }

.time__item {
  max-width: 124px; }

.time__item + .time__item {
  margin-left: 10px; }

.text__primary {
  color: #232025;
  font-size: 14px;
  font-weight: 400; }

.button-block {
  margin-right: 32px;
  align-self: center; }

.button {
  background-color: #79b120;
  width: 160px;
  height: 37px;
  border: 1px solid #79b120;
  border-radius:0 ;// 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .15s ease;
  text-decoration: none; }

.button:hover {
  cursor: pointer;
  background-color: #79b120;
  color: #fff; }

.phones {
  display: flex;
  align-items: center;
  width: 240px;
  height: 51px; }

.phone__item + .phone__item {
  margin-left: 8px; }

.text__phone {
  font-family: "Montserrat";
  color: #232025;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none; }

.text__phone:nth-child(1) {
  margin-bottom: 11px; }

.header__main {
  text-align: center;
  padding-top: 130px;
  position: relative; }

.h3 {
  color: #232025;
  font-size: 28px;
  font-weight: 700; }

.h1 {
  color: #79b120;
  font-family: Montserrat;
  font-size: 52px;
  font-weight: 700; }

.header__main__content {
  display: flex;
  justify-content: space-between; }

.header__content__sale {
  position: relative;
  width: 660px;
  height: 349px;
  border-radius:0 ;// 5px;
  border: 2px solid #79b120;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .header__content__sale .h2, .header__content__sale .text__content {
    display: block;
    max-width: 405px;
    margin-left: 30px; }

.header__sale__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 244px;
  height: 54px;
  border-radius:0 ;// 5px 0 0;
  background-color: #79b120; }

.sale {
  color: #ffffff;
  font-size: 26px;
  font-weight: 400; }

.h2 {
  width: 405px;
  height: 68px;
  color: #232025;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700; }

.title__green {
  color: #79b120; }

.text__content {
  color: #111111;
  font-size: 22px;
  font-weight: 400; }

.content__timeDate {
  display: flex;
  align-items: center;
  max-width: 300px;
  margin-left: 30px;
  margin-bottom: 36px; }
  .content__timeDate .text__primary {
    color: #111111;
    font-size: 18px;
    font-weight: 400;
    margin-left: 20px; }

.header__content__img {
  position: absolute;
  left: 487px;
  top: 46px; }

.header__modal {
  width: 360px;
  height: 427px;
  box-shadow: 0 10px 51px rgba(126, 104, 140, 0.3);
  border-radius:0 ;// 5px;
  background-color: #ffffff;
  padding: 11px;
  text-align: left; }
  .header__modal__wrapper {
    position: relative;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    padding: 40px;
    z-index: 10; }
    .header__modal__wrapper:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius:0 ;// 5px;
      border: 1px solid #79b120;
      background-color: #ffffff;
      opacity: 0.2;
      z-index: 5; }
    .header__modal__wrapper .text__primary {
      color: #3f3f3f;
      font-size: 13px;
      font-weight: 400;
      line-height: 16px;
      margin-top: 12px;
      margin-bottom: 20px; }

.form__select {
  width: 100%;
  height: 40px;
  border-radius:0 ;// 5px;
  background-color: #f1f1f1;
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 300; }

.text__width {
  display: inline-block;
  width: 135px;
  height: 40px;
  border-radius:0 ;// 5px;
  background-color: #f1f1f1;
  margin: 10px 0; }

.form input {
  width: 100%;
  height: 40px;
  border-radius:0 ;// 5px;
  background-color: #f1f1f1;
  padding-left: 15px;
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 300;
  transition: .15s ease; }

.form input:focus {
  border-color:#79b120;
  background-color: #fff;
  color: #79b120; }

.form .form__height, .form .form__width {
  width: 115px;
  margin: 10px 0;
  display: inline-block; }

.button__header {
  width: 280px;
  height: 45px;
  box-shadow: 0 4px 6px rgba(205, 199, 211, 0.83);
  border-radius:0 ;// 5px;
  background-color: #79b120;
  color: #fefefe;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px; }

.header__text {
  color: #848484;
  font-size: 13px;
  font-weight: 300;
  text-align: center; }

.header__form__link {
  color: #2b2b2b; }

.text__title {
  color: #232025;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700; }

.form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 15; }

.sale__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 165px;
  height: 165px;
  background: url(../img/price-icon.png) 50% 50% no-repeat;
  display: flex;
  justify-content: center;
  align-items: center; }
  .sale__img__text {
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px; }
    .sale__img__text-bold {
      font-size: 25px;
      line-height: 25px;
      display: block; }

.header__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 75px; }
  .header__bottom__item {
    max-width: 146px;
    text-align: center; }

.lider {
  margin-top: 170px;
  text-align: center;
  padding-bottom: 50px; }
  .lider__title {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    color: #232025; }
  .lider .title__green {
    display: block; }

.lider__tab__wrapper {
  box-shadow: 0 20px 55px rgba(205, 199, 211, 0.69);
  border-radius:0 ;// 10px;
  background-color: #ffffff;
  transition: .15s ease;
  position: relative; }

.lider__tab__wrapper:hover .lider__arrows {
  opacity: 1; }

.lider__tab__wrapper:hover .lider__arrow__left {
  left: 20px; }

.lider__tab__wrapper:hover .lider__arrow__right {
  right: 20px; }

.lider__arrows {
  opacity: 0;
  transition: .15s ease; }

.lider__arrow__left, .lider__arrow__right {
  width: 40px;
  height: 40px;
  background-color: #f9f8fa;
  border-radius:0 ;// 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  position: absolute;
  transition: .15s ease;
}

.make__content__item .lider__arrow__left, .make__content__item .lider__arrow__right {
  width: 40px;
  height: 40px;
  background-color: #f9f8fa;
  border-radius:0 ;// 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  position: absolute;
  transition: .15s ease; }

.lider__arrow__left:hover, .lider__arrow__right:hover {
  background-color: #79b120;
  color: #fff;
  cursor: pointer; }

.lider__arrow__left {
  left: 40px;
  top: calc(50% - 20px); }

.lider__arrow__right {
  right: 40px;
  top: calc(50% - 20px); }

.lider__tab__item4, .lider__tab__item1, .lider__tab__item2, .lider__tab__item3 {
  padding: 60px 80px;
  width: calc(100% - 160px);
  display: flex !important; }

.lider__dir__name {
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat";
  margin-bottom: 5px;
  margin: 10px 0 15px; }

.lider__tab__item1 {
  justify-content: center;
  align-items: center; }
  .lider__tab__item1__left {
    width: 30%; }
    .lider__tab__item1__left img {
      width: 100%; }
  .lider__tab__item1__right {
    width: 60%;
    height: 100%;
    text-align: left;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .lider__tab__item1__right__item {
      display: flex;
      align-items: flex-start;
      width: calc(100% - 120px);
      margin-top: 20px; }
      .lider__tab__item1__right__item__content {
        width: 100%; }
        .lider__tab__item1__right__item__content__title {
          color: #79b120;
          font-size: 18px;
          font-weight: 700;
          font-family: "Montserrat";
          margin-bottom: 5px; }

.lider__tab__item2 {
  justify-content: space-between; }
  .lider__tab__item2__item {
    width: 30%; }
  .lider__tab__item2__plus {
    display: flex;
    align-items: center; }
  .lider__tab__item2__img__wrapper {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:0 ;// 50%;
    background-color: #f9f8fa;
    margin: 0 auto;
    margin-bottom: 20px; }

.lider__tab__item3 {
  padding-bottom: 0;
  justify-content: space-between;
  text-align: left; }
  .lider__tab__item3__left {
    width: 50%; }
    .lider__tab__item3__left .button {
      margin: 0; }
    .lider__tab__item3__left__item {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px; }
      .lider__tab__item3__left__item .lider__tab__title {
        margin-bottom: 0; }
    .lider__tab__item3__left__icon {
      width: 40px;
      height: 40px;
      margin-right: 15px; }

.lider__dir__icon {
  margin-right: 10px;
  width: 30px;
  height: 28px; }

.lider__tab__title {
  color: #232025;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px; }

.lider__tab__item4 {
  flex-direction: column; }

.lider__tab__item4__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.lider__tab__item4__item {
  margin: 5px; }

.lider__tab__nav, .slick-dots {
  color: #796288;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  height: 95px;
  padding-left: 0; }

.slick-dots li {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  background-color: #f5f3f7; }

.lider .lider__slick li.slick-active {
  color: #79b120;
  background-color: #fff;
  text-decoration: none;
  border-bottom: 4px solid #79b120; }

.lider__tab__nav__item {
  padding: 0 50px; }

.lider__tab__nav__item:hover {
  cursor: pointer; }

.slick-dots li:nth-child(odd) {
  background-color: #efecf2; }

.lider__tab__nav .tab__active {
  color: #79b120;
  background-color: #fff;
  text-decoration: none;
  border-bottom: 4px solid #79b120; }

.make {
  background-color: #f7fbfc;
  text-align: center;
  display: flex;
  flex-direction: column; }

.make__title {
  color: #232025;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 40px; }

.make__content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.make__content__item {
  width: calc(50% - 100px);
  margin: 15px;
  box-shadow: 0 5px 15px rgba(205, 199, 211, 0.29);
  border-radius:0 ;// 15px;
  background-color: #ffffff;
  padding: 30px 20px; }

.make__item__title {
  color: #232025;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700; }

.make__item__logo {
  border-radius:0 ;// 15px;
  transition: .15s ease;
  padding: 15px 0;
  margin: 30px 0; }
  .make__item__logo__img {
    width: 100%; }

.make__slick {
  width: 300px;
  margin: 0 auto; }

.make .lider__arrow__left {
  left: -60px; }

.make .lider__arrow__right {
  right: -60px; }

.make__item__logo:hover {
  background-color: #e5e3e6; }

.make__item__text {
  text-align: left;
  color: #232025;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; }

.make__item__footer {
  border-radius:0 ;// 15px;
  border: 1px solid #e5e3e6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  margin: 30px 0; }

.make__footer__item {
  padding: 0 20px; }

.make__footer__item + .make__footer__item {
  border-left: 1px solid #e5e3e6; }

.make__footer__title {
  color: #74697c;
  font-size: 18px;
  font-weight: 700; }

.make__footer__text {
  color: #74697c;
  font-size: 14px;
  font-weight: 400; }

.button__blue {
  margin: 0 auto;
  width: 312px;
  height: 60px;
  box-shadow: 0 4px 6px rgba(205, 199, 211, 0.83);
  border-radius:0 ;// 5px;
  background-color: #79b120;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700; }

.calc {
  text-align: center;
  position: relative;
  z-index: 20; }

.calc__title {
  margin: 0 auto;
  display: block;
  max-width: 750px;
  color: #232025;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px; }

.calc__wrapper {
  box-shadow: 0 20px 55px rgba(205, 199, 211, 0.69);
  border-radius:0 ;// 10px;
  background-color: #ffffff;
  padding: 0 0 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.calc__left {
  max-width: 380px;
  text-align: left;
  padding: 55px 30px;
  background: url(../img/calc-bg.png) 100% 100% no-repeat;
  background-size: cover;
  margin-right: 40px; }

.calc__left__title {
  color: #232025;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 700; }

.calc__left__text {
  color: #232025;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; }

.calc__left__line {
  margin: 40px 0;
  width: 100%; }

.calc__left__percent {
  color: #79b120;
  font-family: Montserrat;
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 20px; }

.calc__left__lower-text {
  color: #232025;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; }

.calc__right {
  margin-top: 20px;
  width: calc(100% - 480px); }

.calc__right__content4 {
  display: none;
  flex-direction: column;
  width: 300px; }
  .calc__right__content4 input {
    margin: 10px 0; }
  .calc__right__content4 .text__primary {
    text-align: left;
    font-size: 16px; }
  .calc__right__content4 .button {
    width: 100%;
    margin-bottom: 20px; }

.calc__left2 {
  display: none;
  width: 30%; }

.calc__right__title {
  color: #232025;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 700;
  text-align: left; }

.calc__right__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.calc__content__item {
  margin: 5px;
  width: 180px;
  height: 160px;
  border-radius:0 ;// 5px;
  background-color: #efecf2; }

.calc__content__item:hover {
  cursor: pointer; }

.calc1 {
  display: none; }

.calc__content__img {
  width: 180px;
  height: 120px;
  margin-bottom: -5px; }

.calc__content__label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius:0 ;// 0 0 5px 5px; }

.calc__right__content3 {
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.calc__right__content3 .calc__content__item {
  border: 3px dashed #efecf2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat";
  font-size: 30px; }

.buttonwrapper {
  width: 100%;
  margin-top: 10px; }
  .buttonwrapper .button {
    margin: 0 auto; }

.calc__right__content2 {
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.calc__right__content2 .calc__content__item {
  border: 3px dashed #efecf2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat";
  font-size: 30px; }

.calc__steps {
  width: 100%;
  height: 95px;
  display: flex;
  margin-top: 70px; }
  .calc__steps__item {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f3f7; }
    .calc__steps__item:nth-child(odd) {
      background-color: #efecf2; }

.calc__steps .tab__active {
  color: #79b120;
  background-color: #fff;
  text-decoration: none;
  border-bottom: 4px solid #79b120; }

.calc__content__item__active {
  border: 1px solid #79b120;
  color: #fff;
  background-color: #79b120; }

.mos {
  position: relative;
  text-align: center;
  padding-top: 140px;
  padding-bottom: 140px;
  background: linear-gradient(to top, #f1fcfe, #cceefd);
  background-size: cover;
  margin-top: 35px;
  z-index: 15; }

.mos:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mos-bg.png) 0% 0% no-repeat;
  background-size: cover;
  z-index: 5; }

.mos .container {
  position: relative;
  z-index: 20; }

.mos__title {
  color: #232025;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  line-height: 22px; }

.mos__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.mos__item {
  width: 30%;
  height: 328px;
  margin: 15px;
  box-shadow: 0 5px 15px rgba(205, 199, 211, 0.29);
  border-radius:0 ;// 15px;
  background-color: #fff; }
  .mos__item__title {
    color: #111;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    margin: 15px; }
  .mos__item__img {
    width: 100%;
    height: 203px; }

.blue__small {
  width: 220px;
  height: 45px;
  box-shadow: 0 4px 6px rgba(205, 199, 211, 0.83);
  border-radius:0 ;// 5px;
  background-color: #79b120;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700; }

.mos__item__last {
  position: relative;
  background-color: #79b120;
  color: #fff;
  text-align: left; }
  .mos__item__last__title {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin: 40px 0 0 35px; }
  .mos__item__last__text {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 0 35px; }
  .mos__item__last__bold {
    font-weight: 700;
    font-size: 24px; }
  .mos__item__last__left {
    position: absolute;
    bottom: 0;
    left: 0; }
  .mos__item__last__right {
    position: absolute;
    bottom: 0;
    right: 0; }

.works {
  text-align: center; }
  .works__title {
    color: #232025;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 22px; }
  .works__content {
    display: flex;
    justify-content: center;
    align-items: center; }
    .works__content__img {
      margin: 5px; }

.works .container .works__content__item {
  display: flex;
  justify-content: center;
  align-items: center; }

.button__works {
  margin: 25px auto;
  width: 450px;
  height: 55px;
  border-radius:0 ;// 5px;
  background: none;
  border: 1px solid #79b120;
  color: #79b120;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none; }

.works__link {
  margin-left: 20px; }

.conk {
  margin-top: 100px;
  background-color: #79b120;
  height: 144px;
  color: #fff; }
  .conk .container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%; }
  .conk__icon {
    position: absolute;
    left: 0;
    bottom: 0; }
  .conk__title {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 700;
    width: 35%;
    margin-right: 20px; }
  .conk__text {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    width: 20%; }

.button__white {
  width: 250px;
  height: 51px;
  border-radius:0 ;// 5px;
  background-color: #fff;
  color: #79b120;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700; }

.reviews {
  text-align: center;
  margin-top: 140px;
  overflow-x: visible; }
  .reviews__title {
    color: #232025;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 22px; }
  .reviews__content {
    display: flex;
    justify-content: center;
    align-items: center; }
  .reviews__item {
    width: 360px;
    height: 321px !important;
    box-shadow: 0 5px 15px rgba(205, 199, 211, 0.29);
    border-radius:0 ;// 15px;
    background-color: #fff;
    margin: 15px;
    text-align: left;
    padding: 30px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
  .reviews__text {
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 20px; }
  .reviews__person {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    width: 100%; }
    .reviews__person__wrapper {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .reviews__person__name {
      color: #111;
      font-family: Montserrat;
      font-size: 16px;
      font-weight: 700;
      flex-grow: 1;
      margin-left: 15px; }

.reviews .slick-arrow {
  top: 100%; }

.reviews .lider__arrow__left {
  left: 45%; }

.reviews .lider__arrow__right {
  right: 45%; }

.map {
  width: 50%; }
  .map__img {
    width: 100%; }

.footer {
  margin-top: 140px;
  display: flex;
  overflow-x: hidden; }
  .footer__info {
    position: relative;
    width: calc(50% - 75px);
    padding: 30px 0 30px 75px;
    background: url(../img/footer-img.png) no-repeat;
    z-index: 5; }
    .footer__info:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to right, #fff 0%, transparent 40%, transparent), linear-gradient(to bottom, #fff, transparent 60%, transparent);
      z-index: 10; }
    .footer__info__container {
      position: relative;
      z-index: 15; }

.footer__info__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%; }

.footer__title {
  color: #333;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  margin-top: 0; }

.footer__contakt {
  display: flex; }

.footer__adress, .footer__mail, .footer__phone {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%; }

.footer__phone {
  margin: 30px 0; }

.footer__email, .footer__geo, .footer__mobphone {
  margin-right: 10px; }

.policy {
  flex-grow: 1;
  display: flex;
  align-items: flex-end; }

.copy {
  margin-right: 50px; }

.copy, .policy__link {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline; }

.footer__button {
  width: 260px;
  height: 60px;
  box-shadow: 0 4px 6px rgba(205, 199, 211, 0.83);
  border-radius:0 ;// 5px;
  background-color: #79b120;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700; }

.slick-arrow {
  z-index: 500;
  opacity: 0;
  transition: .15s ease; }

.slick-slider:hover .slick-arrow {
  opacity: 1; }

.lider__tab__item4__item {
  width: 22%; }

.lider__tab__item4__img {
  width: 100%; }

.mobile__menu {
  position: absolute;
  right: -3000px;
  z-index: 2000;
  background-color: #fff;
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: .4s ease; }

.mobile__menu__close {
  position: absolute;
  top: 20px;
  right: 20px; }

.mobile__menu__item {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 700;
  padding: 8px 0; }
  .mobile__menu__item .button {
    margin: 0 auto; }

.menu__active {
  background-color: #79b120;
  color: #fff; }

.mobile__menu__content {
  padding: 0;
  margin: 0;
  width: 100%; }

.mobile__menu__item {
  list-style-type: none; }

.mobile__menu__link {
  color: inherit;
  text-decoration: none; }

.menu {
  display: none; }

@media (max-width: 1350px) {
  .header__content__sale {
    width: 500px; }
  .header__content__img {
    left: 397px; }
  .conk__title {
    width: 35%; }
  .container {
    width: 90%; }
  .footer__phone {
    width: 100%; } }

@media (max-width: 1050px) {
  .calc__wrapper {
    flex-direction: column;
    padding: 0; }
  .calc__right {
    order: 1;
    width: calc(100% - 40px);
    text-align: left; }
  .calc__right__content {
    justify-content: space-between; }
  .calc__content__item {
    width: 30%;
    height: 200px; }
  .calc__content__img {
    width: 100%;
    height: 160px; }
  .calc__left {
    order: 2;
    width: calc(100% - 100px);
    max-width: 100%;
    margin: 25px auto 0;
    background: #e8f5d3;
    display: flex;
    justify-content: space-between; }
  .calc__left__media__left {
    width: 50%; }
  .calc__left__media__right {
    width: 30%; }
  .calc__left__lower-text {
    color: #232025;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
  .calc__left__line {
    display: none; }
  .calc__steps {
    order: 3;
    margin-top: 0; }
  .calc__left2 {
    order: 2; }
  .calc__right__title {
    text-align: center; }
  .calc__right__title br {
    display: none; }
  .calc__right__content4 {
    margin: 0 auto; } }

@media (max-width: 900px) {
  .lider .slick-dots {
    height: 100%; }
  .phones {
    display: none; }
  .h1 {
    font-size: 38px; }
  .h3 {
    font-size: 24px; }
  .header__main__content {
    flex-direction: column;
    align-items: center; }
  .header__content__sale {
    margin-bottom: 30px; }
  .header__content__sale {
    width: 100%; }
  .header__sale__item {
    margin: 0 auto;
    border-radius:0 ;// 0; }
  .header__content__sale .h2, .header__content__sale .text__content {
    max-width: 60%; }
  .h2 {
    width: 100%; }
  .header__content__img {
    left: calc(100% - 270px); }
  .header__modal {
    width: 100%;
    text-align: center; }
  .text__title, .header__modal .text__primary, .form {
    width: 300px;
    margin: 0 auto; }
  .form {
    margin-top: 10px; }
  .button__header {
    width: 100%; }
  .header:before {
    background-size: auto auto; }
  .header__bottom {
    flex-wrap: wrap; }
  .header__bottom__item {
    max-width: 28%;
    width: 28%;
    margin-bottom: 50px; }
  .lider {
    margin-top: 0; }
  .lider p {
    font-size: 13px; }
  .slick-dots li {
    font-size: 14px; }
  .lider__tab__nav__item {
    padding: 20px 0; }
  .lider__tab__item {
    align-items: flex-start;
    padding: 30px 20px; }
  .lider__tab__item1__right__item {
    width: 100%; }
  .lider__tab__item2 {
    flex-direction: column; }
  .lider__tab__item2__item {
    width: 100%; }
  .lider__tab__item2__plus {
    display: none; }
  .lider__tab__item2 {
    flex-direction: column;
    text-align: left; }
  .lider__tab__item2 .lider__tab__item2__item {
    position: relative;
    margin-bottom: 60px; }
  .lider__tab__item2__img__wrapper {
    position: absolute;
    left: 0;
    top: calc(50% - 40px); }
  .lider__tab__item2 .lider__tab__title {
    margin-left: 100px;
    margin-bottom: 5px; }
  .lider__tab__item2 .lider__tab__item1__right__item__content__text {
    margin-left: 100px; }
  .slick-dots {
    margin-top: 0; }
  .lider__tab__item3 {
    position: relative; }
  .lider__tab__item3__left {
    position: relative;
    z-index: 10;
    width: 70%; }
  .lider__tab__item3__img {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .3;
    z-index: 5; }
  .slick-arrow {
    display: none !important; }
  .make .container {
    width: 80%; }
  .make__content__item {
    width: 100%; }
  .mos {
    padding-top: 40px; }
  .mos__item {
    width: 45%; }
  .works__content {
    width: 80%;
    margin: 0 auto; }
    .works__content__item {
      width: 40%;
      margin: 10px; }
  .conk {
    height: 100%; }
    .conk .container {
      flex-direction: column; }
    .conk .button__white {
      margin-left: 200px;
      margin-bottom: 30px;
      margin-top: 20px; }
  .conk__title, .conk__text {
    width: calc(100% - 300px);
    margin-left: 200px; }
  .reviews {
    margin-top: 60px; }
  .reviews .lider__arrow__left {
    left: 40%; }
  .reviews .lider__arrow__right {
    right: 40%; }
  .footer {
    flex-direction: column; }
  .map {
    width: 100%; }
  .footer__info {
    width: 100%; }
    .footer__info .phones {
      display: flex; }
  .footer__button {
    margin-bottom: 80px; }
  .menu {
    display: flex;
    justify-content: center;
    align-items: center; } }

@media (max-width: 650px) {
  .calc__left {
    padding: 55px 5%; }
  .calc .container {
    width: 100%; }
  .calc__left2 {
    width: 100%;
    order: 2; }
  .calc__right {
    width: 100%; }
  .time {
    display: none; }
  .button-block {
    display: none; }
  .sale__img {
    width: 77px;
    height: 77px;
    background-size: contain;
    right: calc(50% - 34px); }
  .sale__img__text {
    font-size: 10px; }
  .sale__img__text-bold {
    font-size: 12px; }
  .header__main {
    padding-top: 90px; }
  .h3 {
    font-size: 16px; }
  .h1 {
    font-size: 26px; }
  .header__content__img {
    left: auto;
    right: -130px;
    bottom: 0;
    top: auto; }
  .h2 {
    font-size: 20px; }
  .text__content {
    font-size: 16px; }
  .content__timeDate .text__primary {
    font-size: 14px; }
  .header__content__sale {
    height: 100%; }
  .header__modal__wrapper {
    padding: 40px 0;
    width: 100%; }
  .header__bottom {
    margin-top: 50px;
    flex-direction: column;
    padding: 0 40px; }
  .header__bottom__item {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 15px; }
  .header__bottom__icon {
    margin-right: 15px; }
  .lider {
    margin-bottom: 0;
    padding-bottom: 40px; }
  .lider__title {
    font-size: 20px; }
  .lider__tab__item1 {
    flex-direction: column; }
  .lider__tab__item1__left {
    order: 2;
    width: 100%;
    display: flex;
    margin-top: 40px;
    text-align: left; }
  .lider__tab__item1__right {
    order: 1;
    width: 100%;
    margin-left: 0; }
  .lider__dir {
    width: 60px !important;
    height: 60px;
    margin-right: 15px; }
  .slick-dots {
    flex-direction: column; }
  .slick-dots li {
    width: 100%; }
  .lider__tab__title {
    font-size: 18px; }
  .lider__tab__item3__left {
    width: 100%; }
    .lider__tab__item3__left .button {
      margin: 0 auto;
      width: 100%; }
  .lider__tab__item3 {
    flex-direction: column;
    padding-bottom: 0; }
  .lider__tab__item3__img {
    position: relative;
    width: 50%;
    opacity: 1;
    margin: 20px auto 0; }
  .lider__tab__item4__item {
    width: 46%; }
  .lider__tab__item4__item:nth-child(5),
  .lider__tab__item4__item:nth-child(6),
  .lider__tab__item4__item:nth-child(7),
  .lider__tab__item4__item:nth-child(8) {
    display: none; }
  .make__title {
    font-size: 20px; }
  .make__item__title {
    font-size: 16px; }
  .make__item__text {
    font-size: 14px; }
  .make__footer__item + .make__footer__item {
    border: none; }
  .make .container {
    width: 100%; }
  .make__footer__item {
    padding: 0; }
  .make__bg__bot {
    display: none; }
  .make {
    padding-bottom: 30px; }
  .calc {
    padding-top: 30px; }
  .calc__title {
    font-size: 20px; }
  .calc__content__item {
    width: 46%; }
  .calc__left {
    flex-direction: column; }
  .calc__left__media__left, .calc__left__media__right {
    width: 100%; }
    .calc__left__media__left {
      width: 90%;
    }
  .calc__left__media__right {
    margin-top: 40px;
    font-size: 13px;
    font-weight: 400; }
  .calc__left__media__left {
    position: relative; }
  .calc__left__icon {
    position: absolute; }
  .calc__left__title {
    margin-left: 60px;
    margin-top: 0px; }
  .calc__left__text {
    margin-left: 60px; }
  .calc__steps {
    flex-direction: column;
    height: 100%; }
  .calc__steps__item {
    width: 100%;
    height: 42px; }
  .mos__title {
    font-size: 20px; }
  .mos__item {
    width: 100%; }
  .works__title {
    font-size: 20px; }
  .works__link {
    display: none; }
  .works__content .slick-arrow {
    top: 100%; }
  .works__content .lider__arrow__left {
    left: 30%; }
  .works__content .lider__arrow__right {
    right: 30%; }
  .button__works {
    margin-top: 100px;
    width: 100%; }
  .conk {
    text-align: center; }
    .conk .button {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 85px; }
  .conk__title {
    width: 100%;
    margin-left: 0; }
  .conk__text {
    width: 100%;
    margin-left: 0; }
  .conk__icon {
    width: 81px;
    height: 67px;
    left: calc(50% - 40px); }
  .footer__contakt {
    flex-direction: column; }
  .footer__contakt, .footer__adress, .footer__mail {
    width: 100%; }
  .footer__adress {
    margin-bottom: 15px; }
  .footer__info {
    padding-left: 20px; }
  .text__phone {
    font-weight: 400; }
  .calc__left {
    margin: 25px 0 0;
    width: 100%; }
  .works__content {
    width: 100%; } }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  pointer-events: none;
  margin: 0;
  padding: 0; }

.modal:target {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto; }

.modal-dialog {
  width: 360px;
  height: 427px;
  border-radius:0 ;// 5px;
  background-color: #ffffff;
  padding: 10px;
  text-align: center; }

@media (max-width: 500px) {
  .modal-dialog {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    width: calc(var(--vw, 1vw) * 100);
    padding: 0; } }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; } }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius:0 ;// .3rem;
  outline: 0; }

.modal-title {
  border-radius:0 ;// 5px;
  background-color: #ffffff;
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  margin-top: 54px; }

.text__blue {
  color: #79b120; }

.close {
  float: right;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  text-decoration: none; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  overflow: auto; }
  .modal-body .modal-info {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    margin-top: 17px;
    margin-bottom: 30px; }

.modal-form input {
  margin-bottom: 10px; }

.modal-form .button {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px; }

@media(max-width: 600px) {
  .make__bg {
    display: none;
  }
.calc__left {
	padding: 55px 0;
}
.calc__left__media__right {
	padding: 0 5%;
}
.calc__left__media__left {
	padding: 0 5%;
}
.text__title, .header__modal .text__primary, .form {
	width: 330px;
}
.calc__content__item {
	width: 42%;
}
.mos {
	padding-bottom: 40px;
}
.conk {
	margin-top: 20px;
}
.button__works {
	margin-top: 50px;
}
.footer {
	margin-top: 50px;
}
}
.buttonwrapper .button a {
  color: inherit;
}
.buttonwrapper .button a:hover {
  text-decoration: none;
}


/*messengers styles*/
.msg_icons img{
	width: 32px;
}
.msg_icons img:last-child{
	margin-left: 10px;
}
.msg_icons {
	margin-right: 20px;
	margin-top: 5px;
}
.msg_icons_mobile{
	display: none;
}
@media (max-width: 900px) {
	.msg_icons {
		display: none;
	}

	.msg_icons_mobile img {
		width: 50px;
	}

	.msg_icons_mobile img:last-child {
		margin-left: 10px;
	}

	.msg_icons_mobile {
		margin-top: 25px;
		display: inline-block;
	}
}

.msg_icons_footer img{
	width:  40px;
}
.msg_icons_footer{
	margin-left: 25px;
}

.phones{
	min-width: 240px;
}
.msg_icons_footer{
	min-width: 240px;
}
.msg_icons_footer_mobile{
	display: none;
}
@media (max-width: 970px) {
	.msg_icons_footer{
		display: none;
	}
	.msg_icons_footer_mobile{
		margin-bottom: 30px;
		display: block;
	}
	.msg_icons_footer_mobile img{
		width: 40px;
	}
}
/**/