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

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

body a {
    text-decoration: none;
}

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

/* header */
header {
    padding: 20px 0;
    background: #101010;
}
header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .row img {
    height: 27;
}
header .row ul {
    display: flex;
    align-items: center;
}
header .row ul li {
    margin: 0 0 0 38px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    list-style: none;
    transition: .2s all linear;
    color: #FFFFFF;
}
header .row ul li:hover {
    color: #02BB9C;
}
header .row ul li:first-child {
    margin: 0;
}
header .row ul li a {
    color: inherit;
    text-decoration: none;
}
header .row-mobile {
    display: none;
}

/* Intro */
.intro {
    padding: 57px 0 39px 0;
    background: url('../img/bg.png') center bottom / cover no-repeat;
}
.intro div {
    display: flex;
    flex-direction: column;
}
.intro h1 {
    margin: 0 0 15px 0;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
    color: #FFFFFF;
}
.intro h1 span:first-child {
    color: #FD3B18;
}
.intro h1 span:last-child {
    color: #02BB9C;
}
.intro p {
    margin: 0 0 30px 0;
    max-width: 876px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
}
.intro a {
    padding: 15px 43.5px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background: #AB1902;
    border-radius: 42px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: .3s;
    align-self: flex-start;
}
.intro a:hover {
    background: #02BB9C;
}

/* Content */
.content {
    padding: 57px 47px;
    background: #FBFBFB;
}
.content h2, .faq__head, .menu__title {
    margin: 25px 0 15px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #AB1902;
}
.content p,
.content ul li,
.content ol li,
.faq__content,
table,
.anchor__menu a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #101010;
}
.content p, .faq__content, table {
    margin: 0 0 15px 0;
}
.content ul,
.content ol {
    margin: 0 0 15px 20px;
}
/* footer */
footer {
    background: #000000;
}
footer ul {
    display: flex;
    justify-content: center;
    padding: 16.6px 0;
}
footer ul li {
    margin: 0 38px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    list-style: none;
    transition: .2s all linear;
}
footer ul li:hover {
    color: #02BB9C;
}
footer ul li:last-child {
    margin: 0;
}
footer ul li a {
    color: inherit;
    text-decoration: none;
}

.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: #02BB9C;
    font-size: 8em;
    line-height: 150%;
}
.container-error h4 {
    margin: 0;
    color: #FD3B18;
    font-size: 6em;
    line-height: 150%;
}

/*lang*/
   
            .dropdown-content {
    display: flex;
    align-items: center;
    width:100%;
     justify-content: space-between;
      background-color:transparent;
}
.dropdown {
    position: relative;
    display: flex;
     justify-content: space-between;
    width:10%;
}
.dropbtn {
    background: url(/img/KZ.png) no-repeat left center;
   background-size: contain;
   text-align: right;
   cursor:pointer;
}
.dropbtn:hover .dropdown-content {
    display:block;
}

.dropdown-content a:first-child {
    background: url(/img/RU.png) no-repeat left center;
    width:45%;
    background-size: contain;
    display:flex;
   justify-content: end;
   color:#fff;
   margin: 10px 0;
   
}
.dropdown-content a:nth-child(2) {
    background: url(/img/KZ.png) no-repeat left center;
      width: 45%;
    background-size: contain;
   display:flex;
   justify-content: end;
    color:#fff;
}

@media screen and (max-width: 1280px) {
.dropdown {
    width:12%;
}
}
@media screen and (max-width: 1100px) {
    .dropdown {
    width:15%;
}
}
@media screen and (max-width:768px){
    .dropdown-mobile {
    width: 55%;
    padding: 0 !important;
}
.dropdown-content-mobile {
    padding:17px 5px !important;
}
}
.lang-selector img {
    width:30px;
}
.lang-selector {
    padding:0 !important;
}
.lang-selector img:first-child {
   margin-right:20px;
}

.img-micro {
    width: 200px;
    float: left;
    margin-right: 20px !important;
    margin-top: 25px !important;
}
.img-micro-right {
    width: 200px;
    float: right;
    margin-left: 20px !important;
    margin-top: 25px !important;
}
.img-micro-right img, .img-micro img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
	.img-micro-right, .img-micro {
    float: none;
    margin: 20px auto !important;
}
}
.anchor__menu a:hover {
	color:#FD3B18;
}
.anchor__menu li {
	margin-bottom:15px;
}
/* author */

		.author__head {
		flex-direction:row !important;
		 justify-content: space-between;	
		}
		.author__head img {
		max-width:142px;	
		width:100%;
		border-radius:50%;
	}
		.author__head-descr span {
		color:#FE284A;
		}
		.author__head-descr p {
		margin-bottom:15px !important;
		}
		.author__head-descr {
			width:85%;
		}
		.content a {
		color:#5b6883;
		}
		.content a:hover {
		color:#FE284A;
		}
		.btn__social {
			margin-top:15px;
		}
		.btn__social span {
			color:#FFFFFF;
		}
		@media screen and (max-width: 600px) {
			.author__head {
			flex-direction:column !important;
			}
			.author__head img  {
				max-width:88px;
			}
			.author__head-descr h1 {
				margin-top:18px !important;
			}
		}
		@media screen and (max-width:1250px){
			.author__head-descr {
			width:80%;
		}
		}
	