* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #F0E300;
    font-family: 'Myriad Pro Regular';
    color: #000;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus,
a:active {
    outline: none;
}

strong {
    font-weight: 900 !important;
    font-family: 'Myriad Pro Bold Condensed';
}

.strong {
    font-weight: 900 !important;
    font-family: 'Myriad Pro Bold Condensed';
}

hr {
    background-color: #000;
    height: 40px;
    width: 100%;
    border: none;
}

li {
    list-style: none
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

small {
    font-size: 75%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000
}

h1 {
    font-size: 45px;
    letter-spacing: -1px;
    font-weight: 100;
    font-family: 'Myriad Pro Condensed';
}

h2 {
    font-size: 37px;
    font-family: 'Myriad Pro Bold Condensed';
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 37px
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    line-height: 25px;
}

.yellow {
    color: #F0E300;
}

.black {
    color: #000;
}

.regular {
    font-family: 'Myriad Pro Regular';
}

.bold {
    font-family: 'Myriad Pro Bold';
}

.bold_c {
    font-family: 'Myriad Pro Bold Condensed';
}

.clear {
    clear: both;
}

.text-center {
    text-align: center
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.container-inner:before,
.container-inner:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '';
    display: table;
}

.clearfix:after,
.row:after {
    clear: both;
}

.container {
    width: 920px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.container-inner {
    width: 1050px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row-clear > div {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt-20 {
    margin-top: -20px;
}

.mt-30 {
    margin-top: -30px;
}

.mt-50 {
    margin-top: -50px;
}

.mt90 {
    margin-top: 90px;
}

.mr190 {
    margin-right: 250px;
}

.regular {
    font-family: 'Myriad Pro Regular';
}

.pro_c {
    font-family: 'Myriad Pro Condensed';
}

.bold {
    font-family: 'Myriad Pro Bold';
}

.bold_c {
    font-family: 'Myriad Pro Bold Condensed';
}

.bold_s {
    font-family: 'Myriad Pro Semibold';
}

.font-14 {
    font-size: 14px
}

.font-16 {
    font-size: 16px
}

.font-17 {
    font-size: 17px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-21 {
    font-size: 21px
}

.font-24 {
    font-size: 24px
}

.font-26 {
    font-size: 26px
}

.font-28 {
    font-size: 28px
}

.font-42 {
    font-size: 42px
}

.font-44 {
    font-size: 44px
}

.font-48 {
    font-size: 48px
}

.font-61 {
    font-size: 61px  
}

.font-72 {
    font-size: 72px
}

.font-80 {
    font-size: 80px
}

.ls_1 {
    letter-spacing: 1px
}

.ls-0 {
    letter-spacing: 0px;
}

.ls-1 {
    letter-spacing: -1px
}

#header {
    height: 360px;
}

#header .top {
    padding: 40px;
}

#header .logo {
    width: 40%;
    float: left;
    margin: 0;
}

#header .language {
    float: right;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    padding: 20px;
    margin: 20px;
}

.lang_pl {
    display: inline-block;
    white-space: normal;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    margin: -20px;
}

.lang_de {
    display: inline-block;
    white-space: normal;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    margin: -20px;
}
.lang_en {
    display: inline-block;
    white-space: normal;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    margin: -11px;
}

#header .language p {
    text-align: center;
    margin: 0px;
    font-family: 'Myriad Pro Bold Condensed';
}

.like {
    background-color: #D7C703;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0px;
}

.like .icon {
    margin-top: -50px;
}

.like i {
    font-size: 48px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    height: 90px;
    line-height: 80px;
    width: 90px;
    -webkit-box-shadow: 0px 30px 50px -15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 30px 50px -15px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 30px 50px -15px rgba(50, 50, 50, 0.75);
}

.like .timer {
    font-size: 70px;
    margin-top: -50px;
    line-height: 10px
}

.like h1 {
    font-weight: 100
}

.like h3 {
    margin-top: -45px;
}

