
html{
    box-sizing: border-box;
}
*, *::before,*::after{
    box-sizing: inherit;
}
body{
    font-family: 'PT Sans', arial;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    color: #102746;
    background-color: #E5E5E5;
    margin: 0;
}
.wrapper{
    max-width: 100%;
    margin: 0 auto;
}

.wrapperI{
    max-width: 100%;
    margin: 0 auto;
    background: rgba(57, 71, 91, 0.8);
}
.header{
    top: 0;
    left: 0;
    width: 100%;
}
.header__wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    background:
    #F5F5F5;
}
.header__list{
    display: flex;
    flex-wrap: wrap;
}
.header__item{
    margin-right: 82px;
}
.header__item:last-child{
    margin-right: 150px;
}
.razrow{
    width: 230px;
height: 178px;
}
.header__link {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    text-decoration: none;
    color: 
    #596162;
} 
.intro{
    width: 100%;
    left: 0;
    top: 0;
} 
.intro__title{
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    line-height: 62px;
    color: white;
    margin: 0;
    text-align: center;
    padding-top: 75px;
}
.intro__subtitle{
    color: white;
    font-size: 24px;
    line-height: 32px;
}
.header_panel {border-bottom: #666666 solid 1px;}
a.header__link:nth-child(3) {
    margin: 0;
}
.header__logo span {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 9px;
    color: 
    #49BAD7;
    position: absolute;
    margin-left: 55px;
    margin-top: -15px;
}
.wrapper_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.panel_but a {
    text-decoration: none;
    color: 
    #F5F5F5;
}
.panel_but {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: 
    #49BAD7;
    margin-right: 60px;
}
.panel_body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    background: linear-gradient(180deg, 
#596162 0%,
    rgba(89, 97, 98, 0.7) 100%);
}
.intro__title span {
    color: #49BAD7;
}

.wrapper_mainB {
    display: flex;
    flex-direction: row;
    padding-top: 60px;
    flex-wrap: wrap;
}

.blockL {display: flex;flex-direction: column;width: 41em;padding-bottom: 120px;}

.blockR {
    display: flex;
    margin-left: 50px;
}

button.more_info {
    height: 50px;
    width: 200px;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    color: white;
    background-color:  #49BAD7;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    border-bottom: #056f64 1px solid;
}

.blockL p {
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    color: white;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    font-family: 'PT Serif';
}

.blockR ul {
    font-size: 24px;
    line-height: 32px;
    font-style: normal;
    font-weight: normal;
    color: white;
    width: 28em;
    list-style-type: none;
    font-family: 'PT Serif';
}

.blockR li {
    padding-bottom: 20px;
}

.blockB {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 40px;
}

.info_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 26em;
    border-right: 1px solid #A2A2A2;
    padding-bottom: 48px;
}

.info_block span {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    color:  #49BAD7;
    width: 14em;
    padding-top: 13px;
}

.info_block:nth-child(2) span {
    width: 30em;
    padding-top: 45px;
}

.news_body span {
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    color: #000000;
    padding-right: 22px;
}

.info_block:nth-child(4) {
    border: 0;
}

.wrapper_news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 62px;
    color: #303741;
    padding-left: 340px;
    padding-top: 25px;
}

.name_news {
    width: 100%;
}

.main_news {
    display: flex;
    justify-content: space-between;
    background: #303741;
    margin-bottom: 95px;
}

.blockMN {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24em;
    border-right: 1px solid #455771;
    padding-top: 25px;
}

.blockMN span {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    margin-top: 27px;
}

.blockMN:nth-child(1) span {
    color: #2ECC71;
}

.blockMN:nth-child(2) span {
    color: #9B59B6;
    padding-bottom: 23px;
}

.blockMN:nth-child(3) span {
    color: #F1C40F;
}

.blockMN:nth-child(4) span {
    color: #3498DB;
}

.blockMN:nth-child(4) {
    border: 0;
}

.blockMN:nth-child(1) {margin-left: 152px;padding-right: 22px;}


.blockMN:nth-child(4) {
    margin-right: 120px;
}

.blockMN:nth-child(3) {
    padding-right: 13px;
}

.block_news {
    display: flex;
    flex-wrap: wrap;
}

.block_iter {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: white;
    border: 1px solid #E9E9E9;
    border-radius: 7px;
    margin-bottom: 94px;
    margin-right: 30px;
    width: 245px;
}

.news_type {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #E7E5E5;
}

.news_body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 35px;
}

.theme {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block_iter:nth-child(1) {
}
.news_type span {
    padding-bottom: 35px;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    padding-left: 10px;
}

span.NU_1 {
    color: #49BAD7;
}

span.NU_2 {
    color: #9B59B6;
}

span.NU_3 {
    color: #F1C40F;
}

span.NU_4 {
    color: #3498DB;
}

.news_body h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 37px;
    color:  #49BAD7;
    margin-top: 0px;
    margin-bottom: 0px;
}

.body_txt p {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin: 0px;
}

.body_txt {
    padding-top: 5px;
}
.opis_item li{
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
  }
.block_iter:hover {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3), 0 1px 0px rgba(0, 0, 0, 0.1);
}

.item_block {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: 1345px;
}
.panel_but:hover a{
    color: #49BAD7;
}
.opis_item p {
    width: 795px;
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
.hacklist{
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    width: 265px;
}

.item_left {
  width: 520px;
  height: 520px;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 129px;
  margin-right: 30px;
}
.item_right {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.allIm img:nth-child(1) {
    margin-left: 20px;
}
.name_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 37px;
}
.nameItem {
  font-family: PT Sans,arial;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 47px;
  color: #303741;
  margin-right: 100px;
}
.priceItem {
  font-family: PT Sans,arial;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 47px;
  text-align: right;
  color: #000000;
}
#oi2 {
    display: none;
}
#oi1 {
    display: block;
}
#oi3 {
    display: none;
}

.allIm img {
    width: 80px;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 20%;
	cursor: pointer;
	height: 80px;
}

.allIm {
    display: flex;
    flex-direction: row;
	
}
.trans {
    background: #5A5A5A;
    width: 160px;
    height: 40px;
    font-family: 'PT Sans',Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: white;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 40px;
    margin-right: 30px;
}

.trans:hover {
    background:  #49BAD7;
    color: black;
}
.transition {
    background: 
    #49BAD7;
width: 160px;
height: 40px;
font-family: 'PT Sans',Arial;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 23px;
color:
    white;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}
.opis_item span {
  font-family: PT Sans,arial;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  color:  #49BAD7;
}
.button_item {
  margin-top: 85px;
}
.shop_prom {
  width: 1345px;
}


.item_prom {
  display: flex;
}
.block_iter:nth-child(5) {
  margin-right: 0px;
}