@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic");

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */

@import url("https://fonts.googleapis.com/css?family=Rubik:400,700");

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.logo{
  width:230px;
  padding: 2px 10px;
  background: #fff;
  border-radius: 0 15px 0px 15px;
}
img,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

html,
body {
  font-size: 16px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing-text-rendering: optimizeLegibility;
  background: #f8f8f8;
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #0071bb;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.btn,
.btn:hover,
.btn:focus,
.btn:visited,
.btn:active {
  background: transparent;
  color: #0071bb;
  padding: .5rem;
  border-radius: .2rem;
  border: 1px solid #0071bb;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: bold;
  letter-spacing: .01rem;
  text-align: center;
  margin-top: 2rem;
  display: block;
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #0071bb;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #0071bb;
  opacity: 0.9;
}

.wrap,
.wrap-fluid,
.site-content {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.block {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.button {
  background: #0071bb;
  padding: 1rem 1.2rem;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  cursor: pointer;
}

p,
ul li {
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mb-2 {
  margin-bottom: 2.25rem;
}

.mb {
  margin-bottom: 1.75rem;
}

.a-center {
  text-align: center;
}

.wrap,
.wrap-fluid {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.section-title {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  color: #0071bb;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background: url("/assets/img/dots.svg") repeat;
  height: 17px;
  margin-top: 3rem;
  background-size: 4px;
}

.section-title span {
  background: #f8f8f8;
  padding: .9rem;
  position: relative;
  top: -22px;
}

.left-align {
  text-align: left;
}

.mt-10 {
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
}

.fs12 {
  font-size: 1.2rem;
}

.colmn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.colmn p {
  margin-bottom: 0;
  font-size: .85rem;
}

.colmn .tp {
  margin-top: .3rem;
}

.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ytp-title {
  display: none !important;
}

.pom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 20%;
  text-shadow: 1px 1px 0px #003d69;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.pom .pom-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pom .pom-1 span {
  font-size: 1.6rem;
  font-weight: bold;
  color: white;
}

.pom .pom-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pom .pom-2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pom .pom-2 div span {
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
}

.pom .head-img {
  width: 38px;
  margin-right: .5rem;
}

.com {
  height: 86%;
  padding-top: 2rem;
}

#hero {
  background: #0071bb;
  margin: 0;
  background: url("/assets/img/hero-001.jpg") center top;
  background-size: cover;
  position: relative;
  overflow: hidden;

}

#hero:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url("/assets/img/pattern.png") repeat;
  width: 100%;
  height: 100%;
  opacity: .45;
}

#hero .mainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-bottom: 4rem;
}

#hero .mainer img {
  width: 296px;
}

#hero .sapp {
  content: '';
  background: rgba(0,79,159,0.6);
  z-index: 0;
}

#hero .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

#hero .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  overflow: hidden;
  margin: 0 0 0 5%;
}

#hero .left .contact-form {
  background: #ced8e4;
  min-height: 20rem;
  width: 100%;
  padding: 2rem 3rem;
  border: 5px solid #fff;
  position: relative;
  margin-bottom: 4rem;
  overflow: hidden;
}

#hero .left .contact-form:before {
  width: 21px;
  height: 24px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -10px;
  top: -17px;
  background: #fff;
  border: 1px solid #f8f8f8;
}

#hero .left .contact-form:after {
  width: 21px;
  height: 24px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -10px;
  bottom: -17px;
  background: #fff;
  border: 1px solid #f8f8f8;
}

#hero .left .contact-form h3 {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #0071bb;
  font-weight: bold;
}

#hero .left input {
  width: 100%;
  margin-top: 22px;
  padding: .3rem;
  color: #007ac5;
  font-size: 1.3rem;
  text-align: center;
  background: #fbfdff9c;
  border: 1px solid #007ac5;
}

#hero .left input[type="submit"] {
    width: 100%;
    margin-top: 22px;
    padding: .3rem;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    background: #004f9f;
        background-repeat: repeat;
        background-image: none;
    border: 3px solid #fff;
    background-image: url(../img/line.png);
    background-repeat: repeat;
    box-shadow: 2px 2px 8px #004f9f;
}
}

#hero .left p {
  text-align: center;
  margin-top: .7rem;
  font-size: .8rem;
}