.like p {
    margin-top: -30px;
    font-size: 22px
}

.arrows_down {
    padding: 30px;
}

.arrows_down img {
    width: 3%
}

.smart {
    margin-top: -30px;
}

.smart h1 {
    line-height: 15px;
    letter-spacing: -1px;
}

.smart h1 strong {
    letter-spacing: -1px
}

#content img {
    width: 20%
}

#content .ready h1 {
    font-size: 70px;
    font-family: 'Myriad Pro Bold Condensed';
    padding-top: 0px;
    margin-top: 55px;
    margin-bottom: 30px;
}

#content .ready h3 {
    font-size: 46px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    font-family: 'Myriad Pro Condensed';
    text-align: right;
    float: left;
    margin-left: 180px;
    margin-top: -40px;
}

#content .ready h2 {
    font-size: 40px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    font-family: 'Myriad Pro Condensed';
    text-align: center;
    float: left;
    margin-left: 160px;
}

#content .ready h2 strong {
    font-family: 'Myriad Pro Bold Condensed';
    font-size: 48px
}

#content .ready .business {
    font-family: 'Myriad Pro Condensed';
    float: left;
    font-size: 56px;
    margin-top: -30px;
    text-align: right;
    margin-left: 0px;
}
#content .ready h4{
    margin-left: -40px;
    margin-top: 20px;
    line-height: 0px;
    text-align: left;
    float: left
}

#content .ready .business span {
    margin-top: 20px;
    font-size: 72px;
    font-weight: 900
}

#content .ready .down {
    margin-top: 30px;
    margin-right: 220px;
    float: right
}

#content .ready .down1 {
    width: 15%
}

.work {
    background-color: #D7C703;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 80px;
    padding: 10px 0px;
}

.work .icon {
    margin-top: -60px;
}

.work i {
    font-size: 48px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    width: 90px;
    -webkit-box-shadow: 0px 30px 50px -15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 30px 50px -15px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 30px 50px -15px rgba(50, 50, 50, 0.75);
}

.work h3 {
    margin-top: -40px;
}

.work p {
    margin-top: -20px;
    font-size: 24px;
    line-height: 30px
}

.grid {
    width: 240px
}

.phone {
    position: relative;
    width: 100%;
    /* for IE 6 */
}

.smart-text {
    position: absolute;
    top: 58%;
    left: 8px;
    width: 100%;
    text-align: center
}

.smart-text h1 {
    font-size: 44px;
    line-height: 0px;
    font-weight: 900;
    font-family: 'arimobold';
}

.smart-text .count-description {
    font-family: 'Myriad Pro Regular';
    line-height: 16px;
    font-size: 15px
}

#iphone .img {
    margin-top: 130px;
}

.phone1 {
    margin-bottom: 0;
}

.phone2 {
    margin-top: 20px;
    margin-left: 20px;
}

.phone3 {
    margin-top: -150px;
    margin-left: 70px;
}

.phone4 {
    float: right;
    margin-right: 70px;
    margin-top: -120px;
}

.phone5 {
    margin: auto;
    margin-top: -120px;
}

.m30 {
    padding: 0px 60px;
}

.service {
    background-color: #D7C703;
    padding: 50px 0px;
}

.box {
    padding: 0px;
    text-align: center
}

.box i {
    font-size: 80px
}

.box h2 {
    padding: 0px;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    font-family: 'Myriad Pro Regular';
    font-weight: 100
}

.box h2 strong {
    font-family: 'Myriad Pro Bold';
}

.mt-10 {
    margin-top: 0px !important;
}

.icon img {
    width: 30px;
    text-align: center;
    padding: 30px 0px;
}

.smartup {
    background-color: #D7C703;
    padding: 30px 0px 20px 0px;
    margin-top: 70px;
}

.smartup .icon {
    margin-top: -80px;
}

.smartup i {
    font-size: 50px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    width: 90px;
    -webkit-box-shadow: 0px 30px 50px -15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 30px 50px -15px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 30px 50px -15px rgba(50, 50, 50, 0.75);
}

