@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,500&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  outline: none;
  background: none;
  font-style: normal;
}

@font-face {
  font-family: SoyuzGrotesk;
  src: url(../fonts/soyuzgroteskbold.otf);
}

@font-face {
  font-family: DaysOne;
  src: url(../fonts/DaysOne-Regular.ttf);
}

html, body {
  overflow-x: hidden;
}

body {
  margin-right: auto;
  margin-left: auto;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

input, button, textarea, select {
  font-family: 'Montserrat', sans-serif;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.outline
{
    text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;  
}

.outlineblack
{
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-evently {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.flex-reverse-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

._bold {
  font-weight: 700 !important;
}

._medium {
  font-weight: 500 !important;
}

._lower {
  text-transform: none !important;
}

.title, .subtitle {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #505050;
}

.subtitle {
  font-size: 28px;
}

.subtitle strong {
  color: #EA0606;
}

.desc {
  color: #505050;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 7px;
}

.logo {
  position: absolute;
  left: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  color: #000000;
  text-align: center;
  line-height: 120%;
}

.logo img {
  display: block;
  max-width: 210px;
  height: auto;
  margin: auto;
}

.header__right {
  position: absolute;
  right: 5px;
  text-align: center;
}

.but {
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  border-radius: 20px;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
  background: #FDA704;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}

.but._header {
  background: #3FB64E;
  width: 130px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #ffffff;
}

.but._offer {
  margin-top: 30px;
  width: 190px;
  position: relative;
  z-index: 1;
}

.but._actions {
  width: 100%;
  margin-top: 17px;
}

.but._ex {
  display: block;
  color: #3FB64E;
  border: 2px solid #3FB64E;
  border-radius: 20px;
  width: 208px;
  margin: 10px auto 0;
  -webkit-filter: none;
          filter: none;
  background: none;
}

.but._form {
  width: 210px;
  margin: 42px auto 0;
  display: block;
}

.but._contacts {
  width: 180px;
  display: block;
  margin-top: 20px;
}

.but._modal {
  margin: 34px auto 0;
  width: 270px;
}

.but._calc {
  width: 248px;
  font-size: 14px;
}

.form {
  margin-top: 5px;
  color: #505050;
  padding-left: 0;
  list-style: none;
}

.form._questions {
  margin-top: 23px;
}

.form._modal label {
  display: block;
  margin-top: 25px;
}

.form._modal label._hidden {
  display: none;
}

.form._modal input {
  width: 100%;
}

.form li:not(:last-child) {
  margin-right: 30px;
}

.form label {
  font-size: 16px;
  line-height: 19px;
}

.form label input {
  display: block;
  font-size: 16px;
  line-height: 19px;
  line-height: 40px;
  padding-left: 10px;
  margin-left: -2px;
  margin-top: 5px;
  border: 1px solid #2C2E3F;
  border-radius: 2px;
  width: 210px;
}

.form label input::-webkit-input-placeholder {
  color: rgba(22, 22, 22, 0.5);
}

.form label input:-ms-input-placeholder {
  color: rgba(22, 22, 22, 0.5);
}

.form label input::-ms-input-placeholder {
  color: rgba(22, 22, 22, 0.5);
}

.form label input::placeholder {
  color: rgba(22, 22, 22, 0.5);
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  overflow-y: scroll;
  overflow-x: hidden;
}

.modal__content {
  position: absolute;
  width: 440px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 101;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  background: #ffffff;
  padding: 28px 85px 50px;
}

.modal__content._hidden {
  display: none;
}

.modal__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #444444;
}

.modal .desc {
  font-size: 14px;
  line-height: 18px;
}

.modal__close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.modal__close svg path {
  fill: #505050;
}

.modal__thanks {
  text-align: center;
  margin-top: 15px;
}

.modal__thanks-title {
  font-weight: 700;
  font-size: 16px;
}

.modal__ok {
  display: block;
  width: 100px;
  margin: 15px auto;
  cursor: pointer;
}

.checkbox {
  display: none;
}

.checkbox + label {
  display: block;
  font-size: 22px !important;
  line-height: 24px !important;
  color: #333333 !important;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}

.checkbox + label::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  border-radius: 3px;
  background: #FDA704;
}

.checkbox + label::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 7px;
  left: 4px;
  top: 5px;
  border: 2px solid white;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.checkbox:not(:checked) + label::after {
  opacity: 0;
}

.g-recaptcha {
  max-width: 100%;
  overflow: hidden;
}

.liveinternet {
  margin-top: 25px;
  min-width: 85px; 
  margin: 15px;
}
.liveinternet a{
  position: absolute;
  bottom: 0;
}

.header {
  color: #505050;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.header__top {
  padding: 0 50px;
  height: 50px;
  line-height: 50px;
}

.header__phone {
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
  padding-left: 20px;
  position: relative;
  top: 20px;
  margin-right: 10px;
}

.header__phone::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icons/phone.svg) no-repeat center;
}

.header__menu {
  margin: auto;
  color: #ffffff;
  max-width: 1024px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 16px;
}
.header__menu a:hover {
  text-decoration: underline;
}
.header__menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  position: relative;
  z-index: 1;
  width: 80%;
  background-color: #3FB64Ee0;
}

.header__menu ul:first-child{
  border-radius: 10px 10px 0 0;
}

.header__menu ul:last-child{
  border-radius: 0 0 10px 10px;
}

.header__menu ul li {
  display: inline-block;
  font-size: 17px;
  line-height: 50px;
}

.header__menu ul li a {
  display: block;
  padding-right: 15px;
}

.header__menu-burger {
  width: 28px;
  height: 28px;
  position: fixed;
  top: 12px;
  right: 15px;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: none;
}

.header__menu-burger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #3FB64E;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__menu-burger span:first-child {
  margin-top: -10px;
}