#hero .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  text-shadow: 1px 1px 0px #003d69;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#hero .right img.abs {
  position: absolute;
right: -203px;
width: 395px;
bottom: 0;
}

#hero h1 {
  color: #fff;
  text-shadow:3px 3px 8px #000;
  font-size: 3.4rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#hero .right ul {
  margin-top: 1.5rem;
}

#hero .right ul li {
  color: white;
  text-shadow:2px 2px 4px #000;
  font-size: 1.5rem;
  font-weight: bold;
}

#hero .right ul li:before {
  content: "—";
  color: #df0024;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  width: 2rem;
  margin-left: -2.2rem;
}

#services h3 {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  font-weight: bold;
  color: #e61d2d;
  text-align: center;
  width: 100%;
}
.pw_head {
	font-size: 2.5rem !important;
	border-left: 3px solid transparent !important;
	padding-bottom: 2rem;
}
#services .pons {
  margin-top: 0.5rem !important;
}

#services .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

#services .service-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 1px 1px 0 0 #fff;
  box-shadow: 1px 1px 0 0 #fff;
  margin-bottom: 2rem;
  cursor: pointer;
  position: relative;
  background: #fff;
  padding-bottom: 1rem;
}

#services .service-block:before {
  width: 24px;
  height: 26px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -11px;
  top: -12px;
  border-right: 1px solid #e5e5e5;
  background: #f8f8f8;
}

#services .service-block:after {
  width: 24px;
  height: 26px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -11px;
  bottom: -12px;
  border-left: 1px solid #e5e5e5;
  background: #f8f8f8;
}

#services .service-block:hover {
  -webkit-box-shadow: 0 0 20px #e5e5e5;
  box-shadow: 0 0 20px #e5e5e5;
}

#services .service-block-photo a {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#services .service-block-photo a:before {
  width: 24px;
  height: 26px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -11px;
  top: -12px;
  background: #f8f8f8;
}

#services .service-block-photo a:after {
  width: 24px;
  height: 26px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -11px;
  bottom: -12px;
  background: #fff;
}

#services .service-block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#services .service-block-text h3 {
  margin: 0 0 .5rem;
  color: #0071bb;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0 14%;
  text-align: center;
  min-height: 44px;
}

#services .service-block-text h4 {
  margin: 0;
  color: #e61d2d;
  font-weight: bold;
}

#services .service-block-text a {
  background: #004f9f;
  border: 0;
  padding: .5rem 2rem;
  color: #fff;
  margin-top: .6rem;
  font-size: 1rem;
  font-weight:700;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-shadow: 1px 1px 0 #00000085;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

#services .service-block-text a:before {
  width: 21px;
  height: 24px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -10px;
  top: -17px;
  background: #fff;
  border: 1px solid #f8f8f8;
}

#services .service-block-text a:after {
  width: 21px;
  height: 24px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -10px;
  bottom: -17px;
  background: #fff;
  border: 1px solid #f8f8f8;
}

#services .service-block-text a:hover {
  background: #e61d2d;
}

#materials {
  padding-top: 6rem;
  margin-bottom: 0;
  background: url("/assets/img/background-slider.jpg");
  background-size: cover;
}

#materials .flex {
  height: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#materials .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

#materials .left h2 {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  color: #0071bb;
  font-weight: bold;
  text-align: center;
  width: 100%;
  text-align: left;
}

#materials .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#materials .right p {
  text-align: center;
  font-weight: bold;
  font-size: .9rem;
  color: #0071bb;
}

#materials .right .fs12 {
  font-size: 1.4rem;
  margin-bottom: 1.75rem;
}

#materials .right .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#materials .right .flex .block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
}

#materials .right .make-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#materials .right .make-center a {
  background: #0071bb;
  border: 0;
  padding: .9rem 2rem;
  margin-top: .6rem;
  font-size: 1rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-shadow: 1px 1px 0 #00000085;
  -webkit-box-shadow: inset 0 0 8px #676767;
  box-shadow: inset 0 0 8px #676767;
  text-align: center;
}

#materials .right .make-center a:before {
  width: 21px;
  height: 24px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -10px;
  top: -17px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

#materials .right .make-center a:after {
  width: 21px;
  height: 24px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -10px;
  bottom: -17px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}
#video .right1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#video .left1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#sert .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

