@font-face {
  font-family: 'azo-sans-web';
  src: url('https://default.ignum.cz/fonts/azo-sans/2D3824_1_0.eot');
  src: url('https://default.ignum.cz/fonts/azo-sans/2D3824_1_0.eot?#iefix') format('embedded-opentype'),
       url('https://default.ignum.cz/fonts/azo-sans/2D3824_1_0.woff2') format('woff2'),
       url('https://default.ignum.cz/fonts/azo-sans/2D3824_1_0.woff') format('woff'),
       url('https://default.ignum.cz/fonts/azo-sans/2D3824_1_0.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'azo-sans-web';
  src: url('https://default.ignum.cz/fonts/azo-sans/316E58_0_0.eot');
  src: url('https://default.ignum.cz/fonts/azo-sans/316E58_0_0.eot?#iefix') format('embedded-opentype'),
       url('https://default.ignum.cz/fonts/azo-sans/316E58_0_0.woff2') format('woff2'),
       url('https://default.ignum.cz/fonts/azo-sans/316E58_0_0.woff') format('woff'),
       url('https://default.ignum.cz/fonts/azo-sans/316E58_0_0.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'azo-sans-web';
  src: url('https://default.ignum.cz/fonts/azo-sans/2D3824_0_0.eot');
  src: url('https://default.ignum.cz/fonts/azo-sans/2D3824_0_0.eot?#iefix') format('embedded-opentype'),
       url('https://default.ignum.cz/fonts/azo-sans/2D3824_0_0.woff2') format('woff2'),
       url('https://default.ignum.cz/fonts/azo-sans/2D3824_0_0.woff') format('woff'),
       url('https://default.ignum.cz/fonts/azo-sans/2D3824_0_0.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}

body {
  background-color: #f3f7fa;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}

.menu-box {
  align-items: center;
  background: white;
  border: 0;
  box-shadow: 0 1px 0 #DAE0E3;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: 70px;
  justify-content: space-between;
  padding: 20px 40px 20px 10px;
  position: relative;
}

.icon-domena,
.icon-text {
  align-items: center;
  display: flex;
}

.icon-domena .by-ignum {
  border-left: 1px solid #00a1ff;
  margin-left: 10px;
  padding-left: 10px;
}

.menu-box .phone span {
  box-sizing: border-box;
  display: block;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 25px;
  margin: 0 0 0 12px;
  text-transform: uppercase;
}

.icon-text .icon {
  box-sizing: border-box;
  color: #01A1FF !important;
  float: left;
  font-size: 32px;
  margin: 0;
  overflow: hidden;
}

.icon-link {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  max-width: 1030px;
  padding: 50px 20px;
  text-align: center;
}

h2 {
  font-family: 'azo-sans-web';
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin: 17px 0 1px;
}

.info {
  color: #6c7275;
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 42px;
}

.slogan {
  font-weight: bold;
  margin-top: 20px;
}

.domain-search {
  color: #1a1a1a;
  margin-top: 26px;
  padding: 0 22px;
}

.domain-search-box {
  background-color: #fff;
  margin: 0 auto;
  max-width: 630px;
  position: relative;
}

.domain-search-box [type=text]{
  background: white;
  border: 2px solid #00a1ff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #1a1a1a;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 59px;
  letter-spacing: 0.02em;
  line-height: 25px;
  margin-bottom: 0;
  outline: 0;
  padding: 15px 100px 15px 30px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.domain-search-box input::-webkit-input-placeholder {
  color: #bcc0c2;
}

.search-ico {
  display: flex;
  justify-content: center;
}

.domain-search-box .search-btn {
  background-color: #00a1ff;
  border: 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  height: 58px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 63px;
  z-index: 2;
}

a { color: #00a1ff; }

