* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}
ul,
li {
  margin: 0;
  padding: 0;
  /* list-style: none; */
}
body{
  background-color: #F2F2F2;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0px 10px;
}

/* start header */
.header__menu-btn{
  display: none;
  width: 30px;
  margin-top: 27px;
}
.header__menu-row {
  width: 100%;
  background-color: #000;
  height: 4px;
  margin-bottom: 4px;
  border-radius: 3px;
  
}
.header_up{
  background-color: #22252E;
  height: 40px;
  display: flex;
}
.header_up-media{
  display: none;
}

.header_up-info{
  max-width: 611px;
  height: 24px;
  display: flex;
  margin: 0 auto;
  padding: 0 auto;
  padding-top: 12px;
}
.header_up-progect{
  color: #FF8D00;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-right: 32px;
  position: relative;
}
.header_up-progect::before {
  background-image: url(../images/icon/warning.svg);
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: -27px;
  top: -4px;
}

.header_up-ip{
  height: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #889099;
  margin-right: 32px;
}
.header_up-isp{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #889099;
  margin-right: 32px;
}
.header_up-more{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.header_up-btn{
  height: 24px;
  width: 24px;
  margin: 13px 16px 8px;
  display: flex;
  justify-content: center;
  background-color: #22252E;
  border: none;
}
.header_up-close{
  min-height: 14px;
  min-width: 14px;
}

/* end header */


/* start header */

.header__inner{
  height: 100px;
  display: flex;
  width: 1250px;
  margin: 0px auto;
  padding: 0px auto;
  margin-bottom: 20px;
}


.header__ligo{
  margin-left: 6px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-right: 244px;
  margin-top: 52px;
  color: #000;
  min-width: 145px;
}


.header__menu-list{
  display: flex;
  margin-top: 52px;
  text-transform: uppercase;
  margin-right: 280px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #323642;
  list-style: none;
  width: 400px;
}

/* .header__menu-arrow{
  position: relative;
}
.header__menu-arrow::after{
  position: absolute;
  content: "";
  background-image: url(../images/icon/arrow-down.svg);
  width: 10px;
  height: 5px;
  left: 20px;
  top: 6px;
} */
.arrow__why{
  position: relative;
  margin-right: 50px;
}
/* .arrow__why::after{
  position: absolute;
  content: "";
  background-image: url(../images/icon/arrow-down.svg);
  width: 10px;
  height: 5px;
  left: 60px;
  top: 6px;
} */
.arrow__support{
  margin-left: 31px;
  margin-right: 48px;
  position: relative;
}
.arrow__support::after{
  position: absolute;
  content: "";
  background-image: url(../images/icon/arrow-down.svg);
  width: 10px;
  height: 5px;
  left: 68px;
  top: 6px;
}
.arrow__resources{
  position: relative;
}
.arrow__resources::after{
  position: absolute;
  content: "";
  background-image: url(../images/icon/arrow-down.svg);
  width: 10px;
  height: 5px;
  left: 85px;
  top: 7px;
}


.header__login{
  min-width: 90px;
  height: 40px;
  border: 1px solid #4CB649;
  border-radius: 30px;
  margin-top: 40px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-right: 10px;
}
.header__login > a {
  color: #4CB649;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.header__start{
  min-width: 160px;
  height: 40px;
  margin-top: 40px;
  background: linear-gradient(0deg, #4CB649 0%, #5DDF5A 100%);
  border-radius: 30px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border: none;
}
.header__start > a{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  padding-top: 11px;
  padding-bottom: 11px;
}

/* end header */

/* start media */

.media{
  margin-bottom: 40px;
  height: 493px;
}
.media__all{
  height: 402px;
  width: 1200px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #D7D8D9;
  border-radius: 6px;
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.101961));
}

.media__inner,
.media__inner > img{
  width: 600px;
  height: 400px;
  display: flex;
}
.media__inner{
  margin-bottom: 30px;
}
.media__text{
  margin-left: 60px;
}
.media__text-head{
  margin-top: 59px;
  width: 480px;
  height: 136px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: #22252E;
  margin-bottom: 84px;
}
.media__text-info{
  width: 263px;
  height: 81px; 
}
.media__text-name,
.post__item-name{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #323642;
  display: inline-block;
}
.media__text-date,
.post__item-date{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #889099;
  display: inline-block;
}
.media__text-skills,
.post__item-skills{
  margin-top: 12px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4CB649;
  margin-bottom: 9px;
}
.media__text-message, .post__item-message {
  width: 40px;
  display: flex;
}
.media__text-message > img {
  height: 15px;
  width: 15px;
  margin-top: 3px;
  margin-right: 9px;
}
.media__text-comment, 
.post__item-comment{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #889099;
}
/* Выпадающие меню */
.menu_li{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  list-style: none;
  height: 250px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  width: 150px;
  background-color: #fff;
  border: 1px solid rgb(232, 235, 241);
  border-bottom: 5px solid #4CB649;
  border-top: none;
  box-shadow: 0px 5px 0px 0px rgba(42, 172, 200, 0.004);
  padding: 10px 5px;
  z-index: 1;
  display: none;
}
.menu_li a {
  padding: 12px 0px 12px 11px;
  font-weight: 400;
  text-transform: none;
  display: block;
}
.menu_li a:hover {
  color: #4CB649;
}
.menu_li li + li a {
  border-top: 1px solid #4CB649;
}

