@import url(reset.css);

@-webkit-keyframes arrowDown {
  0%, to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  55% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
}

@keyframes arrowDown {
  0%, to {
    -webkit-transform: translateY(-10px); 
    transform: translateY(-10px)
  }
  55% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
}

body {
  font-family: 'Proba Pro', sans-serif
}

b, h1, h2, h3, h4, h5, h6, strong {
  font-weight: 700
}

embed, img, svg {
  max-width: 100%;
  max-height: 100%
}

a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  position: relative;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.slick-slider .draggable, .slick-slider .draggable .slick-track {
  min-width: 100%;
  min-height: 1px
}

.slick-slider .img_wrap img {
  min-width: auto
}

.slick-dots li button, br.later, br.later2, br.tabO, header .innerWrapper .additionalBtns .phone:before, header .innerWrapper .logo:before, header .innerWrapper .navigation .contactsMob a:hover:before {
  display: none
}
br.tab{
  display: inline;
}
@media (min-width: 600px) {
  br.tab {
    display: none
  }

  br.later, br.tabO {
    display: inline
  }
}

@media (min-width: 1000px) {
  br.desk {
    display: none
  }

  br.later2 {
    display: inline
  }

  br.tabO {
    display: none
  }
}


br.s{
  display: inline;
}
br.m{
  display: none;
}
br.l{
  display: none;
}
br.xl{
  display: none;
}

@media (min-width: 576px) {
  br.s{
    display: inline;
  }
}

@media (min-width: 765px) {
  br.s{
    display: none;
  }
  br.m{
    display: inline;
  }
}

@media (min-width: 991px) {
  br.m{
    display: none;
  }
  br.l{
    display: inline;
  }
}

@media (min-width: 1200px) {
  br.l{
    display: none;
  }
  br.xl{
    display: inline;
  }
}



.siteWidth {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 576px) {
  .siteWidth {
    max-width: 570px
  }
}

@media (min-width: 765px) {
  .siteWidth {
    max-width: 750px
  }
}

@media (min-width: 992px) {
  .siteWidth {
    max-width: 990px
  }
}

@media (min-width: 1200px) {
  .siteWidth {
    max-width: 1170px
  }
}

.siteWidth2 {
  max-width: 1920px;
  margin: 0 auto
}

.slick-arrow {
  cursor: pointer;
  width: 46px;
  height: 36px;
  border-radius: 0;
  fill: #000;
  position: absolute;
  background-color: #fff;
  z-index: 100;
  border: 0;
  margin: auto;
  padding: 10px 0;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  bottom: 0
}

.slick-arrow.prev__arrow {
  right: 36px;
  padding-left: 15px
}

@media (min-width: 991px) {
  .slick-arrow.prev__arrow {
    right: 46px
  }
}

.slick-arrow.next__arrow {
  padding-right: 15px;
  right: 0
}

.slick-arrow:hover svg {
  fill: #999
}

@media (min-width: 991px) {
  .slick-arrow {
    width: 46px;
    height: 42px
  }
}


.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  position: relative
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px
}

.row0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0
}

.col0 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0
}

.img_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 100%
}

.img_wrap .el {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  height: 100%;
  width: 100%
}

.img_wrap .el iframe, .img_wrap .el img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto
}
.btn {
  cursor: pointer;
  outline: 0;
  border: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 16px;
  letter-spacing: 1.6px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-family: 'DIN Alternate', sans-serif;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 20px 35px 0 rgba(36, 156, 229, .9);
  box-shadow: 0 20px 35px 0 rgba(36, 156, 229, .9);
  -webkit-animation: movingShadow 5s infinite linear;
  animation: movingShadow 5s infinite linear;
  background-color: #000000
}
.btn svg {
  fill: #fff;
  width: 8px;
  height: 12px;
  margin-left: 7px
}
.btn:hover {
  background-color: #4cbbff;
  color: #fff
}
.btn:active {
  background-color: #e2e2e2;
  color: #fff
}
.btn:disabled {
  cursor: not-allowed;
  background-color: #ddd
}


.btn2 {
  display: inline-block;
  cursor: pointer;
  font-family: 'DIN Alternate', sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #dedede;
  width: 100%;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 190px;
  background-color: #fff;
  -webkit-transition: all .45s ease-in-out;
  -o-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
}

.btn2:hover {
  background-color: #4cbbff;
  border-color: #4cbbff;
  color: #fff;
}

.btn2:active {
  background-color: #dedede;
  border-color: #dedede;
  color: #4cbbff;
}

.btn2:disabled {
  cursor: not-allowed;
  background-color: #ddd
}

h1.title {
  font-size: 9vw;
  line-height: 9vw;
  text-align: center
}

@media (min-width: 576px) {
  h1.title {
    font-size: 50px;
    line-height: 44px
  }
}

@media (min-width: 765px) {
  h1.title {
    font-size: 56px;
    line-height: 1
  }
}

@media (min-width: 992px) {
  h1.title{
    font-size: 80px;
  }
}


h1.title, h2.title{
  font-family: 'DIN Alternate', sans-serif;
  color: #000;
  font-weight: 700
}

h2.title {
  font-size: 9vw;
  text-align: center;
  margin-bottom: 30px
}

@media (min-width: 576px) {
  h2.title {
    font-size: 45px
  }
}

@media (min-width: 765px) {
  h2.title {
    font-size: 45px
  }
}

@media (min-width: 992px) {
  h2.title {
    font-size: 60px
  }
}

.content_title {
  font-family: 'DIN Alternate', sans-serif;
  font-size: 5.8vw;
  line-height: 1.2;
  color: #000;
  font-weight: 700
}

@media (min-width: 576px) {
  .content_title {
    font-size: 18px;
    line-height: 22px
  }
}

@media (min-width: 765px) {
  .content_title {
    font-size: 20px;
    line-height: 24px
  }
}

.content_text {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 400;
  font-size: 5vw;
  line-height: 1.2;
  color: #7d7d7d
}

@media (min-width: 576px) {
  .content_text {
    font-size: 15px;
    line-height: 19px
  }
}

