@font-face {
  font-family: "Days";
  src: url("../fonts/Days.ttf") format("truetype"), url("../fonts/Days.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Bold";
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.svg#MyriadPro-Regular") format("svg"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "MyriadPro-Regular", sans-serif;
  font-size: 18px;
  color: #000000;
  background: #ffffff;
}

.bigger {
  font-size: 1.2em;
}

.smaller {
  font-size: 0.9em;
}

.acenter {
  text-align: center;
}

.wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.header {
  position: relative;
  height: 969px;
  background: url("../img/header-bg.jpg") center no-repeat;
}
@media (max-width: 1600px) {
  .header {
    height: 950px;
    background-size: cover;
  }
}
@media (max-width: 1270px) {
  .header {
    height: 920px;
  }
}
@media (max-width: 990px) {
  .header {
    height: 850px;
  }
}
@media (max-width: 768px) {
  .header {
    height: 720px;
  }
}
@media (max-width: 480px) {
  .header {
    height: 600px;
  }
}
.header .top {
  height: 100px;
  color: #ffffff;
  background: url("../img/top-bg.png");
}
.header .top-inn {
  position: relative;
  max-width: 1140px;
  height: 100px;
  margin: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .header .top-inn {
    height: 90px;
  }
}
@media (max-width: 990px) {
  .header .top {
    height: 90px;
  }
}

.logo {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.logo img {
  margin-right: 10px;
}
@media (max-width: 1600px) {
  .logo img {
    height: 70px;
  }
}
@media (max-width: 990px) {
  .logo img {
    height: 60px;
  }
}
@media (max-width: 1600px) {
  .logo {
    margin-left: 10px;
  }
}

.logo-text {
  max-width: 140px;
}
.logo-text a {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .logo-text {
    max-width: 130px;
  }
  .logo-text a {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .logo-text {
    max-width: 110px;
  }
  .logo-text a {
    font-size: 16px;
  }
}

.mobile-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 15;
  width: 25px;
  height: 20px;
  cursor: pointer;
}
.mobile-menu span {
  width: 25px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  transition: transform 0.3s, top 0.3s, bottom 0.3s, opacity 0.3s, background 0.3s;
}
.mobile-menu .line1 {
  top: 0px;
  left: 0px;
}
.mobile-menu .line2 {
  top: 50%;
  left: 0;
  margin-top: -1.5px;
}
.mobile-menu .line3 {
  bottom: 0px;
  left: 0px;
}
@media (max-width: 768px) {
  .mobile-menu {
    display: flex;
  }
}

.mobile-menu.is-active {
  z-index: 101;
}
.mobile-menu.is-active .line1 {
  transform: rotate(45deg);
  top: 50%;
}
.mobile-menu.is-active .line2 {
  opacity: 0;
}
.mobile-menu.is-active .line3 {
  transform: rotate(-45deg);
  bottom: 35%;
}

.mobile-menu.is-active + .menu {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 260px;
  padding: 10px;
  background: #009640;
  transition: 0.3s;
  z-index: 100;
}
.mobile-menu.is-active + .menu a {
  display: block;
  margin-bottom: 5px;
  font-size: 15px !important;
}

.menu {
  display: flex;
  justify-content: space-around;
}
.menu a {
  margin: 0 5px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .menu a {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .menu a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .menu {
    display: none;
  }
}

.menu a:hover {
  text-decoration: underline !important;
}

.header-text {
  position: absolute;
  top: 180px;
  left: 315px;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .header-text {
    top: 150px;
    left: 260px;
  }
}
@media (max-width: 1270px) {
  .header-text {
    left: 120px;
  }
}
@media (max-width: 990px) {
  .header-text {
    top: 140px;
    left: 80px;
  }
}
@media (max-width: 768px) {
  .header-text {
    left: 60px;
  }
}
@media (max-width: 560px) {
  .header-text {
    left: 40px;
  }
}
@media (max-width: 480px) {
  .header-text {
    left: 20px;
  }
}
@media (max-width: 480px) {
  .header-text {
    left: 10px;
  }
}

.sitename {
  font-family: Days, sans-serif;
  font-size: 68px;
  color: #37a061;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .sitename img {
    width: auto;
    height: 190px;
  }
}
@media (max-width: 1270px) {
  .sitename img {
    height: 160px;
  }
}
@media (max-width: 990px) {
  .sitename img {
    height: 140px;
  }
}
@media (max-width: 768px) {
  .sitename img {
    height: 110px;
  }
}
@media (max-width: 480px) {
  .sitename img {
    height: 80px;
  }
}
@media (max-width: 1600px) {
  .sitename {
    font-size: 64px;
  }
}
@media (max-width: 1270px) {
  .sitename {
    font-size: 54px;
  }
}
@media (max-width: 990px) {
  .sitename {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .sitename {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .sitename {
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  .sitename {
    font-size: 26px;
  }
}
@media (max-width: 340px) {
  .sitename {
    font-size: 22px;
  }
  .sitename br {
    display: none;
  }
}

.slogan {
  font-family: Days, sans-serif;
  margin-top: 10px;
  font-size: 26px;
  text-transform: uppercase;
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.7);
}
@media (max-width: 1270px) {
  .slogan {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .slogan {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .slogan {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .slogan {
    font-size: 18px;
  }
}

.phone a, .phone a:visited, .phone a:hover {
  font-family: Days, sans-serif;
  margin-top: 15px;
  font-size: 60px;
  color: #ffffff;
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
@media (max-width: 1600px) {
  .phone a, .phone a:visited, .phone a:hover {
    font-size: 56px;
  }
}
@media (max-width: 1270px) {
  .phone a, .phone a:visited, .phone a:hover {
    font-size: 52px;
  }
}
@media (max-width: 990px) {
  .phone a, .phone a:visited, .phone a:hover {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .phone a, .phone a:visited, .phone a:hover {
    font-size: 40px;
  }
}
@media (max-width: 560px) {
  .phone a, .phone a:visited, .phone a:hover {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .phone a, .phone a:visited, .phone a:hover {
    font-size: 28px;
  }
}

.cons {
  display: flex;
  align-items: center;
  margin-top: 20px;
  width: 480px;
  height: 80px;
  padding-left: 50px;
  font-family: ArialNarrow, Arial, sans-serif;
  font-size: 24px;
  background: #009640;
  border-radius: 40px;
  cursor: pointer;
}
.cons img {
  margin-right: 30px;
}
@media (max-width: 1600px) {
  .cons img {
    height: 52px;
    width: auto;
  }
}
@media (max-width: 1270px) {
  .cons img {
    margin-right: 20px;
    height: 48px;
  }
}
@media (max-width: 990px) {
  .cons img {
    height: 44px;
  }
}
@media (max-width: 768px) {
  .cons img {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .cons img {
    margin-right: 15px;
    height: 32px;
  }
}
@media (max-width: 1600px) {
  .cons {
    width: 450px;
    height: 70px;
  }
}
@media (max-width: 1270px) {
  .cons {
    width: 420px;
    height: 64px;
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .cons {
    width: 380px;
    height: 56px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .cons {
    width: 320px;
    height: 50px;
    font-size: 18px;
    padding-left: 25px;
  }
}
@media (max-width: 480px) {
  .cons {
    width: 260px;
    height: 42px;
    font-size: 16px;
    padding-left: 15px;
  }
}

section {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 1600px) {
  section {
    padding-top: 50px;
  }
}
@media (max-width: 990px) {
  section {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  section {
    padding-top: 30px;
  }
}

.section-header {
  font-family: Days, sans-serif;
  font-size: 44px;
  color: #63565c;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
}
.section-header span {
  color: #e31313;
}
@media (max-width: 1600px) {
  .section-header {
    font-size: 40px;
  }
}
@media (max-width: 1270px) {
  .section-header {
    font-size: 38px;
  }
}
@media (max-width: 990px) {
  .section-header {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .section-header {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .section-header {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.akcia {
  background: #fffdee;
}
.akcia-inn {
  display: flex;
  justify-content: space-around;
  max-width: 1160px;
  margin: auto;
}
.akcia-inn-block {
  width: 360px;
  padding: 30px;
  font-size: 18px;
  text-align: center;
  background: #fcfdff;
  border: #e08767 4px solid;
  border-radius: 20px;
}
.akcia-inn-block .price {
  width: 100%;
  border-spacing: 0px;
  font-size: 18px;
}
.akcia-inn-block .price th {
  height: 55px;
  background: #f5dfd9;
  font-weight: normal;
}
@media (max-width: 768px) {
  .akcia-inn-block .price th {
    height: 40px;
  }
}
.akcia-inn-block .price td {
  height: 70px;
  border-bottom: #e08767 1px solid;
}
@media (max-width: 1270px) {
  .akcia-inn-block .price td {
    height: 65px;
  }
}
@media (max-width: 990px) {
  .akcia-inn-block .price td {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .akcia-inn-block .price td {
    height: 40px;
  }
}
.akcia-inn-block .price th:last-child, .akcia-inn-block .price td:last-child {
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 1270px) {
  .akcia-inn-block {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .akcia-inn-block {
    width: 90%;
    margin: 5px auto;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .akcia-inn {
    flex-direction: column;
  }
}
.akcia .podarok {
  max-width: 1160px;
  min-height: 270px;
  margin: 50px auto;
  padding-top: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #63565c;
  text-transform: uppercase;
  background: url("../img/podarok.png") right bottom no-repeat;
}
.akcia .podarok span {
  font-family: "Days", sans-serif;
  font-size: 40px;
  color: #e31313;
}
@media (max-width: 1270px) {
  .akcia .podarok span {
    font-size: 38px;
  }
}
@media (max-width: 990px) {
  .akcia .podarok span {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .akcia .podarok span {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .akcia .podarok span {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .akcia .podarok span {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1270px) {
  .akcia .podarok {
    padding-left: 20px;
    font-size: 34px;
  }
}
@media (max-width: 990px) {
  .akcia .podarok {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .akcia .podarok {
    padding-top: 30px;
    padding-bottom: 230px;
    margin: 30px auto;
    font-size: 28px;
    background-position: center bottom;
  }
}
@media (max-width: 480px) {
  .akcia .podarok {
    font-size: 24px;
    min-height: 220px;
    margin: 30px auto;
    padding-top: 20px;
  }
}
@media (max-width: 400px) {
  .akcia .podarok {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 340px) {
  .akcia .podarok {
    background-size: 150px auto;
    padding-bottom: 180px;
  }
}

.skidki {
  height: 805px;
  background: url("../img/skidki-bg.jpg") no-repeat;
}
.skidki-inn {
  display: flex;
  justify-content: space-around;
  max-width: 1160px;
  margin: auto;
}
.skidki-inn-block {
  width: 360px;
  padding: 30px;
  text-align: center;
  background: url("../img/technologies-block-bg-hover.png");
  border-radius: 20px;
  margin-bottom: 10px;
}
.skidki-inn-block-title {
  font-size: 30px;
  color: #e31313;
  font-weight: bold;
}
@media (max-width: 1270px) {
  .skidki-inn-block-title {
    font-size: 26px;
  }
}
@media (max-width: 990px) {
  .skidki-inn-block-title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .skidki-inn-block-title {
    font-size: 20px;
  }
}
.skidki-inn-block .price {
  width: 100%;
  border-spacing: 0px;
}
.skidki-inn-block .price td {
  height: 70px;
  border-bottom: #ffffff 1px solid;
}
@media (max-width: 1270px) {
  .skidki-inn-block .price td {
    height: 65px;
  }
}
@media (max-width: 990px) {
  .skidki-inn-block .price td {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .skidki-inn-block .price td {
    height: 50px;
  }
}
@media (max-width: 1270px) {
  .skidki-inn-block {
    width: 100%;
  }
}
@media (max-width: 1270px) {
  .skidki-inn > div {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .skidki-inn > div {
    width: 90%;
    max-width: 400px;
    margin: 5px auto;
  }
}
@media (max-width: 768px) {
  .skidki-inn {
    flex-direction: column;
  }
}
@media (max-width: 1600px) {
  .skidki {
    background-size: cover;
  }
}
@media (max-width: 990px) {
  .skidki {
    height: 750px;
  }
}
@media (max-width: 768px) {
  .skidki {
    height: auto;
  }
}

.calculator {
  background: #eefff4 url("../img/ruler.jpg") 25% bottom no-repeat;
}
.calculator-inn {
  margin: 50px auto;
  display: flex;
  max-width: 1160px;
}
.calculator-inn-left {
  width: 50%;
  padding-top: 30px;
}
.calculator-inn-left .all {
  font-family: Days, sans-serif;
  color: #e31313;
  font-size: 32px;
}
@media (max-width: 768px) {
  .calculator-inn-left .all {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .calculator-inn-left {
    width: 100%;
    padding-top: 0;
  }
}
.calculator-inn-right {
  width: 50%;
}
@media (max-width: 768px) {
  .calculator-inn-right {
    width: 100%;
  }
}
@media (max-width: 1270px) {
  .calculator-inn {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .calculator-inn {
    flex-direction: column;
    margin: auto;
  }
}
.calculator .calc-form-bg {
  width: 556px;
  padding: 30px 10px;
  border: #009640 4px solid;
  border-radius: 15px;
  background: #ffffff url("../img/calc-bg.jpg") bottom no-repeat;
}
@media (max-width: 1270px) {
  .calculator .calc-form-bg {
    width: 450px;
  }
}
@media (max-width: 990px) {
  .calculator .calc-form-bg {
    width: 380px;
  }
}
@media (max-width: 768px) {
  .calculator .calc-form-bg {
    width: 90%;
    max-width: 550px;
    margin: 20px auto;
  }
}
.calculator .calc-form-field {
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin-bottom: 15px;
  font-size: 18px;
  background: #fff59b;
}
.calculator .calc-form-field select, .calculator .calc-form-field input[type=text], .calculator .calc-form-field input[type=number] {
  height: 33px;
  font-family: "MyriadPro-Regular", sans-serif;
  font-size: 18px;
  background: none;
  border: none;
}
@media (max-width: 480px) {
  .calculator .calc-form-field select, .calculator .calc-form-field input[type=text], .calculator .calc-form-field input[type=number] {
    font-size: 17px;
  }
}
.calculator .calc-form-field select {
  text-align: right;
}
.calculator .calc-form-field input[type=number] {
  width: 60px;
}
@media (max-width: 480px) {
  .calculator .calc-form-field {
    height: 36px;
    line-height: 36px;
    font-size: 15px;
  }
}
@media (max-width: 340px) {
  .calculator .calc-form-field:nth-child(2) {
    line-height: 100%;
  }
}
.calculator .calc-form-incl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  color: #009640;
  text-transform: uppercase;
}
.calculator .calc-form-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .calculator .calc-form-total {
    flex-direction: column;
    justify-content: center;
  }
}
.calculator .calc-form-send {
  width: 295px;
  height: 65px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: #009640;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}
@media (max-width: 1270px) {
  .calculator .calc-form-send {
    width: 260px;
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .calculator .calc-form-send {
    width: 230px;
    height: 54px;
    border-radius: 27px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .calculator .calc-form-send {
    margin-top: 10px;
    height: 40px;
  }
}

.podpiska {
  padding-top: 40px;
  background: url("../img/podpiska-bg.jpg") no-repeat;
}
.podpiska-inn {
  display: flex;
  margin: 50px auto;
  max-width: 1060px;
  color: #63565c;
}
.podpiska-inn-left {
  width: 60%;
  margin-right: 60px;
  font-size: 26px;
}
.podpiska-inn-left span {
  color: #e31313;
}
@media (max-width: 990px) {
  .podpiska-inn-left {
    width: 50%;
    margin-right: 40px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .podpiska-inn-left {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.podpiska-inn-right {
  width: 35%;
}
@media (max-width: 768px) {
  .podpiska-inn-right {
    width: 100%;
  }
}
@media (max-width: 1270px) {
  .podpiska-inn {
    padding: 0 15px;
  }
}
@media (max-width: 990px) {
  .podpiska-inn {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .podpiska-inn {
    flex-direction: column;
  }
}
.podpiska-title {
  font-family: Days, sans-serif;
  color: #009640;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1270px) {
  .podpiska-title {
    font-size: 34px;
  }
}
@media (max-width: 990px) {
  .podpiska-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .podpiska-title {
    text-align: center;
  }
}
.podpiska-form {
  width: 336px;
}
.podpiska-form input[type=text] {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 22px;
  background: #ecf7f9;
  border: none;
}
@media (max-width: 990px) {
  .podpiska-form input[type=text] {
    font-size: 18px;
  }
}
.podpiska-form input[type=submit] {
  margin-top: 20px;
  width: 300px;
  height: 62px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #009640;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}
@media (max-width: 990px) {
  .podpiska-form input[type=submit] {
    width: 230px;
    height: 54px;
    border-radius: 27px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .podpiska-form input[type=submit] {
    display: block;
    margin: 20px auto;
  }
}
@media (max-width: 768px) {
  .podpiska-form {
    margin: auto;
  }
}
@media (max-width: 480px) {
  .podpiska-form {
    width: 300px;
  }
}
.podpiska .agree {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .podpiska {
    background: #acdcea url("../img/podpiska-bg-mob.jpg") left bottom no-repeat;
  }
}

.technologies {
  background: url("../img/technologies-bg.jpg") bottom no-repeat;
  padding-bottom: 300px;
}
.technologies-inn {
  display: flex;
  justify-content: space-around;
  max-width: 1170px;
  margin: 60px auto 0px auto;
}
.technologies-inn-block {
  width: 360px;
  padding: 20px;
  background: url("../img/technologies-block-bg.png");
  border: 3px #009640 solid;
  border-radius: 15px;
}
.technologies-inn-block-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1270px) {
  .technologies-inn-block {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .technologies-inn-block {
    width: 90%;
    max-width: 400px;
    margin: 5px auto;
  }
}
.technologies-inn-block:hover {
  background: url("../img/technologies-block-bg-hover.png");
}
@media (max-width: 1270px) {
  .technologies-inn {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .technologies-inn {
    flex-direction: column;
  }
}
@media (max-width: 1270px) {
  .technologies {
    padding-bottom: 200px;
    background-size: 140% auto;
  }
}
@media (max-width: 990px) {
  .technologies {
    padding-bottom: 150px;
  }
}

.examples {
  background: #fffdee;
}
.examples-inn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1170px;
  margin: 40px auto;
}
.examples-inn-block {
  position: relative;
  width: 360px;
  margin: 10px;
  text-align: center;
  cursor: pointer;
}
.examples-inn-block-pic {
  position: relative;
}
.examples-inn-block-pic img {
  position: relative;
  width: 360px;
  height: 360px;
  border: 3px transparent solid;
  border-radius: 20px;
}
@media (max-width: 1270px) {
  .examples-inn-block-pic img {
    max-width: 100%;
    height: auto;
  }
}
.examples-inn-block-pic a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.examples-inn-block-pic a:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -34px;
  font-size: 120px;
  color: #ffffff;
  font-weight: bold;
  line-height: 100%;
  opacity: 0.5;
}
@media (max-width: 480px) {
  .examples-inn-block-pic a:after {
    font-size: 80px;
    margin-top: -50px;
    margin-left: -25px;
  }
}
.examples-inn-block-pic:hover img {
  border: 3px #ffffff solid;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1270px) {
  .examples-inn-block {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .examples-inn-block {
    width: 45%;
    max-width: 360px;
  }
}
@media (max-width: 480px) {
  .examples-inn-block {
    width: 43%;
    font-size: 15px;
  }
}
.examples-more {
  margin: 40px auto;
  width: 295px;
  height: 66px;
  line-height: 66px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  background: #009640;
  border-radius: 30px;
  cursor: pointer;
}
@media (max-width: 990px) {
  .examples-more {
    width: 260px;
    height: 60px;
    line-height: 60px;
  }
}
.examples-toggle {
  display: none;
}

.zakaz {
  background: url("../img/zakaz-bg.jpg") top no-repeat;
}
.zakaz-step {
  max-width: 1150px;
  margin: auto;
}
.zakaz-step-title {
  font-family: "Days";
  font-size: 34px;
  color: #63565c;
}
@media (max-width: 1270px) {
  .zakaz-step-title {
    font-size: 32px;
  }
}
@media (max-width: 990px) {
  .zakaz-step-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .zakaz-step-title {
    font-size: 24px;
  }
}
.zakaz-step-1 {
  background: url("../img/zakaz1-bg.png") left no-repeat;
  min-height: 234px;
}
.zakaz-step-1-text {
  display: flex;
}
@media (max-width: 768px) {
  .zakaz-step-1-text {
    flex-direction: column;
  }
}
.zakaz-step-2 {
  background: url("../img/zakaz2-bg.png") left no-repeat;
  min-height: 234px;
}
.zakaz-step-2-text {
  display: flex;
}
@media (max-width: 768px) {
  .zakaz-step-2-text {
    flex-direction: column;
  }
}
.zakaz-step-1 ul, .zakaz-step-2 ul {
  width: 50%;
}
@media (max-width: 768px) {
  .zakaz-step-1 ul, .zakaz-step-2 ul {
    width: 100%;
  }
}
.zakaz-step-1 li, .zakaz-step-2 li {
  padding: 5px 0;
}
@media (max-width: 1270px) {
  .zakaz-step {
    max-width: 100%;
    padding: 0 15px;
  }
}
.zakaz-info {
  max-width: 1150px;
  margin: 30px auto;
  padding: 15px;
  text-align: center;
  background: #c4e7d3;
}
@media (max-width: 1270px) {
  .zakaz-info {
    max-width: 100%;
  }
}
.zakaz-dopinfo {
  display: flex;
  max-width: 1150px;
  justify-content: space-between;
  margin: auto;
}
.zakaz-dopinfo-left, .zakaz-dopinfo-right {
  width: 45%;
}
@media (max-width: 768px) {
  .zakaz-dopinfo-left, .zakaz-dopinfo-right {
    width: 100%;
  }
}
.zakaz-dopinfo-left-1 {
  background: url("../img/zakaz-dop-left1-bg.png") left no-repeat;
  min-height: 170px;
}
.zakaz-dopinfo-left-2 {
  background: url("../img/zakaz-dop-left2-bg.png") left no-repeat;
  min-height: 170px;
}
@media (max-width: 768px) {
  .zakaz-dopinfo-left-2 {
    padding-left: 0 !important;
    padding-right: 80px;
    background-position: right bottom;
  }
}
.zakaz-dopinfo-left-3 {
  background: url("../img/zakaz-dop-left3-bg.png") left no-repeat;
  min-height: 140px;
}
.zakaz-dopinfo-left-1, .zakaz-dopinfo-left-2, .zakaz-dopinfo-left-3 {
  padding-left: 80px;
}
.zakaz-dopinfo-big {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.zakaz-dopinfo-right {
  background: url("../img/zakaz-dop-right-bg.png") center bottom no-repeat;
}
.zakaz-dopinfo-right .highlight {
  font-size: 20px;
  color: #fa993c;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1270px) {
  .zakaz-dopinfo-right {
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .zakaz-dopinfo-right {
    padding-bottom: 120px;
    background-size: auto 150px;
    background-position: right bottom;
  }
}
@media (max-width: 1270px) {
  .zakaz-dopinfo {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .zakaz-dopinfo {
    flex-direction: column;
  }
}

.vorota-kalitka {
  color: #ffffff;
  background: url("../img/vorota-kalitka-bg.jpg") no-repeat;
}
.vorota-kalitka .section-header {
  color: #ffffff;
}
.vorota-kalitka-inn {
  max-width: 560px;
  margin: 40px auto;
}
.vorota-kalitka-inn span {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #eb0303;
}
@media (max-width: 480px) {
  .vorota-kalitka-inn span {
    display: block;
  }
}
@media (max-width: 768px) {
  .vorota-kalitka-inn {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .vorota-kalitka {
    background: url("../img/vorota-kalitka-bg-mob.jpg") right no-repeat;
    background-size: cover;
  }
  .vorota-kalitka-akcia {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
  }
}

.materials {
  background: #fffdee;
}
.materials-colors {
  max-width: 1150px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.materials-colors-block {
  width: 164px;
  height: 164px;
  margin: 10px;
  padding-top: 10px;
  color: #63565c;
  text-align: center;
  background: #ffffff;
}
@media (max-width: 480px) {
  .materials-colors-block {
    width: 135px;
    height: 135px;
    font-size: 15px;
  }
}
.materials-pic {
  min-width: 380px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .materials-pic {
    margin: auto;
    min-width: 250px;
    max-width: 380px;
  }
}
.materials-text {
  margin-top: 40px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .materials-text {
    flex-direction: column;
  }
}

.company {
  background: url("../img/company_bg.jpg") no-repeat;
}
.company .section-header {
  margin: 30px auto;
}
.company-inn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.company-inn-pic {
  min-width: 582px;
  margin-right: 15px;
}
@media (max-width: 1270px) {
  .company-inn-pic {
    min-width: 460px;
  }
}
@media (max-width: 990px) {
  .company-inn-pic {
    min-width: 350px;
    max-width: 582px;
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  .company-inn-pic {
    min-width: 250px;
  }
}
.company-inn-pic-exp {
  width: 240px;
  height: 115px;
  padding-top: 20px;
  margin: auto;
  position: relative;
  top: -80px;
  font-family: Days;
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  background: #009640;
  border-radius: 15px;
}
.company-inn-pic-exp span {
  color: #fff145;
  font-size: 32px;
}
@media (max-width: 768px) {
  .company-inn-pic-exp {
    width: 180px;
    height: 90px;
    font-size: 22px;
  }
  .company-inn-pic-exp span {
    font-size: 26px;
  }
}
.company-inn-text {
  max-width: 600px;
  padding: 20px;
  background: url("../img/technologies-block-bg-hover.png");
  border-radius: 15px;
}
@media (max-width: 1270px) {
  .company-inn-text {
    max-width: 550px;
  }
}
@media (max-width: 990px) {
  .company-inn-text {
    margin: 30px auto;
  }
}
@media (max-width: 1270px) {
  .company-inn {
    padding: 0 15px;
  }
}
@media (max-width: 990px) {
  .company-inn {
    flex-direction: column;
  }
}

.contacts {
  padding-bottom: 0px;
  background: url("../img/contacts-bg.jpg") no-repeat;
}
.contacts-inn {
  display: flex;
  justify-content: center;
}
.contacts-inn-text {
  width: 536px;
  padding: 20px;
  margin-top: 40px;
  margin-right: 30px;
  background: url("../img/technologies-block-bg-hover.png");
  border-radius: 15px;
}
.contacts-inn-text-bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .contacts-inn-text-bottom {
    flex-direction: column;
  }
  .contacts-inn-text-bottom div {
    text-align: center;
  }
}
@media (max-width: 340px) {
  .contacts-inn-text-bottom {
    font-size: 16px;
  }
}
.contacts-inn-text-bottom a, .contacts-inn-text-bottom a:visited, .contacts-inn-text-bottom a:hover {
  color: #000000;
  text-decoration: none;
}
.contacts-inn-text-light {
  color: #909090;
}
.contacts-inn-text-big {
  font-size: 18px;
  color: #2d2d2d;
}
@media (max-width: 1270px) {
  .contacts-inn-text {
    width: 480px;
  }
}
@media (max-width: 990px) {
  .contacts-inn-text {
    width: 90%;
    margin: auto;
  }
}
.contacts-inn-form {
  width: 547px;
  padding-top: 90px;
  padding-bottom: 60px;
  padding-left: 20px;
  background: url("../img/contact-form-bg.png") no-repeat;
  background-size: contain;
}
.contacts-inn-form form {
  width: 455px;
  margin-top: 30px;
}
.contacts-inn-form form input[type=text] {
  width: 100%;
  height: 40px;
  background: url("../img/technologies-block-bg-hover.png");
  border: none;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
}
@media (max-width: 1270px) {
  .contacts-inn-form form input[type=text] {
    height: 30px;
    font-size: 16px;
  }
}
.contacts-inn-form form textarea {
  width: 100%;
  height: 165px;
  padding: 20px;
  font-size: 18px;
  background: url("../img/technologies-block-bg-hover.png");
  border: none;
}
@media (max-width: 1270px) {
  .contacts-inn-form form textarea {
    height: 130px;
    font-size: 16px;
  }
}
.contacts-inn-form form input[type=submit] {
  display: block;
  margin-top: 20px;
  width: 295px;
  height: 60px;
  font-size: 18px;
  color: #ffffff;
  background: #009640;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contacts-inn-form form input[type=submit] {
    margin: 20px auto;
  }
}
@media (max-width: 340px) {
  .contacts-inn-form form input[type=submit] {
    width: 100%;
  }
}
.contacts-inn-form form .recaptcha-wrap {
  width: 304px;
  margin: auto;
}
@media (max-width: 340px) {
  .contacts-inn-form form .recaptcha-wrap {
    width: 250px;
    margin-left: -5px;
  }
}
@media (max-width: 340px) {
  .contacts-inn-form form .wg-recaptha {
    scale: 0.8;
  }
}
@media (max-width: 1270px) {
  .contacts-inn-form form {
    width: 380px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .contacts-inn-form form {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contacts-inn-form-header {
    color: #ffffff;
    text-align: center;
  }
}
.contacts-inn-form .agree {
  margin: 20px 0;
}
@media (max-width: 768px) {
  .contacts-inn-form .agree {
    color: #ffffff;
  }
}
@media (max-width: 480px) {
  .contacts-inn-form .agree {
    font-size: 14px;
  }
}
@media (max-width: 1270px) {
  .contacts-inn-form {
    width: 490px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .contacts-inn-form {
    width: 90%;
    max-width: 490px;
    margin: auto;
    padding-left: 0;
    background: none;
  }
}
@media (max-width: 990px) {
  .contacts-inn {
    flex-direction: column;
  }
}
@media (max-width: 990px) {
  .contacts {
    background-size: cover;
  }
}

footer {
  height: 100px;
  margin-top: 30px;
  padding-top: 30px;
  background: url("../img/footer-bg.png");
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  footer {
    height: auto;
    padding: 10px;
  }
}

.curtain {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.5s linear;
}
.curtain .modal-wrapper {
  display: none;
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 25px 30px;
  background: #ffffff;
  box-shadow: 0 0 20px #0c1221;
}
@media (max-width: 480px) {
  .curtain .modal-wrapper {
    max-width: 300px;
  }
}
.curtain .modal-wrapper .close {
  display: block;
  margin: 0 0 20px auto;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='490' width='490' fill='%230c1221'%3E%3Cpath d='M490 35L455 0 0 455l35 35z'/%3E%3Cpath d='M0 35L35 0l455 455-35 35z'/%3E%3C/svg%3E") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.curtain form,
.curtain .result-send {
  display: none;
  width: 360px;
  margin: auto;
}
.curtain form input[type=text],
.curtain form input[type=email],
.curtain form select,
.curtain .result-send input[type=text],
.curtain .result-send input[type=email],
.curtain .result-send select {
  width: 100%;
  height: 35px;
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 5px;
  background: #ffffff;
  border: 1px solid #b9bcc4;
}
.curtain form .visually-hidden,
.curtain .result-send .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.curtain form input[type=submit],
.curtain .result-send input[type=submit] {
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
  background: #e31313;
  border: none;
}
@media (max-width: 480px) {
  .curtain form,
  .curtain .result-send {
    width: 100%;
  }
}
.curtain form.active,
.curtain .result-send.active {
  display: block;
  text-align: center;
}
.curtain form.active .icon-success,
.curtain form.active .icon-error,
.curtain .result-send.active .icon-success,
.curtain .result-send.active .icon-error {
  text-align: center;
}
.curtain .message-result {
  text-align: center;
}

#callback {
  min-width: 260px;
  padding: 30px;
}
#callback .callback-form {
  margin: auto;
}
#callback .callback-title {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
#callback .callback-form input[type=text] {
  display: block;
  width: 200px;
  height: 30px;
  margin-bottom: 5px;
}
#callback .callback-form input[type=submit] {
  display: block;
  width: 200px;
  height: 30px;
  color: #ffffff;
  font-size: 16px;
  background: #009640;
  border: none;
  cursor: pointer;
}

#sendresults {
  min-width: 260px;
  padding: 30px;
}
#sendresults .sendresults-title {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
#sendresults .sendresults-form input[type=text] {
  display: block;
  width: 200px;
  height: 30px;
  margin-bottom: 5px;
}
#sendresults .sendresults-form input[type=submit] {
  display: block;
  width: 200px;
  height: 30px;
  color: #ffffff;
  font-size: 16px;
  background: #009640;
  border: none;
  cursor: pointer;
}

#modalthanks {
  padding: 30px;
}

.modalthanks-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

input.error {
  border-color: #973d3d;
  background: #f0bebe !important;
  color: #a35959;
}

input.error {
  border-color: #973d3d;
  color: #a35959;
}/*# sourceMappingURL=style.css.map */