﻿body { height:100%; font-family: 'Fira Sans', sans-serif; background: #eeeeee top center; background-repeat: no-repeat;  }
html { height:100%; }
a {cursor: pointer;}

html { height:100%; }

.href  { color: #6d5dbb;  text-decoration: none; border-bottom: 0px solid #d3d4e6;}
.href:hover   { color: #f02777;  text-decoration: none; border-bottom: 0px solid #d3d4e6;}
.href:visited  { color: #6d5dbb; text-decoration: none; border-bottom: 0px solid #d3d4e6;}

.padding_1 {padding: 20px 20px 20px 20px; }
.padding_1_fl {padding: 20px 20px 0px 20px; }


.table1200 {max-width: 1200px; position: relative; text-align: left; margin: 0; padding: 0;}
.table1000 {max-width: 1000px; position: relative; text-align: left;}

.table700 {max-width: 700px; position: relative; text-align: left; }

.txt_book_4  {color: #141827; font-family: 'Fira Sans', sans-serif; font-size:40px; text-decoration: none; line-height: 46px; letter-spacing: 0px; font-weight: 700;  }


.blocktext_z_dfdf {margin: 0px 0px 0px 30px; }

.blocktext_z {border-left: 4px solid #d6d6d6; padding-left: 1em;}



/* UL OL LI */
ol {
 font-weight: bold;
  padding: 0px 0px 0px 20px;
}

.one {
 font-weight: normal;
  padding: 20px 20px 20px 20px;
}

.one_one {
 font-weight: normal;
  padding: 20px 20px 0px 20px;
}


.two {
 font-weight: normal;
  padding: 20px 20px 20px 20px;
}


.one li {

  padding: 0px 0px 10px 20px;
}

.two li {

  padding: 0px 0px 10px 20px;
}



/* END UL OL LI */


/** dvdgd **/


.new_W_divp {padding: 0 0 0 50px; border-left: 3px solid #d6d6d6; display: block;}




.half {

padding: 0px 0px 20px 0px;

}
/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 0px;

  color: #fff;
  overflow: hidden;


}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab label {
  position: relative;
  display: block;
  padding: 14px 0 0 30px;
  background: rgba(109,93,187,1);

  height: 36px;
  cursor: pointer;
        border-radius: 30px;
		
}

.tab label:hover {
 
  background: rgba(255,45,102,0.90);
 
}

.blue label {
  background: #2980b9;
}
.tab-content {
	
  max-height: 0;
  overflow: hidden;

  -webkit-transition: max-height .0035s;
  -o-transition: max-height .0035s;
  transition: max-height .0035s;
      border-radius: 0px 0px 25px 25px;

}
.blue .tab-content {
	
  background: #3498db;
}
.tab-content p {
  margin: 0px;
}
/* :checked */
.tab input:checked ~ .tab-content {
  max-height: 100vh;
 
}

.tab input:checked ~ label {
 
    border-radius: 25px 25px 0px 0px;
	 box-shadow: 0px 10px 20px 0px rgba(142,153,255,0);
}


/* Icon */
.tab label::after {

  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .0035s;
  -o-transition: all .0035s;
  transition: all .0035s;
  
  
}
.tab input[type=checkbox] + label::after {
  content: "+";
}
.tab input[type=radio] + label::after {
  content: "\25BC";
  
}
.tab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.tab input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}



/** END dvdgd **/















.imgbut { position: absolute; top: 12px; left: 18px; height: 28px; }



.pres_div {position: relative; padding: 10px 0px 0px 0px; width: 100%;}
.pres { position: relative;  padding: 0px 20px 10px 50px;
color: #141827; font-family: 'Fira Sans', sans-serif; font-size:16px; text-decoration: none; line-height: 22px; letter-spacing: 0px; font-weight: 400; 

}

.pres_block { padding: 14px 0px 14px 0px;}

.pres_a
{
	padding: 7px 0px 7px 0px;
    background: rgba(109,93,187,0);
	border: 0px solid rgba(109,93,187,0);
    cursor: pointer;
	color: #6d5dbb;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 0px rgba(142,153,255,0.9);
	font-weight: 700; 
}

.pres_a_b
{
	
	padding: 7px 17px 7px 17px;
    background: rgba(109,93,187,1);
	border: 0px solid rgba(109,93,187,1);
    cursor: default;
	 font-weight: 700; 
	color: #ffffff;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 0px rgba(142,153,255,0.9);

	
}

.pres_a:hover
{
	padding: 7px 0px 7px 0px;
    background: rgba(109,93,187,0);
	border: 0px solid rgba(109,93,187,0);
    cursor: pointer;
	font-weight: 700; 
	color: #ff2d66;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 0px rgba(142,153,255,0.9);
	
}

.flag_div {position: relative;}
.flag { position: relative; display: inline-block; padding: 0px 16px 0px 0px;}
.flag_img {max-height: 30px; position: relative;}

.flag_a img {
	border: 5px solid rgba(109,93,187,0);
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(142,153,255,0.9);

	
}

.flag_a_b img {
	border: 5px solid rgba(109,93,187,1);
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    box-shadow: 0px 10px 20px 0px rgba(142,153,255,0.9);

	
}

.flag_a:hover img {
	border: 5px solid rgba(255,45,102,0.90);
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    box-shadow: 0px 10px 20px 0px rgba(255,45,102,0.5);

	
}

.flag_a img:active {
	border: 5px solid rgba(109,93,187,1);
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(142,153,255,0.9);

	
}

.txt_book_1 {color: #141827; font-family: 'Fira Sans', sans-serif; font-size:30px; text-decoration: none; line-height: 30px; letter-spacing: 0px; font-weight: 400;  }
.txt_book_2  {color: #141827; font-family: 'Fira Sans', sans-serif; font-size:65px; text-decoration: none; line-height: 65px; letter-spacing: 0px; font-weight: 700;  }
.txt_book_2red  {color: #ff2d66; font-family: 'Fira Sans', sans-serif; font-size:20px; text-decoration: none; line-height: 20px; letter-spacing: 0px; font-weight: 700; display: inline-block; }
.txt_book_glav_red  {color: #ff2d66; font-family: 'Fira Sans', sans-serif; font-size:16px; text-decoration: none; line-height: 22px; letter-spacing: 0px; font-weight: 400;  display: inline-block;}
.txt_book_glav  {color: #141827; font-family: 'Fira Sans', sans-serif; font-size:16px; text-decoration: none; line-height: 22px; letter-spacing: 0px; font-weight: 400;  }

.txt_book_3  {color: #141827; font-family: 'Fira Sans', sans-serif; font-size:30px; text-decoration: none; line-height: 40px; letter-spacing: 0px; font-weight: 700;  }
.txt_hrev_ss {color: #141827; font-family: 'Fira Sans', sans-serif; font-size:20px; text-decoration: none; line-height: 30px; letter-spacing: 0px; font-weight: 400;  }

.txt_wrap {word-wrap: break-word; word-break: break-all;}

.brbr_1  {padding: 20px 0px 0px 0px; }
.brbr_2  {padding: 40px 0px 0px 0px; }
.brbr_3  {padding: 30px 0px 0px 0px; }
.brbr_4  {padding: 20px 0px 0px 0px; }
.brbr_4_2  {padding: 60px 0px 0px 0px; }
.brbr_4_V_2  {padding: 20px 0px 0px 0px; }


.logo_1 {position: absolute; left: 0; top: 100px; }
.logo_2 {position: relative;  display: none;}
.logo_2_bg {position: relative;  display: none;}
.logo_img {width: 130px; height: 130px;}

.img_padding {padding: 0px 0px 0px 14px; }

.book_1 {position: relative;}
.book_2 {display: none; line-height: 0px;}


.bottom_index {position: relative;}
.bottom_index_N  {position: relative;}
.bottom_bot_1 {display: inline-block; position: relative;  }
.bottom_bot_2 {display: inline-block; padding: 0px 0px 0px 30px; }

.bottom_ss_1 {display: inline-block;}
.txt_hrev_ss {display: inline-block; padding: 0px 0px 0px 16px;  top: -10px; position: relative;}

.inline {display: inline-block; width: 50%; margin: 0; padding: 0; line-height: 0px;}




.href_1 {
    cursor: pointer;
	position: relative;

    display: inline-block;
    text-align: center;
    padding: 18px 60px 18px 60px;
    border: 0px solid #222222;
    background: rgba(109,93,187,1);
    color: #eceeeb;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    text-decoration: none;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 400;
    border-radius: 100px;
    box-shadow: 0px 10px 20px 0px rgba(142,153,255,0.9);
}

.href_1:hover {color: #eceeeb; background: rgba(255,45,102,0.90); border: 0px solid #00c2cc; box-shadow: 0px 10px 20px 0px rgba(255,45,102,0.5);}
.href_1:active {color: #eceeeb; background: rgba(255,45,102,0.90); border: 0px solid #00c2cc; box-shadow: inset 0px 0px 10px 0px #df1847;}



.href_1_doble {
    cursor: pointer;
	position: relative;

    display: inline-block;
    text-align: center;
    padding: 18px 30px 18px 60px;
    border: 0px solid #ffffff;
background: #ffffff;
    color: #6d5dbb;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    text-decoration: none;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 400;
    border-radius: 100px;
   
}

.href_1_doble:hover {color: #ff2d66; }
.href_1_doble:active {color: #ff2d66;   }







.href_2 { cursor: pointer; color: #6d5dbb; font-family: 'Fira Sans', sans-serif; font-size:16px; text-decoration: none; line-height: 16px; letter-spacing: 0px; font-weight: 400; }
.href_2:hover {text-decoration: none; color: #ff2d66;   border-bottom: 0px solid #0aad89;}

.txt_server  {color: #141827; font-family: 'Fira Sans', sans-serif; font-size:14px; text-decoration: none; line-height: 22px; letter-spacing: 0px; font-weight: 400; position: relative; padding: 6px 0px 0px 0px; }
.SS_on_web {padding: 20px 0px 0px 0px; position: relative;}


.flex_container_Glav {
flex-wrap: wrap;
flex-direction: row;
justify-content: flex-start;
display: flex;
margin: auto;
padding: 0px;
align-content: flex-start;
}
  
 .flex_Glav_Block {
 width: calc((100%)/4 - 1px);
margin: 0 1px 1px 0;
position: relative;
/* background-color: rgba(89, 84, 104, 0.2); */
box-sizing: border-box; 
padding: 0px 40px 0px 0px;
text-decoration: none;
z-index: 2;
transition: 0.2s linear;
height: 200px;
}
  
.flex_Glav_Block_img {height: 80px; padding: 0px 0px 10px 0px;}
  
.flex_container_Glav_txt  {color: #141827; font-family: 'Fira Sans', sans-serif; font-size:16px; text-decoration: none; line-height: 22px; letter-spacing: 0px; font-weight: 400;  }

.SS_width_img {width: 50px;}


/*  ######### 1080px ####### */


@media only screen and (max-width: 1080px) {
	
	.tab {
  position: relative;
  margin-bottom: 1px;
width: 100%;
  color: #fff;
  overflow: hidden;


}



.padding_1 {position: relative; padding: 0px 0px 20px 0px; z-index: 10;}

.logo_1 {position: absolute; left: 0; top: 50px;  display: none;}
.logo_2 {position: relative;  display: inline-block;}
.logo_2_bg {position: absolute;  display: inline-block; z-index: 1;}
.logo_2_bg_cs {width: 100%;}
.correctimg {padding: 0px 0px 0px 20px;  box-sizing: border-box;  }

.correctimg_2 {padding: 0px 20px 0px 20px;  box-sizing: border-box;  }

 .flex_Glav_Block {
 width: calc((100%)/4 - 1px);
margin: 0 1px 1px 0;
position: relative;
/* background-color: rgba(89, 84, 104, 0.2); */
box-sizing: border-box; 
padding: 0px 40px 0px 20px;
text-decoration: none;
z-index: 2;
transition: 0.2s linear;
height: 200px;
}

}





/*  ######### 1000px ####### */





/*  ######### 1000px ####### */


@media only screen and (max-width: 800px) {
	
	.flag { position: relative; display: inline-block; padding: 0px 16px 10px 0px;}

.txt_book_1 {color: #141827; font-family: 'Fira Sans', sans-serif; font-size:24px; text-decoration: none; line-height: 24px; letter-spacing: 0px; font-weight: 400;  }
.txt_book_2  {color: #141827; font-family: 'Fira Sans', sans-serif; font-size:36px; text-decoration: none; line-height: 36px; letter-spacing: 0px; font-weight: 700;  }	

.txt_book_2red  {color: #ff2d66; font-family: 'Fira Sans', sans-serif; font-size:20px; text-decoration: none; line-height: 20px; letter-spacing: 0px; font-weight: 700; display: inline-block; }


.txt_book_3  {color: #141827; font-family: 'Fira Sans', sans-serif; font-size:26px; text-decoration: none; line-height: 26px; letter-spacing: 0px; font-weight: 700;  }

.txt_book_4  {color: #141827; font-family: 'Fira Sans', sans-serif; font-size:36px; text-decoration: none; line-height: 36px; letter-spacing: 0px; font-weight: 700;  }


.txt_hrev_ss {color: #141827; font-family: 'Fira Sans', sans-serif; font-size:16px; text-decoration: none; line-height: 30px; letter-spacing: 0px; font-weight: 700;  }

.logo_img {width: 70px; height: 70px;}

.brbr_1  {padding: 20px 0px 0px 0px; }
.brbr_2  {padding: 30px 0px 0px 0px; }
.brbr_3  {padding: 20px 0px 0px 0px; }
.brbr_4  {padding: 20px 0px 0px 0px; }
.brbr_4_2  {padding: 40px 0px 0px 0px; }
.brbr_4_V_2  {padding: 0px 0px 0px 0px; }

.table700 {max-width: 1000px; position: relative; text-align: left; padding: 0px 20px 0px 20px; }
.txt_book_glav  {color: #141827; font-family: 'Fira Sans', sans-serif; font-size:16px; text-decoration: none; line-height: 22px; letter-spacing: 0px; font-weight: 400;  }

.href_1 {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 18px 60px 18px 60px;
    border: 0px solid #222222;
    background: rgba(109,93,187,1);
    color: #eceeeb;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    text-decoration: none;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 400;
    border-radius: 100px;
    box-shadow: 0px 10px 20px 0px rgba(142,153,255,0.9);
}
	
.href_2 { cursor: pointer; color: #6d5dbb; font-family: 'Fira Sans', sans-serif; font-size:16px; text-decoration: none; line-height: 16px; letter-spacing: 0px; font-weight: 400; }

.bottom_index {position: relative; width: 100%;  text-align: center; }
.bottom_bot_1 {display: relative; width: 100%; padding: 20px 0px 20px 0px;}
.bottom_bot_2 {display: relative; padding: 0px 0px 0px 0px; width: 100%;}


.flex_Glav_Block_img {height: 80px; padding: 0px 0px 10px 0px;}
.flex_container_Glav_txt  {color: #141827; font-family: 'Fira Sans', sans-serif; font-size:14px; text-decoration: none; line-height: 16px; letter-spacing: 0px; font-weight: 400;  }


.padding_1 {padding: 0px 0px 20px 0px; }



 .flex_Glav_Block {
 width: calc((100%)/2 - 1px);
margin: 0 1px 1px 0;
position: relative;
/* background-color: rgba(89, 84, 104, 0.2); */
box-sizing: border-box; 
padding: 0px 10px 0px 20px;
text-decoration: none;
z-index: 2;
transition: 0.2s linear;
height: 170px;
}

.SS_width_img {width: 30px;}

.txt_hrev_ss {display: inline-block; padding: 0px 0px 0px 10px;  top: -5px; position: relative;}

.txt_server  {color: #141827; font-family: 'Fira Sans', sans-serif; font-size:14px; text-decoration: none; line-height: 22px; letter-spacing: 0px; font-weight: 400; position: relative; padding: 3px 0px 0px 0px; }

.SS_on_web {padding: 14px 0px 0px 0px; position: relative;}

.displaynone {display: none;}
.correctimg {padding: 0px 0px 0px 20px;  box-sizing: border-box;  }

.inline {display: block; width: 100%;}

.book_1 {display: none;}
.book_2 {display: block;}


}




