/* ------ Спецификация ------ */

body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	letter-spacing: 0.02em;
	color: #fff;
	padding: 0;
	margin: 0;
}
body:before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../img/bg.jpg) no-repeat center center/cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div, p, form, input, a, span, button, ul, li, i  {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
p {	
    font-size: 14px;
    }
ul, li, i , span,  input{
	display: block;
}
a, button, input, p {
	transition: all 2s ease;
	text-decoration: none;
	outline: none;
	font-family: 'Roboto', sans-serif;
}
h2{
	font-size: 36px;
}
h1, h2 {
	text-transform: uppercase;
	line-height: 0.7;
}
i:hover{
	cursor: pointer;
	border-bottom: solid 1.5px;
}
a:hover {
    color: #c55896;
    
}
.header__navbar{
	padding: 1px 0 25px 0px;
    background-color:#0508343b;
    width: -webkit-fill-available;
    position: fixed;
    z-index: 9;
}
/* ------ Hero screen ------ */
.lang , .lang:hover, .logo_text, a{
	color: #fff;
}
.lang{
	font-size: 14px;
}
.logo:hover{
	text-decoration: none;
	transform: rotateZ(180deg);
}
.logo_text {
    padding: 0;
    text-transform: uppercase;
    line-height: 0.8;
}
.logo{
	align-items: flex-end
}
.logo p{
	font-size: 32px;
	margin-left: -4px;
}
.logo span{
	font-size: 36px;
	margin-left: -8px;
}
.offer{
	text-align: center;
	padding: 80px 316px;
	background-color: #21195c4f;
	margin-top: 75px;
}
h1 {
	font-family: '', serif;
	font-size: 48px;
	margin-top: 220px;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-style: 300;
	font-size: 36px;
}
.menu__text{
	border-right: 1px solid #fff;
	padding: 0px 27px;
}
.header {
	padding-bottom: 100px;
}
/* ------ About screen------ */
.about{
	background: #eeeff1;
	padding: 117px 0 45px 0
}		
.about__item{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color:#20267c;
}
.about__item li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 20px 0 ;
	-ms-align-items: center;
	align-items: center;
}
.about__item img{
	margin-right: 20px;
    height: 60px;
	width: 59px;
}
.about__item p{
	padding-left: 20px;
	min-height: 90px;
}
.about__item__text_red{
	border-left:  10px solid;
	border-color: #ee3464;
}
.about__item__text_yelow{
	border-left:  10px solid;
	border-color: #ecce0a;
}
.about__item__text_green{
	border-left:  10px solid;
	border-color: #63f048;
}
.about__item__text_blu{
	border-left:  10px solid;
	border-color: #13c8f7;
}
/* ------ Services screen------ */
.services{
	background-color: #ada9c0;
	color: #20267c;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: bold;
	height:  500px ;
}
.services__bg{
	background: #ada9c0 url(../img/bg2.jpg) no-repeat center /cover;
	width: 100%;
    height: 500px;
}
.services p{
	font-size: 21px;
	padding: 15% 0 0 50px;
}
.services__first{
	
}
/* ------ Avantages screen------ */
.advantages {
	font-family: Serif;
	font-size: 18px;
	padding: 130px 60px 60px 60px;
}
.advantages img{
	margin-top: 50px;
}
.advantages__title{
	font-size: 36px;
}
.advantages__subtitle{
	font-size: 24px;
}
.advantages__subtitle{
	margin: 20px 0 ;
}
.advantages__list{
	margin-bottom: 40px;
}
.advantages__text{
	padding: 0 0px;
	font-size: 18px;	
	font-family: Serif; 
}
/* ------ offers screen------ */
.offers{
	background-image: url(../img/bg4.jpg);
	padding: 70px 0 70px 0;
}
.offers p{
	font-family:serif;
	font-size:16px;
}
.offers__title{
	margin-bottom:10px;		
}
.offers__text{
	margin-bottom:10px;
}
h5 {
	font-size: 36px;
	font-family: serif;
	padding: 0 0 40px 0 ;
	text-align: center;
}
.red{
	color: #ba3b55;
	font-size: 141px
}
.blue{
	color: #3ba3aa;
	font-size:143px;
}
.yellow{
	color: #cd9727;
	font-size:168px;
}
.violet{
	color: #65548d;
	font-size:173px;
}
.offers i{
	transform: rotate(20deg);
    margin-bottom: 15px;
}
.offers i:active{
    transition: all 1s ease;
	transform: scale(0.9);
   
}
.offers i:hover{
    border-bottom:none;
    text-shadow: 0 0 9px black;
    color: #8a2be294;
    text-decoration:none;
}
.offers a{
	text-transform: uppercase;
	letter-spacing: -0.05em;
}
.offers a:hover{
	text-decoration:none;
	color:#fff;
	transition: all 1s ease;
	transform: scale(1.1);
}
.hexagon i{
    letter-spacing: 0.2em;
}

