div { position: relative; }

/* does not support IE 6/7 */
.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

/* WordPress Presentational Classes*/
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }


body {
  background: #000;
  color: #fff;
  font-family: 'Inter';
}
/*header*/

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #000000;
}

.logo img {
  width: 100px;
}

.navigation ul {
  display: flex;
  gap: 25px;
  align-items: center;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.navigation a, .user-menu a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.user-menu ul {
  display: flex;
  gap: 15px;
  align-items: center;
}

.profile-avatar img {
  width: 28px;
  height: 28px;
  border-radius: 10px;
}

/*main section homepage*/

section.main-section {
  height: calc(100vh - 170px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.main-section>div {
  position: relative;
}
.course-block h2, .po-block h2 {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 22;
}
.course-block, .po-block {
  border-radius: 15px;
  box-shadow: 0px 0px 20px 0px rgba(255,255,255,0.5);
  overflow: hidden;
  width: 100%;
  height: 50%;
}
.course-block a, .po-block a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 23;
}
.main-section .course-block img,
.main-section .po-block img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-section .course-block:hover img,
.main-section .po-block:hover img {
  transform: scale(1.1);
}
.navigation {
  display: none;
}
.user-menu ul li:not(:nth-child(2)){
  display: none;
}
.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #202020;
  padding: 5px;
  z-index: 24;
}
ul.mobile-menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.mobile-menu .img-block {
  height: 28px;
  width: 28px;
  display: block;
  background-color: #c4c4c4;
  border-radius: 10px;
}
.mobile-menu li:not(:last-child) {
  border-right: 0.5px solid #ffffff;
}
.mobile-menu li {
  width: 25%;
  text-align: center;
  height: 100%;
  padding: 5px;
}
.mobile-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  line-height: 14.52px;
  padding: 2px;
}

/*Courses*/

.video-wrapper {
  max-width: 373px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.video-wrapper:hover img {
  transform: scale(1.1);
}
.video-wrapper img {
  width: 100%;
  border-radius: 10px;
}
.video-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.block-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px;
}
.block {
  padding: 40px 0;
}
.block h3{
  padding-bottom: 20px;
}
.block p {
  padding-top: 10px;
}
.bordered {
  border-radius: 10px;
  overflow: hidden;
  height: 165px;
  box-shadow: 0px 0px 20px 0px rgba(255,255,255,0.4);
}
input[type='search'], .wp-block-search__input {
  width: 100%;
  background-color: #000000;
  border-radius: 12px;
  height: 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  line-height: 21.6px;
  padding: 0 16px;
  box-shadow: 0px 0px 20px 0px rgba(255,255,255,0.3);
}



.top-block.scrollTop {
  position: fixed;
  z-index: 22;
  top: 0;
  height: 400px;
  border: 1px solid;
  width: 100%;
  text-align: center;
}


.top-block.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 23;
  height: 400px;
  text-align: center;
}

.scroll-text-block.scrolled {
  margin-top: 400px;
  height: calc(100vh - 480px);
  overflow-y: auto;
}

.top-block {
  box-shadow: 0px 0px 20px 0px rgba(255,255,255,0.4);
  border-radius: 10px;
}
.scroll-text-block {
  margin-top: 50px;
}

.blocks-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.video-block-wrapper {
  padding-bottom: 80px;
  padding-top: 80px;
}
.video-block-wrapper h1 {
  margin-bottom: 40px;
}
.posts-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
section.search-section {
  margin-top: 80px;
  margin-bottom: 40px;
}
section.courses-section {
  margin-bottom: 80px;
}
button.wp-block-search__button.wp-element-button {
  background-color: #D52037;
  color: #ffffff;
  border-radius: 12px;
  padding: 10px 20px;
  height: 40px;
  box-shadow: 0px 0px 20px 0px rgba(255,255,255,0.3);
}
.v1-block, .v2-block {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 370px;
  background-position: center;
  border-radius: 10px;
  padding: 10px;
}
.v1-block img, .v2-block img {
  position: relative;
  max-height: 100%;
  height: 85%;
  margin-bottom: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.53);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.53);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.53);
}
/*brand, model*/
.brand-section, .model-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.brand-item-block {
  height: 63px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
}
.model-item-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin: 10px 0;
}

.model-inner-section {
  margin: 80px 0;
}

.top-model-block {
  display: flex;
  align-items: center;
  gap: 40px;
}
.info-block {
  margin-top: 80px;
}
.top-btns-block.desktop {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 40px;
}
.download-btn {
  width: 240px;
}
div#function-can {
  background-repeat: no-repeat;
  background-position: bottom left;
}
div#function-can .container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.column-wrapper {
  display: flex;
  width: 50%;
}
.column {
  width: 50%;
}