@media (min-width: 765px) {
  .content_text {
    font-size: 16px;
    line-height: 21px
  }
}


.desc {
  position: relative;
  padding-left: 15vw;
  font-family: 'Proba Pro', sans-serif;
  font-weight: 400;
  font-size: 6vw;
  line-height: 1.2;
  color: #7d7d7d
}

@media (max-width: 900px) {
  html[lang=en] .desc {
    padding-right: 30px;
  }
}

.desc span,
.slick-dots li {
  background-repeat: no-repeat
}

.desc span {
  color: #000;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  background-position: left bottom;
  background-size: 0 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #000), to(transparent));
  background-image: -o-linear-gradient(left, #000 100%, transparent 100%);
  background-image: linear-gradient(to right, #000 100%, transparent 100%)
}

.desc .arrow,
.desc:before {
  position: absolute;
  width: 9vw;
  height: 9vw
}

.desc:before {
  content: '';
  background-image: url(../img/svg/rightArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0
}

@media (min-width: 576px) {
  .desc:before {
    width: 22px;
    height: 22px
  }
}

.desc .arrow {
  left: 0;
  bottom: -45px;
  fill: #000;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media (min-width: 576px) {
  .desc .arrow {
    left: 90px;
    width: 22px;
    height: 22px
  }
}

@media (min-width: 991px) {
  .desc .arrow {
    left: 0
  }
}

.desc.run span {
  background-size: 100% 2px
}

.desc.down:before {
  display: none;
  background-image: url(../img/svg/downArrow.svg);
  top: unset;
  left: 12vw;
  bottom: -45px
}

@media (min-width: 576px) {
  .desc.down:before {
    left: 90px
  }
}

@media (min-width: 991px) {
  .desc.down:before {
    left: 0
  }
}

@media (min-width: 576px) {
  .desc {
    font-size: 20px;
    line-height: 26px
  }
}

@media (min-width: 765px) {
  .desc {
    padding-left: 90px
  }
}

@media (min-width: 991px) {
  .desc {
    padding-left: 100px;
    font-size: 24px;
    line-height: 30px
  }
}





main {
  overflow: hidden
}

/*region Header*/
header {
  padding-top: 25px;
}

header .innerWrapper {
  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;
}

header .innerWrapper .logo {
  display: inline-block
}

header .innerWrapper .logo .icon {
  width: 50px;
  height: 75px;
  fill: #000;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

header .innerWrapper .logo:hover .icon {
  fill: #4cbbff
}

@media (min-width: 576px) {
  header .innerWrapper .logo .icon {
    width: 55px;
    height: 85px
  }
}

@media (min-width: 765px) {
  header .innerWrapper .logo .icon {
    width: 60px;
    height: 92px
  }
}

header.successHeader .wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

header.successHeader .wrapper .logo {
  display: inline-block
}

header.successHeader .wrapper .logo .icon {
  width: 50px;
  height: 30px;
  fill: #000;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media (min-width: 600px) {
  header.successHeader .wrapper .logo .icon {
    width: 40px;
    height: 25px
  }
}

@media (min-width: 1000px) {
  header.successHeader .wrapper .logo .icon {
    width: 110px;
    height: 65px
  }
}

header.successHeader .wrapper .phone {
  display: inline-block;
  width: 160px;
  text-align: center;
  font-weight: 700
}

@media (min-width: 600px) {
  header.successHeader .wrapper .phone {
    position: static;
    margin-right: 25px
  }
}

@media (min-width: 1000px) {
  header.successHeader .wrapper .phone {
    margin-right: 0
  }
}

/*endregion*/

/*region Footer*/
footer {
  background-color: #2f374b;
  padding: 40px 0
}

footer .innerWrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

footer .innerWrapper .logo {
  text-align: center;
  fill: #fff;
  width: 50px;
  height: 75px
}

footer .innerWrapper .logo:hover {
  fill: #4cbbff
}

@media (min-width: 992px) {
  footer .innerWrapper .logo {
    width: 45px;
    height: 68px
  }
}

footer .innerWrapper .justiceBlock {
  text-align: center;
  margin-bottom: 25px
}

.section1 .innerWrapper .textBlock .desc span, footer .innerWrapper .justiceBlock span {
  display: inline-block;
  margin-bottom: 15px;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700
}

footer .innerWrapper .justiceBlock span {
  font-size: 14px;
  color: #888b94
}

@media (min-width: 992px) {
  footer .innerWrapper .justiceBlock span {
    margin-bottom: 10px
  }
}

footer .innerWrapper .justiceBlock .politics a {
  display: block;
  text-align: center;
  color: #636774;
  text-decoration: none;
  margin-bottom: 5px
}

footer .innerWrapper .justiceBlock .politics a:hover {
  text-decoration: none;
  color: #4cbbff
}

@media (min-width: 992px) {
  footer .innerWrapper .justiceBlock .politics a {
    text-align: left
  }

  footer .innerWrapper .justiceBlock {
    margin-bottom: unset;
    text-align: left
  }
}

footer .innerWrapper .addressBlock {
  margin-bottom: 25px
}

footer .innerWrapper .addressBlock .title, footer .innerWrapper .addressBlock a {
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center
}

@media (min-width: 992px) {
  footer .innerWrapper .addressBlock .title {
    text-align: left;
    line-height: 14px;
    margin-bottom: 5px;
  }
}

footer .innerWrapper .addressBlock a {
  display: block;
  font-family: 'Proba Pro', sans-serif;
  font-weight: 400;
  color: #9c9c9c
}

footer .innerWrapper .addressBlock a:hover, footer .innerWrapper .infoBlock .contacts a:hover {
  color: #4cbbff
}

@media (min-width: 992px) {
  footer .innerWrapper .addressBlock a {
    text-align: left
  }

  footer .innerWrapper .addressBlock {
    margin-bottom: 0
  }
}

footer .innerWrapper .infoBlock {
  text-align: center;
  margin-bottom: 25px
}

footer .innerWrapper .infoBlock .contacts {
  margin-bottom: 25px;
  width: 270px
}

footer .innerWrapper .infoBlock .contacts a {
  display: block;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px
}

@media (min-width: 992px) {
  footer .innerWrapper .infoBlock .contacts a {
    font-size: 14px;
    text-align: left
  }

  footer .innerWrapper .infoBlock .contacts {
    width: auto;
    margin-bottom: 10px
  }
}

footer .innerWrapper .infoBlock .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 190px;
  margin-left: auto;
  margin-right: auto
}

footer .innerWrapper .infoBlock .social a {
  display: inline-block;
  width: 28px;
  height: 28px;
  fill: #fff
}

.section1 .innerWrapper .textBlock .smallSocials a:hover, footer .innerWrapper .infoBlock .social a:hover {
  fill: #4cbbff
}

@media (min-width: 992px) {
  footer .innerWrapper .infoBlock .social a {
    width: 15px;
    height: 15px
  }

  footer .innerWrapper .infoBlock .social {
    margin-left: unset;
    margin-right: unset;
    width: 125px
  }

  footer .innerWrapper .infoBlock {
    margin-bottom: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
}

.section5 .filterBlock li a, footer .innerWrapper .callRequest {
  font-family: 'DIN Alternate', sans-serif;
  text-transform: uppercase
}

footer .innerWrapper .callRequest {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 36px;
  border: 2px solid #4a5162;
  width: 100%;
  letter-spacing: 2px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  -webkit-transition: all .45s ease-in-out;
  -o-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
  margin-bottom: 25px;
  font-size: 16px;
  color: #fff
}

footer .innerWrapper .callRequest:hover {
  background-color: #4cbbff;
  border-color: #4cbbff;
  color: #fff
}

footer .innerWrapper .callRequest:active {
  background-color: #dedede;
  border-color: #dedede;
  color: #4cbbff
}

@media (min-width: 992px) {
  footer .innerWrapper .callRequest {
    margin-left: unset;
    margin-right: unset;
    margin-bottom: unset
  }

  footer .innerWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (min-width: 576px) {
  footer {
    padding: 35px 0
  }
}

@media (min-width: 1000px) {
  footer {
    padding: 40px 0
  }
}
/*endregion*/

/* region Section1*/
.section1 {
  padding-top: 45px;
  padding-bottom: 70px;
  background-color: #fff;
  position: relative;
  z-index: 10
}

.section1:before {
  content: 'GR.OS';
  font-family: 'DIN Alternate', sans-serif;
  font-size: 38vw;
  color: #f7f7f7;
  position:absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.section1 .titleBlock{
  margin-bottom: 12vw;
}
.section1 .contactBlock{
  margin-bottom: 9vw;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.section1 .contactBlock a{
  font-family: 'DIN Alternate',sans-serif;
  font-size: 5vw;
  color:#000000;
}
.section1 .contactBlock a:hover{
  color:#4cbbff;
}
.section1 .socialBlock{
  width: 200px;
  margin-left:auto;
  margin-right:auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12vw;
}
.section1 .socialBlock a{
  width: 28px;
  height: 28px;
  fill:#000000;
}
.section1 .socialBlock a:hover{
  fill:#4cbbff;
}
.section1 .btnWrap{
  text-align:center;
  margin-bottom: 12vw;
}
.section1 .arrowBlock{
  text-align:center;
}
.section1 .arrowBlock a{
  display: inline-block;
  width: 50px;
  height: 50px;
  fill:#000000;
  -webkit-animation: arrowDown 2s linear infinite;
  animation: arrowDown 2s linear infinite;
}
.section1 .arrowBlock a:hover{
  fill:#4cbbff;
}

@media(min-width:567px){
  .section1 {
    padding-top: 55px;
    padding-bottom: 80px
  }
  .section1:before {
    font-size: 230px
  }
  .section1 .contactBlock{
    margin-bottom: 45px;
  }
  .section1 .contactBlock a{
    font-size: 18px;
  }
  .section1 .titleBlock{
    margin-bottom: 45px;
  }
  .section1 .socialBlock{
    margin-bottom: 45px;
  }
  .section1 .btnWrap{
    margin-bottom: 45px;
  }
}
@media(min-width:765px){
  .section1{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section1:before {
    font-size: 300px
  }
  .section1 .titleBlock{
    margin-bottom: 90px;
  }
  .section1 .titleBlock h1.title .second{
    padding-left: 243px;
  }
  html[lang=en] .section1 .titleBlock h1.title .second{
    padding-left: 250px;
  }
  .section1 .titleBlock h1.title .third{
    padding-right: 40px;
  }
  html[lang=en] .section1 .titleBlock h1.title .third{
    padding-right: 100px;
  }
  .section1 .contactBlock{
    margin-bottom: 40px;
  }
  .section1 .socialBlock{
    margin-bottom: 120px;
  }
  .section1 .btnWrap{
    margin-bottom: 90px;
  }
}
@media(min-width:992px){
  .section1 {
    padding-top: 40px;
    padding-bottom: 85px
  }
  .section1:before {
    font-size: 385px
  }
  .section1 .titleBlock{
    margin-bottom: 50px;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto
  }
  .section1 .contactBlock{
    margin-bottom: 50px;
  }
  .section1 .socialBlock{
    margin-bottom: 50px;
    width: 185px;
  }
  .section1 .socialBlock a{
    width: 18px;
    height: 18px;
  }
  .section1 .btnWrap{
    margin-bottom: 50px;
  }
}
@media(min-width:1200px){
  .section1:before {
    font-size: 500px
  }
  .section1 .titleBlock{
    margin-bottom: 35px;
  }
  .section1 .titleBlock h1.title{
    line-height: .85;
  }
  .section1 .contactBlock{
    height: 45px;
    margin-bottom: 35px;
  }
  .section1 .socialBlock{
    margin-bottom: 35px;
  }
  .section1 .btnWrap{
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  html[lang=en] .section1 .titleBlock h1.title .third{
    padding-right: 50px;
  }
  html[lang=en] .section1 .titleBlock h1.title .second {
    padding-left: 200px;
  }
}


/*endregion*/

/*region Section2*/
.section2 {
  padding-top: 45px;
  padding-bottom: 70px;
  background-color: #fff
}
.section2 .titleBlock{
  margin-bottom: 15vw;
}
.section2 .secretBlock {
  margin-bottom: 40px
}

.section2 .secretBlock .item {
  display: block;
  -webkit-box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .5);
  box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .5);
  cursor: pointer;
  position: relative;
  margin-bottom: 35px;
  padding: 25px;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  border-bottom: 1px solid #bfbfbf;
}

.section2 .secretBlock .item .slide img{
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.section2 .secretBlock .item:last-child {
  margin-bottom: 0
}
.section2 .secretBlock .item:hover {
  -webkit-box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .5);
  box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .5);
  border-color: transparent
}

.section2 .secretBlock .item .leftSide{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section2 .secretBlock .item .leftSide .sNumber {
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 7.2vw;
  color: #000;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8vw;
  flex: 0 0 8vw
}

.section2 .secretBlock .item .leftSide .title {
  margin-left: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 50px);
  flex: 0 0 calc(100% - 50px);
  padding-right: 25px;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 7.2vw;
  margin-bottom: 5vw;
}
.section2 .secretBlock .item .leftSide .hiddenMobile{
  flex: 0 0 100%;
  margin-bottom: 5vw;
}
.section2 .secretBlock .item .leftSide .hiddenMobile .slide{}
.section2 .secretBlock .item .leftSide .hiddenMobile .slide .img_wrap{
  padding-bottom: 65%;
}

.section2 .secretBlock .item .leftSide .description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-family: 'Proba Pro', sans-serif;
  font-size: 5.2vw;
  line-height: 1.2;
  color: #7d7d7d;
  margin-bottom: 5vw;
}
.section2 .secretBlock .item .leftSide .decorBtn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1.3px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.section2 .secretBlock .item .leftSide .decorBtn span {
  font-size: 4vw;
  text-transform: uppercase;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
}

.section2 .secretBlock .item .leftSide .decorBtn svg {
  width: 8px;
  height: 12px;
  margin-left: 15px
}
.section2 .secretBlock .item:hover .leftSide .decorBtn {
  color: #4cbbff
}

.section2 .secretBlock .item:hover .leftSide .decorBtn svg {
  fill: #4cbbff
}
.section2 .secretBlock .item .rightSide{
  display: none;
}

@media(min-width:576px){
  .section2{
    padding-top: 55px;
    padding-bottom: 80px;
  }
  .section2 .titleBlock{
    margin-bottom: 35px;
  }
  .section2 .secretBlock .item .leftSide .title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .section2 .secretBlock .item .leftSide .hiddenMobile{
    margin-bottom: 20px;
  }
  .section2 .secretBlock .item .leftSide .description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .section2 .secretBlock .item .leftSide .decorBtn span {
    font-size: 12px
  }
  .section2 .secretBlock .item .leftSide .sNumber {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    font-size: 36px
  }
}

@media(min-width:765px){
  .section2{
    padding-top: 100px;
  }
  .section2 .secretBlock .item{
    display: flex;
  }
  .section2 .secretBlock .item .leftSide .hiddenMobile{
    display: none;
  }
  .section2 .secretBlock .item .leftSide .title{
    margin-bottom: 0;
    padding-right: 0;
  }
  .section2 .secretBlock .item .leftSide .description {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .section2 .secretBlock .item .leftSide .decorBtn{
    align-self: flex-end;
  }
  .section2 .secretBlock .item .rightSide{
    display: block;
    flex: 0 0 325px;
    padding-left: 15px;
  }

}

@media(min-width: 992px){
  .section2 {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .section2 .secretBlock {
    margin-bottom: 65px
  }
  .section2 .secretBlock .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 50px 30px 45px;
    min-height: 100px
  }
  .section2 .secretBlock .item .leftSide{
    padding-right: 15px;
  }
  .section2 .secretBlock .item .leftSide .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }
  .section2 .secretBlock .item .leftSide .description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    margin-left:auto;
  }

  .section2 .secretBlock .item .leftSide .decorBtn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    margin-left:auto;
  }
  .section2 .secretBlock .item .rightSide{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
  }
  .section2 .secretBlock .item .rightSide .slide .img_wrap{
    padding-bottom: 80%;
  }
}

@media(min-width: 1200px){
  .section2 .secretBlock .item .leftSide .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
  }
  .section2 .secretBlock .item .leftSide .description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
  }

  .section2 .secretBlock .item .leftSide .decorBtn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
  }
  .section2 .secretBlock .item .rightSide{
    flex: 0 0 415px;
  }
  .section2 .secretBlock .item .rightSide .slide .img_wrap{
    padding-bottom: 230px;
  }
}

