html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, code,
del, dfn, em, img, ins, kbd, s, samp,
small, strike, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
.blog-text{
  width: 70%;
  margin: 0 auto;
  align-items: flex-start !important;
}
.blog-text h2{
  border-bottom: none;
  font-size: 25px;
  letter-spacing: 0px;
  margin: 20px 0 0 0;
  text-align: left;
  padding-bottom: 10px;
}
.img-blogs{
  margin: 10px auto;
  text-align: center;
}
.blog-text img {
  width: 80%;
  height: 100%;
  border: #000 1px solid;
}
.blog-text p{
  line-height: 1.5;
}
.blog-text h1{
  text-align: center;
  margin: 100px auto 10px auto;
}
.acc_cen{
  display: flex;
  justify-content: center;
  width: 200px;
  margin: auto;
}
.accordion {
  background-color: #211540;
  border: 1px solid #211540;
  color: white;
  cursor: pointer;
  padding: 18px;
  text-align: center;
  width: 200px;
  border: none;
  outline: none;
  transition: 0.3s;
}
.accordion:hover {
  background-color: white;
  border: 1px solid #211540;
  color:#211540;
}
.panel {
  background-color: white;
  display: none;
  overflow: hidden;
}
body {
	line-height: 1;
}
.header__name a:hover{
  color: #f48f1a;
  transition: ease 0.3s;
}
.about__text a:hover{
  color: #f48f1a;
  transition: ease 0.3s;
}
.certificate_link:hover{
  color: #f48f1a;
  transition: ease 0.3s;
}
.list-mob a:hover{
  color: #f48f1a;
  transition: ease 0.3s;
}
.contact__name:hover{
  color: #f48f1a;
  transition: ease 0.3s;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button:active, button:focus {
	outline: none;
}
button::-moz-focus-inner {
	border: 0;
}
a{
	text-decoration: none;
}

h1, h2, h3, h4, p, li, a, button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
h1, h2, h3, h4{
  font-weight: 600; 
  color: black;
  text-align: center;
}
h1{
  font-size: 35px; 
  letter-spacing: 0px; 
  padding-bottom: 15px;
  border-bottom: solid 5px #f48f1a;
  margin-top: 100px;
}
h2 {
  font-size: 30px;
  letter-spacing: 0px;
  padding-bottom: 15px;
  border-bottom: solid 5px #f48f1a; 
  margin: 40px auto 0 auto;
}
h3{
  font-size: 25px;
  margin-bottom: 10px;
}
h4{
  font-size: 20px;
  margin: 10px 0;
}
.header__content {
  position: fixed;
  z-index: 10;
  min-width: 100%;
  min-height: 60px;
  background-color: #211540; 
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: center;
  align-items: center;
}
.header__item {
  color: #fff;
  margin: auto 20px auto 20px;
  letter-spacing: 0px;
}
.header__item:hover {
  color: #f48f1a;
  transition: ease 0.3s;
}
.header__name a{
  color:#fff;
}
.header__list {
  display: flex;
  flex-direction: row;
  list-style: none;
}
.header__lang {
  color: #fff;
  letter-spacing: 0px;
}
.header__lang:hover {
  color: #f48f1a;
  transition: ease 0.3s;
}
.ahrefs_stat{
  min-width: 1029px;
  min-height: 599px;
  max-width: 1030px;
  max-height: 600px;
}
.about__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center; 
  padding-bottom: 20px;
}
.about__photo {
  height: auto;
  width: 100%;
  max-width: 230px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.certificate__photo {
  height: auto;
  min-height: 175px;
  max-height: 327px;
  width: 100%;
  max-width: 321px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.certificate_flex {
  display: flex;
  width: 56%;
  flex-wrap: wrap;
  justify-content: space-around;
}
.about__text {
  color: #000;
  margin: 5px 20% 5px 20%;
  line-height: 1.5;
}
.certificate_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  width: 30%;
}
.cases_descr p{
  line-height: 1.5;
}
.portfolio__title {
  font-size: 30px;
  color: #211540;
  letter-spacing: 0px;
  font-weight: bold;
  margin-top: 70px;
  padding-bottom: 35px;
  border-bottom: solid 5px #f48f1a;
}
.portfolio__subtitle {
  color: #000;
  margin: 30px 20% 20px 20%;
  text-align: center;
  line-height: 1.5;
}
.portfolio__list {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
}
.portfolio__item {
  padding: 0 44px 0 44px;
  color: #000;
}
.portfolio__item_center {
  border-right: solid 1px #000;
  border-left: solid 1px #000;
  padding: 0 44px 0 44px;
  color: #000;
}
.portfolio__layout {
  display: flex;
  flex-direction: row;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.cases_descr{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
    width: 100%;
}
.portfolio__example_one {
  background: url(../image/one.png) 100% 100% no-repeat;
  background-size: 100% 100%;
  min-width: 400px;
  min-height: 400px;
  margin: 30px 60px 30px 60px;
  border: 1px solid #000;
}
.portfolio__example_two {
  background: url(../image/two.png) 100% 100% no-repeat;
  background-size: 100% 100%;
  min-width: 400px;
  min-height: 400px;
  margin: 30px 60px 30px 60px;
  border: 1px solid #000;
}
.blog {
  display: flex;
  width: 78%;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.article {
  width: 39%;
  background-color: #f6f6f6;
  padding: 15px 5px;
  margin: 5px 5px;
  border-radius: 10px;
}
.article img {
  width: 100%;
  border-radius: 10px;
}
.nav-item {
  display: inline-block;
  cursor: pointer;
  background: #211540;
}

.nav-item:last-child {
  border-right: 0;
}

.nav-item:hover{
  background: #555;
}
.nav-item a{
  color: #fff;
  text-decoration: none;
}
.sub-menu{
  display: none;
  position: absolute;
  width: 200px;
  padding-top: 30px; 
}
.dropdown{
  position: relative;
}
.dropdown:hover > .sub-menu{
  display: block;
}
.link_blog {
  margin: 20px 5px -10px 5px;
  color: black;
  min-height: 48px;
  display: block;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .article {
      width: 100%;
  }
  .blog {
    width: 95%;
  }
}
.portfolio__example_three {
  background: url(../image/three.png) 100% 100% no-repeat;
  background-size: 100% 100%;
  min-width: 400px;
  min-height: 400px;
  margin: 30px 60px 30px 60px;
  border: 1px solid #000;
}
.portfolio__example_four {
  background-size: 100% 100%;
  min-width: 400px;
  min-height: 400px;
  margin: 30px 60px 30px 60px;
  border: 1px solid #000;
}
.contact__content {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.contact__info {
  color: #000;
  margin-top: 30px;
  text-align: center;
  line-height: 1.5;
}
.contact__box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-evenly;
  margin-top: 35px;
}
.cases_descr ul{
  line-height: 1.5;
}
.contact__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  width: 33.33%;
}
.contact__image {
  font-size: 30px;
  margin-bottom: 15px;
  color: #000;
}
.experience__box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 30px;
}
.experience__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  width: 56%;
}
footer{
  width: 100%;
  height: 25px;
  display: flex;
}
footer a{
  color: black;
  margin: auto;
  font-size: 11px;
}
.experience__item div{
  margin: 15px 0 0 0;
  line-height: 1.5;
}
.experience__name{
  font-size: 19px;
  font-weight: 700;
}
.cases_mob{
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: flex-start;
  width: 83%;
}
.link_ex{
  line-height: 1.5;
}
.certificate_link{
  text-align: center;
  line-height: 1.3;
  text-decoration: underline;
}
h3 a{
  text-decoration: underline;
}
.about__text a{
  text-decoration: underline;
}
.link_ex a{
  text-decoration: underline;
}
.year{
  font-weight: 600;
  margin: 6px 0 0 0;
  color: #211540;
}
.link_ex1 {
  color: red;
  font-size: 14px;
}
.gsc_stat{
  margin-top: 5px;
  border: #9fa7b2 1px solid;
  width: 100%;
  min-width: 1279px;
  min-height: 369px;
  max-width: 1280px;
  max-height: 370px;
}
.cases_descr ul{
  text-align: left;
}
.cases_img{
  text-align: center;
}
.telegram:before {
  content: url('../image/telegram.webp'); 
  width: 41px;
}
.olx:before {
  content: url('../image/olx.svg'); 
  width: 41px;
}
.bold_text{
  font-weight: 600;
}
.contact__name{
  color: black;
}
.work_exp{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1316px){
  .certificate_cont {
    width: 50%;
    margin: 0;
}
.cases_mob img {
  width: 100%;
  height: 100%;
  min-height: auto;
  min-width: 95%;
  max-width: 96%;
}
}
@media (max-width: 885px){
  .cont1{
    margin-bottom: 15px;
  }
  .contact__content h2{
    margin-bottom: -25px;
  }
  .certificate_cont{
    width: 48%;
    margin: 0;
  }
  .certificate_link{
    font-size: 14px;
  }
  .certificate_flex{
    width: 100%;
  }
  .header__lang{
    margin: 20px 0;
  }
  .header__item{
    margin: auto 15px;
  }
  .about__text{
    margin: 0px 5%;
    font-size: 14px;
  }
  .experience__item div{
    margin: 25px -37px 0px -33px;
  }
  .portfolio__subtitle{
    margin: 20px 5% 0 5%;
  }
  .certificate__photo{
    min-height: 145px;
    max-height: 288px;
  }
  .contact__info{
    margin-top: 45px;
    font-size: 14px;
  }
  .contact__box{
    flex-wrap: nowrap;
  }
  .contact__item{
    margin-top: 10px;
    width: 100%;
  }  
  .experience {
    background: none;
    margin-top: 40px;
  }
  .year{
    text-align: center;
  }
  h1{
    margin-top: 80px;
    border-bottom: solid 3px #f48f1a;
    font-size: 25px;
    padding-bottom: 15px;
  }
  .experience__box{
    margin-top: 15px;
  }
  .about__photo{
    max-width: 160px;
  }
  h2{
    font-size: 23px;
    border-bottom: solid 3px #f48f1a;
    margin-top: 5px;
  }
  .list-mob{
    font-size: 14px;
    margin: 5px -37px 0px -33px !important;
  } 
  .contact__image{
    font-size: 25px;
  }
  .logo_img{
    width: 115px;
    height: 65px;
  }
  .cases_descr{
    font-size: 14px;
    width: 100%
  }
  h3{
    font-size: 21px;
    margin-bottom: 0px;
  }
  .header__content{
    justify-content: space-around;
  }
  .link_ex{
    font-size: 14px;
    margin: 0;
  }
  h4{
    font-size: 19px;
    margin: 5px 0;
  }
  .cases_mob img{
    width: 100%;
    height: 100%;
    min-height: auto;
    min-width: 95%;
    max-width: 100%;
  } 
  .ahrefs_stat{
    min-height: auto;
    min-width: 40%;
    max-width: 41%;
  }
  .blog-text{
    width: 95%;
  }
  .blog-text p{
    font-size: 14px;
  }
  .blog-text h2{
    font-size: 21px;    
  }
  .cases_mob{
    align-items: center;
  }
  .cases_mobl{
    display: none;
  }
}