.arrow-list:hover .menu_li {
  height: auto;
  overflow: visible;
  opacity: 1;
  transition: all 0.3s;
  display: block;
}
/* настройка цвета меню */
.arrow-list:hover > a {
  color: #4CB649;
  border-top: 5px solid #4CB649;
  background-color: #fff;
  transition: all 0.3s;
}

/* start media tags */

.media__tags{
  height: 60px;
  background: #F7F7F7;
  border-radius: 4px;
  padding: 21px 0px;
  display: flex;
  width: 1200px;

}
.media__tags-tags{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #323642;
  margin-left: 32px;
  margin-right: 43px;
}
.media__tags-list{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  width: 667px;
  margin-right: 234px;
  list-style: none;
}
.media__tags-list > li > a {
  color: #4CB649;
}

.media__tags-command{
  width: 147px;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #323642;
  justify-content: space-between;
}

/* end media  tags */

/* end media */



/* start posts */

.posts__i{
  display: flex;
}
.post{
  width: 800px;
}
.post__title{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
  color: #22252E;
  margin-bottom: 40px;
}
.post__border{
  height: 210px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EBECED;
}
.post__inner{
  width: 780px;
  height: 180px;
  display: flex;
}
.post__inner-img{
  width: 280px;
  height: 180px;
  margin-right: 40px;
}
.post__inner-info{
  width: 460px;
  height: 211px;
}
.post__inner-title{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: #22252E;
  margin-bottom: 7px;
  width: 448px;
}
.post__item-message > img {
  height: 15px;
  width: 15px;
  margin-top: 3px;
  margin-right: 9px;
}
.post__btn{
  text-align: center;
  margin-top: 10px;
}
.post__btn > button {
  height: 40px;
  width: 260px;
  border: 1px solid #4CB649;
  border-radius: 30px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #4CB649;
  cursor: pointer;
}


.sidebar{
  width: 400px;
  border-left: 1px solid #EBECED;
  padding-left: 60px;
}
.sidebar__search{
  margin-bottom: 32px;
  position: relative;
  width: 340px;
  height: 59px;
}

.sidebar__search > input {
  width: 340px;
  height: 59px;
  left: 0;
  padding-left: 58px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #22252E;
  position: relative;
}
.sidebar__search > button {
  border: none;
  position: absolute;
  z-index: 1;
  margin-top: 21px;
  margin-left: 20px;
  cursor: pointer;
  background-color: #fff;
}
.sidebar__search > button > img {
  width: 15px;
  height: 15px;
}

.announcements {
  width: 340px;
  height: 305px;
  border-bottom: 1px solid #EBECED;
}
.announcements__title,
.popular__title{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: #22252E;
  padding-left: 80px;
  position: relative;
  height: 80px;
}
.announcements__title::before {
  background-image: url(../images/icon/Shape.svg);
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
}
.announcements__list,
.popular__list {
  width: 340px;
  height: 225px;
}
.announcements__list,.popular__list > ul {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #323642;
  list-style-type: disc;
  margin-left: 15px;
}
.announcements__list > ul > li + li {
  padding-top: 16px;
}
.popular__list > ul > li + li {
  padding-top: 16px;
}
.popular {
  margin-top: 32px;
  width: 340px;
  height: 374px;
  border-bottom: 1px solid #EBECED;
}
.popular__title::before {
  background-image: url(../images/icon/wiFi.svg);
  content: '';
  width: 44px;
  height: 40px;
  position: absolute;
  left: 0;
}

/* brother img */
.sidebar__img{
  margin-top: 32px;
  width: 340px;
  height: 454px;
  margin-bottom: 51px;
}

.cloud__title{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: #22252E;
  margin-bottom: 15px;
}
.cloud__img{
  width: 324px;
  height: 309px;
}


/* end posts */