/*endregion*/

/*region Success*/
.success {
  background-color: #fff;
  position: relative;
  z-index: 10
}

.success .innerWrapper {
  height: 100vh;
  min-height: 600px;
  position: relative
}

.success .innerWrapper .logo {
  position: absolute;
  top: 5vh;
  left: calc(50% - 35px);
  height: 70px;
  width: 45px;
  fill: #000
}

.success .innerWrapper .logo:hover {
  fill: #4cbbff
}

.success .innerWrapper .textBlock, .success:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.success .innerWrapper .textBlock {
  width: 100%;
  max-width: 350px
}

.success .innerWrapper .textBlock h1.title {
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  color: #000;
  margin-bottom: 35px;
  text-align: center
}

@media (min-width: 576px) {
  .success .innerWrapper .textBlock h1.title {
    font-size: 28px;
    text-align: right
  }
}

@media (min-width: 765px) {
  .success .innerWrapper .textBlock h1.title {
    font-size: 48px
  }
}

.success .innerWrapper .textBlock .descriptionBlock {
  max-width: 75%;
  margin-left: auto
}

.success .innerWrapper .textBlock .descriptionBlock .desc1 {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #7d7d7d;
  margin-bottom: 35px
}

@media (min-width: 576px) {
  .success .innerWrapper .textBlock .descriptionBlock .desc1 {
    font-size: 24px;
    line-height: 30px
  }
}