.smartup .text {
    margin-top: 40px;
    margin-bottom: 0;
}

.smartup h2 {
    font-size: 42px;
    line-height: 0px;
    font-weight: 900;
    font-family: 'Myriad Pro Bold Condensed';
}

.smartup h3 {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Myriad Pro Regular';
    padding-top: 0px;
    font-weight: 200;
    margin-bottom: 0;
}

.smartup span {
    font-size: 30px
}

.smartup strong {
    font-size: 24px;
    font-family: 'Myriad Pro Bold';
    font-weight: 900
}

.feature-box {
    padding: 40px 0px;
}

.feature-box i {
    font-size: 80px;
}

.feature-box strong {
    font-family: 'Myriad Pro Bold';
    font-weight: normal
}

.col-3 {
    margin-top: 30px;
}

.grey-text {
    margin-top: 40px;
    font-size: 17px;
    float: right;
    text-align: right;
    padding-left: 0px;
    line-height: 18px
}

.grey-text-left {
    margin-top: 40px;
    font-size: 17px;
    float: left;
    text-align: left;
    padding-left: 0px;
    line-height: 18px
}

.boxed {
    padding: 60px 0px;
    margin: 0;
    margin-bottom: 30px;
}
.icon-icon-1 {
    position:relative;
    padding: 20px 0px;
   }
.icon-icon-1:after {
    width:100%;
    height:30px;
    content:'';
    position: absolute;
    left:5px;
    bottom:0px;
    display: block; 
    background:radial-gradient(rgba(0, 0, 0, 0.57), rgba(0,0,0,0) 70%);
    transform:scale(1, 0.5);
}
.icon-icon-2 {
    position:relative;
    padding: 20px 0px;
   }
.icon-icon-2:after {
    width:85%;
    height:30px;
    content:'';
    position: absolute;
    left:3px;
    bottom:0px;
    display: block; 
    background:radial-gradient(rgba(0, 0, 0, 0.57), rgba(0,0,0,0) 70%);
    transform:scale(1, 0.5);
}
.icon-icon-3 {
    position:relative;
    padding: 20px 0px;
    margin-left: 10px;
   }
.icon-icon-3:after {
    width:40px;
    height:30px;
    content:'';
    position: absolute;
    left:-5px;
    bottom:0px;
    display: block; 
    background:radial-gradient(rgba(0, 0, 0, 0.57), rgba(0,0,0,0) 70%);
    transform:scale(1, 0.5);
}
.icon-icon-4 {
    position:relative;
    padding: 20px 0px
   }
.icon-icon-4:after {
    width:40px;
    height:30px;
    content:'';
    position: absolute;
    left:-5px;
    bottom:0px;
    display: block; 
    background:radial-gradient(rgba(0, 0, 0, 0.57), rgba(0,0,0,0) 70%);
    transform:scale(1, 0.5);
}
.icon-icon-5 {
    position:relative;
    padding: 20px 0px
   }
.icon-icon-5:after {
    width:40px;
    height:30px;
    content:'';
    position: absolute;
    left:-5px;
    bottom:0px;
    display: block; 
    background:radial-gradient(rgba(0, 0, 0, 0.57), rgba(0,0,0,0) 70%);
    transform:scale(1, 0.5);
}
.icon-icon-6 {
    position:relative;
    padding: 20px 0px;
    margin-left: -10px;
   }
.icon-icon-6:after {
    width:40px;
    height:30px;
    content:'';
    position: absolute;
    left:3px;
    bottom:0px;
    display: block; 
    background:radial-gradient(rgba(0, 0, 0, 0.57), rgba(0,0,0,0) 70%);
    transform:scale(1, 0.5);
}

.logo2 {
    width: 340px;
}

.phones {
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    float: none;
}

.contact {
    padding: 10px;
}

.arrow-down {
    float: right;
    width: 40%;
    margin-top: 0px;
    margin-right: -10px;
}