/* start price */
.price{
  margin-top: 73px;
  background: linear-gradient(135deg, #3D4251 0%, #272B35 100%);
  height: 800px;
}
.price__title{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  padding-top: 100px;
}
.price__variant{
  display: flex;

}
.price__one, .price__three{
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.501961));
  background-color: #fff;
  width: 380px;
  height: 340px;
  margin-top: 60px;
  border: 1px solid #EBECED;
  border-radius: 6px;
}
.price__one-title{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #323642;
  padding-top: 48px;
  margin-bottom: 28px;
  position: relative;
}
.price__one-title::after {
  position: absolute;
  content: '';
  bottom: -12px;
  left: 178px;
  width: 24px;
  height: 2px;
  background-color: #4CB649;
  margin-top: 12px;
}
.price__one-prise{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 56px;
  line-height: 66px;
  letter-spacing: -1.5px;
  color: #22252E;
  margin-left: 122px;
  position: relative;
}
.price__one-prise::before{
  position: absolute;
  content: '$';
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #22252E;
  left: -20px;
  top: 12px;
}
.price__one-prise::after{
  position: absolute;
  content: '/mo.';
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #22252E;
  left: 100px;
  top: 35px;
}
.price__one-text{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #323642;
  margin-top: 46px;
  position: relative; 
  margin-bottom: 30px; 
}
.price__one-text::before{
  position: absolute;
  content: '';
  bottom: 40px;
  left: 100px;
  width: 200px;
  height: 1px;
  background-color: #EBECED;
  margin-top: 12px;
}
.price__one-btn{
  width: 205px;
  height: 40px;
  border: 1px solid #4CB649;
  border-radius: 30px;
  text-align: center;
  padding-top: 11px;
  margin-left: 88px;
}
.price__two{
  margin-left: 20px;
  background: #FFFFFF;
  border: 4px solid #4CB649;
  border-radius: 4px;
  width: 380px;
  height: 380px;
  margin-right: 20px;
  margin-top: 40px;
}
.price__two > .price__one-btn {
  background: linear-gradient(0deg, #4CB649 0%, #5DDF5A 100%)
}
.price__two > .price__one-text > span {
  text-decoration-line: line-through;
  color: #F24458;
}
.price__two > .price__one-text {
  margin-bottom: 4px;
}
.price__two-text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #323642;
  text-align: center;
  margin-bottom: 25px;
}
.price__three > .price__one-text > span {
  text-decoration-line: line-through;
  color: #F24458;
}
.price__three > .price__one-text {
  margin-bottom: 4px;
}
.price__three > .price__two-text {
  margin-bottom: 7px;
}

.price__advertising{
  width: 916px;
  height: 100px;
  margin: 31px auto 10px;
  display: flex;
}
.price__advertising-text{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-top: 36px;
  margin-bottom: 36px;
  margin-right: 30px;
}
.price__advertising-img{
  width: 786px;
  display: flex;
  justify-content: space-between;
}
.price__visa{
  width: 100px;
  height: 100px;
}
.price__master{
  width: 66px;
  height: 51px;
  margin-top: 26.5px;
}
.price__american{
  width: 54px;
  height: 22px;
  margin-top: 23px;
}
.price__paypal{
  width: 100px;
  height: 100px;
}
.price__bitcoin{
  width: 79px;
  height: 24px;
  margin-top: 38px;
}
.price__ok{
  width: 74px;
  height: 18px;
  margin-top: 41px;
}
.price__amazon{
  width: 120px;
  height: 23px;
  margin-top: 39px;
}
.price__more{
  display: flex;
  justify-content: center;
  margin-bottom: 57px;
}
.price__more > a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #4CB649;
  position: relative;
}
.price__more > a + a {
  margin-left: 76px;
}
.price__more-anon::after{
  background-image: url(../images/icon/Shape-r.svg);
  content: '';
  width: 30px;
  height: 15px;
  position: absolute;
  background-repeat: no-repeat;
  left: 210px;
  top: 4px;
}
.price__more-redem::after {
  background-image: url(../images/icon/Shape-r.svg);
  content: '';
  width: 30px;
  height: 15px;
  position: absolute;
  background-repeat: no-repeat;
  left: 146px;
  top: 4px;
}
.footer__inner{
  display: flex;

}
.footer__title{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 33px;
  color: #000000;
  margin-top: 84px;
  margin-bottom: 58px;
}
.footer__company{
  width: 550px;
  height: 278px;
}
.footer__company-title{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #323642;
  margin-bottom: 20px;
}

.footer__company-list > ul {
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #889099;
 
}
.footer__company-list > ul > li > a {
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #889099;
  justify-content: space-around;
  height: 25px;
}

.footer__col-two{
  width: 350px;
  height: 64px;
  margin-right: 36px;
  margin-left: 10px;
}
.footer__more > .footer__company-title {
  margin-top: 58px;
}
.footer__legal{
  width: 400px;
  height: 118px;
  margin-right: 69px; 
  margin-left: 50px;
}
.footer__about-text{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #889099;
  margin-top: 20px;
}
.footer__about-social{
  margin-top: 40px;
  margin-bottom: 25px;

}
.footer__about-title{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #323642;
}
.footer__about-link{
  width: 333px;
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
}
.google{
 padding-top: 3px;
}
.twitter{
 padding-top: 3px;
}
/* .footer__leg > ul {
list-style: none;
} */

/* end price */