.success .innerWrapper .textBlock .descriptionBlock .desc2 {
  font-family: 'Proba Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  margin-bottom: 35px
}

@media (min-width: 576px) {
  .success .innerWrapper .textBlock .descriptionBlock .desc2 {
    font-size: 16px;
    line-height: 21px
  }
}

.success .innerWrapper .textBlock .descriptionBlock .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 60px
}

.success .innerWrapper .textBlock .descriptionBlock .social a {
  width: 25px;
  height: 25px;
  -webkit-box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .7);
  box-shadow: 0 14px 30px 0 rgba(36, 156, 229, .7);
  -webkit-transition: all .45s ease-in-out;
  -o-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
  border-radius: 4px;
  overflow: hidden
}

.success .innerWrapper .textBlock .descriptionBlock .social a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  fill: #4cbbff
}

@media (min-width: 765px) {
  .success .innerWrapper .textBlock .descriptionBlock {
    max-width: 50%
  }
}

@media (min-width: 992px) {
  .success .innerWrapper .textBlock .descriptionBlock {
    max-width: 36%
  }
}

@media (min-width: 765px) {
  .success .innerWrapper .textBlock {
    max-width: 650px
  }
}

@media (min-width: 992px) {
  .success .innerWrapper .textBlock {
    max-width: 780px
  }
}