.header__menu-burger span:last-child {
  margin-top: 10px;
}

.header__menu-burger._active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 15px;
}

.header__menu-burger._active span:first-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: -1px;
}

.header__menu-burger._active span:last-child {
  opacity: 0;
}

.offer {
  /*padding: 93px 0 532px 0*/
  padding: 30px 0 532px 0;
  background: url(../img/shtaketnyk3.jpg) no-repeat center -60px;
  color: #FDA704;
}

.offer__title {
  font-weight: 500;
  font-size: 40px;
  font-family: DaysOne;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  /*position: relative;
  z-index: 1;*/
  margin-top: 300px;
  color: #3FB64E;
}

.offer__title p{
  margin-top: 28px;
  line-height: 24px;
  color: #5f9f68;
}

.offer__title strong:first-child{
  font-family: DaysOne;
  font-size: 72px;
}

.offer__title::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: -14px;
  background: #3FB64E;
}

.offer__title strong {
  display: block;
  font-weight: 500;
  font-size: 86px;
  line-height: 60px;
  margin-bottom: 11px;
}

.offer__title strong._price {
  color: #FDA704;
  margin-top: 28px;
  margin-bottom: 0;
}

.actions {
  /*margin-top: -117px*/
  /*margin-top: 40px;*/
}

.actions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  /*margin-top: 30px;*/
}

.actions__list > li {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
  padding: 14px 50px 23px;
  width: 290px;
}

.actions__list > li:not(:last-child) {
  margin-right: 30px;
}

.actions__list-img {
  height: 177px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.actions__list-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #3F3F3F;
}

.actions__list-variants {
  margin-top: 12px;
}

.actions__list-variants li {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.379167px;
  color: #505050;
  list-style: none;
  position: relative;
  padding-left: 15px;
}

.actions__list-variants li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 5px;
  border-radius: 100%;
  background: #2B2726;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sale {
  margin-top: 10px;
}

.sale .desc {
  margin: 4px auto 0;
  max-width: 635px;
}

.sale__list {
  margin-left: -504px;
  margin-top: 29px;
  color: #202023;
  position: relative;
  left: 50%;
  width: 495px;
  border-radius: 15px;
  padding-top: 1px;
  padding-right: 1px;
  background: #FDA704;
  -webkit-box-shadow: 4px 24px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 24px 20px rgba(0, 0, 0, 0.25);
}