#sert .cert {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 1px 1px 0 0 #fff;
  box-shadow: 1px 1px 0 0 #fff;
  margin-bottom: 2rem;
  cursor: pointer;
  position: relative;
  background: #fff;
  padding: 1rem;
  margin-top: 1.5rem;
}

#sert .cert:before {
  width: 24px;
  height: 26px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -11px;
  top: -12px;
  border-right: 1px solid #e5e5e5;
  background: #f8f8f8;
}

#sert .cert:after {
  width: 24px;
  height: 26px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -11px;
  bottom: -12px;
  border-left: 1px solid #e5e5e5;
  background: #f8f8f8;
}

#sert .cert a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#photo .flex {
  width: 50%;
  margin-bottom: 3rem;
}

#photo #masonry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  font-size: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#photo #masonry div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

#photo #masonry div a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-transition: .5s opacity;
  transition: .5s opacity;
  cursor: pointer;
}

#photo #masonry:hover img {
  opacity: 0.9;
}

#photo #masonry:hover img:hover {
  position: relative;
  opacity: 1;
}

.promo-work {
  position: relative;
  padding: 5.5rem 0;
  background: #0082ce;
  background-image: url(../img/line.png);
  background-repeat: repeat;
}

#t_promo h4
{
	padding: 20px 0;
	color: #fff;
	font-weight: bold;
}

.promo-work .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo-work .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}

.promo-work .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.promo-work h2 {
  color: #fff;
  font-size: 1rem;
  border-left: 3px solid #e61d2d;
  padding-left: .7rem;
  text-transform: uppercase;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 0.02rem;
}

.promo-work .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo-work .form-box .in {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.promo-work .form-box .in input {
  width: 100%;
  margin-top: 0px;
  padding: .5rem;
  color: #007ac5;
  font-size: 1.3rem;
  text-align: center;
  background: #ffffffcc;
  border: 1px solid #ffffff;
}

.promo-work .form-box .in input[type="submit"] {
  background: #e61d2d;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  padding: .7rem;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.promo-action {
  position: relative;
  padding: .4rem 0 0;
  background: #e61d2d;
  border-top: 2px solid #fff;
}

.promo-action:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/line.png);
  background-repeat: repeat;
}

.promo-action .flex {
  position: relative;
  z-index: 3;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.promo-action .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.t_img {
  margin-top: -15.9rem !important;
  margin-bottom: 0px !important;
  width: 73% !important;
}

.promo-action .left img {
  margin-top: -15.9rem;
  margin-bottom: -20px;
  width: 73%;
}

.promo-action .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.promo-action h2 {
  color: #e61d2d;
  background: #fff;
  padding: .2rem 1rem;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: normal;
  text-shadow: 1px 1px 1px #00000052;
  margin-bottom: 0;
  margin-top: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: .5rem;
  -webkit-box-shadow: 1px 1px 1px #00000052;
  box-shadow: 1px 1px 1px #00000052;
}

.promo-action h3 {
  color: #fff;
  font-size: 1.9rem;
  line-height: normal;
  text-shadow: 1px 1px 1px #ffffff52;
  margin-bottom: 1rem;
  margin-top: 0.75rem;
}

.promo-action h3 span {
  font-size: 2rem;
  color: #007ac5;
  font-weight: bold;
}

.promo-action p {
  margin-bottom: 0;
  font-size: .7rem;
  color: black;
  width: 85%;
}

.promo {
  position: relative;
  padding: 1rem 0 .7rem;
  background: #eaeaea;
  background-image: url(../img/line.png);
  background-repeat: repeat;
}

.promo .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}

.promo .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.promo .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo .form-box .in {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.promo .form-box input {
  width: 100%;
  padding: .5rem;
  color: #333;
  font-size: 1.3rem;
  text-align: center;
  background: #ffffff63;
  border: 1px solid #e61d2d;
}

.promo .form-box input[type="submit"] {
  background: #e61d2d;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  padding: .7rem;
  border: 1px solid #e61d2d;
  cursor: pointer;
}

.promo h2 {
  color: #333;
  font-size: 1rem;
  border-left: 3px solid #e61d2d;
  padding-left: .7rem;
  text-transform: uppercase;
  line-height: normal;
  font-weight: bold;
}

.nav-tabs {
  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;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}

.nav-tabs .nav-item {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  opacity: 1;
  width: 250px;
  min-height: 48px;
  background: #FFFFFF;
  text-align: center;
  margin: 0;
}

.nav-tabs .nav-item a {
  color: #333;
}

.nav-tabs .nav-item a:active {
  color: #0071bb;
}

#tab-content {
  width: 100%;
}