@media (min-width: 992px) and (max-height: 650px) {
  .success .innerWrapper .textBlock {
    top: 57%
  }
}

.success:before {
  content: 'GR.OS';
  font-family: 'DIN Alternate', sans-serif;
  font-size: 38vw;
  color: #f7f7f7;
  z-index: -1
}

@media (min-width: 576px) {
  .success:before {
    font-size: 230px
  }
}

@media (min-width: 765px) {
  .success:before {
    font-size: 300px
  }
}

@media (min-width: 992px) {
  .success:before {
    font-size: 385px
  }
}

@media (min-width: 1200px) {
  .success:before {
    font-size: 500px
  }
}
/*endregion*/

/*region Form*/
form .inputWrapper {
  margin-bottom: 15px;
  position: relative
}

form .inputWrapper .text {
  display: block;
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
  color: #222
}

form .inputWrapper input {
  display: block;
  border-radius: 0;
  border: 0;
  outline: 0;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 45px;
  font-size: 24px;
  line-height: normal;
  color: #000;
  border-bottom: 1px solid #bfbfbf;
  text-align: left;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper input:focus {
  border-color: #4cbbff
}

form .inputWrapper input::-webkit-input-placeholder {
  color: #a4a4a4;
  font-size: 12px;
  /*line-height: 45px;*/
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px
}

form .inputWrapper input:-moz-placeholder, form .inputWrapper input::-moz-placeholder {
  color: #a4a4a4;
  font-size: 12px;
  /*line-height: 45px;*/
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px
}

form .inputWrapper input:-ms-input-placeholder {
  color: #a4a4a4;
  font-size: 12px;
  /*line-height: 45px;*/
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px
}

form .inputWrapper .allert {
  position: absolute;
  z-index: 20;
  display: block;
  right: -30px;
  height: 20px;
  color: #ff6565;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 45px 0 0;
  top: 60%;
  cursor: pointer;
  text-decoration: none
}

form .inputWrapper .allert .warning_ico, form .inputWrapper .allert i {
  left: 0;
  top: 0;
  color: red
}

form .inputWrapper .allert span {
  display: none;
  opacity: 0;
  padding: 5px;
  margin-left: 5px;
  color: red;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  min-width: 200px
}

form .inputWrapper .allert:hover span {
  border: 1px solid #ff6565;
  background: #fff;
  display: inline;
  position: absolute;
  color: #4e4e4e;
  right: 24px;
  top: -4px;
  opacity: 1
}

form .inputWrapper .warning_ico {
  width: 18px;
  height: 18px
}

@media (min-width: 992px) {
  form .inputWrapper {
    margin-bottom: 45px
  }
}

form .btnWrap {
  margin-top: 45px
}
/*endregion*/

/*region OrderPanel*/
.hiddenBlock{
  display: none;
}


.orderPanel {
  /*display: none;*/
  background-color: #fff;
  width: 100%;
  max-width: 555px;
  margin-left:auto;
  margin-right:auto;
  padding-top: 70px;
  padding-bottom: 60px;
  border-radius: 1px
}

.orderPanel .fancybox-close-small {
  top: 26px;
  right: 26px;
  padding: 5px;
  width: 55px;
  height: 55px
}
.orderPanel .fancybox-close-small:hover {
  color: #4cbbff
}

.orderPanel .mfp-close{
  top: 15px;
  right: 15px;
  font-size: 35px;
  line-height: 20px;
  padding: 5px;
  width: 30px;
  height: 30px;
  transition: all .35s ease-in-out;
}
.orderPanel .mfp-close:hover{
  color: #4cbbff;
}

@media(min-width: 555px){
  .orderPanel .mfp-close{
    right: unset;
    top:25px;
    left: calc(50% + 225px);
  }
}

.orderPanel .wrapper {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto
}
@media(min-width: 560px){
  .orderPanel .wrapper{
    max-width:360px;
  }
}
.orderPanel .wrapper .title {
  font-family: 'DIN Alternate', sans-serif;
  color: #000;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 25px;
  text-align: left;
  padding-left: 15%
}

@media (min-width: 576px) {
  .orderPanel .wrapper .title {
    margin-bottom: 60px;
    font-size: 36px
  }
}

.orderPanel .wrapper input {
  font-size: 24px
}

.orderPanel .wrapper .btnWrap {
  margin-top: 30px
}

.orderPanel .wrapper .btnWrap .btn {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 600px) {
  .orderPanel .wrapper .btnWrap {
    margin-top: 70px
  }
}

@media (min-width: 765px) {
  .orderPanel {
    padding-top: 95px;
    padding-bottom: 95px
  }
}

/*endregion*/

/*region modalPolitics*/
.modalPolitics {
  /*display: none;*/
  max-width: 750px;
  margin-left:auto;
  margin-right:auto;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  border-bottom: 3px solid #000
}

.modalPolitics:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: 45px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), to(rgba(0, 0, 0, .35)));
  background: -o-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, .35) 100%);
  background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, .35) 100%)
}