.sale__list::before {
  content: '';
  position: absolute;
  width: 820px;
  height: 510px;
  bottom: -48px;
  left: 308px;
  background: url(../img/sale__img.png) no-repeat;
  z-index: 1;
}

.sale__list-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 45px;
  border-radius: 15px 15px 0px 0px;
  line-height: 45px;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
}

.sale__list li {
  font-size: 20px;
  background: rgba(255, 255, 255, 0.7);
  line-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 43px 0 53px;
  position: relative;
  color: black;
}

.sale__list li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 22px;
  background: #2B2726;
  border-radius: 100%;
}

.sale__list li:nth-last-child(2n+2) {
  background: rgba(255, 255, 255, 0.9);
}

.sale__list li:last-child {
  border-radius: 0 0 15px 15px;
}

.sale__list li span:last-child {
  color: #EA0606;
}

.calc {
  margin-top: 48px;
  padding-top: 34px;
  padding-bottom: 40px;
  background: url(../img/calculator__bg.jpg) no-repeat center;
}

.calc__form {
  padding: 0 47px;
  position: relative;
}

.calc__form::before {
  content: '';
  position: absolute;
  width: 155px;
  height: 290px;
  left: 0;
  top: -70px;
  background: url(../img/calc__img-left.png) no-repeat center;
}

.calc__form::after {
  content: '';
  position: absolute;
  width: 87px;
  height: 510px;
  right: 0;
  top: -90px;
  background: url(../img/calc__img-right.png) no-repeat center;
}

.calc__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.calc__form-row div {
  margin: 0 10px;
}

.calc__form-col {
  margin-top: 40px;
  width: 210px;
}

.calc__form-col._delivery {
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  margin: 63px 60px 0;
  width: 325px;
}

.calc__form-col._cnt {
  margin-top: 53px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  width: 240px;
}

.calc__form-col._cnt div:not(:last-child) {
  margin-bottom: 5px;
}

.calc__form-col._cnt span._counter {
  text-transform: uppercase;
  font-size: 16px;
}

.calc__form-col._but {
  width: 248px;
  margin-top: 72px;
}

.calc__form label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

.calc__form input:not([type=checkbox]), .calc__form select {
  display: block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding-left: 18px;
  border: 1px solid #71A0D5;
  border-radius: 2px;
  margin-top: 8px;
  background: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #161616;
}

.calc__form option {
  min-height: 40px;
  font-size: 18px;
  color: #161616;
}

.calc .checkbox + label {
  margin-left: 14px;
  margin-top: 24px;
}

.tech {
  padding-top: 30px;
  padding-bottom: 12px;
  color: #505050;
}

.tech .desc {
  margin: auto;
  max-width: 947px;
}

.tech .desc._last {
  max-width: 720px;
  margin: 27px auto 0;
}

.tech__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  margin-top: 30px;
}

.tech__list li {
  width: 290px;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
  border-radius: 0px 25px;
  padding-bottom: 30px;
  text-align: center;
  padding-bottom: 30px;
  overflow: hidden;
}

.tech__list li:not(:last-child) {
  margin-right: 30px;
}

.tech__list-img {
  margin-top: 10px;
}

.tech__list-about {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  max-width: 255px;
  text-align: center;
  margin: 0 auto;
}

.tech__list-resume {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  margin-top: 16px;
  text-align: center;
}

.steps {
  margin-top: 30px;
  background: url(../img/border.jpg) repeat-x center bottom;
  padding-bottom: 195px;
}

.steps__list {
  margin-top: 36px;
  list-style: none;
  counter-reset: list;
}

.steps__list li {
  width: 194px;
  position: relative;
}

.steps__list li:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 60px;
  right: -15px;
  background: url(../img/icons/steps__arrow.svg) no-repeat center;
}