#price .flex-group {
  width: 100%;
  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: 2rem 0;
}

#price .flex-group-slogan {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#price .flex-group-slogan h4 {
  color: #333;
  font-size: 1rem;
  border-left: 3px solid #0071bb;
  padding-left: .7rem;
  text-transform: uppercase;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 0.02rem;
}

#price .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

#price .kin {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#price .kin a {
  background: #0071bb;
  border: 0;
  padding: .9rem 6rem;
  color: #fff;
  font-size: 1.3rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-shadow: 1px 1px 0 #00000085;
  -webkit-box-shadow: inset 0 0 8px #676767;
  box-shadow: inset 0 0 8px #676767;
}

#price .kin a:before {
  width: 21px;
  height: 24px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -10px;
  top: -17px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

#price .kin a:after {
  width: 21px;
  height: 24px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -10px;
  bottom: -17px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

#price .row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin: 0;
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: .05rem;
}

#price .row h4 {
  font-size: 1.2rem;
}

#price .row .plan-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: .3rem 1rem;
  text-align: center;
}

#price .row .plan-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: .3rem 1rem;
  text-align: center;
  background: #e0e0e0;
  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;
  border-left: 1px solid #005288;
}

#price .row .plan-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: .3rem 1rem;
  text-align: center;
  background: #e0e0e0;
  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;
  border-left: 1px solid #005288;
}

#price .row .primary {
  background: #0071bb;
  color: #fff;
}

#price .row .lefter {
  text-align: left;
  font-size: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#price .row .fst {
  text-align: center;
  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;
  color: #fff;
  background: #0071bb;
  border-left: 1px solid #005288;
}

#price .row .hd {
  background: #005288;
  color: #fff;
}

#price .row:last-child div:first-child {
  border-bottom-left-radius: 8px;
}

#price .row:last-child div:last-child {
  border-bottom-right-radius: 8px;
}

#price .tabs {
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%;
  overflow: hidden;
}

#price .tabs .nav-item {
  text-align: center;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

#price .tabs .nav-link {
  position: relative;
  display: block;
  height: 100%;
  padding: .4rem 2rem;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #005288;
  -webkit-box-shadow: 4px 7px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 7px 20px 0px rgba(0, 0, 0, 0.4);
  border: 0;
  -webkit-transition: padding 0.2s ease, margin 0.2s ease;
  transition: padding 0.2s ease, margin 0.2s ease;
  border-bottom: 1px solid #065e98;
}

#price .tabs .nav-link img {
  max-width: 75%;
}

#price .tabs li:first-child a {
  z-index: 3;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#price .tabs li:nth-child(2) a {
  z-index: 2;
}

#price .tabs li:last-child a {
  z-index: 1;
  -webkit-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#price .tabs li a.active {
  background: #0071bb;
  color: #fff;
  z-index: 4;
  outline: none;
}

#price #tab-content {
  margin: 0 auto;
  background: #065e98;
  border: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  margin-bottom: 2rem;
  z-index: 5;
}

#price #tab-content #two,
#price #tab-content #three {
  display: none;
}

#contacts {
  position: relative;
  margin: 0;
}

#contacts .map-info {
  width: 343px;
  height: 370px;
  margin: 0 auto;
  background: #f8f8f8;
  color: #0071bb;
  padding: 1.5rem 2rem;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 14%;
  left: 18%;
  border: 5px solid #0071bb;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

#contacts .map-info:before {
  width: 23px;
  height: 26px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -11px;
  top: -12px;
  background: #0071bb;
}

#contacts .map-info:after {
  width: 23px;
  height: 26px;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -11px;
  bottom: -12px;
  background: #0071bb;
}

#contacts .map-info .title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

#contacts .map-info .tel {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
}

#contacts .map-info .call {
  margin-bottom: 0;
  font-size: .8rem;
}

#contacts .map-info .button {
  margin-top: 1.5rem;
  font-size: .9rem;
  background-image: url(../img/line.png);
  background-repeat: repeat;
}

