* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none; }

/*_____scrollbar________________________________________________________________________________________________________*/
::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 0;
  height: 0; }

::-webkit-scrollbar-track {
  background-color: #ecedee;
  opacity: .5; }

::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #949494;
  opacity: .5; }

::-webkit-scrollbar-thumb:hover {
  background-color: #2f4050; }

::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

/*____________________________________________________________________________________________________________________*/
a {
  color: #212121;
  text-decoration: none;
  outline: none; }
  a:hover {
    text-decoration: underline; }

button, .btn {
  outline: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  background-color: #212121;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 0 50px;
  height: 60px;
  line-height: 60px;
  border-radius: 40px; }
  button:hover, .btn:hover {
    transition: all .3s;
    opacity: .8;
    text-decoration: none; }

.btn-box {
  text-align: center; }

.container {
  width: 1100px;
  margin: 0 auto; }

/*____________________________________________________________________________________________________________________*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 150px;
  margin: 0 auto 80px;
  font-size: 14px; }
  header a img#logo {
    width: 150px;
    height: auto; }
  header nav a {
    padding: 0 10px; }

/*____________________________________________________________________________________________________________________*/
body {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #212121;
  min-width: 1200px;
  position: relative;
  min-height: 100vh;
  font-weight: 300; }

body.index-page .bdb {
  border-bottom: 1px solid #eee; }
body.index-page main .container h1 {
  font-weight: 300;
  text-align: center;
  line-height: 2;
  font-size: 30px;
  margin-bottom: 50px; }
body.index-page main .container .form-box {
  display: flex;
  justify-content: center;
  margin-bottom: 85px; }
body.index-page main .container form#search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  height: 60px;
  border-radius: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden; }
  body.index-page main .container form#search-form input {
    font-size: 14px;
    outline: none;
    border: none;
    line-height: 80px;
    padding: 0 30px;
    width: 80%; }
    body.index-page main .container form#search-form input::placeholder {
      color: #dcdcdc; }
  body.index-page main .container form#search-form button {
    padding: 0;
    width: 20%;
    height: 80px;
    border-radius: 0 80px 80px 0; }
body.index-page main .container .video-box-parent {
  position: relative;
  font-size: 0; }
  body.index-page main .container .video-box-parent .browser-top {
    width: 100%;
    height: auto;
    border-radius: 12px 12px 0 0; }
  body.index-page main .container .video-box-parent .video-box {
    height: 300px;
    overflow: hidden;
    transition: all .5s; }
    body.index-page main .container .video-box-parent .video-box.a {
      height: 770px; }
    body.index-page main .container .video-box-parent .video-box video {
      width: 100%;
      height: auto; }
  body.index-page main .container .video-box-parent .show-video {
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -35px;
    color: #fff;
    background: #28272b;
    padding: 0 24px;
    cursor: pointer;
    transition: all .3s; }
    body.index-page main .container .video-box-parent .show-video:hover {
      transform: scale(1.1); }
body.index-page main .container h2 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin: 70px 0 50px; }
body.index-page main .container .newtabs-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px; }
  body.index-page main .container .newtabs-box .newtab-item {
    width: 340px;
    height: auto;
    margin-bottom: 20px;
    transition: all .3s; }
    body.index-page main .container .newtabs-box .newtab-item:hover {
      opacity: .5; }
    body.index-page main .container .newtabs-box .newtab-item img {
      width: 100%;
      height: auto; }

body.all-tabs-page main {
  display: flex;
  min-height: calc(100vh - 380px); }
  body.all-tabs-page main .categories {
    width: 220px; }
    body.all-tabs-page main .categories a {
      display: block;
      font-size: 16px;
      margin-bottom: 20px; }
      body.all-tabs-page main .categories a.a {
        font-weight: bold; }
  body.all-tabs-page main .newtabs-box {
    width: 920px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start; }
    body.all-tabs-page main .newtabs-box .newtab-item {
      width: 280px;
      height: auto;
      margin-bottom: 20px;
      margin-right: 20px;
      transition: all .3s; }
      body.all-tabs-page main .newtabs-box .newtab-item:hover {
        opacity: .5; }
      body.all-tabs-page main .newtabs-box .newtab-item:nth-child(3n) {
        margin-right: 0; }
      body.all-tabs-page main .newtabs-box .newtab-item img {
        width: 100%;
        height: auto; }

body.newtab-page main h1 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px; }
body.newtab-page main p {
  font-size: 14px;
  line-height: 34px;
  width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px; }
body.newtab-page main .preview {
  margin: 70px 0 100px;
  text-align: center; }
  body.newtab-page main .preview img {
    width: 100%;
    max-width: 1100px;
    height: auto; }

body.about-page main {
  min-height: calc(100vh - 380px); }
  body.about-page main h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px; }
  body.about-page main p {
    font-size: 14px;
    line-height: 34px;
    width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px; }

body.contacts-page header {
  margin-bottom: 0; }
body.contacts-page main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 310px); }
  body.contacts-page main form#contact-form {
    width: 460px; }
    body.contacts-page main form#contact-form h1 {
      font-size: 36px;
      font-weight: 300;
      text-align: center;
      margin-bottom: 30px; }
    body.contacts-page main form#contact-form input, body.contacts-page main form#contact-form textarea {
      display: block;
      width: 100%;
      margin-bottom: 30px;
      border: none;
      background-color: transparent; }
    body.contacts-page main form#contact-form input {
      border-bottom: 1px solid #212121;
      padding: 10px 0; }
    body.contacts-page main form#contact-form textarea {
      border: 1px solid #212121;
      border-radius: 2px !important;
      padding: 10px;
      height: 150px;
      font-family: Roboto, sans-serif; }

body.success-page header {
  margin-bottom: 0; }
body.success-page main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 310px); }
  body.success-page main h1 {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px; }

body.text-page header {
  margin-bottom: 0; }
body.text-page main {
  width: 960px;
  margin: 0 auto; }
  body.text-page main h1 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 30px; }
  body.text-page main h2 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 2rem; }
  body.text-page main p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 2.5rem; }
  body.text-page main ul {
    list-style: circle;
    padding-left: 15px;
    margin-bottom: 30px; }
    body.text-page main ul li {
      font-size: 16px;
      margin-bottom: 10px; }

/*____________________________________________________________________________________________________________________*/
footer {
  box-shadow: 0 -10px 19px rgba(0, 0, 0, 0.04);
  background-color: #fff; }
  footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    width: 1200px;
    margin: 80px auto 0; }
  footer a {
    padding: 0 10px; }

/*# sourceMappingURL=style.css.map */