.steps__list li::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  width: 48px;
  height: 38px;
  top: -11px;
  color: #3FB64E;
  font-weight: bold;
  font-size: 42px;
  line-height: 38px;
  opacity: 0.7;
  left: 50%;
  -webkit-transform: translateX(-85px);
          transform: translateX(-85px);
}

.steps__list-img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}

.steps__list-about {
  margin-top: 14px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
}

.ex {
  margin-top: -30px;
  padding-bottom: 236px;
  background: url(../img/subs__bg.jpg) repeat-x center bottom;
}

.ex__list {
  margin-top: 40px;
  list-style: none;
}

.ex__list li {
  width: 530px;
  height: 280px;
  background: #C4C4C4;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 25px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  margin-right: 30px;
}

.ex__list li._small {
  max-width: 370px;
}

.ex__list li._hidden {
  display: none;
}

.ex__list li a {
  display: block;
  position: relative;
  height: 100%;
}

.ex__list li a img {
  width: 100%;
}

.ex__list li a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(44, 46, 63, 0.3) url(../img/icons/ex-loop.svg) no-repeat center;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.ex__list li a:hover::after {
  opacity: 1;
}

.ex__list-caption {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  background: #FDA704;
  padding-left: 30px;
  line-height: 25px;
  font-weight: 500;
  font-size: 10px;
  line-height: 22px;
  color: #ffffff;
  padding-top: 5px;
  text-transform: uppercase;
}

.ex__list-caption__name {
  display: block;
  font-size: 12px;
}

.subscribe {
  background: #ffffff;
  max-width: 800px;
  margin: 50px auto 0;
  padding-top: 26px;
  padding-bottom: 21px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.subscribe__about {
  font-size: 14px;
  line-height: 22px;
  margin: 10px auto 0;
  max-width: 555px;
  text-align: center;
  color: #2C2E3F;
}

.subscribe__about strong {
  text-transform: uppercase;
  color: #3FB64E;
}

.how .title {
  text-align: left;
}

.how__wrap {
  margin-left: -492px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 24px 30px 34px 41px;
  max-width: 500px;
  position: relative;
  left: 50%;
}

.how__desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-top: 28px;
}

.how__list {
  margin-top: 32px;
  list-style: none;
  counter-reset: list;
  margin-left: 11px;
}

.how__list li {
  font-size: 14px;
  line-height: 22px;
  color: #2C2E3F;
  opacity: 0.8;
  position: relative;
}

.how__list li ._yellow {
  font-weight: bold;
  font-size: 16px;
  color: #FDA704;
  opacity: 0.8;
}

.how__list li::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  width: 35px;
  height: 31px;
  top: -16px;
  left: -31px;
  color: #FDA704;
  font-weight: 900;
  font-size: 42px;
  line-height: 22px;
  opacity: 0.7;
}

.how__list li:not(:last-child) {
  margin-bottom: 22px;
}

.how__img {
  position: absolute;
  width: 727px;
  height: 521px;
  top: -101px;
  left: 257px;
}

.need {
  margin-top: 40px;
}

.need__title {
  font-weight: 500;
  font-size: 23px;
  line-height: 22px;
  text-align: center;
  color: #414141;
}

.need__list {
  width: 100%;
  max-width: 1240px;
  margin: 24px auto;
  list-style: none;
}

