a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline
}
.wrapper{
 overflow-x: hidden; 
}
.overflow{
  width: 100%;
    height: 100vh;
    overflow: hidden;
}

#searchsuggestions{
 	display:flex;
    flex-direction: column;
    z-index: 2000;
}
#searchsuggestions .search-item {
    display:flex;
    align-items: center;
    max-width: 300px;
    width: 100%;
    min-height: 100px;
   	color: #fff;
    background-color: #174a86;
    border-bottom: 1px solid #2374d1; 
    padding : 2px  8px;
}
.total-search{
    display:none;
}
.ui-dialog{
    outline: 0px;
    z-index: 1001;
    position: absolute!important;
    height: auto;
    width: 470px;
    top: 414px;
    left: 460px;
    display: block;
    max-height: 150px;
    max-width: 470px;
    background-color: red;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}
.ui-dialog-titlebar{
    display: none!important;
}
.dle-alert{
    height: 30px;
    color: #fff;
}
a:active,
a:hover {
  outline: 0
}

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

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

:focus {
  outline: 0
}

audio,
img,
video {
  max-width: 100%;
  height: auto
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

iframe {
  border: 0
}

textarea {
  resize: none;
  overflow: auto;
  vertical-align: top;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

button,
input,
select,
textarea {
  outline: none;
  border: none;
  font-size: 100%;
  margin: 0
}

button,
input {
  line-height: normal
}

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

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

html {
  line-height: 1.4;
  font-size: 18px;
  color: #000203;
  height: 100%
}



.headBlock{
    position: absolute;
    top: 20%;
    left: 10px;
    max-width: 400px;
    color: #fff;
}
.headBlock__head{
        font-size: 30px;
    font-weight: 700;
    line-height: 25px;
    font-family: Calibri, Helvetica, Arial, sans-serif;
}


.headBlock__right{
    position: absolute;
    top: 26%;
    right: 200px;
    max-width: 400px;
    color: #fff;
}
.headBlock__head__right{
        font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    font-family: Calibri, Helvetica, Arial, sans-serif;
}




@media screen and (max-width:1280px) {
  html {
    font-size: 16px
  }
}

@media screen and (max-width:991px) {
  html {
    font-size: 15px
  }
}

@media screen and (max-width:480px) {
  html {
    font-size: 14px
  }
}

body {
    margin: 0;
    padding: 0;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
  
  *,
  :after,
  :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0
  }
  
  h2 {
    font-size: 28px;
    font-weight: 700;
    font-family: Calibri;
    text-transform: uppercase
  }
  
  a {
    text-decoration: none;
    /* color: #ffffff; */   
  }
  
  li,
  ul {
    margin: 0;
    padding: 0;
    list-style-type: none
  }
  
  button {
    background-color: inherit;
    outline: none;
    cursor: pointer
  }
  
  .section,
  section {
    position: relative;
    padding: 65px 0
  }
  
  @media screen and (max-width:1024px) {
  
    .section,
    section {
      padding: 36px 0
    }
  }
  
  @media screen and (max-width:991px) {
  
    .section,
    section {
      padding: 28px 0
    }
  }
  
  @media screen and (max-width:480px) {
  
    .section,
    section {
      padding: 20px 0
    }
  }
  
  .wrapper {
    margin: 0 auto;
    max-width: 100%
  }
  
  .content-wrapper,
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
  }
  
  .container {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin: 0 auto;
    max-width: 1280px
  }
  
  .firstScreen {
      position: relative;
    background-image: url(../images/img/bg-firstScreen.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    max-height: 900px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0
  }
  
  @media screen and (max-width:991px) {
    .firstScreen {
      padding-top: 0
    }
  }
  
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 -15px
  }
  
  @media screen and (max-width:991px) {
    .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
    }
  }
  
  .col-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%
  }
  
  @media screen and (max-width:640px) {
    .col-3 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%
    }
  }
  
  .header {
      max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 90px;
    padding: 0 10px;
      margin: 0 auto;
      box-sizing: border-box;
  }
  
  @media screen and (max-width:991px) {
    .header {
      padding-top: 36px
    }
  }
  
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 491px
  }
  
  .logo__img {
    height: 87px
  }
  
  @media screen and (max-width:640px) {
    .logo__img {
      height: 40px
    }
  }
  
  .logo__text {
    width: 50%;
    color: #fff;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 5px solid #fff;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    height: 75px
  }
  
  @media screen and (max-width:1280px) {
    .logo__text {
      font-size: 20px
    }
  }
  
  @media screen and (max-width:640px) {
    .logo__text {
      font-size: 14px;
      line-height: 12px;
        height: 50px;
    }
  }
  
  @media screen and (max-width:320px) {
    .logo__text {
      font-size: 10px
    }
  }
  
  .navigation {
    width: 100%;
    -webkit-transition: 5s;
    -o-transition: 5s;
    transition: 5s
  }
  
  .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  
  @media screen and (max-width:991px) {
    .navigation__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      z-index: 100;
      height: 100vh;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 10px;
      -webkit-transform: rotate3d(1, 1, 1, 120deg);
      transform: rotate3d(1, 1, 1, 120deg);
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s
    }
  }
  
  .navigation__list-show {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
    transform: rotate3d(1, 1, 1, 0deg);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
  }
  
  .navigation__item {
    list-style: none
  }
  
  @media screen and (max-width:991px) {
    .navigation__item {
      padding: 20px 0
    }
  }
  
  .navigation__link {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-right: 15px
  }
  
  .navigation__link,
  .navigation__link:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }
  
  .navigation__link:hover {
    color: #ccc
  }
  
  @media screen and (max-width:1280px) {
    .navigation__link {
      font-size: 13px
    }
  }
  
  @media screen and (max-width:991px) {
    .navigation__link {
      color: #000203;
      font-size: 26px
    }
  }
  
  .wrapperSearch {
    right: -25px;
    top: -3px;
    margin-right: 20px;
  }
  
  .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
  }
  
  .search__form {
    position: absolute;
    left: -245px;
    width: 230px;
    height: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
  }
  
  .search__form-show {
    width: 230px;
    height: 50px;
    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;
    overflow: visible;
    -webkit-transform: .5s;
    -ms-transform: .5s;
    transform: .5s;
    margin-top: 30px
  }
  
  @media screen and (max-width:991px) {
    .search__form {
      overflow: visible;
      left: 0;
      margin-top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 40px
    }
  }
  
  .search__input {
    padding: 5px;
    font-weight: 500;
    color: #000;
    border: 1px solid #333
  }
  
  .search__submit {
    padding: 5px;
    margin-left: 5px;
    font-weight: 500;
    color: #fff;
    background-color: #174a86;
    border: 1px solid #2374d1;
    cursor: pointer
  }
  
  .search__submit,
  .search__submit:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }
  
  .search__submit:hover {
    background-color: #2374d1
  }
  
  .search__btn {
    position: relative;
    width: 26px;
    height: 26px;
    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-top: -.5px
  }
  
  @media screen and (max-width:1280px) {
    .search__btn {
      margin-top: 0
    }
  }
  
  @media screen and (max-width:991px) {
    .search__btn {
      margin-left: 250px;
      display: none
    }
  }
  
  .search__svg {
    position: absolute;
    width: 17px;
    height: 17px;
    fill: #fff;
    opacity: 0
  }
  
  .search__svg,
  .search__svg-active {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }
  
  .search__svg-active {
    opacity: 1
  }
  
  @media screen and (max-width:991px) {
    .search__svg {
      fill: #333
    }
  }
  
  .search__svg:hover {
    fill: #ccc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }
  
  .filter {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 208px;
    background-color: rgba(35, 3, 48, .575);
    -webkit-filter: blur(3px);
    filter: blur(3px)
  }
  
  @media screen and (max-width:991px) {
    .filter {
      height: 330px
    }
  }
  
  @media screen and (max-width:480px) {
    .filter {
      height: 370px
    }
  }
  
  .directions {
    position: absolute;
      bottom : 0px;
      left : 0px;
      right:0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 208px
  }
  
  @media screen and (max-width:991px) {
    .directions {
      height: 330px
    }
  }
  
  @media screen and (max-width:480px) {
    .directions {
      height: 370px
    }
  }
  
  .directions__card {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 10;
    border-left: 3px solid #fff;
    padding-left: 30px;
    height: 100%
  }
  
  .directions__card-noBorder {
    border-left: none;
    padding-left: 0
  }
  
  @media screen and (max-width:991px) {
    .directions__card {
      border-left: none;
      padding-left: 0;
      margin-bottom: 20px
    }
  }
  
  .directions__text {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
        opacity: 1;
      -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }
.directions__text:hover {
    opacity: 0.7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }
  
  .menuBtn {
    position: absolute;
    right: 10px;
    width: 50px;
    height: 50px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000
  }
  
  @media screen and (max-width:991px) {
    .menuBtn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
    }
  }
  
  .menuBtn__item {
    width: 50px;
    height: 7px;
    background-color: #fff
  }
  
  .menuBtn__item:before {
    top: 9px
  }
  
  .menuBtn__item:after,
  .menuBtn__item:before {
    content: "";
    width: 50px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
  }
  
  .menuBtn__item:after {
    top: 35px
  }
  
  .menuBtn-show .menuBtn__item:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  
  .menuBtn-show .menuBtn__item:after,
  .menuBtn-show .menuBtn__item:before {
    background-color: #333;
    top: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
  }
  
  .menuBtn-show .menuBtn__item:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  
  .menuClose {
    position: absolute;
    right: 10px;
    top: 60px
  }
  
  .menuClose,
  .menuClose__item {
    width: 50px;
    height: 50px;
    z-index: 100
  }
  
  .menuClose__item:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
  }
  
  .menuClose__item:after,
  .menuClose__item:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 7px;
    background-color: #333
  }
  
  .menuClose__item:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  
  .adoutScreen {
    background-image: url(../images/img/bg-white.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
  }
  
  @media screen and (max-width:1280px) {
    .about {
      padding-left: 20px;
      padding-right: 20px
    }
  }
  
  .about__head {
    text-transform: uppercase;
    color: #244b6c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  
  .about__head:before {
    content: "";
    width: 90px;
    height: 5px;
    background-color: #244b6c;
    margin-bottom: 25px
  }
  
  .about__subhead {
    font-size: 36px;
    color: #000;
    font-weight: 400;
    line-height: 40px
  }
  
  @media screen and (max-width:991px) {
    .about__subhead {
      line-height: 30px;
      font-size: 28px
    }
  }
  
  .about__text {
    font-weight: 400;
    color: #000;
    font-size: 22px;
    margin-top: 40px
  }
  
  .about__col {
    margin-top: 140px
  }
  
  @media screen and (max-width:991px) {
    .about__col {
      margin-top: 70px
    }
  }
  
  @media screen and (max-width:480px) {
    .about__col {
      margin-top: 40px
    }
  }
  
  .about__col:first-child {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    padding-right: 50px;
    border-right: 5px solid #244b6c
  }
  
  @media screen and (max-width:991px) {
    .about__col:first-child {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      border-right: none
    }
  }
  
  .about__col:last-child {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%
  }
  
  @media screen and (max-width:991px) {
    .about__col:last-child {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-top: 30px
    }
  }
  
  .achievements {
    width: 70%;
    margin: auto;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  
  @media screen and (max-width:991px) {
    .achievements {
      width: 100%
    }
  }
  
  .achievements__item {
    list-style: none
  }
  
  @media screen and (max-width:991px) {
    .achievements__item {
      width: 50%;
      padding-right: 20px;
      margin-top: 20px
    }
  }
  
  @media screen and (max-width:640px) {
    .achievements__item {
      width: 100%;
      padding: 0
    }
  }
  
  .achievements__head {
    color: #244b6c;
    font-size: 46px;
    font-weight: 600
  }
  
  .achievements__head span {
    font-size: 56px;
    font-weight: bolder
  }
  
  @media screen and (max-width:1024px) {
    .achievements__head span {
      font-size: 46px
    }
  }
  
  @media screen and (max-width:1024px) {
    .achievements__head {
      font-size: 36px
    }
  }
  
  .achievements__text {
    font-weight: bolder;
    font-size: 24px;
    color: #000203
  }
  
  .history {
    position: relative;
    background-image: url(../images/img/bg-histiry.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 900px;
    padding: 100px 0
  }
  
  @media screen and (max-width:1280px) {
    .history {
      padding: 100px 20px
    }
  }
  
  @media screen and (max-width:480px) {
    .history {
      background-size: cover;
      padding: 30px 20px 100px
    }
  }
  
  .history .line {
    margin: auto;
    background-image: url(../images/img/line.png);
    background-repeat: no-repeat;
    background-size: 80% 85%;
    background-position: 50%;
    height: 100%
  }
  
  @media screen and (max-width:991px) {
    .history .line {
      background-image: none
    }
  }
  
  .history__head {
    color: #fff;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  
  .history__head:before {
    content: "";
    width: 90px;
    height: 5px;
    background-color: #fff;
    margin-bottom: 25px
  }
  
  .history__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  
  .history__item:first-child {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 100px
  }
  
  @media screen and (max-width:991px) {
    .history__item:first-child {
      margin-bottom: 0;
      -ms-flex-pack: distribute;
      justify-content: space-around
    }
  }
  
  .history__item:nth-child(2) {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  
  @media screen and (max-width:991px) {
    .history__item:nth-child(2) {
      -ms-flex-pack: distribute;
      justify-content: space-around
    }
  }
  
  .history__item:nth-child(3) {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  
  @media screen and (max-width:991px) {
    .history__item:nth-child(3) {
      -ms-flex-pack: distribute;
      justify-content: space-around
    }
  }
  
  .history__item:nth-child(4) {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: -80px
  }
  
  @media screen and (max-width:991px) {
    .history__item:nth-child(4) {
      margin-top: 0;
      -ms-flex-pack: distribute;
      justify-content: space-around
    }
  }
  
  .history__item:nth-child(4) div:nth-child(2) {
    margin-top: 200px
  }
  
  @media screen and (max-width:991px) {
    .history__item:nth-child(4) div:nth-child(2) {
      margin-top: 0
    }
  }
  
  .history__subhead {
    color: #fff;
    font-size: 28px;
    font-weight: 700
  }
  
  .history__text {
    color: #fff;
    font-size: 20px;
    font-weight: 700
  }
  
  .whyAreMy {
    background-image: url(../images/img/bg-white.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
  }
  
  @media screen and (max-width:1280px) {
    .whyAreMy {
      padding-left: 20px;
      padding-right: 20px
    }
  }
  
  .whyAreMy__head {
    color: #244b6c;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  
  .whyAreMy__head:before {
    content: "";
    width: 90px;
    height: 5px;
    background-color: #244b6c;
    margin-bottom: 25px
  }
  
  .whyAreMy .row {
    margin-top: 120px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  
  @media screen and (max-width:991px) {
    .whyAreMy .row {
      margin-top: 50px
    }
  }
  
  .whyAreMy__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 59px;
    padding-right: 100px
  }
  
  @media screen and (max-width:991px) {
    .whyAreMy__item {
      padding-right: 30px
    }
  }
  
  @media screen and (max-width:320px) {
    .whyAreMy__item {
      padding-right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
    }
  }
  
  .whyAreMy__img {
    width: 86px;
    height: 86px
  }
  
  .whyAreMy__text {
    font-weight: 400;
    font-size: 24px;
    color: #000203;
    margin-left: 22px
  }
  
  @media screen and (max-width:320px) {
    .whyAreMy__text {
      margin-left: 0
    }
  }
  
  .montaj {
    background-image: url(../images/img/bg-white.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
  }
  
  @media screen and (max-width:1280px) {
    .montaj {
      padding-left: 20px;
      padding-right: 20px
    }
  }
  
  @media screen and (max-width:480px) {
    .montaj {
      background-size: cover
    }
  }
  
  .montaj__head {
    color: #244b6c;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  
  .montaj__head:before {
    content: "";
    width: 90px;
    height: 5px;
    background-color: #244b6c;
    margin-bottom: 25px
  }
  
  .montaj .row {
    margin-top: 120px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  
  .montaj__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 59px;
    padding-right: 100px
  }
  
  @media screen and (max-width:991px) {
    .montaj__item {
      padding-right: 30px
    }
  }
  
  .montaj__img {
    width: 86px;
    height: 86px
  }
  
  .montaj__text {
    font-weight: 400;
    font-size: 24px;
    color: #000203
  }
  
  .automatic {
    background-image: url(../images/img/bg-servis.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
  
  @media screen and (max-width:1280px) {
    .automatic {
      padding-left: 20px;
      padding-right: 20px
    }
  }
  
  .automatic__head {
    color: #fff;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  
  .automatic__head:before {
    content: "";
    width: 90px;
    height: 5px;
    background-color: #fff;
    margin-bottom: 25px
  }
  
  .automatic__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 58px
  }
  
  @media screen and (max-width:991px) {
    .automatic__col {
      margin-top: 30px
    }
  }
  
  .automatic__col:first-child {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    padding-right: 50px;
    border-right: 5px solid #fff
  }
  
  @media screen and (max-width:1024px) {
    .automatic__col:first-child {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%
    }
  }
  
  @media screen and (max-width:991px) {
    .automatic__col:first-child {
      border-right: none
    }
  }
  
  .automatic__col:nth-child(2) {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  .automatic__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 29px;
    padding: 0 10px
  }
  
  @media screen and (max-width:1024px) {
    .automatic__item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%
    }
  }
  
  .automatic__item:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
  
  .automatic__big {
    padding: 0 80px
  }
  
  @media screen and (max-width:991px) {
    .automatic__big {
      padding: 0
    }
  }
  
  .automatic__text {
    font-weight: 400;
    color: #fff;
    font-size: 24px;
    margin-top: 12px
  }
  
  .automatic__text-big {
    font-weight: 700;
    color: #fff;
    font-size: 40px
  }
  
  @media screen and (max-width:480px) {
    .automatic__text-big {
      font-size: 28px;
      line-height: 35px
    }
  }
  
  .servises {
    background-image: url(../images/img/bg-montaj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
  
  @media screen and (max-width:1280px) {
    .servises {
      padding-left: 20px;
      padding-right: 20px
    }
  }
  
  @media screen and (max-width:480px) {
    .servises {
      background-size: cover;
      background-position-x: center
    }
  }
  
  .servises__head {
    color: #fff;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  
  .servises__head:before {
    content: "";
    width: 90px;
    height: 5px;
    background-color: #fff;
    margin-bottom: 25px
  }
  
  .servises__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 58px
  }
  
  @media screen and (max-width:991px) {
    .servises__col {
      margin-top: 30px
    }
  }
  
  .servises__col:first-child {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    padding-right: 50px;
    border-right: 5px solid #fff
  }
  
  @media screen and (max-width:1024px) {
    .servises__col:first-child {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%
    }
  }
  
  @media screen and (max-width:991px) {
    .servises__col:first-child {
      border-right: none
    }
  }
  
  .servises__col:nth-child(2) {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  .servises__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 29px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  .servises__big {
    padding: 0 80px
  }
  
  @media screen and (max-width:991px) {
    .servises__big {
      padding: 0
    }
  }
  
  .servises__img {
    width: 80px;
    height: 80px
  }
  
  .servises__body {
    padding-left: 20px
  }
  
  .servises__subhead {
    font-weight: 700;
    color: #fff;
    font-size: 24px
  }
  
  .servises__list {
    padding-left: 0
  }
  
  .servises__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  
  .servises__li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 5px;
    margin-top: 12px
  }
  
  .servises__text {
    font-weight: 400;
    color: #fff;
    font-size: 20px
  }
  
  .servises__text-big {
    font-weight: 700;
    color: #fff;
    font-size: 40px
  }
  
  @media screen and (max-width:480px) {
    .servises__text-big {
      font-size: 28px;
      line-height: 35px
    }
  }
  
  .clients {
    background-image: url(../images/img/bg-white.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
  }
  
  @media screen and (max-width:1280px) {
    .clients {
      padding-left: 20px;
      padding-right: 20px
    }
  }
  
  .clients__head {
    color: #244b6c;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  
  .clients__head:before {
    content: "";
    width: 90px;
    height: 5px;
    background-color: #244b6c;
    margin-bottom: 25px
  }
  
  .clients .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  
  .clients .row-mt {
    margin-top: 53px
  }
  
  @media screen and (max-width:991px) {
    .clients .row-mt {
      margin-top: 0
    }
  }
  
  @media screen and (max-width:991px) {
    .clients__col {
      margin-top: 30px
    }
  }
  
  .clients__col:first-child {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%
  }
  
  @media screen and (max-width:1279px) {
    .clients__col:first-child {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%
    }
  }
  
  .clients__col:nth-child(2) {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  
  @media screen and (max-width:1279px) {
    .clients__col:nth-child(2) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
    }
  }
  
  @media screen and (max-width:1084px) {
    .clients__col:nth-child(2) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
    }
  }
  
  .clients__col:nth-child(2) .clients__img:first-child,
  .clients__col:nth-child(2) .clients__img:nth-child(3) {
    margin-right: 85px
  }
  
  @media screen and (max-width:1279px) {
  
    .clients__col:nth-child(2) .clients__img:first-child,
    .clients__col:nth-child(2) .clients__img:nth-child(3) {
      margin-right: 30px
    }
  }
  
  @media screen and (max-width:991px) {
  
    .clients__col:nth-child(2) .clients__img:first-child,
    .clients__col:nth-child(2) .clients__img:nth-child(3) {
      margin-right: 0
    }
  }
  
  .clients__col:nth-child(3) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  
  @media screen and (max-width:1279px) {
    .clients__col:nth-child(3) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1
    }
  }
  
  @media screen and (max-width:1084px) {
    .clients__col:nth-child(3) {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2
    }
  }
  
  .clients__img {
    width: 179px;
    height: 137px;
    margin-bottom: 30px;
    margin-right: 50px;
    -webkit-box-shadow: 0 0 1px 1px #aaa;
    box-shadow: 0 0 1px 1px #aaa
  }
  
  @media screen and (max-width:1280px) {
    .clients__img {
      margin-right: 30px
    }
  }
  
  @media screen and (max-width:991px) {
    .clients__img {
      margin-right: 0
    }
  }
  
  @media screen and (max-width:640px) {
    .clients__img {
      margin-right: 0;
      width: 160px
    }
  }
  
  @media screen and (max-width:320px) {
    .clients__img {
      margin-right: 0;
      width: 130px;
      height: 120px
    }
  }
  
  .clients__text {
    font-size: 24px;
    font-weight: 400;
    color: #000203
  }
  
  .clients__subtext {
    font-size: 24px;
    font-weight: 700;
    color: #000203;
    margin-top: 43px;
      margin-bottom: 15px;
  }
  
  @media screen and (max-width:991px) {
    .clients__subtext {
      margin-top: 30px
    }
  }
  
  .footer {
    background-image: url(../images/img/bg-footer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  @media screen and (max-width:1280px) {
    .footer {
      padding-left: 20px;
      padding-right: 20px
    }
  }
  
  @media screen and (max-width:640px) {
    .footer {
      height: 600px
    }
  }
  
  .footer .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  
  @media screen and (max-width:991px) {
    .footer .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
    }
  }
  
  @media screen and (max-width:640px) {
    .footer .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
    }
  }
  
  .footer__col {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  
  @media screen and (max-width:991px) {
    .footer__col:first-child {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-top: 0
    }
  }
  
  @media screen and (max-width:991px) {
    .footer__col {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      margin-top: 30px
    }
  }
  
  
  @media screen and (max-width:640px) {
    .footer .logo {
      max-width: 200px
    }
  }
  
  



.links__head {
  font-weight: 700;
  font-size: 24px;
  color: #fff
}

.links__list {
  padding-left: 0;
  margin-top: 20px
}

.links__item {
  list-style: none
}

.links__link {
  font-weight: 700;
  font-size: 18px;
  color: #fff
}

.links__link,
.links__link:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.links__link:hover {
  color: #ccc
}

.inner-white-page{
    background-image: url(../images/img/bg-white.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.inner-white-page h2 {
 color:#244b6c;   
}
.inner-white-page h2::before{
  content: "";
  width: 90px;
  height: 5px;
  background-color: #244b6c;
  margin-bottom: 25px;
}
.inner-white-page p,
.inner-white-page a,
.inner-white-page span{
 color : #000203;   
}

.header-inner-page{
  background-image: url(../images/img/bg-firstScreen.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 20px 0px;
}

@media screen and (max-width: 991px){
  .header-inner-page .header{
    padding-top: 0px;
  }
}

.firstScreen-inner{
 	max-height: 200px;   
}

@media screen and (max-width: 991px){
  .firstScreen-inner{
        max-height: 150px;   
    }
}

@media screen and (max-width:640px){
    .firstScreen-inner{
        max-height: 100px;   
    }
}

.contact {
  background-color: #fff;
}
@media screen and (max-width:1280px){
    .contact{
        padding: 0px 10px;
    }
}

  .contact__head {
    color: #244b6c;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .contact__head::before{
    content: "";
    width: 90px;
    height: 5px;
    background-color: #244b6c;
    margin-bottom: 25px
  }

.contact p,
.contact a{
        font-weight: 400;
    font-size: 24px;
    color: #000203;
    font-style: normal;
}
.contact address{
    padding-right: 10px;
    margin-top: 30px;
}

  .contact__col {
    flex-basis: 55%;
  }
  @media screen and (max-width:640px){
    .contact__col {
      flex-basis: 100%;
    }
  }

  .contact__listEmail,
  .contact__listPhones {
    padding-left: 0;
      margin-top: 30px;
  }

  .contact__listEmail li,
  .contact__listPhones li{
    list-style: none;
  }


  .contact__listEmail li a,
  .contact__listPhones li a{
    transition: .3s;
    opacity: 1;
  }

  .contact__listEmail li a:hover,
  .contact__listPhones li a:hover{
    opacity: .7;
    transition: .3s;
  }

.listMenu{
  padding-left: 0;
  max-width: 270px;
    margin-top: 15px;
}

.listMenu__item{
  list-style: none;
  padding: 10px;
  transition: .3s;
  border-bottom: 1px solid #244c6c38;
  background-color: inherit;
  cursor: pointer;
}
.listMenu__item:hover p{
  opacity: 0.7;
  transition: .3s;
}
.listMenu p,
.listMenu a{
  font-weight: bold;
  color: #244b6c;
  font-size: 20px;
  transition: .3s;
  opacity: 1;
}

.doBack{
 	margin-top:30px;   
}

.doBack a{
    font-weight: bold;
    color: #244b6c;
    font-size: 20px;
    transition: .3s;
    opacity: 1;
}

.doBack a:hover{
	opacity: 0.7;
    transition: .3s;
}

.inner-candelabr{
  display: flex;
    padding: 50px 0px;
}

.right {
    padding-left: 50px;
}

.right .news-list a{
      font-weight: bold;
       color: #244b6c; 
      font-size: 24px;
    }
.right .news-list span {
  font-size: 14px;
    color: #000203;
}
.right .cover-img{
 	margin-bottom : 30px;   
}


.right .news-list2 a{
      font-weight: bold;
       color: #ffffff; 
      font-size: 24px;
    }
.right .news-list2 span {
  font-size: 14px;
    color: #000203;
}
.right .cover-img{
 	margin-bottom : 30px;   
}


  @media screen and (max-width:1280px){
      .inner-candelabr{
        padding: 50px 10px;
    }

}
@media screen and (max-width:991px){
    .inner-candelabr{
        flex-direction: column-reverse;
    }
    .listMenu{
     max-width: 100%;   
    }
          .right {
    padding-left: 0px;
}
}
#searchsuggestions span {
    color : #fff;
    font-size: 18px;
    font-weight: bold;
}


  .present1 {
    position: relative;
    background-image: url(../images/img/present1.jpg);
    background-repeat: no-repeat;
    background-size: 100%, 100%; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 900px;
    padding: 100px 0
  }
  .present2 {
    position: relative;
    background-image: url(../images/img/present2.jpg);
    background-repeat: no-repeat;
    background-size: 100%, 100%; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 900px;
    padding: 100px 0
  }
 .present3 {
    position: relative;
    background-image: url(../images/img/present3.jpg);
    background-repeat: no-repeat;
    background-size: 100%, 100%; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 900px;
    padding: 100px 0
  }
 .present4 {
    position: relative;
    background-image: url(../images/img/present4.jpg);
    background-repeat: no-repeat;
    background-size: 100%, 100%; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 900px;
    padding: 100px 0
  }
 .present5 {
    position: relative;
    background-image: url(../images/img/present5.jpg);
    background-repeat: no-repeat;
    background-size: 100%, 100%; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 900px;
    padding: 100px 0
  }
 .present6 {
    position: relative;
    background-image: url(../images/img/present6.jpg);
    background-repeat: no-repeat;
    background-size: 100%, 100%; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 900px;
    padding: 100px 0
  }
 .present7 {
    position: relative;
    background-image: url(../images/img/present7.jpg);
    background-repeat: no-repeat;
    background-size: 100%, 100%; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 900px;
    padding: 100px 0
  }
 .present8 {
    position: relative;
    background-image: url(../images/img/present8.jpg);
    background-repeat: no-repeat;
    background-size: 100%, 100%; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 900px;
    padding: 100px 0
  }
 .present9 {
    position: relative;
    background-image: url(../images/img/present9.jpg);
    background-repeat: no-repeat;
    background-size: 100%, 100%; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 900px;
    padding: 100px 0
  }

.fixed-header{
    max-width: 100%;
    position: fixed;
    top: 0;
    padding: 20px 0px;
    background-color: #1d56a5;
    z-index: 10;
}


  .promosScreen {
    background-image: url(../images/img/bg-white.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
  }
  
  @media screen and (max-width:1280px) {
    .promos {
      padding-left: 20px;
      padding-right: 20px
    }
  }
  
  .promos__head {
    text-transform: uppercase;
    color: #244b6c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  
  .promos__head:before {
    content: "";
    width: 90px;
    height: 5px;
    background-color: #244b6c;
    margin-bottom: 25px
  }
  
  .promos__subhead {
    font-size: 36px;
    color: #000;
    font-weight: 400;
    line-height: 40px
  }
  
  @media screen and (max-width:991px) {
    .promos__subhead {
      line-height: 30px;
      font-size: 28px
    }
  }
  

  .promos__text {
    font-weight: 400;
    color: #000;
    font-size: 22px;
    margin-top: 40px
  }
  
  .promos__col {
    /* margin-top: 140px; */
    
  }

 .promos_right
{
    padding: 0px 40px;
}

  @media screen and (max-width:991px) {
    .promos__col {
      margin-top: 70px
    }
  }
  
  @media screen and (max-width:480px) {
    .promos__col {
      margin-top: 40px
    }
  }
  
  .promos__col:first-child {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: 50px;
    border-right: 5px solid #244b6c
  }
  @media screen and (max-width:991px) {
    .promos__col:first-child {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      border-right: none
    }
  }
  .promos__col:last-child {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%
  }
  @media screen and (max-width:991px) {
    .promos__col:last-child {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-top: 30px
    }
  }


.nevidim {display: none;}


.knopka { position: absolute; z-index: 1; top: 350px; width: 100%; background: url(../images/container_bg.gif) #fff repeat-x top;  padding-bottom: 400px;} 
.knopkaIn { width: 970px; margin: 0 auto;}
.knopkapromo { width: 970px; height: 110px; margin-bottom: 40px;}
.knopkapromoL { width: 620px; float: left;}
.knopkapromotext { font-size: 16px; font-weight: bold; color: #6f6f6f; margin-top: 30px;}
.knopkapromoR { width: 320px; float: left; margin-left: 30px;}
.phoneIn { width: 280px; color: #8b8b8b; font-size: 24px;}
.greyBt { float: right; margin-top: 30px;}
.greyBtin { float: right; margin-top: 30px; width: 280px;  margin-bottom: 70px;  overflow: hidden;}
.phoneIn p { font-size: 16px; margin: 0 0 5px 0; color:#4c4c4c;}
.blueBt { background: url(../images/btn_blue.png) 0 0; height:54px; width:221px; display:block;}
.blueBt:hover { background: url(../images/btn_blue_h.png) 0 54px;}  

//================= ФОРМА ОБРАТНОЙ СВЯЗИ ==============
.orderBtn{
    background-color: rgb(255, 67, 67);
    max-width: 150px;
    width: 100%;
    padding: 10px;
    border: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    cursor: pointer;
    transform: scale(1);
    transition: .3s;
}
.orderBtn:hover{
    transform: scale(1.02);
    transition: .3s;
}

.wrapCustomForm{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.425);
    align-items: center;
    justify-content: center;
   display: flex;
   
}
.wrapCustomForm-show{
    display: flex;
}
.customForm{
    position: relative;
    max-width: 500px;
    width: 100%;
    min-height: 500px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.664);
    background-color: #fff;
    padding: 20px;
}
.customForm_head{
    font-size: 22px;
}
.ui-form{
    padding-left: 0;
    margin-bottom: 20px;
}
.combo{
    list-style: none;
    box-sizing: border-box;
}
.combo_field input{
    width: 100%;
    border: none;
    border-bottom: 2px solid #ccc;
    background-color: inherit;
    font-size: 16px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 0 0 50px #fff;
}
.combo_field input:-internal-autofill-selected{
    background-color: inherit!important;
    -webkit-box-shadow: inset 0 0 0 50px #fff;
}
.combo_field input:focus{
    outline: none;
    border-bottom: 2px solid blue;
}
input[name=sec_code]{
    border: 1px solid #ccc;
    padding: 5px;
    width: 159px;
}
.customForm_btnBlock{
    display: flex;
    flex-direction: column;
}
.customForm_btnBlock p {
    font-size: 14px;
    color: #ccc;
}
.customForm_btn{
    max-width: 200px;
    width: 100%;
    margin: 20px auto;
    background-color: rgb(35, 35, 255);
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    border: none;
    cursor: pointer;
}
.customForm_btn:focus{
    outline: none;
}

.closeCustomForm{
    position: absolute;
    display: block;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.closeCustomForm::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background-color: #333;
    display: block;
    transform: rotate(45deg);
    top: 10px;
    right: 5px;
}
.closeCustomForm::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background-color: #333;
    display: block;
    transform: rotate(135deg);
    top: 10px;
    right: 5px;
}
//===================== СЕРАЯ ПОЛОСА ===========
.wraper-btn{
    width: 100%;
    background-color: #4c5469;
}
.block-btn{
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 10px;
}
.tel{
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}
.tel__link{
    text-decoration: none;
    color: rgba(21, 55, 94, 0.842);
    font-weight: bold;
    font-size: 24px;
}
.block-btn__btn a{
    background:  linear-gradient(to top, rgba(21, 55, 94, 0.842), rgb(81, 171, 255));
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    box-sizing: border-box;
    font-size: 24px;
    transition: .3s;
}
.block-btn__btn a:hover{
    background:  linear-gradient(to top, rgb(81, 171, 255), rgba(21, 55, 94, 0.842));
    transition: .3s;
}

/* ============== QR КОДЫ ================== */
.QR-block{
    width: 100%;
    margin-top: 30px;
}
.QR-block__inner {
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    /* border: 1px solid #ccc; */
    /* padding: 0px 20px; */
}
.QR-block-box{
    display: flex;
    margin-top:20px;
}
.QR-block__head {
    font-size: 24px;
    color: black;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.QR-block__subhead {
    font-size: 18px;
    color: black;
   /* margin-left: 30px; */
}
.QR-block-card{
    max-width: 640px;
    width:100%;
    display: flex;
    flex-direction: column;
}
.QR-block__row {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.QR-block__col{
    padding: 10px;
    box-sizing: border-box;
}
.QR-block__col:first-child {
    width: 35%;
    padding: 10px 0px;
}
.QR-block__col:last-child{
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.QR-block__col:last-child p {
    margin: 0 0 10px;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.QR-block-wrapImg img {
    max-width: 300px;
    width: 100%;
}
.QR-block__text {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width:991px){
    .QR-block__row {
        flex-direction: column;
    }
    .QR-block__col:last-child,
    .QR-block__col:first-child {
        width: 100%;
    }
    
}


/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left;
  margin-right: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .box_aside {
      float: none;
      margin-right: 0;
      margin-bottom: 20px; } }
.box_cnt__no-flow {
  overflow: hidden; }
.box_icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 1px solid rgb(255, 67, 67);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .box_icon:hover {
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
.box h3 + * {
  margin-top: 5px; }

.camera-box {
  background: #e3530d;
  text-align: center;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.23); }
  .camera-box h6 {
    color: #fff;
    margin: 0;
    padding: 15px 0;
    font-weight: 400; }
  @media (max-width: 1850px) and (min-width: 1400px) {
    .camera-box {
      max-width: 300px;
      margin: 0 auto; } }
  @media (max-width: 1399px) {
    .camera-box {
      max-width: 230px;
      margin: 0 auto; }
	  /*.camera-box img {display: none;}*/
	  /*.owl-theme .owl-nav [class*='owl-'] {display: none;}*/
	  .parallax_3 {min-height: 390px; padding-top: 350px;}
	  }
  @media (max-width: 767px) {
    .camera-box img {display: none;}
	.owl-theme .owl-nav [class*='owl-'] {display: none;}
	}