*, ::after, ::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}
body {
    font-family: 'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background: #fff;
    height: 100%;
    margin: 0;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../webfonts/icomoon/icomoon.eot?8wyk0b');
  src:  url('../webfonts/icomoon/icomoon.eot?8wyk0b#iefix') format('embedded-opentype'),
    url('../webfonts/icomoon/icomoon.ttf?8wyk0b') format('truetype'),
    url('../webfonts/icomoon/icomoon.woff?8wyk0b') format('woff'),
    url('../webfonts/icomoon/icomoon.svg?8wyk0b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-display: swap;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-check:before {content: "\e929";}
.icon-camera:before {content: "\e925";}
.icon-chevron-right:before {content: "\e91f";}
.icon-chevron-left:before {content: "\e920";}
.icon-chevron-down:before {content: "\e921";}
.icon-chevron-up:before {content: "\e922";}
.icon-chevrons-up:before {content: "\e91b";}
.icon-chevrons-right:before {content: "\e91c";}
.icon-chevrons-left:before {content: "\e91d";}
.icon-chevrons-down:before {content: "\e91e";}
.icon-arrow_forward_ios:before {content: "\e914";}
.icon-arrow_back_ios:before {content: "\e915";}
.icon-menu:before {content: "\e917";}
.icon-arrow-right:before {content: "\e910";}
.icon-arrow-left:before {content: "\e911";}
.icon-arrow-down:before {content: "\e912";}
.icon-arrow-up:before {content: "\e913";}
.icon-minus:before {content: "\e91a";}
.icon-plus:before {content: "\e919";}
.icon-cross:before {content: "\e902";}
.icon-telegram:before {content: "\e918";}
.icon-whatsapp:before {content: "\e900";}
.icon-viber:before {content: "\e901";}
.icon-calendar:before {content: "\e923";}
.icon-mail:before {content: "\e916";}
.icon-search:before {content: "\e903";}
.icon-magnifier:before {content: "\e903";}
.icon-lookup:before {content: "\e903";}
.icon-find:before {content: "\e903";}
.icon-volume-control-phone:before {content: "\e930";}
.icon-map-marker:before {content: "\e92f";}
.icon-phone:before {content: "\e92c";}
.icon-bell:before {content: "\e92b";}
.icon-eye:before {content: "\e92a";}
.icon-user-o:before {content: "\e928";}
.icon-calculator:before {content: "\e924";}
.icon-caret-right:before {content: "\e904";}
.icon-caret-left:before {content: "\e905";}
.icon-caret-up:before {content: "\e906";}
.icon-caret-down:before {content: "\e907";}
.icon-rouble:before {content: "\e908";}
.icon-rub:before {content: "\e908";}
.icon-ruble:before {content: "\e908";}
.icon-angle-double-down:before {content: "\e909";}
.icon-angle-double-up:before {content: "\e90a";}
.icon-angle-double-right:before {content: "\e90b";}
.icon-angle-double-left:before {content: "\e90c";}
.icon-instagram:before {content: "\e90d";}
.icon-vk:before {content: "\e90e";}
.icon-odnoklassniki:before {content: "\e90f";}
.icon-star-full:before {content: "\e9d9";}
.icon-facebook:before {content: "\ea90";}
.icon-file-excel:before {content: "\eae2";}
.logo{padding: 14px 0px;}
.contact{margin-bottom: 20px;}
.contact, .logo{text-align: center;}
.contact ul{margin: 0px; padding:0; }
.contact a{
    color: #a4b2bb;
    text-decoration: none;
    font-weight: bold;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.contact a:hover{color:#fff;}
.contact a:hover i{color:#FCB61E;}
.contact a i{margin-right: 5px;}
.slow {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.text-center{text-align: center;}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    padding: 0px 15px;
    line-height: 44px;
    border-radius: 4px;
    text-decoration: none;
}
.btn.btn-sm{
    line-height: 36px;
    padding: 0px 15px;
    font-size: 13px;
}
.btn-default {
  background: #3daef0;
  color: #fff;
}
.btn-primary {
  background: #FCB61E;
  color:#333;
}
.btn-primary:hover{
    background: #e5a416;
}
.site{margin-top: 15px;}
.site a{font-weight: bold;}
.nav-open .btn-show-side{left: 350px;}
.btn-show-side{
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 15px;
    background: #003D68;
    box-shadow: 0 0 0;
    outline: 0;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    border: 0;
    display: flex;
    align-items: center;
    height: 35px;
    padding: 0px 15px;
    line-height: 35px;
    cursor: pointer;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}
.btn-show-side span{margin-left: 5px;}
.btn-show-side:hover{background: #3daef0;}
.mCSB_inside>.mCSB_container {margin-right: 0px !important;}
.nav-open .side-nav {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.side-nav-overlay {
    display: none;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    background: rgba(0,0,0,.8);
}
/*.nav-open .side-nav-overlay, .modal-open .side-nav-overlay {
    display: block;
}*/
.side-nav {
    position: fixed;
    z-index: 8;
    top: 0;
    bottom: 0;
    width: 340px;
    background: #003D68;
    color: #fff;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    font-size: 16px;
        -webkit-transform: translate3d(-340px, 0, 0);
    transform: translate3d(-340px, 0, 0);
}
@media only screen and (max-width: 480px) {
  .side-nav{width: 330px; -webkit-transform: translate3d(-330px, 0, 0); transform: translate3d(-330px, 0, 0);}
  .nav-open .btn-show-side {left: 15px;}
  .btn-show-side{background: #3daef0;}
}


.studio{
    padding-top: 30px;
    text-align: center;
    color:#a4b2bb;
    font-size: 11px;
}
.studio a{color:#a4b2bb;}

