/* Обнуление */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    color:inherit;
    text-decoration:none;
}

img{
    max-width:100%;
}

/* body */
body {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #173A4E;
}

/* Container */
.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

/* header */
header {
    padding: 20px 0;
    background: #173A4E;
}
header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .row a {
    text-decoration: none;
}
header .row img {
    height: 25px;
    width:96px;
}
header .row ul {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}
header .row ul li {
    margin: 0 0 0 38px;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 130%;
    list-style: none;
    transition: .2s all linear;
    color: #FFFFFF;
    opacity: 0.8;
}
header .row ul li:hover {
    color: #FFFFFF;
    opacity: 1;
}
header .row ul li:first-child {
    margin: 0;
}
header .row ul li a {
    color: #fff;
    text-decoration: none;
	font-weight:400; 
}
header .row ul li a:hover {
	color:#A9A9A9;
}
header .row-mobile {
    display: none;
}

/* Intro */
.intro {
    padding: 57px 0 39px 0;
    background: url('../image/bg.webp') center / cover no-repeat;
}
.intro h1 {
    margin: 0 0 15px 0;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
    color: #FFFFFF;
}
.intro h1 span {
    color: #3A91F6;
}
.intro p {
    margin: 0 0 30px 0;
    max-width: 876px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.intro a {
    padding: 15px 43.5px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background: linear-gradient(180deg, #3A91F6 0%, #3A91F6 100%);
    border-radius: 54px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
}
.intro a span {
    color: white;
    transition: .3s;
}
.intro a:hover {
    background: white;
}
.intro a:hover span {
    color: #100F20;
}
/* Content */
.content {
    padding: 57px 47px;
    background: #141F32;
}
.content h2, .content h3,
.faq__head {
    margin: 25px 0 15px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
}
.content p,
.content ul li,
.content ol li,
.faq__content {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #A9A9A9;
}
.content ul,
.content ol {
    margin: 0 0 15px 20px;
}
.content p {
    margin: 0 0 15px 0;
}
.container-error {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh + 150px);
}
.container-error h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 8em;
    line-height: 150%;
}
.container-error h4 {
    margin: 0;
    color: #FF8D23;
    font-size: 6em;
    line-height: 150%;
}

.img-micro {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 20px 0 0 !important;
    width: 150px;
    height: 150px;
    float: left;
    overflow: hidden;
}

.img-micro img {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 150px;
    height: 150px;
}

/* footer */
footer {
    background: #173A4E;
}
footer ul {
    display: flex;
    justify-content: center;
    padding: 16.6px 0;
    flex-wrap:wrap;
}
footer ul li {
    margin: 0 38px 0 0;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    list-style: none;
    transition: .2s all linear;
    color: #FFFFFF;
    opacity: 0.8;
}
footer ul li:hover {
    color: #FFFFFF;
    opacity: 1;
}
/* footer ul li:last-child {
    margin: 0;
} */
footer ul li a {
    color: #fff;
    text-decoration: none;
	font-weight:400;
}
footer ul li a:hover {
	color:#A9A9A9;
}

.post-images {
    width:60%;
    margin:20px auto !important;
}
.post-image img {
    width:100%;
    margin:auto;
}

@media screen and (max-width: 768px) {
	button {
		font-size:1rem;
	}
	
	.post-images {
	    width:100%;
	}
}

ul {
	margin:0;
}

.menu-es-container ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.menu-es-container ul li{
	margin:10px;
}

.link-text {
    color:#FFFFFF;
    padding: 15px 43.5px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background: linear-gradient(180deg, #3A91F6 0%, #3A91F6 100%);
    border-radius: 54px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
    display:block;
    max-width:215px;
    margin:20px auto !important;
}
.link-text:hover {
    background:#FFFFFF;
    color: #100F20
}
@media screen and (max-width:768px) {
    .link-text {
        max-width:100%;
    }
}

 .lang-img {
 max-width:30px;
 }
 
    @media screen and (max-width:768px) {
    .dropdown {
        margin-left:20px;
    }
   
}

		
		
		
		
		
		
		

      .dropbtn {
    padding: 5px;
    cursor: pointer;
}

 /*The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

 /*Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #173A4E;
    width: 60px;
    color:#fff;
  font-size:12px;
  padding-left:5px;
  left: -5px;
}

.dropbtn
{
  padding-left: 30px;
  width: 60px;
  color:#fff;
  font-size:12px;
    background-size: 20px;
}

.dropbtn._en {
  background: url('../image/in.png') left / contain no-repeat;
}
.dropbtn._ru {
  background: url('../image/ru.png') left / contain no-repeat;
}
.dropbtn._pt {
  background: url('../image/brasil.png') left / contain no-repeat;
}
				
.dropbtn._es {
  background: url('../image/es.png') left / contain no-repeat;
 background-size: 25px;
}



.dropdown-content a._en
{
  background: url('../image/in.png') left / contain no-repeat;
    background-size: 20px;
}
.dropdown-content a._pt
{
  background: url('../image/brasil.png') left / contain no-repeat;
     background-size: 20px;
}

.dropdown-content a._ru
{
  background: url('../image/ru.png') left / contain no-repeat;
    background-size: 20px;
}
.dropdown-content a._es
{
  background: url('../image/es.png') left / contain no-repeat;
     background-size: 20px;
}

 /*Links inside the dropdown */
.dropdown-content a {
    color: #fff;
    padding: 2px 0 2px 30px;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

 /*Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #609FFF}

 /*Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

	header.front ul li:first-child {
				 display:none;
			 }
			 
			 
			 
			 	 header ul li:first-child {
				 display:block;
			 }
			 
			 
			   @media screen and (max-width:768px) {
          .intro h1 {
        font-size:32px;
       line-height: 1.2;
    }
    }
    
    	 footer.front ul li:first-child {
				 display:none;
			 }
			 
			 	footer ul li:first-child {
				 display:block;

}
.img-big {
	width:60%;
	text-align:center;
	margin:20px auto !important;
}	

.img-big img {
	width:100%;
	height:100%;
}
  @media screen and (max-width:768px) {
	.img-big {
	width:100%;
}	
}

table {
	    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #A9A9A9;
}
table, td, th{
border: 1px solid #A9A9A9;
}

@media screen and (max-width: 1000px) {
	table {
	font-size: 12px;
    line-height: 123.7%;
	}
}
.anchor__menu a {
    color:#A9A9A9;
    text-decoration:none;
}
.anchor__menu a:hover {
    color:#FFFFFF;
    
}
.img-micro-right {
    float:right;
    margin-left:20px !important;
}
.img-micro-right img {
    max-width:150px;
   max-height:150px;
}