.contact-box {
    float: left;
    background-color: #D7C703;
    margin: 0;
    padding: 0px 5px;
    line-height: 0px
}

.contact .text {
    line-height: 0px;
    margin-top: -15px;
}

.contact .text h3 {
    font-family: 'Myriad Pro Condensed';
    font-weight: normal;
    float: left;
    margin-left: 70px;
    margin-top: 25px;
    margin-bottom: 0;
}

.contact p {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

#contact {
    background-color: #000;
    padding: 10px 30px 40px 30px;
}

#contact h2 {
    color: #F0E300;
    font-family: 'Myriad Pro Semibold';
    font-size: 24px;
    line-height: 20px;
    margin-left: 46px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-weight: normal
}

#contact .images img {
    float: right;
    width: 75%;
    padding-top: 30px;
}

#contact .name {
    margin-top: 30px
}

#contact .name li {
    margin-bottom: 5px;
}

#contact .name i {
    padding-right: 10px;
}

#contact .name i,
#contact .name a {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

#contact .name .icon-icon_phone {
    font-size: 30px;
}

.client {
    background-color: #D7C703;
    padding: 20px 0px;
    margin-top: 30px;
}

.client .text {
    float: right;
    margin-right: 30px;
    text-align: right;
}

.client h1 {
    font-size: 80px;
    line-height: 0px;
    font-weight: 900;
    font-family: 'Myriad Pro Bold';
    margin-bottom: 0;
}

.client h2 {
    font-size: 44px;
    font-family: 'Myriad Pro Bold Condensed';
    font-weight: 900;
}

.client .tekst {
    padding: 20px 0px;
}

.client p {
    margin-top: 30px;
    font-size: 22px;
    line-height: 26px
}
@media (max-width: 991px){
    .client p{
        font-size: 22px;
        line-height: 18px
    }
}

.client strong {
    font-family: 'Myriad Pro Bold';
}

#partners {
    padding: 50px 0px;
}

.partner {
    position: relative;
    padding: 20px;
    margin: 10px auto;
}

.partner img {
    display: block;
    padding: 20px;
}

.domus {
    width: 80%;
    margin: 0 auto;
    margin-top: -20px;
}

.test {
    margin-top: 100px;
}

.text-box {
    background-color: #D7C703;
    padding: 0px;
    margin: 0;
}

.title-box {
    background-color: #000;
    padding: 2px;
}

.title-box h3 {
    font-family: 'Myriad Pro Semibold';
    font-size: 21px;
    line-height: 24px;
    margin: 0;
    padding: 10px 0px;
    color: #fff;
    font-weight: normal
}

.title-box span {
    color: #F0E300
}

.text-box p {
    font-size: 19px;
    font-family: 'Myriad Pro Regular';
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0px 5px;
}
@media (max-width: 991px){
    .text-box p{
        font-size: 12px
    }
}
.text-box .text {
    padding: 20px 20px 10px 20px;
    margin: 0 auto;
    float: none
}

.code {
    margin-top: 50px;
}

.text .code p {
    font-family: 'Myriad Pro Regular';
    font-size: 14px;
    line-height: 15px;
    font-weight: normal
}

.code strong {
    font-weight: 900;
    font-family: 'Myriad Pro Bold';
}

.day-box {
    float: left;
    margin-top: 80px;
}

.day-box img {
    margin-top: 90px;
}

.day-box h1 {
    text-align: left;
    font-size: 74px;
    font-weight: 800;
    line-height: 0px;
    margin-bottom: 50px;
    white-space:nowrap;
    margin-left: -10px;
}

.day-box h2 {
    letter-spacing: 0px;
    text-align: right;
    font-size: 44px;
    line-height: 46px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left:10px;
    margin-top: -15px;
    font-family: 'Myriad Pro Bold Condensed';
}

.day-box h3 {
    text-align: left;
    font-size: 56px;
    font-weight: 900;
    line-height: 0px;
    font-family: 'Myriad Pro Bold Condensed';
    margin: 0;
    margin-top: 30px;
    margin-left: -30px;
}