@media (max-width: 520px) {
  .modalPolitics:before {
    top: 43px
  }
}

.modalPolitics:after {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, .35)));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .35) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .35) 100%)
}

.modalPolitics .fancybox-close-small {
  height: 25px;
  width: 25px;
  padding: 2px;
  top: 8px;
  right: 15px;
  background-color: #d4d4d5;
  border-radius: 50%;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.modalPolitics .fancybox-close-small:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #fff
}


.modalPolitics .mfp-close{
  height: 26px;
  width: 26px;
  line-height: 24px;
  padding: 2px;
  top: 8px;
  right: 15px;
  background-color:#d4d4d5;
  border-radius: 50%;
  transition: all .35s ease-in-out;
}
.modalPolitics .mfp-close:hover{
  transform: rotate(180deg);
  background-color:#ffffff;
}

@media(min-width:750px){
  .modalPolitics .mfp-close{
    right: unset;
    left: calc(50% + 330px);
  }
}


.modalPolitics .title {
  background-color: #fff
}

.modalPolitics .title h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  padding: 13px 35px 10px
}

@media (max-width: 520px) {
  .modalPolitics .title h2 {
    padding: 11px 16px 11px 12px;
    font-size: 12px
  }
}

.modalPolitics .content {
  max-height: 55vh;
  overflow: auto;
  padding: 25px 35px 30px
}

.modalPolitics .content p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 300
}

.modalPolitics .content p:first-child {
  padding-top: 24px
}

.modalPolitics .content p:last-child {
  padding-bottom: 24px
}

.modalPolitics .content p.smallTitle {
  font-weight: 700
}

@media (max-width: 520px) {
  .modalPolitics .content p {
    font-size: 14px;
    line-height: 16px
  }
}

@media (max-width: 600px) {
  .modalPolitics .content {
    padding: 12px 12px 12px 16px
  }
}

.jq-checkbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #fff
}

.jq-checkbox input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
  height: auto
}

.jq-checkbox.checked {
  background-color: #000
}
/*endregion*/

.lang {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
  text-align: center;
display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lang li {
  position: relative;
  
}
.lang li a {
  font-size: 14px;
  font-weight: bold;
  transition: .3s;
  
}
.lang li a:hover {
      color: #4cbbff;
} 
.lang li.active a {
      color: #7d7d7d;
}
.lang li:nth-child(2),
.lang li:nth-child(1) {
  margin-right: 20px;
}
.lang li:nth-child(2):after,
.lang li:nth-child(1):after {
    content: " | ";
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-63%);
    right: -12px;
}


@media (min-width: 765px) and (max-width: 1000px){
.section2 .secretBlock .item .leftSide .title br {
	display: none;
}
.orderPanel .wrapper .title br {
  display: block !important;
}
}
.xs-block {
  display: none;
}
.mfp-wrap, .mfp-bg {
    min-width: 375px;
}
@media(max-width:1200px){
  .section1 .socialBlock, footer .innerWrapper .infoBlock .social {
    display: block;
    text-align: center;
  }
  .section1 .socialBlock a, footer .innerWrapper .infoBlock .social a {
    margin: 12px;
    display: inline-block;
  }
  .xs-block {
    display: block;
  }
}