.hexagon span{
    position: absolute;
    letter-spacing: 0.2em;
}
.hexagon_red span{
    top: 37%;
    left: 24%;
}
.offers-ru .hexagon_red span{
    top: 34%;
}
.hexagon_yellow span{
    top: 33%;
    right:30%;
}
.hexagon_blue span{
    bottom: 17%;
    left: 19%;
}
.offers-ru .hexagon_blue span{
    bottom: 22%;
}
.hexagon_blueru span{
    bottom: 103px;
    left: 113px;
}
.hexagon_violet span{
    bottom: 19%;
    right: 28%;
}
.offers-ru .hexagon_violet span{
    bottom: 24%;
}
.hexagon_violetru span{
    bottom: 115px;
    right: 164px;
}
/* ------ Contact screen------ */
.contact {
	background-image: url(../img/bgf.jpg);
	padding: 70px 0;

}
.contact__title{
	text-transform: uppercase;
}
.contact a{
	display: block;
	padding-top: 20px;
}
.contact h3{
	font-family: serif;
    margin-top: 20px;
}
/* ------ Footer screen------ */
.footer{
	background: #050834;
	padding: 20px 0; 
}
.footer p{
	font-size: 11px;
}
.footer__text{
	text-align: end;
}
/* ------ basic.html------ */
.basic_text{
    padding:160px 0 40px 0;
    font-size: 18px;
}
.basic li{
     font-size: 16px;
}
.basic ul{
    padding: 0 100px;
    text-align: left;
}
.tabl .price {
    border: 1px solid #e8e8e8;
    background-color: #fff9;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    margin-top: 35px;
    padding: 60px 15px 60px;
    color: #20214e;
  
}
.tabl .price:hover{
    font-weight: bold;
    background-color: #eaf4ff3b;
    color: #ffffff;
}
.column_basic .column-period{
	border-bottom: 7px solid #ba3b55;
}
.column_standart .column-period{
	border-bottom: 7px solid #3ba3aa;
}
.column_premium .column-period{
	border-bottom: 7px solid #65548d;
} 
.column_clasic .column-period{
	border-bottom: 7px solid #cd9727;
}
.type_basic, .type_standart, .type_premium, .type_clasic, .column-currency, .column-nominal{
	text-transform: uppercase;
    text-align: center;
    line-height: 2.5;
}
.column-period{
	text-align: center;
	    line-height: 2.5;
}
.type_basic{
	color: #ba3b55;
    font-size: 30px;
    font-family: fantasy;
    line-height: 2.5;
}
.type_standart {
	color: #3ba3aa;
    font-size: 30px;
    font-family: fantasy;
    line-height: 2.5;
}
.type_premium {
	color: #65548d;
    font-size: 30px;
    font-family: fantasy;
    line-height: 2.5;
}
.type_clasic  {
	color: #cd9727;
    font-size: 30px;
    font-family: fantasy;
    line-height: 2.5;
}  
.details{
	padding: 20px;
}
.personal_type{
	font-size: 30px;
    font-family: fantasy;
    line-height: 2.5;
}
.personal_condition, .personal_price{
	font-size: 30px;
	line-height: 2.5;
}
.other_title{
	font-size: 18px;
	font-weight: bold;
}
.other_text{
	font-size: 16px;
	padding-bottom: 30px;
}
.type_personal, .other{
	padding: 20px 0px;
}
.menu-opened {
    background: #03a9f436;
    padding: 20px 0;
    flex-direction: column;
    position: absolute;
    width: 90%;
    text-align: end;
    border-radius:15px;
    
}
.menu-opened .menu__text{
    border-right:none;
}
