@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Regular.woff) format("woff"), url(../fonts/OpenSans-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Opium Bold";
  src: url(../fonts/Opium.woff) format("woff"), url(../fonts/Opium.woff2) format("woff2");
}
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #1e2128;
  background: #ffffff;
}
@media (max-width: 990px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

.wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .wrapper {
    padding: 0 15px;
  }
}

.acenter {
  text-align: center;
}

.header {
  height: 955px;
  padding-top: 30px;
  text-align: center;
  background: url("../images/header_bg.jpg") center no-repeat;
  background-size: cover;
}
.header .top {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 90%;
  height: 56px;
  margin: auto;
  /*background: $white;
  box-shadow: 3px 0px 16px rgba(12, 53, 82, 0.18);*/
}
.header .top-nav {
  margin-left: 30px;
}
.header .top-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  height: 56px;
  list-style: none;
}
@media (max-width: 990px) {
  .header .top-nav ul {
    display: block;
    padding-left: 40px;
  }
  .header .top-nav ul li {
    height: 25px;
  }
}
.header .top-nav a {
  font-size: 18px;
  color: #000000;
  line-height: 56px;
  padding-right: 55px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .header .top-nav a {
    padding-right: 25px;
  }
}
@media (max-width: 1270px) {
  .header .top-nav a {
    font-size: 16px;
    padding-right: 15px;
  }
}
@media (max-width: 1100px) {
  .header .top-nav a {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .header .top-nav a {
    height: 25px;
  }
}
@media (max-width: 1600px) {
  .header .top-nav {
    margin-left: 20px;
  }
}
@media (max-width: 990px) {
  .header .top-nav {
    position: fixed;
    top: 0px;
    left: -280px;
    width: 250px;
    padding: 15px;
    background: #ffffff;
    transition: 0.3s;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  }
}
.header .top .mobile-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  top: 20px;
  left: 20px;
  z-index: 15;
  width: 25px;
  height: 20px;
  cursor: pointer;
}
.header .top .mobile-menu span {
  width: 25px;
  height: 3px;
  background: #000000;
  position: absolute;
  transition: transform 0.3s, top 0.3s, bottom 0.3s, opacity 0.3s, background 0.3s;
}
.header .top .mobile-menu .line1 {
  top: 0px;
  left: 0px;
}
.header .top .mobile-menu .line2 {
  top: 50%;
  left: 0;
  margin-top: -1.5px;
}
.header .top .mobile-menu .line3 {
  bottom: 0px;
  left: 0px;
}
@media (max-width: 990px) {
  .header .top .mobile-menu {
    display: flex;
  }
}
.header .top .mobile-menu.is-active {
  position: fixed;
  z-index: 101;
}
.header .top .mobile-menu.is-active .line1 {
  transform: rotate(45deg);
  top: 50%;
}
.header .top .mobile-menu.is-active .line2 {
  opacity: 0;
}
.header .top .mobile-menu.is-active .line3 {
  transform: rotate(-45deg);
  bottom: 35%;
}
.header .top .mobile-menu.is-active + .top-nav {
  left: 0px;
  height: 260px;
  transition: 0.3s;
  margin-left: 0px;
  z-index: 100;
}
.header .top .mobile-menu.is-active + .top-nav a {
  color: #000000;
}
.header .top-phone {
  position: absolute;
  top: 0px;
  right: 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 56px;
  color: #ffffff;
}
@media (max-width: 1270px) {
  .header .top-phone {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .header .top-phone {
    text-align: right;
  }
}
.header .top-phone a, .header .top-phone a:hover, .header .top-phone a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header-content {
  color: #ffffff;
}
.header-content-info {
  margin-top: 100px;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 1270px) {
  .header-content-info {
    margin-top: 60px;
  }
}
@media (max-width: 990px) {
  .header-content-info {
    font-size: 18px;
  }
}
.header-content-title {
  margin-top: 90px;
  font-family: "Opium Bold", sans-serif;
  font-size: 60px;
  font-weight: bold;
  text-shadow: 5px 5px 0px rgba(6, 56, 68, 0.75);
}
@media (max-width: 1600px) {
  .header-content-title {
    margin-top: 70px;
    font-size: 56px;
  }
}
@media (max-width: 1270px) {
  .header-content-title {
    margin-top: 50px;
    font-size: 52px;
  }
}
@media (max-width: 990px) {
  .header-content-title {
    margin-top: 40px;
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .header-content-title {
    margin-top: 30px;
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .header-content-title {
    margin-top: 20px;
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  .header-content-title {
    font-size: 26px;
  }
}
.header-content-cons {
  position: relative;
  margin: 70px auto 0;
  width: 295px;
  height: 95px;
  border: 2px solid #ffffff;
  cursor: pointer;
}
.header-content-cons-inn {
  height: 91px;
  background: #ffffff;
  opacity: 0.75;
}
@media (max-width: 1270px) {
  .header-content-cons-inn {
    height: 76px;
  }
}
@media (max-width: 480px) {
  .header-content-cons-inn {
    height: 60px;
  }
}
.header-content-cons-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #c80223;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1270px) {
  .header-content-cons-text {
    padding: 15px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .header-content-cons-text {
    padding: 10px;
  }
}
@media (max-width: 1600px) {
  .header-content-cons {
    margin: 50px auto;
  }
}
@media (max-width: 1270px) {
  .header-content-cons {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .header-content-cons {
    margin: 30px auto;
    height: 64px;
  }
}
@media (max-width: 1600px) {
  .header {
    height: 800px;
  }
}
@media (max-width: 1270px) {
  .header {
    height: 700px;
  }
}
@media (max-width: 990px) {
  .header {
    height: 620px;
  }
}
@media (max-width: 768px) {
  .header {
    height: 570px;
  }
}
@media (max-width: 480px) {
  .header {
    padding-top: 20px;
    height: 470px;
  }
}

section {
  margin: 60px 0;
}
@media (max-width: 990px) {
  section {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  section {
    margin: 20px 0;
  }
}

.section-header {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1270px) {
  .section-header {
    font-size: 32px;
  }
}
@media (max-width: 990px) {
  .section-header {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .section-header {
    font-size: 24px;
  }
}

.header1 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.header1 span {
  font-size: 24px;
}
@media (max-width: 1270px) {
  .header1 span {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .header1 span {
    font-size: 18px;
  }
}
@media (max-width: 1270px) {
  .header1 {
    font-size: 26px;
  }
}
@media (max-width: 990px) {
  .header1 {
    font-size: 22px;
  }
}

.bigger {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 1270px) {
  .bigger {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .bigger {
    font-size: 18px;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

ul {
  padding: 0;
  margin: 0;
}

table {
  margin: 30px auto;
  border: 1px solid #1e2128;
  border-collapse: collapse;
}

td {
  padding: 5px 10px;
  border: 1px solid #1e2128;
}

.company {
  display: flex;
}
.company-left {
  width: 70%;
}
@media (max-width: 768px) {
  .company-left {
    width: 100%;
  }
}
.company-right {
  width: 30%;
}
@media (max-width: 768px) {
  .company-right {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .company {
    flex-wrap: wrap;
  }
}

.advantages {
  padding: 60px 0;
  color: #ffffff;
  background: url("../images/advantages_bg.jpg") center no-repeat;
}
.advantages ul {
  max-width: 720px;
  margin: 30px auto;
}
.advantages ul li {
  display: flex;
  min-height: 26px;
  margin-bottom: 15px;
  list-style: none;
}
.advantages ul li::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  border: 2px solid #ffffff;
  border-radius: 14px;
}
@media (max-width: 990px) {
  .advantages ul li::before {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    border-radius: 12px;
  }
}
@media (max-width: 990px) {
  .advantages {
    padding: 40px 15px;
  }
}

.akcia-content {
  display: flex;
  font-size: 22px;
}
.akcia-content img {
  display: inline-block;
  width: 240px;
  padding: 10px;
  border: 1px solid #1e2128;
}
@media (max-width: 990px) {
  .akcia-content img {
    width: 180px;
    height: auto;
  }
}
.akcia-content span {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #c80223;
  text-transform: uppercase;
  padding-top: 10px;
}
@media (max-width: 990px) {
  .akcia-content span {
    font-size: 20px;
  }
}
.akcia-content-left {
  width: 50%;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.akcia-content-left img {
  margin-right: 20px;
}
@media (max-width: 1270px) {
  .akcia-content-left {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .akcia-content-left {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .akcia-content-left {
    flex-wrap: wrap;
  }
  .akcia-content-left img {
    display: block;
    margin: 15px auto;
  }
}
.akcia-content-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 50px;
}
.akcia-content-right img {
  margin-left: 15px;
}
@media (max-width: 1270px) {
  .akcia-content-right {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .akcia-content-right {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .akcia-content-right {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .akcia-content-right img {
    display: block;
    margin: 15px auto;
  }
}
@media (max-width: 1600px) {
  .akcia-content {
    font-size: 20px;
  }
}
@media (max-width: 1270px) {
  .akcia-content {
    flex-wrap: wrap;
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .akcia-content {
    font-size: 16px;
  }
}

.calculator-content {
  display: flex;
}
.calculator-content-left {
  width: 40%;
  margin-right: 30px;
  text-align: center;
}
@media (max-width: 990px) {
  .calculator-content-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.calculator-content-right {
  width: 60%;
}
@media (max-width: 990px) {
  .calculator-content-right {
    width: 100%;
  }
}
.calculator-content-calc-wrapper {
  padding: 15px;
  background: #e1ebee;
  border-radius: 5px;
}
.calculator-content-calc-wrapper1 {
  padding: 50px;
  background: #ecf0f1;
  border-radius: 5px;
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.75);
}
.calculator-content-calc-wrapper1 .bigger {
  font-size: 20px;
}
@media (max-width: 1600px) {
  .calculator-content-calc-wrapper1 {
    padding: 30px;
  }
  .calculator-content-calc-wrapper1 .bigger {
    font-size: 18px;
  }
}
@media (max-width: 1270px) {
  .calculator-content-calc-wrapper1 {
    padding: 20px;
  }
  .calculator-content-calc-wrapper1 .bigger {
    font-size: 16px;
  }
}
.calculator-content form {
  display: flex;
  flex-wrap: wrap;
}
.calculator-content-calc-left {
  width: 48%;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .calculator-content-calc-left {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .calculator-content-calc-left {
    width: 100%;
    font-size: 14px;
    margin-right: 0;
  }
}
.calculator-content-calc-right {
  width: 48%;
}
@media (max-width: 768px) {
  .calculator-content-calc-right {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .calculator-content-calc-right {
    width: 100%;
    font-size: 14px;
  }
}
.calculator-content label {
  display: block;
  margin-bottom: 15px;
}
.calculator-content .field-name {
  display: inline-block;
  margin-right: 15px;
  width: 205px;
}
@media (max-width: 1600px) {
  .calculator-content .field-name {
    margin-right: 10px;
    width: 190px;
  }
}
@media (max-width: 480px) {
  .calculator-content .field-name {
    width: 160px;
  }
}
@media (max-width: 400px) {
  .calculator-content .field-name {
    width: 100%;
  }
}
.calculator-content .field-input {
  display: inline-block;
  width: 150px;
}
.calculator-content .field-input input[type=text],
.calculator-content .field-input input[type=number] {
  width: 150px;
  height: 34px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
  background: #ffffff;
  border: 1px solid #b5c6ca;
}
@media (max-width: 1600px) {
  .calculator-content .field-input input[type=text],
  .calculator-content .field-input input[type=number] {
    width: 100px;
  }
}
@media (max-width: 400px) {
  .calculator-content .field-input input[type=text],
  .calculator-content .field-input input[type=number] {
    width: 100%;
  }
}
.calculator-content .field-input select {
  width: 150px;
  height: 34px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
  background: #ffffff;
  border: 1px solid #b5c6ca;
}
@media (max-width: 1600px) {
  .calculator-content .field-input select {
    width: 100px;
  }
}
@media (max-width: 400px) {
  .calculator-content .field-input select {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .calculator-content .field-input {
    width: 100px;
  }
}
@media (max-width: 400px) {
  .calculator-content .field-input {
    width: 100%;
  }
}
.calculator-content .send {
  width: 100%;
  min-height: 42px;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  background: #0c3552;
  border: none;
  cursor: pointer;
}
@media (max-width: 1270px) {
  .calculator-content .send {
    white-space: unset;
  }
}
@media (max-width: 400px) {
  .calculator-content .send {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .calculator-content {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .calculator-content {
    flex-wrap: wrap;
  }
}

.technology {
  padding: 50px 0 20px;
  color: #ffffff;
  background: url("../images/technology_bg.jpg") center no-repeat;
  background-size: cover;
}
.technology .subheader {
  margin: 20px 0;
  font-size: 32px;
  color: #f5f5d1;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 990px) {
  .technology .subheader {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .technology .subheader {
    font-size: 20px;
  }
}
.technology-content {
  max-width: 1000px;
  margin: 30px auto;
  display: flex;
  justify-content: space-around;
}
.technology-content div {
  width: 30%;
  text-align: center;
}
@media (max-width: 480px) {
  .technology-content div {
    width: 100%;
  }
}
@media (max-width: 1270px) {
  .technology-content img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 990px) {
  .technology-content img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .technology-content img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 990px) {
  .technology-content {
    max-width: 95%;
  }
}
@media (max-width: 480px) {
  .technology-content {
    flex-wrap: wrap;
  }
}
.technology-content2 {
  max-width: 1000px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.technology-content2-left {
  width: 70%;
}
@media (max-width: 480px) {
  .technology-content2-left {
    width: 100%;
  }
}
.technology-content2-right {
  width: 30%;
}
@media (max-width: 480px) {
  .technology-content2-right {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1270px) {
  .technology-content2 {
    max-width: 95%;
  }
  .technology-content2 img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 990px) {
  .technology-content2 img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .technology-content2 img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 480px) {
  .technology-content2 {
    flex-wrap: wrap;
  }
}

.advantages2 ul {
  max-width: 1400px;
  margin: 30px auto;
}
.advantages2 ul li {
  display: flex;
  min-height: 26px;
  margin-bottom: 15px;
  list-style: none;
}
.advantages2 ul li::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  min-width: 24px;
  height: 24px;
  margin-right: 20px;
  border: 2px solid #1e2128;
  border-radius: 14px;
}
@media (max-width: 990px) {
  .advantages2 ul li::before {
    min-width: 20px;
    height: 20px;
    border-radius: 12px;
  }
}

.subscribe-form-wrapper {
  max-width: 1190px;
  margin: 30px auto;
  padding: 15px;
  background: #729d8c;
  border-radius: 7px;
}
@media (max-width: 1270px) {
  .subscribe-form-wrapper {
    max-width: 90%;
  }
}
.subscribe-form-wrapper1 {
  padding: 40px;
  background: url("../images/suscribe_bg.jpg") center no-repeat;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.75);
}
@media (max-width: 480px) {
  .subscribe-form-wrapper1 {
    padding: 20px;
  }
}
.subscribe form {
  display: flex;
  color: #ffffff;
}
@media (max-width: 768px) {
  .subscribe form {
    flex-wrap: wrap;
  }
}
.subscribe-form-left {
  width: 50%;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .subscribe-form-left {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .subscribe-form-left {
    max-width: 100%;
  }
}
.subscribe-form-right {
  width: 50%;
}
@media (max-width: 768px) {
  .subscribe-form-right {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .subscribe-form-right {
    max-width: 100%;
  }
}
.subscribe label {
  display: block;
  margin-bottom: 15px;
}
.subscribe .field-name {
  display: inline-block;
  margin-right: 15px;
  width: 120px;
}
.subscribe .field-input {
  display: inline-block;
  width: 330px;
}
.subscribe .field-input input[type=text] {
  width: 330px;
  height: 34px;
  padding-left: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
  border: 1px solid #1c5439;
}
@media (max-width: 1270px) {
  .subscribe .field-input input[type=text] {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .subscribe .field-input input[type=text] {
    width: 260px;
  }
}
@media (max-width: 480px) {
  .subscribe .field-input input[type=text] {
    width: 100%;
  }
}
@media (max-width: 1270px) {
  .subscribe .field-input {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .subscribe .field-input {
    width: 260px;
  }
}
@media (max-width: 480px) {
  .subscribe .field-input {
    width: 100%;
  }
}
.subscribe input[type=submit] {
  width: 330px;
  min-height: 42px;
  white-space: unset;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 135px;
  background: #1b3e2d;
  border: none;
  cursor: pointer;
}
@media (max-width: 1270px) {
  .subscribe input[type=submit] {
    width: 100%;
    margin-left: 0;
  }
}

.how {
  padding: 60px 0;
  font-size: 22px;
  color: #ffffff;
  background: url("../images/how_bg.jpg") no-repeat;
  background-size: cover;
}
.how .how-content {
  display: flex;
  margin: 30px auto;
  max-width: 1400px;
  align-items: center;
  justify-content: center;
}
.how .how-content div {
  width: 32%;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .how .how-content div {
    width: 100%;
    margin-right: 0px;
  }
}
.how .how-content div:nth-child(2) {
  width: 36%;
}
@media (max-width: 768px) {
  .how .how-content div:nth-child(2) {
    width: 100%;
  }
}
.how .how-content img {
  display: inline-block;
  width: 63px;
  height: 63px;
  margin-right: 15px;
}
@media (max-width: 1600px) {
  .how .how-content {
    max-width: 1200px;
  }
}
@media (max-width: 1270px) {
  .how .how-content {
    max-width: 950px;
  }
}
@media (max-width: 990px) {
  .how .how-content {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .how .how-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 1600px) {
  .how {
    font-size: 20px;
  }
}
@media (max-width: 1270px) {
  .how {
    font-size: 18px;
  }
}

.projects-content {
  display: flex;
  justify-content: space-between;
}
.projects-content a {
  display: block;
  width: 244px;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #086f89;
}
@media (max-width: 1600px) {
  .projects-content a {
    width: 200px;
  }
}
@media (max-width: 1270px) {
  .projects-content a {
    width: 244px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .projects-content a {
    margin: 15px;
  }
}
.projects-content p {
  padding: 5px 0 0;
}
.projects-content img.thumb {
  width: 224px;
  height: 224px;
}
@media (max-width: 1600px) {
  .projects-content img.thumb {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 1270px) {
  .projects-content img.thumb {
    width: 224px;
    height: 224px;
  }
}
@media (max-width: 1270px) {
  .projects-content {
    flex-wrap: wrap;
    margin: 30px auto;
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  .projects-content {
    justify-content: center;
  }
}

.materials-content {
  display: flex;
  align-items: center;
}
.materials-content-left {
  width: 60%;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .materials-content-left {
    width: 100%;
    margin-right: 0;
  }
}
.materials-content-right {
  width: 40%;
}
@media (max-width: 768px) {
  .materials-content-right {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .materials-content {
    flex-wrap: wrap;
  }
}

.about-content {
  margin: auto;
  max-width: 1400px;
  display: flex;
  align-items: center;
}
.about-content-left {
  width: 40%;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .about-content-left {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.about-content-right {
  width: 60%;
}
@media (max-width: 768px) {
  .about-content-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .about-content {
    flex-wrap: wrap;
  }
}

.testimonials-content {
  margin-top: 40px;
}
.testimonials-content-item {
  width: 340px !important;
  height: 310px;
  padding: 15px;
  margin: 0 25px;
  overflow: hidden;
  font-size: 14px;
  border: 1px solid #086f89;
}
.testimonials-content-item-name {
  margin-top: 10px;
  font-size: 15px;
}
.testimonials-content-item-line {
  width: 100px;
  height: 1px;
  margin: 20px 0;
  background: #a9d3de;
}
.testimonials-content-item-avatar {
  float: right;
  width: 80px;
  height: 80px;
}
.testimonials-content-item-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
@media (max-width: 1600px) {
  .testimonials-content-item {
    width: 90% !important;
  }
}
@media (max-width: 1100px) {
  .testimonials-content-item {
    height: 270px;
  }
}
@media (max-width: 480px) {
  .testimonials-content-item {
    display: block !important;
    width: 350px !important;
    height: 290px;
    margin: auto;
  }
}
@media (max-width: 400px) {
  .testimonials-content-item {
    width: 260px !important;
    height: 360px;
  }
}
@media (max-width: 1600px) {
  .testimonials-content .slick-prev {
    left: -5px;
  }
  .testimonials-content .slick-next {
    right: -5px;
  }
}

.contacts-content {
  margin-top: 40px;
  display: flex;
}
.contacts-content-left {
  width: 50%;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .contacts-content-left {
    width: 100%;
    margin-right: 0;
  }
}
.contacts-content-form-wrapper {
  max-width: 625px;
  padding: 15px;
  background: #e1ebee;
  border-radius: 5px;
}
.contacts-content-form-wrapper1 {
  padding: 30px;
  background: #ecf0f1;
  border-radius: 5px;
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.75);
}
.contacts-content label {
  display: block;
  margin-bottom: 10px;
}
.contacts-content .field-name {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 55%;
}
@media (max-width: 1100px) {
  .contacts-content .field-name {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .contacts-content .field-name {
    width: 100%;
  }
}
.contacts-content .field-input {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
.contacts-content .field-input input[type=text] {
  width: 220px;
  height: 27px;
  padding-left: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
  border: 1px solid #b5c6ca;
}
@media (max-width: 1270px) {
  .contacts-content .field-input input[type=text] {
    width: 180px;
  }
}
@media (max-width: 480px) {
  .contacts-content .field-input input[type=text] {
    width: 100%;
  }
}
.contacts-content .field-input select {
  width: 220px;
  height: 34px;
  padding-left: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
  background: #ffffff;
  border: 1px solid #b5c6ca;
}
@media (max-width: 1270px) {
  .contacts-content .field-input select {
    width: 180px;
  }
}
@media (max-width: 480px) {
  .contacts-content .field-input select {
    width: 100%;
  }
}
.contacts-content .field-input textarea {
  width: 220px;
  height: 95px;
  padding-left: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
  border: 1px solid #b5c6ca;
}
@media (max-width: 1270px) {
  .contacts-content .field-input textarea {
    width: 180px;
  }
}
@media (max-width: 480px) {
  .contacts-content .field-input textarea {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contacts-content .field-input {
    width: 100%;
  }
}
.contacts-content .captcha {
  margin: 30px auto 10px auto;
  width: 302px;
}
@media (max-width: 480px) {
  .contacts-content .captcha {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .contacts-content .g-recaptcha {
    transform: scale(0.7);
    transform-origin: 0;
  }
}
.contacts-content .send {
  display: block;
  margin: 10px auto;
  width: 302px;
  height: 42px;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  background: #0c3552;
  border: none;
  cursor: pointer;
}
@media (max-width: 480px) {
  .contacts-content .send {
    width: 100%;
  }
}
.contacts-content-right {
  width: 50%;
  padding: 30px;
  background: url("../images/contacts_bg.png") center no-repeat;
  background-size: cover;
}
.contacts-content-right p {
  margin: 0px 0px 30px 0px;
}
.contacts-content-right-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  font-size: 32px;
  font-weight: 600;
}
.contacts-content-right-bottom .counter {
  width: 88px;
  border: 1px solid #000000;
}
@media (max-width: 1600px) {
  .contacts-content-right-bottom {
    width: 90%;
  }
}
@media (max-width: 1100px) {
  .contacts-content-right-bottom {
    margin-top: 50px;
  }
}
@media (max-width: 990px) {
  .contacts-content-right-bottom {
    width: 100%;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .contacts-content-right-bottom {
    font-size: 18px;
  }
}
.contacts-content-right-bottom a, .contacts-content-right-bottom a:hover, .contacts-content-right-bottom a:visited {
  color: #1e2128;
  text-decoration: none;
}
@media (max-width: 990px) {
  .contacts-content-right {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .contacts-content-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contacts-content {
    flex-wrap: wrap;
  }
}

footer {
  height: 90px;
  padding: 20px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background: #0c3552;
}
@media (max-width: 1270px) {
  footer {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 15px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  footer {
    height: 140px;
  }
}

.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: #c80223;
  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;
}/*# sourceMappingURL=style.css.map */