
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    box-sizing:border-box;
    vertical-align: middle;
    font-weight: normal;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
:root {
  font-size: 16px;
  line-height: 16px;
}
a:hover, a:focus, a:active{
  text-decoration: none;
}

@font-face {
  font-family: 'HEYAHBold';
  src: url("../fonts/heyah_bold.eot");
  src: url("../fonts/heyah_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/heyah_bold.woff") format("woff"), url("../fonts/heyah_bold.ttf") format("truetype"), url("../fonts/heyah_bold.svg#HEYAHBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HEYAHBetaLight';
  src: url("../fonts/heyah_light.eot");
  src: url("../fonts/heyah_light.eot?#iefix") format("embedded-opentype"), url("../fonts/heyah_light.woff") format("woff"), url("../fonts/heyah_light.ttf") format("truetype"), url("../fonts/heyah_light.svg#HEYAHBetaLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
  background-color: #FFF;
  font-family: "HEYAHBetaLight", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 16px;
}
body > * {
  box-sizing:border-box;
}
.center {
  text-align: center;
}
a, a:active, a:hover {
  color:#333;
}
.bold, strong {
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif !important;
}
.red {
  color:#E60000;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/*h1 span {
  font-family: "HEYAHBetaLight", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 1.2em
}*/
/* h1 span storng {
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
} */


.lang-switcher {
  position: fixed;
  right: 0;
  top: 2%;
  display: inline-block;
  border-radius: 20px 0 0 20px;
  padding: 8px;
  background-color: #e5e5e5;
  z-index: 60;
  border:1px solid #ccc;
  border-right: none;
}
.lang-switcher a{
  display: inline-block;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin:5px 0;
  transform: scale(1);
}
.lang-switcher a:hover{
  transform: scale(.9);
}
.lang-switcher a.ukr{
  background: url(../images/ua-flag@2x.png) no-repeat center;
  background-size: contain;
}
.lang-switcher a.rus{
  background: url(../images/rus-flag@2x.png) no-repeat center;
  background-size: contain;
}
.lang-switcher a.pol{
  background: url(../images/pl-flag@2x.png) no-repeat center;
  background-size: contain;
}

.my-wrapper{
  max-width: 375px;
  margin: 0 auto;
  position: relative;
  background: #FFF;
}
.container-fluid .container {
  padding: 0 5%;
  margin: 0 auto;
  width: 100%;
}
.btnaa {
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background: #E60000;
  font-size: 1.2em;
  line-height: 1em;
  padding: 18px 36px;
  border-radius: 9px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btnaa:hover,
.btnaa:focus,
.btnaa:active {
  color: #000;
}
.hero{
  background: #F9F9F9;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
margin-bottom: 15px;
}
.hero .container{
  height: 550px;
  background: transparent url(../images/kv.png) center bottom no-repeat;
  background-size: 260px;
  padding-bottom: 0;
}
.hero .hero-logo{
  width: 108px;
  margin: 20px 0;
}
.hero .hero-title{
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 30px;
}
.hero span{
  display: inline;
}
.offer{
  background: #FFF;
}
.offer .container{
  padding: 30px 20px;
}
.offer.dark{
  background: #F9F9F9;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
margin-bottom: 15px;
}
.offer .sec-title{
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  font-size: 2.1em;
  line-height: 1em;
  text-align: center;
  margin-bottom: 30px;
}
.offer .light-txt{
  font-size: 1em;
  line-height: 1.1em;
  text-align: center;
  margin-bottom: 50px;
}
.offer .red-list{
  font-size: 1em;
  line-height: 1.1em;
  text-align: center;
  list-style: none;
}
.offer .red-list li{
  margin-bottom: 40px;
  position: relative;
}
.offer .red-list li span{
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
}
.offer .red-list li::before{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #E60000;
  left: 50%;
  margin-left: -7px;
  top: -22px;
}
.offer .call-txt{
  text-align: center;
  font-size: 1em;
  line-height: 1em;
}
.offer .call-txt span{
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  color: #E60000;
  display: block;
  margin: 10px 0;
}
.offer .btns .bot-title{
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.1em;
  text-align: center;
  margin-bottom: 30px;
}
.offer .btns .btn-block{
  display: flex;
  justify-content: space-between;
    align-items: center;
}
.offer .btns .btn-block .app-ico{
  height: 28px;
}
.offer .app-sub-txt{
  font-size: 1em;
  line-height: 1.1em;
  text-align: center;
  margin: 30px 0;
}

@media (min-width: 600px) {
  .my-wrapper{
  max-width: 768px;
}
.container-fluid .container {
  padding: 0 10px;
  width: 600px;
}

.btnaa {
  font-size: 1.2em;
  padding: 18px 36px;
}

.hero .container{
  height: 414px;
  background: transparent url(../images/kv.png) right bottom no-repeat;
  background-size: 290px;
  padding-bottom: 0;
}
.hero .hero-logo{
  width: 100px;
  margin: 20px 0;
}
.hero .hero-title{
  font-size: 1.9em;
  line-height: 1.3em;
  margin-bottom: 20px;
  width: 310px;
  margin-top: 25px;
}

.offer .container{
  padding: 30px 0;
}

.offer .sec-title{
  font-size: 1.9em;
  margin-bottom: 30px;
}
.offer .light-txt{
  font-size: 1.1em;
  line-height: 1.1em;
  margin-bottom: 50px;
}
.offer .red-list{
  font-size: 1.1em;
  line-height: 1.3em;
  text-align: left;
  list-style: none;
}
.offer .red-list li{
  margin-bottom: 40px;
  position: relative;
  padding-left: 30px;
}
.offer .red-list li::before{
  width: 14px;
  height: 14px;
  left: 0;
  margin-left: 0;
  top: 5px;
}
.offer .call-txt{
  font-size: 1.2em;
  line-height: 1em;
}
.offer .call-txt span{
  font-size: 1.4em;
  margin: 14px 0;
}
.offer .btns .bot-title{
  font-size: 1.25em;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 70px;
}
.offer .btns .btn-block{
  display: flex;
  justify-content: space-between;
    align-items: center;
    width: 500px;
    margin: 0 auto;
}
.offer .btns .btn-block .app-ico{
  height: 48px;
}
.offer .app-sub-txt{
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 30px 0;
}

}


@media (min-width: 960px) {

    .my-wrapper{
  max-width: 100%;

}
.container-fluid .container {
  padding: 0;
  width: 960px;
}

.btnaa {
  font-size: 1.2em;
  padding: 18px 36px;
}

.hero .container{
  height: 524px;
  background: transparent url(../images/kv.png) right bottom no-repeat;
  background-size: 456px;
  padding-bottom: 0;
}
.hero .hero-logo{
  width: 100px;
  margin: 20px 0;
}
.hero .hero-title{
  font-size: 2.6em;
  line-height: 1.3em;
  margin-bottom: 30px;
  width: 500px;
  margin-top: 70px;
}

.offer .container{
  padding: 30px 0;
}

.offer .sec-title{
  font-size: 3em;
  margin-bottom: 30px;
}
.offer .light-txt{
  font-size: 1.25em;
  line-height: 1.3em;
  margin-bottom: 50px;
}
.offer .red-list{
  font-size: 1.25em;
  line-height: 1.3em;
  text-align: left;
  list-style: none;
  width: 600px;
  margin: 0 auto;
}
.offer .red-list li{
  margin-bottom: 40px;
  position: relative;
  padding-left: 30px;
}
.offer .red-list li::before{
  width: 14px;
  height: 14px;
  left: 0;
  margin-left: 0;
  top: 7px;
}
.offer .call-txt{
  font-size: 1.25em;
  line-height: 1em;
}
.offer .call-txt span{
  font-size: 1.4em;
  margin: 14px 0;
}
.offer .btns .bot-title{
  font-size: 1.25em;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 0;
  padding: 0;
  max-width: 440px;
}
.offer .btns{
  display: flex;
      justify-content: space-between;
    align-items: center;
}
.offer .btns .btn-block{
  display: flex;
  justify-content: space-between;
    align-items: center;
    width: 400px;
    margin: 0;
}
.offer .btns .btn-block .app-ico{
  height: 38px;
}
.offer .app-sub-txt{
  font-size: 1.25em;
  line-height: 1.3em;
  margin: 30px 0;
}

}


@media (min-width: 1200px) {

    .my-wrapper{
  max-width: 100%;
  background: #FFF;
}
.container-fluid .container {
  padding: 0;
  width: 1200px;
}

.btnaa {
  font-size: 1.4em;
  padding: 18px 30px;
}

.hero .container{
  height: 600px;
  background: transparent url(../images/kv.png) right bottom no-repeat;
  background-size: 580px;
  padding-bottom: 0;
}
.hero .hero-logo{
  width: 128px;
  margin: 30px 0;
}
.hero .hero-title{
  font-size: 3.3em;
  line-height: 1.3em;
  margin-bottom: 30px;
  width: 550px;
  margin-top: 40px;
}

.offer .container{
  padding: 40px 0;
}

.offer .sec-title{
  font-size: 4em;
  margin-bottom: 40px;
}
.offer .light-txt{
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 0 auto;
  margin-bottom: 50px;
  width: 1100px;
}
.offer .red-list{
  font-size: 1.5em;
  line-height: 1.3em;
  text-align: left;
  list-style: none;
  width: 780px;
  margin: 0 auto;
}
.offer .red-list li{
  margin-bottom: 40px;
  position: relative;
  padding-left: 30px;
}
.offer .red-list li::before{
  width: 14px;
  height: 14px;
  left: 0;
  margin-left: 0;
  top: 7px;
}
.offer .call-txt{
  font-size: 1.5em;
  line-height: 1em;
}
.offer .call-txt span{
  font-size: 1.4em;
  margin: 14px 0;
}
.offer .btns .bot-title{
  font-size: 1.5em;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 0;
  padding: 0;
  max-width: 540px;
}
.offer .btns{
  display: flex;
      justify-content: space-between;
    align-items: center;
}
.offer .btns .btn-block{
  display: flex;
  justify-content: space-between;
    align-items: center;
    width: 500px;
    margin: 0;
}
.offer .btns .btn-block .app-ico{
  height: 48px;
}
.offer .app-sub-txt{
  font-size: 1.25em;
  line-height: 1.3em;
  margin: 30px 0;
}

}


@media (min-width: 1560px) {

    .my-wrapper{
  max-width: 1920px;
  background: #FFF;
}
.container-fluid .container {
  padding: 0;
  width: 1560px;
}
.btnaa {
  font-size: 1.4em;
  padding: 18px 30px;
}

.hero .container{
  height: 600px;
  background: transparent url(../images/kv.png) 70% bottom no-repeat;
  background-size: auto;
  padding-bottom: 0;
}
.hero .hero-logo{
  width: 128px;
  margin: 30px 0;
}
.hero .hero-title{
  font-size: 3.5em;
  line-height: 1.3em;
  margin-bottom: 30px;
  width: 600px;
  margin-top: 40px;
}

.offer .container{
  padding: 40px 0;
}

.offer .sec-title{
  font-size: 4em;
  margin-bottom: 40px;
}
.offer .light-txt{
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 0 auto;
  margin-bottom: 50px;
  width: 1100px;
}
.offer .red-list{
  font-size: 1.5em;
  line-height: 1.3em;
  text-align: left;
  list-style: none;
  width: 780px;
  margin: 0 auto;
}
.offer .red-list li{
  margin-bottom: 40px;
  position: relative;
  padding-left: 30px;
}
.offer .red-list li::before{
  width: 14px;
  height: 14px;
  left: 0;
  margin-left: 0;
  top: 7px;
}
.offer .call-txt{
  font-size: 1.5em;
  line-height: 1em;
}
.offer .call-txt span{
  font-size: 1.4em;
  margin: 14px 0;
}
.offer .btns .bot-title{
  font-size: 1.5em;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 0;
  padding: 0;
}
.offer .btns{
  display: flex;
      justify-content: space-between;
    align-items: center;
    width: 1140px;
    margin: 0 auto;
}
.offer .btns .btn-block{
  display: flex;
  justify-content: space-between;
    align-items: center;
    width: 500px;
    margin: 0;
}
.offer .btns .btn-block .app-ico{
  height: 48px;
}
.offer .app-sub-txt{
  font-size: 1.25em;
  line-height: 1.3em;
  margin: 30px 0;
}
}