.red {
    color: #D50929;
}

#images {
    margin-top: 30px;
    margin-bottom: -150px;
}

footer {
    background-color: #000;
    padding: 20px 0;
    z-index: 1;
    position: relative
}

footer p {
    color: #fff;
    font-size: 24px;
    font-family: 'Myriad Pro Condensed';
}

footer .copyright {
    margin: 0px;
    margin-left: -40px;
    padding: 0;
}

.footer-logo {
    margin: 80px 0px;
    width: 85%;
    float: right
}

#back-to-top {
    display: block;
    z-index: 500;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    position: fixed;
    bottom: -90px;
    right: 30px;
    line-height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #000;
    text-decoration: none;
    -webkit-box-shadow: 10px 10px 14px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 14px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 14px -4px rgba(0, 0, 0, 0.75);
}

#back-to-top i {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#back-to-top a {
    width: 50px;
    height: 50px;
    display: block;
    color: #fff;
}

#back-to-top.show {
    bottom: 160px;
}

#back-to-top:hover i {
    color: #D7C703;
}

.hide {
    display: none;
}

pre {
    margin: 0 !important;
    display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    background: none;
}

input{
    height: 30px;
    border: none;
    padding: 0px 8px;
    font-size: 17px;
    line-height: 30px
}
button {
    font-size: 18px;
    font-family: 'Myriad Pro Regular';
    padding: 8px 18px;
    color: #fff;
    margin-left: 10px;
    font-weight: bold;
    letter-spacing: 1px
}

input[disabled],
button[disabled] {
    background-color: #000;
}

input,
select {
    border: 1px solid #CCC;
    width: 300px;
}

::-webkit-input-placeholder {
    color: #BBB;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #BBB;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #BBB;
}

button {
    color: #FFF;
    background-color: #D50929;
    border: solid 2px #000;
}

button:hover, button:focus {
    background-color: #000;
    border-color: #000;
    cursor: pointer;
}

#result {
    margin-bottom: 100px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background: #2a6709;
    border-radius: 3px;
    color: #fff;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-warning {
    background: #fbc53c;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 10px;
}

.alert-danger {
    background: #bc080b;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 10px;
}
.hidden {
  display: none !important;
}

.error{
    display: block;
    position: absolute;
    width: 300px;
    line-height: 30px;
}
.cb-header {
  position: fixed;
  left: 0;
  visibility: hidden;
}

.header {
    background-color: #000;
    line-height: 35px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.logos{
    float: left;
    width: 30%;
    text-align: left;
    line-height: 10px;
    padding: 10px 0px;
}
.logos img{
    width: 60%
}
.top-bar{
    line-height: 30px;
    width: 100%
}
.menu{
    width: 70%;
    float: right;
    text-align: right;
    padding: 10px 0;
}
.menu li{
    display: inline;
}

.menu .phones, .menu .email{
    padding: 25px;
}

.btn {
    font-weight: bold;
    overflow: hidden;
    white-space:nowrap;
    padding: 6px 20px;
    line-height: 0px;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    border: solid 2px #F0E300;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: 1;
}
.btn:hover{
    background-color: #F0E300
}
.btn1 {
    font-weight: bold;
    overflow: hidden;
    white-space:nowrap;
    padding: 6px 20px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    border: solid 2px #fff;
    background-color: #D50929;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: 1;
}
.btn1:hover{
    background-color: #c10c28;
}
#contacts{
    margin-bottom: 50px;
}
.line{
    padding: 0 5px;
}
.menu .phones {
    background-image: url(../img/svg/telephone.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding-top: 5px;
    cursor: pointer
}
.menu .phones:hover{
    background-image: url(../img/svg/telephone_hover.svg);

}
.menu .email{
    background-image: url(../img/svg/email.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding-top: 2px;
    cursor: pointer
}
.menu .email:hover{
    background-image: url(../img/svg/email_hover.svg);

}