#contacts .map-info a,
#contacts .map-info a:hover,
#contacts .map-info a:visited,
#contacts .map-info a:focus {
  color: #fff;
}

.footer-tops {
  background: #e61d2d;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: .5rem;
}

.footer-tops p {
  margin: 0;
}

.footer-top {
  background: #005288;
  padding-bottom: 1rem;
  background-image: url(../img/line.png);
  background-repeat: repeat;
}

.footer-top h2 {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  margin: 1.5rem 0 1rem;
  text-transform: uppercase;
}

.footer-top h6 {
  font-size: .8rem;
  margin-top: .4rem;
  color: #f8f8f8;
  text-align: center;
}

.yup {
  display: none !important;
  font-size: 28px;
  padding: 15px 44px;
  text-align: center;
  background: #e61d2d;
  font-weight: 600;
  z-index: 999;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  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;
}

.yup img {
  margin-right: 1rem;
}

.yup a,
.yup a:hover,
.yup a:visited,
.yup a:focus {
  color: #fff;
}

.popup {
  position: relative;
  background: #ffffffed;
  padding: 3rem 2rem 1.5rem 2rem;
  width: auto;
  max-width: 350px;
  margin: 20px auto;
  border: 2px solid #0071bb;
}

.popup h3 {
  text-align: center;
  text-transform: uppercase;
  color: #0071bb;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: normal;
  margin-bottom: .5rem;
}

.popup input {
  width: 100%;
  margin-top: 22px;
  padding: .3rem;
  color: #0071bb;
  font-size: 1.3rem;
  text-align: center;
  background: #fbfdff9c;
  border: 1px solid #0071bb;
}

.popup input[type="submit"] {
  background: #0071bb;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  padding: .8rem;
}

.popup p {
  text-align: center;
  font-size: .8rem;
  margin-top: 1.2rem;
}

.popup a,
.popup a:hover,
.popup a:visited,
.popup a:focus {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #0071bb;
  cursor: pointer;
  text-decoration: none;
}

footer {
  background: #0071bb url(../img/footer.jpg);
  background-size: cover;
  text-align: left;
  margin-top: 2rem;
  min-height: 5rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .footer-top {
  padding: .5rem 0;
  margin-bottom: 1.5rem;
  background: #ffffff1c;
  width: 100%;
  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;
  border-bottom: 1px solid #6aa7d3;
}

footer .footer-top p {
  font-size: .8rem;
  margin: 0;
  color: #e6e6e6;
}

footer p {
  font-size: .75rem;
  margin-top: .7rem;
  margin-bottom: .3rem;
  color: #e6e6e6;
}

footer .block h3 {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #5aa9c1;
  padding: .2rem 0;
}

footer .block ul li {
  font-size: .8rem;
  color: #e6e6e6;
  margin-bottom: 0.25rem;
}

footer .block ul li span {
  font-size: 1.05rem;
}

footer .back-call {
  background: transparent;
  border-radius: .5rem;
  padding: 0 3rem .05rem;
  border: 1px solid #e6e6e6;
  color: #e6e6e6;
  margin-top: .2rem;
}

footer .maps {
  width: 35px;
  float: left;
  margin-right: 0.6rem;
}

footer .phones {
  color: #e6e6e6;
  text-align: right;
}

footer .cent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #0000003b;
  width: 100%;
  margin-top: 1.5rem;
}

footer .cent a {
  font-size: .65rem;
  color: #e6e6e6;
  margin-bottom: 0.7rem;
  text-decoration: underline;
}

footer .block ul li.adr {
  margin-bottom: .3rem;
  font-size: .9rem;
}

footer .block ul li.pho {
  margin-bottom: 0;
  min-height: 35px;
}

.footer-bottom {
  background: #0071bb;
  color: #fff;
  text-align: center;
  padding: .5rem;
  background-image: url(../img/line.png);
  background-image-background-repeat: repeat;
}

.footer-bottom p {
  font-size: 1rem;
  margin-bottom: 0;
}

.еtwe {
  padding: 0 11% !important;
  min-height: 67px !important;
}

#materials p {
  margin-bottom: 1.2rem;
}

#materials strong {
  color: #0071bb;
}

.fs12 {
  font-size: 1.2rem;
  margin-bottom: 2rem !important;
}