.need__list li {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 88px 15px 15px 88px;
  padding: 18px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.need__list li:not(:last-child) {
  margin-bottom: 19px;
}

.need__list-text {
  margin-left: 24px;
  font-size: 18px;
  line-height: 22px;
  color: #2C2E3F;
}

.need__list-icon {
  min-width: 64px;
  min-height: 64px;
  text-align: center;
}

.materials {
  margin-top: 50px;
}

.materials .container {
  position: relative;
}

.materials .container::before {
  content: '';
  position: absolute;
  width: 256px;
  height: 373px;
  background: url(../img/materials__img.png) no-repeat center;
  right: 45px;
  top: 70px;
  /*transform: translate(-18px, -50%)*/
}

.materials .desc {
  max-width: 680px;
  margin: 0 auto;
}

.materials__block {
  width: 1024px;
  margin: 41px auto;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  height: 300px;
  padding-right: 30px;
  position: relative;
}

.materials__block p {
  margin-left: 40px;
  font-size: 14px;
  line-height: 22px;
}

.materials__block p:not(:last-child) {
  margin-bottom: 27px;
}

.materials__block._first {
  margin: 23px auto;
  padding-right: 18px;
}

.materials__block._first p {
  margin-left: 26px;
}

.materials__block._first p:not(:last-child) {
  margin-bottom: 22px;
}

.materials__block._first .materials__block-img {
  min-width: 295px;
  margin-left: 9px;
}

.materials__block-img {
  min-width: 513px;
  max-height: 100%;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}

.materials__colors {
  margin-top: 54px;
}

.materials__colors-list {
  list-style: none;
  padding: 0 77px;
  margin-top: 30px;
}

.materials__colors-list li {
  width: 70px;
}

.materials__colors-color {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 50px 50px 10px 10px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.materials__colors-color::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 60px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  opacity: 0.05;
}

.materials__colors-text {
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #2C2E3F;
  margin: 18px auto 0;
  max-width: 70px;
}

.materials__gates {
  margin-top: 40px;
  padding: 0 47px;
}

.materials__gates-text {
  margin-left: 30px;
  font-size: 14px;
  line-height: 22px;
  color: #2C2E3F;
}

.materials__gates-text p:not(:last-child) {
  margin-bottom: 22px;
}

.materials__gates-img {
  min-width: 480px;
}

.questions {
  margin-top: 54px;
  padding-bottom: 155px;
  background: url(../img/questions__bg.png) no-repeat center bottom;
}

.questions__desc {
  max-width: 685px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 18px;
}

.questions__wrap {
  background: #ffffff;
  width: 800px;
  margin: 0 auto;
  padding: 20px 0 22px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.about {
  margin-top: 27px;
}

.about-wrap__list {
  margin-top: 50px;
  list-style: none;
  margin-left: 66px;
  margin-right: 40px;
  position: relative;
}

.about-wrap__list li {
  font-size: 16px;
  line-height: 22px;
  position: relative;
  padding-left: 15px;
}

.about-wrap__list li:not(:last-child) {
  margin-bottom: 22px;
}

.about-wrap__list li::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 7px;
  left: 0;
  background: #3FB64E;
  border-radius: 100%;
}

.about-wrap__img {
  min-width: 620px;
  height: 300px;
  margin-right: 40px;
  background: url(../img/workers.png) no-repeat center;
  background-size: contain;
}

.contacts {
  color: #505050;
  margin-top: 62px;
  padding-bottom: 307px;
  position: relative;
  z-index: 1;
}

.contacts__wrap {
  margin-left: 81px;
  margin-right: 40px;
  position: relative;
}

.contacts .title {
  text-align: left;
  margin-left: 3px;
}

.contacts__text {
  max-width: 960px;
  font-size: 16px;
}

.contacts__desc {
  font-size: 14px;
  line-height: 20px;
  margin-top: 17px;
  text-align: left;
}

.contacts__list {
  margin-top: 22px;
  list-style: none;
}

.contacts__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*align-items: center*/
}

.contacts__list-wrap p {
  margin-top: 15px !important;
}

.contacts__list li {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #353434;
  padding-left: 33px;
  position: relative;
}

.contacts__list li:not(:last-child) {
  margin-bottom: 14px;
}

.contacts__list li::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
}

.contacts__list li._phone::before {
  background: url(../img/icons/phone-green.svg) no-repeat center;
}

.contacts__list li._email::before {
  background: url(../img/icons/email-green.svg) no-repeat center;
}

.contacts__list li._web::before {
  background: url(../img/icons/web.png) no-repeat center;
}

.contacts__form {
  width: 450px;
  max-height: 666px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin-left: 24px;
  padding: 25px 45px 30px;
  background: #ffffff;
}

.contacts__form-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}