html {
  min-width: 375px;
}
.sectionReviews{
  padding-top: 50px;
  padding-bottom: 150px;
}
.sectionReviews .innerWrapper{}
.sectionReviews .innerWrapper .textBlock{
  margin-bottom: 40px;
}
.sectionReviews .innerWrapper .textBlock .desc:before{
  content: '';
  background-image: url('../img/svg/rightArrow.svg');
  background-repeat: no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0px;
  left: 0;
}
.sectionReviews .innerWrapper .sliderBlock{
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
}
.sectionReviews .innerWrapper .sliderBlock .sliderItem{
  overflow: hidden;
  border-radius: 7px;
  margin: 0 12px;
  position: relative;
  box-shadow: -4px 4px 9px rgba(0,0,0,.2);
}
.sectionReviews .innerWrapper .sliderBlock .sliderItem:hover{
  box-shadow: -4px 4px 9px rgba(36, 156, 229, .9);
}
.sectionReviews .innerWrapper .sliderBlock .draggable{
  padding: 15px 0;
  margin: -15px 0;

}
.sectionReviews .innerWrapper .sliderBlock .sliderItem.videoSlide{}
.sectionReviews .innerWrapper .sliderBlock .sliderItem.videoSlide a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color:rgba(0,0,0,.1);
  background-image: url('../img/ellipse.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: rotate 3s linear infinite;
}
.sectionReviews .innerWrapper .sliderBlock .sliderItem.videoSlide a:before{
  display: none;
}
.sectionReviews .innerWrapper .sliderBlock .sliderItem.videoSlide a:hover{
  animation: paused;
  transform: scale(1.2);
}
.sectionReviews .innerWrapper .sliderBlock .sliderItem.videoSlide a .icon{
  width: 15px;
  height: 15px;
  fill:#ffffff;
  animation: rotate 3s linear infinite reverse;
}
.sectionReviews .innerWrapper .sliderBlock .sliderItem.videoSlide a:hover .icon{
  animation: paused;
}
.sectionReviews .innerWrapper .controlBlock{
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right:auto;
}
.sectionReviews .innerWrapper .controlBlock .slick-arrow{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sectionReviews .innerWrapper .controlBlock .slick-arrow:hover svg{
  fill:#4cbbff;
}
.sectionReviews .innerWrapper .controlBlock .prev___arrow{
  left: 0;
}
.sectionReviews .innerWrapper .controlBlock .next___arrow{
  right: 0;
}
.sectionReviews .innerWrapper .countBlock{
  position: absolute;
  z-index: 1;
  text-align: center;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: 'DIN Alternate', sans-serif;
}
.sectionReviews .innerWrapper .countBlock .current{
  font-size: 30px;
  color:#000000;
}
.sectionReviews .innerWrapper .countBlock .total{
  font-size: 14px;
  color:#7d7d7d;
}
@media(min-width:576px){
  .sectionReviews{
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .sectionReviews .innerWrapper .sliderBlock{
    max-width: 540px;
  }
  .sectionReviews .innerWrapper .sliderBlock .sliderItem{
    margin-left: 20px;
    margin-right: 20px;
    /*box-shadow: 7px 0 16px rgba(0,0,0, .16);*/
  }
  .sectionReviews .innerWrapper .sliderBlock .draggable{
    padding: 15px 0;
    margin: -15px -20px;
  }
}
@media(min-width:991px){
  .sectionReviews{
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .sectionReviews .innerWrapper{
    display: flex;
    align-items: center;
  }
  .sectionReviews .innerWrapper .textBlock{
    margin-bottom: 0;
    order: 2;
    padding-left: 15px;
    text-align:right;
  }
  .sectionReviews .innerWrapper .textBlock h2.title{
    text-align:right;
  }
  .sectionReviews .innerWrapper .textBlock .desc{
    padding-left: 0;
    max-width: 320px;
    margin-left: auto;
    padding-right: 65px;
  }
  .sectionReviews .innerWrapper .textBlock .desc:before{
    content: '';
    background-image: url('../img/svg/rightArrow.svg');
    background-repeat: no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 5px;
    right: 0;
    left: unset;
    transform: rotate(180deg);
  }
  .sectionReviews .innerWrapper .sliderBlock{
    order: 1;
    padding-right: 15px;
  }
  .sectionReviews .innerWrapper .countBlock{
    right: unset;
    left: 20px;
  }
  .sectionReviews .innerWrapper .controlBlock{
    max-width: 140px;
    right: unset;
    left: calc(50% - 100px)
  }
}
@media(min-width:1200px){
  .sectionReviews{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sectionReviews .innerWrapper .sliderBlock .sliderItem{
    margin-left: 15px;
    margin-right: 15px;
  }
  .sectionReviews .innerWrapper .sliderBlock .sliderItem.videoSlide a{
    width: 80px;
    height: 80px;
  }
  .sectionReviews .innerWrapper .sliderBlock .sliderItem.videoSlide a .icon{
    width: 26px;
    height: 26px;
  }
  .sectionReviews .innerWrapper .controlBlock{
    left: calc(50% - 150px);
  }
  .sectionReviews .innerWrapper .sliderBlock{
    max-width: 590px;
    margin-left: unset;
    margin-right:unset;
  }
  .sectionReviews .innerWrapper .textBlock{
    flex-grow: 1;
  }
}

.sectionAboutUs{
  padding-top: 50px;
  padding-bottom: 20px;
}

.sectionAboutUs .desc .secDesc{
  transition-delay: 2s;
}
.sectionAboutUs .innerWrapper{}
.sectionAboutUs .innerWrapper .leftSide{
  max-width:63vw;
  margin-left: auto;
  margin-right:auto;
}
.sectionAboutUs .innerWrapper .leftSide .person{
  margin-bottom: 30px;
}
.sectionAboutUs .innerWrapper .leftSide .person .imgWrap{
  margin-bottom: 15px;
  text-align:center;
}
.sectionAboutUs .innerWrapper .leftSide .person .imgWrap img{
  width: 100%;
}
.sectionAboutUs .innerWrapper .leftSide .person .imgWrap img{
  width: 100%;
}
.sectionAboutUs .innerWrapper .leftSide .person .personInfo{}
.sectionAboutUs .innerWrapper .leftSide .person .personInfo .name{
  font-family: 'DIN Alternate', sans-serif;
  font-size: 30px;
  color:#000000;
  margin-bottom: 15px;
}
.sectionAboutUs .innerWrapper .leftSide .person .personInfo ul{}
.sectionAboutUs .innerWrapper .leftSide .person .personInfo ul li{
  position: relative;
  padding-left: 15px;
  font-size: 5vw;
  line-height: 6vw;
  color:#7d7d7d;
  margin-bottom: 10px;
}
.sectionAboutUs .innerWrapper .leftSide .person .personInfo ul li span{
  position:relative;
  font-weight: 700;
  color: #000000;
}
.sectionAboutUs .innerWrapper .leftSide .person .personInfo ul li span.gray{
  color:#7d7d7d;
}
.sectionAboutUs .innerWrapper .leftSide .person .personInfo ul li span:before{
  content: '';
  width: 100%;
  height: 2px;
  background-color:#000000;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.sectionAboutUs .innerWrapper .leftSide .person .personInfo ul li span.gray:before{
  background-color:#7d7d7d;
}

.sectionAboutUs .innerWrapper .leftSide .person .personInfo ul li:before{
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url('../img/smallArrow.png');
  background-repeat: no-repeat;
  background-position: center;
}
.sectionAboutUs .innerWrapper .rightSide{
  margin-bottom: 30px;
}
.sectionAboutUs .innerWrapper .rightSide h2.title{
  font-size: 60px;
}

@media(min-width:576px){
  .sectionAboutUs{
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .sectionAboutUs .desc{
    padding-left: 75px;
    padding-right: 75px;
  }
  .sectionAboutUs .innerWrapper .leftSide{
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    max-width: 600px;
  }
  .sectionAboutUs .innerWrapper .leftSide .person{
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sectionAboutUs .innerWrapper .leftSide .person .imgWrap{
    margin-bottom: 30px;
    max-width: unset;
  }
  .sectionAboutUs .innerWrapper .leftSide .person .personInfo ul li{
    font-size: 16px;
    line-height: 21px;
  }
}
@media(min-width:765px){
  .sectionAboutUs{
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .sectionAboutUs .innerWrapper .leftSide{
    margin-left: auto;
    margin-right:auto;
  }
  .sectionAboutUs .innerWrapper .rightSide h2.title{
    font-size: 80px;
  }
}
@media(min-width:991px){
  .sectionAboutUs{
    padding-top: 80px;
    padding-bottom: 45px;
  }
  .sectionAboutUs .desc{
    padding-left: 80px;
    padding-right: 0;
  }
  .sectionAboutUs .innerWrapper{
    display: flex;
    justify-content: space-between;
  }
  .sectionAboutUs .innerWrapper .leftSide{
    order: 1;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: unset;
  }
  .sectionAboutUs .innerWrapper .leftSide .person{
    padding-left: 15px;
    padding-right: 15px;
  }
  .sectionAboutUs .innerWrapper .rightSide{
    flex: 0 0 475px;
    order: 2;
    padding-left: 15px;
    margin-bottom: 0;
  }
  .sectionAboutUs .innerWrapper .rightSide h2.title{
    font-size: 110px;
    text-align:left;
  }
}
@media(min-width:1200px){
  .sectionAboutUs{
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .sectionAboutUs .innerWrapper .rightSide h2.title{
    font-size: 145px;
    margin-bottom: 55px;
  }
}


.sectionEducation{
  padding-top: 20px;
  padding-bottom: 50px;
}
.sectionEducation .innerWrapper{
  padding-bottom: 20px;
}
.sectionEducation .innerWrapper h3.title{
  font-family: 'DIN Alternate', sans-serif;
  font-size: 9vw;
  margin-bottom: 7vw;
  text-align:center;

}
.sectionEducation .innerWrapper .swipeIcon {
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.sectionEducation .innerWrapper .sliderBlock{
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
.sectionEducation .innerWrapper .sliderBlock .slick-dots{
  bottom: -100px;
}
.sectionEducation .innerWrapper .sliderBlock .slick-dots li{
  width: 21vw;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #4cbbff), to(transparent));
  background-image: -o-linear-gradient(left, #4cbbff 100%, transparent 100%);
  background-image: linear-gradient(to right, #4cbbff 100%, transparent 100%);
}
.sectionEducation .innerWrapper .sliderBlock .slick-dots li.slick-active ~ li{
  background-size: 0 0;
}
.sectionEducation .innerWrapper .sliderBlock .slick-dots li a{
  display: inline-block;
  font-family: 'DIN Alternate', sans-serif;
  font-weight: 700;
  margin-top: 5px;
}
.sectionEducation .innerWrapper .sliderBlock .sliderItem{
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.sectionEducation .innerWrapper .sliderBlock .sliderItem .imgWrap{
  margin-bottom: 10px;
  width: 100%;
  max-width: 164px;
  height: 116px;
  line-height: 116px;
  background-color:#f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sectionEducation .innerWrapper .sliderBlock .sliderItem .text{
  font-size: 16px;
  line-height: 21px;
  color:#7d7d7d;
}
.sectionEducation .innerWrapper .sliderBlock .sliderItem .text b{
  color:#000000;
}
.sectionEducation .innerWrapper .controlBlock{
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right:auto;
}
.sectionEducation .innerWrapper .controlBlock .slick-arrow{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sectionEducation .innerWrapper .controlBlock .slick-arrow:hover svg{
  fill:#4cbbff;
}
.sectionEducation .innerWrapper .controlBlock .prev___arrow{
  left: 0;
}
.sectionEducation .innerWrapper .controlBlock .next___arrow{
  right: 0;
}
.sectionEducation .innerWrapper .countBlock{
  position: absolute;
  z-index: 1;
  text-align: center;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  font-family: 'DIN Alternate', sans-serif;
}
.sectionEducation .innerWrapper .countBlock .current{
  font-size: 18px;
  color:#000000;
}
.sectionEducation .innerWrapper .countBlock .total{
  font-size: 18px;
  color:#7d7d7d;
}


@media(min-width:576px){
  .sectionEducation{
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .sectionEducation .innerWrapper h3.title{
    font-size: 30px;
    margin-bottom: 30px;
    max-width: 400px;
    margin-left:auto;
    margin-right:auto;
  }
  .sectionEducation .innerWrapper .sliderBlock{
    max-width: 450px;
  }
  .sectionEducation .innerWrapper .sliderBlock .sliderItem .text{
    font-size: 16px;
    line-height: 21px;
    color:#7d7d7d;
  }
}
@media(min-width:765px){
  .sectionEducation{
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .sectionEducation .innerWrapper{
    display: flex;
    padding-bottom: 0;
  }
  .sectionEducation .innerWrapper h3.title{
    font-size: 36px;
    flex: 0 0 300px;
    text-align:left;
  }
  .sectionEducation .innerWrapper .sliderBlock{
    padding-bottom: 20px;
    max-width: unset;
  }
  .sectionEducation .innerWrapper .countBlock{
    display: block;
    bottom: -8px;
    right: unset;
    left: calc(50% - 50px);
  }
  .sectionEducation .innerWrapper .controlBlock{
    display: block;
    right: 25px;
    left: unset;
    max-width: 140px;
  }
  .sectionEducation .innerWrapper .swipeIcon {
    display: none
  }
  .sectionEducation .innerWrapper .sliderBlock .slick-dots{
    display: none!important;
  }
}
@media(min-width:991px){
  .sectionEducation{
    padding-top: 45px;
    padding-bottom: 80px;
  }
  .sectionEducation .innerWrapper h3.title{
    font-size: 46px;
    flex: 0 0 380px;
  }
  .sectionEducation .innerWrapper .countBlock{
    left: calc(50% - 70px);
  }
}
@media(min-width:1200px){
  .sectionEducation{
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .sectionEducation .innerWrapper .countBlock{
    left: calc(50% - 180px);
  }
}

@media(min-width: 220px) and (max-width: 576px){
  .fancybox-thumbs{
    width: 100%;
    height: 90px;
    top: unset;
    bottom: 0;
  }
  .fancybox-show-thumbs .fancybox-inner{
    right: 0;
  }
}

footer .innerWrapper .addressBlock span {
  font-weight: 400;
  color: #9c9c9c;
  font-family: 'Proba Pro', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 990px) {
  footer .innerWrapper .addressBlock {
    text-align: center;
  }
}

@media (max-width: 991px) {
  br.mob-hidden {
    display: none;
  }
}