@font-face{
    font-family: orbitron;
    src: url(../fonts/Orbitron.ttf);
}

@font-face{
    font-family: FreeSans;
    src: url(../fonts/FreeSans.ttf);
}

@font-face{
    font-family: atiba;
    src:url(..fonts/10605.ttf);
}

a{text-decoration: none}

a:hover{
    text-decoration: none
}

body{font-size: 12px;
line-height: 1.5;
color: #F5F5F5;
background-image: url(../img/background.jpg);
}

.top-block {
    background-color: #0387B1;
    border-bottom: 4px solid #0099FF;
     padding-top: 24px;
    padding-bottom: 15px;
}

.logo{
    color: #F5F5F5;
    font-size: 30px;
    font-family: FreeSans;
    font-style: normal;
    font-weight: bold;
}

.tel{color: #F5F5F5;
    font-size: 20px;
    font-family: FreeSans;
    text-align: right;
}

.logo:hover{text-decoration: none;}

.header-text{
    text-align: center;
}

.video{margin-top:0px;}

/* -----------------------------------------------------------------------------

  TABS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Tabs component
 *
 * A responsive tabs component that falls back to a linear conent display when
 * JavaScript is disabled. The following is the default suggested markup to play
 * nicely with the JavaScript. If you change it up, just make sure you pass in
 * the correct parameters to the tabs instance.
 *
 * <div id="tabs" class="c-tabs no-js">
 *   <div class="c-tabs-nav">
 *     <a href="#" class="c-tabs-nav__link is-active"></a>
 *     <a href="#" class="c-tabs-nav__link"></a>
 *     ...
 *   </div>
 *   <div class="c-tab is-active">
 *     <div class="c-tab__content"></div>
 *   </div>
 *   <div class="c-tab">
 *     <div class="c-tab__content"></div>
 *   </div>
 *   ...
 * </div>
 */
.o-section:last-child {
  margin-bottom: 0;
}

.o-section {
    margin-bottom: 48px;
  }

.c-tabs {
  /**/
}

/**
 * Tabs navigation
 */
.c-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.c-tabs-nav__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 4px;
  padding: 12px;
  color: black;
  background-color: lightblue;
  text-align: center;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
text-decoration: none;
}

.c-tabs-nav__link:last-child {
  margin-right: 0;
}

.c-tabs-nav__link:hover {
  color: #6d6d6d;
    text-decoration: none;
}

.c-tabs-nav__link.is-active {
  color: black;
  background-color: white;
}

.c-tabs-nav__link i,
.c-tabs-nav__link span {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.c-tabs-nav__link i {
  font-size: 18px;
text-decoration: none;    
}

.c-tabs-nav__link span {
  display: none;
  font-size: 18px;
    text-decoration: none;
}

@media all and (min-width: 720px) {
  .c-tabs-nav__link i {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .c-tabs-nav__link span {
    display: block;
  }
}

/**
 * Tab
 */
.c-tab {
  display: none;
  background-color: white;
  color: black;
  min-height: 330px;  
}

.c-tab.is-active {
  display: block;
}

.c-tab__content {
  padding: 5px;
}

/** padding: 1.5rem
 * Tabs no-js fallback
 */
.c-tabs.no-js .c-tabs-nav {
  display: none;
}

.c-tabs.no-js .c-tab {
  display: block;
  margin-bottom: 1.5rem;
}

.c-tabs.no-js .c-tab:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------------------------------------*/

.order-button {
    text-align: right;
}

.hidden{
    display: none;
}

.left-part{ float: left;
width: 570px;}

.right-part{
    padding: 10px 20px 20px 0px;
    margin: 20 px;
    text-align: center;
}

p.center-block.text-center {
    font-size: 16px;
    padding: 20px;

}

form {
    font-size: 18px;
    padding: 20px;
    color: #003246;
    background-color: #FFF;
    margin: auto;
    }

.FormName, .FormPhone, .FormEmail, .FormText {
    width: 100%;
    height: 40px;
    background: none;
    margin-top: 10px;
    border: 1px solid #298EEA;
    border-radius: 10px;
    text-align: center;
    color: #666666;
    font-size: 14px;}

.FormName:focus, .FormEmail:focus, .FormPhone:focus {
    border: 1px solid #30ad64;
}

.FormText {height: 80px;
text-align: justify;}

.PersonalData{
    margin-top: 10px;
    font-size: 10px;
}

.middle-white-box {
    background-color: white;
    color: black;
    border: 1px solid;
}

.flex-block{ display: flex;}

.flex-item{
    padding: 25px;
    margin-top: 65px;
    background-color: whitesmoke;
    color: black;
    margin-left: 10px;
    margin-right: 10px;
}

h4{font-size: 15px;
color: black;
font-weight: bold;}

footer{margin-top: 50px;
    text-align: center;
    color: #444444;
    background-color: #298EEA;
    border-top: 2px solid #28CC75;
}

.address{padding: 10px 10px 0 10px;}