.contacts__form input, .contacts__form textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  padding-left: 13px;
  margin-bottom: 20px;
  border: 1px solid #505050;
  border-radius: 2px;
  color: #505050;
}

.contacts__form input::-webkit-input-placeholder, .contacts__form textarea::-webkit-input-placeholder {
  color: rgba(22, 22, 22, 0.5);
}

.contacts__form input:-ms-input-placeholder, .contacts__form textarea:-ms-input-placeholder {
  color: rgba(22, 22, 22, 0.5);
}

.contacts__form input::-ms-input-placeholder, .contacts__form textarea::-ms-input-placeholder {
  color: rgba(22, 22, 22, 0.5);
}

.contacts__form input::placeholder, .contacts__form textarea::placeholder {
  color: rgba(22, 22, 22, 0.5);
}

.contacts__form textarea {
  height: 116px;
  line-height: 17px;
  padding: 12px 13px;
}

.contacts__form input:first-child {
  margin-top: 15px;
}

.footer {
  margin-top: 25px;
  background: #4D2B1F;
  position: relative;
  padding: 25px 0;
}

.footer::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 255px;
  bottom: 50px;
  background: url(../img/contacts__bg.png) repeat-x center;
}

.footer__text {
  padding-left: 47px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

.footer .container {
  position: relative;
}

.footer .liveinternet {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 1600px) {
  .offer {
    background-size: cover;
  }
  #materials .container::before {
    display: none;
  }
  .contacts__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 1500px) {
  .contacts__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1400px) {
  .contacts__text {
    max-width: 650px;
    font-size: 12.5px;
  }
  .header__right {
    position: absolute;
    right: 5px;
  }
  .offer__title{
    margin-top: 200px;
  }
  .logo {
    font-size: 12px;
    top: 8px;
  }
  
  .logo img {
    max-width: 160px;
  }
}

@media screen and (max-width: 1270px) {
  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__right {
    text-align: center;
  }
  .contacts__text {
    max-width: 410px;
    font-size: 11px;
  }
}

@media screen and (max-width: 1270px) {
  .contacts__text {
    font-size: 10px;
  }
}

