p,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
*{
    padding: 0;
    margin: 0;
    border: 0;
}
*,
*::before,
*::after{
    box-sizing: border-box;
}
:focus,
:active,
a:focus,
a:active{
    outline: none;
}
html,
body{
    height: 100%;
    width: 100%;
}
input,
button,
textarea{
    font-family:inherit;
}
input::-ms-clear{
    display: none;
}
button{
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a,
a:visited,
a:hover{
    text-decoration: none;
}
ul,
li{
    list-style: none;
}
img{
    vertical-align: top;
}
.wrapper{
    /*overflow: hidden;*/
    width: 100%;
}
body{
    background: #E5E5E5;
}

/*Header Start*/
.hamburger-menu{
    display: none;
}

header{
    background: #121212;
}
.header{
    display: flex;
    align-items: center;
    padding: 20px 0 20px 0;
}
.header_img{
    flex: 0 0 20%;
}
.menu{
    flex: 0 0 50%;
}
.menu ul:not(.dropdown-menu){
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.menu ul li.has-dropdown {
    position: relative;
}
.menu ul li a{
    color: #fff;
    font-family: 'Times';
    font-size: 18px;
}
.menu ul li a{
	position: relative;
}
.menu ul li a:hover{
    color: #B5FBDD;
}
.menu ul li a:before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 3px;
	background-color: #B5FBDD;
	bottom: -6px;
	left: 0;
	transition: all 1s ease;
}
.menu ul li a:hover:before,
.menu ul li a.active:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #B5FBDD;
	bottom: -6px;
	left: 0;
	transition: all 1s ease;
}
.dropdown-menu.show{
    margin-top: 10px;
    padding: 15px;
}
.dropdown-menu.show li .logout{
    font-size: 18px;
    font-family: 'Times';
    background-color: unset;
}
.dropdown-menu.show li a, .dropdown-menu.show li .logout{
    color: #333;
}

.nav-link {
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 1000px;
    box-sizing: border-box;
    border-radius: 100px;
    font-family: 'Times';
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #000000;
    padding: 19px 45px 20px 55px;
}
.nav-link:hover {
    color: #000;
}
.nav-pills .nav-link.active {
    color: #000;
    background-color: #B5FBDD;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07);
}
.nav-pills .nav-link {
    border-radius: 100px;
}
.nav-tabs .nav-link {
	margin-bottom: unset;
}

.info_block {
    margin: 60px auto;
    font-family: 'Times';
    font-weight: 400;
    font-size: 16px;
    line-height: 146.4%;
    color: #121212;
}
.info_block .info_title {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: 0.04em;
    padding-bottom: 30px;
}
.info_block .block_wrapper {
    display: flex;
    justify-content: space-between;
}
.info_block .block_wrapper > div:not(.accordion) > div {
	margin-bottom: 20px;
}
.block_wrapper .block_left {
    flex: 0 0 44%;
}
.block_wrapper .block_right {
    flex: 0 0 47%;
}
.block_wrapper h4 {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 23px;
}
.about .requisites > div:not(:last-child) {
	margin-bottom: 20px;
}
.notice {
	margin-top: 20px;
	color: #e07f62 !important;
}
.preamble {
    margin-bottom: 40px;
}
footer {
    width: 100%;
    display: table;
    background: #202127;
    min-height: 100px;
    margin: 0 0 0 0;
    padding: 40px 0 40px 0;
}
.footer-wrap {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 0 15px 0 15px;
}

.footer-links p {
   line-height: 1.75;
}
.lang {
	margin-top: 0.4em;
}
.footer-links, .lang, .lang > a {
    color: #ccc !important;
    font: 300 13px prosto, Arial, sans-serif !important;
    text-decoration: none;
    cursor: pointer;
}
.lang > a.active {
	color: #efefef !important;
}
.exlink {
	font-size: 13px;
}
.footer-h2 {
    color: #8e8f91 !important;
    font: 600 13px prosto,Arial, sans-serif !important;
    margin: 40px 0 5px 0;
}

.footer-txt, .footer-txt-phone {
    margin: 0 0 0 0;
    color: #8e8f91 !important;
    font-family: 'prosto', sans-serif;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    max-width: 80vw;
}

.footer-phone-wrap {
    float: left;
    width: 35%;
    min-width: 230px;
    margin-left: 30px;
}
.footer-txt-phone {
    margin: 0 0 0 0;
    color: #efefef !important;
    font-family: 'prosto', sans-serif !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    text-decoration: none;
}

.footer-bold-txt {
    margin: 0 0 0 0;
    color: #8e8f91 !important;
    font-family: 'prosto', sans-serif;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    font-size: 13px !important;
}
.footer-wrap > div:not(:first-child) {
    margin-top: 20px;
}
.footer-socials {
	margin-bottom: unset;
}
.footer-socials li:not(:last-child) {
    margin-right: 6px;
}
.footer-socials li svg {
    width: 30px;
    height: 30px;
}