.fs12 strong {
  color: #333 !important;
  font-weight: normal;
}

@media (max-width: 992px) {
  .wrap,
  .wrap-fluid {
    max-width: 980px;
  }
  .logo{
  width:200px;
  padding: 10px;
  background: #fff;
  border-radius: 0 15px 0px 15px;
  margin:0 auto 1rem;
}

  .pom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .pom .pom-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pom .pom-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #hero .mainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
/*
  #hero .left {
    display: none;
  }*/
  .p_hero {margin-top: 6rem;}
  
  #hero h1 {
    color: #fff;
    text-shadow: 1px 1px 4px #000;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
#hero .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
}
  #hero .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  #hero .right img.abs {
    position: relative;
    right: 0;
  }

  #hero .right h1 {
    text-align: center;
    font-size: 3.2rem;
  }

  #hero .right ul {
    width: 100%;
  }

  #hero .right ul li {
    text-align: left;
	color: white;
text-shadow: 1px 1px 2px #000;
font-size: 1.2rem;
font-weight: bold;
  }
  #video .right1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-left:0;
	margin-right:0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
  #video .left1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-left:0;
	margin-right:0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
  #hero .right ul li:before {
    content: none;
  }

  #services .service-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }

  #materials .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #materials .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #materials .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #materials .right .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  #materials .right .flex .block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
  }

  #sert .cert {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;
  }

  #photo #masonry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #photo #masonry div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #photo #masonry div a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .promo-work .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }

  .promo-work .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }

  .promo-work h2 {
    border: 0;
    text-align: center;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
  }

  .promo-work .form-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .promo-action .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }

  .promo-action .left img {
    display: none;
  }

  .promo-action .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }

  .promo .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }

  .promo .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }

  .promo .form-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .promo h2 {
    border: 0;
    text-align: center;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .wrap,
  .wrap-fluid {
    max-width: 750px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-title {
   margin-top: 2rem;
font-size: 1.8rem;
background: none;
margin-bottom: 5rem;
  }

  #services .service-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pw_head {
	font-size: 1.8rem !important;
	border-left: 3px solid transparent !important;
	padding-bottom: 2rem;
}

  #sert .cert {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #photo .flex {
    width: 100%;
    margin-bottom: 0;
  }

  #photo #masonry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .promo-action h2 {
    font-size: 2.4rem;
  }
  .promo-action h3 {
    font-size: 1.5rem;
  }

  #price .flex-group-slogan {
    display: none;
  }

  #price .kin {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #price .kin a {
    padding: .9rem 1rem;
    margin-top: 2rem;
  }

  #price .row .plan-detail {
    padding: .3rem;
  }

  #price .row .plan-details {
    padding: .3rem;
  }

  #price .row .fst h3 {
    font-size: 82%;
  }
#price .tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #price .tabs .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  #price .tabs .nav-link {
    height: auto;
    padding: .4rem;
  }
#price .row .lefter, #price .row h4 {
    font-size: 82%;
}

#materials .left h2 {
    font-size: 2rem;
}
.section-title span {
    background: transparent;
    padding: 0;
}

#techno {display:none;}
  #contacts .map-info {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  .yup {
    display: block !important;
  }
  .footer-top {
    padding-bottom: 5rem;
}
}

.footer-top .block {
    margin-bottom: 1rem;
}
.kontakt {display: flex; align-items: center; justify-content: center;flex-wrap: wrap;}
.kontakt-item {
    width: 37px;
    height: 37px;
    margin-left: .7rem;
    padding: .65rem;
	border-radius: 50%;
}
.kontakt-item img {
    height: 19px;
        animation-name: none;
}

.img-phone-footer {
    margin-bottom: 6px;
}

.kontakt-item:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    z-index: 10;
	}
.bost {margin-bottom: 1rem;}
@media (max-width: 1250px) {
.header-phone {
    font-size: 1.2rem;
}
	.kontakt-item {
    margin: 0 .15rem;
    width: 32px;
    height: 32px;
    padding: .6rem;
}
.kontakt-item img {
    height: 17px;
    animation-name: none;
}
}
@media (max-width: 1076px) {
.header-phone {
    font-size: 1rem;
}

.header-filler a {
    margin-left: .2rem;
}
}

.whats {background: #64b161;}
.viber {background: #7d3daf;}
.tele {background: #61a8de;}