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;
}
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: 35%;
    left: 10px;
    max-width: 400px;
}
.headBlock__head{
        font-size: 30px;
    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
  }
  
  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;
  }
  
  @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
  }
.logo__img-white{
     display: none; 
}
.fixed-header .logo__img-blue{
    display: none;
}
.fixed-header .logo__img-white{
    display: block;
}
  
  @media screen and (max-width:640px) {
    .logo__img {
      height: 40px
    }
  }
  
  .logo__text {
    width: 50%;
    color: #244b6c;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 5px solid #244b6c;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    height: 75px
  }

  .logo__text-white {
    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
  }


.fixed-header .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
    }
  }


  .logo__text2 {
    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
  }


  
  .navigation {
    width: 100%;
    -webkit-transition: 5s;
    -o-transition: 5s;
    transition: 5s
  }

  
  .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: #244b6c;
    margin-right: 15px
  }

.fixed-header .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: 16px
    }
  }
  
  @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: #244b6c;
    opacity: 0
  }
  .fixed-header .search__svg{
 position: absolute;
    width: 17px;
    height: 17px;
    fill: #fff;
}
  .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-grey.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;   
}

  @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
    }
  }



  .secondimg {
    position: relative;
    background-image: url(../images/img/iiko-test.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) {
    .secondimg {
      padding: 100px 20px
    }
  }
  
  @media screen and (max-width:480px) {
    .secondimg {
      background-size: cover;
      padding: 30px 20px 100px
    }
  }
  
  .secondimg .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) {
    .secondimg .line {
      background-image: none
    }
  }
  
  .secondimg__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
  }
  
  .secondimg__head:before {
    content: "";
    width: 90px;
    height: 5px;
    background-color: #fff;
    margin-bottom: 25px
  }
  
  .secondimg__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  
  .secondimg__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) {
    .secondimg__item:first-child {
      margin-bottom: 0;
      -ms-flex-pack: distribute;
      justify-content: space-around
    }
  }
  
  .secondimg__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) {
    .secondimg__item:nth-child(2) {
      -ms-flex-pack: distribute;
      justify-content: space-around
    }
  }
  
  .secondimg__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) {
    .secondimg__item:nth-child(3) {
      -ms-flex-pack: distribute;
      justify-content: space-around
    }
  }
  
  .secondimg__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) {
    .secondimg__item:nth-child(4) {
      margin-top: 0;
      -ms-flex-pack: distribute;
      justify-content: space-around
    }
  }
  
  .secondimg__item:nth-child(4) div:nth-child(2) {
    margin-top: 200px
  }
  
  @media screen and (max-width:991px) {
    .secondimg__item:nth-child(4) div:nth-child(2) {
      margin-top: 0
    }
  }
  
  .secondimg__subhead {
    color: #fff;
    font-size: 28px;
    font-weight: 700
  }
  
  .secondimg__text {
    color: #fff;
    font-size: 20px;
    font-weight: 700
  }

.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;
}


  .pozhar {
    background-image: url(../images/img/bg-grey.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
  }
  
  @media screen and (max-width:1280px) {
    .pozhar {
      padding-left: 20px;
      padding-right: 20px
    }
  }
  
  .pozhar__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
  }
  
  .pozhar__head:before {
    content: "";
    width: 90px;
    height: 5px;
    background-color: #244b6c;
    margin-bottom: 25px
  }
  
  .pozhar .row {
    margin-top: 120px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  
  @media screen and (max-width:991px) {
    .pozhar .row {
      margin-top: 50px
    }
  }
  
  .pozhar__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) {
    .pozhar__item {
      padding-right: 30px
    }
  }
  
  @media screen and (max-width:320px) {
    .pozhar__item {
      padding-right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
    }
  }
  
  .pozhar__img {
    width: 86px;
    height: 86px
  }
  
  .pozhar__text {
    font-weight: 400;
    font-size: 24px;
    color: #000203;
    margin-left: 22px
  }
  
  @media screen and (max-width:320px) {
    .pozhar__text {
      margin-left: 0
    }
  }


  .licens {
    background-image: url(../images/img/bg-grey.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
  }
  
  @media screen and (max-width:1280px) {
    .licens {
      padding-left: 20px;
      padding-right: 20px
    }
  }
  
  @media screen and (max-width:480px) {
    .licens {
      background-size: cover
    }
  }
  
  .licens__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
  }
  
  .licens__head:before {
    content: "";
    width: 90px;
    height: 5px;
    background-color: #244b6c;
    margin-bottom: 25px
  }
  
  .licens .row {
    margin-top: 120px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  
  .licens__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) {
    .licens__item {
      padding-right: 30px
    }
  }
  
  .licens__img {
    width: 378px;
    height: 520px
  }
  
  .licens__text {
    font-weight: 400;
    font-size: 24px;
    color: #000203
  }

  .midle-img {
   /*  background-image: url(../images/img/bg-grey.png); */
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
    height: 400px;    
  }