@media screen and (max-width: 1070px) {
  .contacts__text {
    font-size: 9px;
  }
}
@media screen and (max-width: 1023px) {
  .title {
    font-size: 28px;
    line-height: 35px;
  }
  .subtitle {
    font-size: 24px;
    line-height: 35px;
  }
  .but._header {
    margin: 0;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff00;
    z-index: 2;
  }
  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateX(320px);
            transform: translateX(320px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__menu._active {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  .header__menu ul {
    padding: 35px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__menu ul li {
    line-height: 40px;
    padding-left: 25px;
    border-top: 1px solid #d2efd5;
  }
  .header__menu ul:last-child{
    padding-top: 0;
  }
  .header__menu-burger {
    display: block;
  }
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 25px;
  }
  .header__right .but{
    margin: auto;
  }
  .header__phone{
      top: 0;
      color: #000;
  }
  .offer {
    margin-top: 0;
    padding-top: 65px;
    padding-bottom: 505px;
  }
  .offer__title strong:first-child{
    font-size: 20px;
  }
  .offer__title {
    font-size: 26px;
  }
  .offer .logo {
    display: none;
  }
  .actions {
    /*margin-top: 30px;*/
  }
  .actions__list > li {
    padding: 14px 25px 23px;
    width: 230px;
  }
  .actions__list > li:not(:last-child) {
    margin-right: 15px;
  }
  .actions__list > li ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .actions__list-title {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
  }
  .sale__list {
    width: 420px;
    left: 0;
    margin-left: 0;
  }
  .sale__list::before {
    width: 540px;
    height: 510px;
    bottom: -100px;
    left: 250px;
    background-size: contain;
  }
  .calc {
    background-size: cover;
  }
  .calc .desc {
    max-width: 560px;
    margin: auto;
  }
  .calc .checkbox + label {
    position: relative;
    margin-top: 10px  !important;
  }
  .calc__form::before {
    left: -15px;
  }
  .calc__form::after {
    right: -15px;
  }
  .calc__form-row, .calc__form-result {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .calc__form-col {
    margin-top: 20px;
    width: 210px;
    width: 50%;
    padding: 0 40px;
  }
  .calc__form-col._but {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .calc__form-col._delivery, .calc__form-col._cnt {
    margin: 20px;
    padding: 0;
  }
  .steps__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .steps__list li {
    margin-top: 50px;
  }
  .steps__list li:nth-child(3) {
    width: 100%;
  }
  .steps__list li:nth-child(3)::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: auto;
    left: 50%;
    margin-left: -15px;
  }
  .steps__list li:nth-child(2)::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: auto;
    left: -15px;
    bottom: -30px;
  }
  .ex__list li {
    margin-right: 0;
  }
  .ex__list li._small {
    max-width: unset;
  }
  .how__img {
    display: none;
  }
  .how__wrap {
    margin: 0 auto;
    left: auto;
  }
  .materials__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 740px;
    height: auto;
    max-width: 100%;
    margin: 25px auto;
    padding: 25px 0;
  }
  .materials__block._first {
    margin-right: auto;
  }
  .materials__block-img, .materials__block._first .materials__block-img {
    margin: 0 auto 25px;
    height: 100%;
    border-radius: 15px;
    text-align: center;
  }
  .materials__block-text p {
    margin-left: 0;
    text-align: center;
    max-width: 100%;
  }
  .materials__colors-list {
    padding: 0;
  }
  .materials__gates-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .materials__gates-text {
    margin-left: 0;
    margin-top: 25px;
  }
  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-wrap__img {
    margin-top: 20px;
  }
  .questions__wrap {
    max-width: 100%;
  }
  .contacts__wrap {
    margin-left: auto;
  }
  .contacts__text {
    max-width: 100%;
    font-size: 12px;
  }
  .contacts__list {
    margin-left: 0;
  }
  .contacts__form {
    width: 360px;
    margin-top: 30px;
  }
  .footer {
    margin-top: 100px;
  }
  .footer__text {
    max-width: 550px;
  }
  .footer::after {
    bottom: 75px;
  }
  .liveinternet {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .contacts__text {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .but._offer {
    margin-top: 16px;
  }
  .title, .subtitle, .contacts__form-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
  }
  .subtitle, .need__title {
    font-size: 18px;
  }
  .desc {
    font-size: 14px;
    line-height: 20px;
  }
  .header__top {
    padding: 0;
  }
  .header__menu-burger {
    right: 15px;
  }
  .offer {
    padding-bottom: 450px;
  }
  .offer__title {
    font-size: 20px;
    margin-top: 100px;
  }
  .offer__title strong{
    font-size: 72px;
  }
  .offer__title strong._price {
    margin-top: 8px;
  }
  .offer__title p{
    margin-top: 0px;
  }
  .offer__title .but{
    margin-top: 116px;
  }
  .actions__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .actions__list > li {
    width: 290px;
    margin-bottom: 15px;
  }
  .actions__list > li:not(:last-child) {
    margin-right: 0;
  }
  .sale__list {
    margin: 30px auto;
  }
  .sale__list::before {
    display: none;
  }
  .calc .desc {
    max-width: 450px;
  }
  .calc__form-col {
    width: 100%;
    margin-top: 15px;
  }
  .calc__form-col._delivery, .calc__form-col._cnt {
    width: 290px;
    margin: 20px 0 0;
  }
  .calc .checkbox + label {
    margin-top: 0;
  }
  .tech__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tech__list li {
    margin-bottom: 25px;
  }
  .tech__list li:not(:last-child) {
    margin-right: 0;
  }
  .subscribe {
    max-width: 530px;
  }
  .form li {
    width: 100%;
    padding: 0 50px;
    margin-top: 15px;
  }
  .form li:not(:last-child) {
    margin-right: 0;
  }
  .form li input {
    width: 100%;
  }
  .need__list {
    margin: 25px 0;
  }
  .need__list li {
    padding: 15px;
  }
  .materials__block p {
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .materials._first p {
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .materials__colors-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .materials__colors-list li {
    width: 20%;
  }
  .about__list::before {
    display: none;
  }
  .contacts {
    padding-bottom: 45px;
  }
  .contacts__wrap {
    width: 530px;
    margin: 0 auto;
  }
  .contacts__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__text {
    width: 100%;
  }
  .contacts__form {
    width: 100%;
    position: static;
    margin: 25px auto;
  }
  .footer {
    margin-top: 0;
  }
  .footer__text {
    padding-left: 0;
  }
  .footer::after {
    bottom: 75px;
  }
  .contacts__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .but._contacts {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
  .but._modal {
    margin-top: 15px;
  }
  .but._ex {
    margin-bottom: 35px;
  }
  .title, .subtitle, .contacts__form-title, .modal__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .contacts__form-title {
    line-height: 40px;
  }
  .subtitle {
    font-size: 16px;
  }
  .desc {
    font-size: 12px;
    line-height: 18px;
  }
  .logo {
    font-size: 10px;
  }
  .logo img {
    width: 50px;
  }
  .offer {
    padding-bottom: 300px;
  }
  .offer__title {
    font-size: 16px;
    line-height: 28px;
  }
  .offer__title strong {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .actions {
    /*margin-top: 25px;*/
  }
  .sale__list {
    max-width: 100%;
  }
  .sale__list-title {
    font-size: 18px;
  }
  .sale__list li {
    font-size: 14px;
    padding: 0 25px 0 35px;
  }
  .sale__list li::before {
    width: 4px;
    height: 4px;
  }
  .calc__form {
    padding: 0;
  }
  .calc__form::before, .calc__form::after {
    display: none;
  }
  .calc__form-col {
    padding: 0 15px;
  }
  .calc__form-col._delivery {
    font-size: 14px;
    line-height: 25px;
  }
  .calc__form-col._cnt {
    font-size: 14px;
  }
  .calc__form-col._cnt span._counter {
    font-size: 14px;
    font-weight: 700;
  }
  .calc__form input:not([type=checkbox]), .calc__form select, .calc__form option {
    font-size: 14px;
  }
  .tech__list-about {
    font-size: 16px;
    line-height: 20px;
  }
  .tech__list-resume {
    font-size: 16px;
  }
  .steps__list li {
    width: 100%;
  }
  .steps__list li::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: auto !important;
    left: 50% !important;
    margin-left: -15px !important;
  }
  .ex__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ex__list li a img {
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 100%;
    min-height: 100%;
  }
  .subscribe {
    margin-top: 0;
  }
  .subscribe__about {
    max-width: 275px;
  }
  .need__list-text {
    font-size: 14px;
    margin-left: 10px;
    line-height: 18px;
    letter-spacing: -0.8px;
  }
  .need__list-icon {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
  }
  .materials__block-img, .materials__block._first .materials__block-img {
    min-width: 100%;
  }
  .materials__colors-list li {
    width: 50%;
    margin-bottom: 25px;
  }
  .materials__colors-text {
    margin-top: 10px;
  }
  .materials__gates {
    margin-top: 0;
    padding: 0;
  }
  .materials__gates-img {
    min-width: unset;
    max-width: 100%;
  }
  .questions .desc {
    padding: 0 25px;
  }
  .about__list {
    margin-left: 0;
    margin-top: 30px;
    max-width: 100%;
  }
  .about-wrap__list {
    margin-left: 30px;
    margin-right: 30px;
  }
  .about-wrap__img {
    min-width: 100%;
  }
  .contacts__wrap {
    max-width: 100%;
  }
  .contacts__desc {
    max-width: 290px;
  }
  .contacts__list li {
    font-size: 14px;
  }
  .contacts__form {
    padding: 25px 15px 30px;
  }
  .footer::after {
    bottom: 100px;
  }
  .footer__text {
    max-width: 290px;
    font-size: 12px;
    text-align: center;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .modal__content {
    max-width: 100%;
    padding: 25px 15px;
  }
}
/*# sourceMappingURL=style.css.map */