header {
	background: url('img/header.jpg') center no-repeat;
	background-size: cover !important;
	width: 100%;
	height: 812px;
	position: relative;
	display: flex !important;
    align-items: center;
    justify-content: center;
}

.logo {
	background: url(img/logo.svg) no-repeat;
	width: 479px;
	height: 144px;
	background-size: contain !important;
	position: relative;
	display: table;
}

.rso-desc {
	background: linear-gradient(355deg, #01518D 16.88%, #2DBBAE 163.15%);
    padding: 50px 0;
    margin: 70px 0;
    color: #fff;
    line-height: 170%;
    font-size: 19px;
    font-weight: 400;
}

.history-text {
    line-height: 180%;
    font-size: 19px;
    font-weight: 500;
}

.history {
	margin-top: 60px;
}

.man-rso-box {
    margin-bottom: 60px;
}

.man-rso {
	display: grid;
    grid-template-columns: 320px 1fr;
    gap: 50px;
}

.comandir {
	background: url(img/comandir.jpg) center no-repeat;
	background-size: cover !important;
	width: 320px;
	height: 480px;
	border-radius: 10px;
}


.comandir-name {
    color: #000;
    font-weight: bold;
    font-size: 35px;
}

.comandir-info {
    margin-top: 30px;
}

.comandir-post {
    color: #2DBBAE;
    font-weight: 600;
    font-size: 25px;
    margin-top: 6px;
}

.rso-element {
	display: grid;
    gap: 30px;
}

.rso-info-box {
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: space-between;
}

.rso-info-item {
	background: #d4e5f1;
    padding: 30px 30px 27px 30px;
    border-radius: 15px;
    display: block;
    height: fit-content;
    width: 50%;
}

.rso-info-item-name {
	color: #01518d;
    font-weight: bold;
    font-size: 27px;
    line-height: 120%;
}

.rso-info-item-desc {
	color: #2DBBAE;
    font-weight: 600;
    font-size: 25px;
    margin-top: 6px;
}

.man-rso-box h2 {
	margin-bottom: 50px
}


.join {
    background: linear-gradient(170deg, #2DBBAE -15.93%, #01518D 94.62%);
    padding: 100px 0 0 0;
    margin-top: 100px;
}

.join-women {
	background: url('img/join-women.png') no-repeat;
	width: 480px;
    height: 800px;
    background-size: contain;
}

.join-title {
	background: #01518D;
    padding: 30px 30px 27px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 27px;
    line-height: 120%;
    display: table;
    border-radius: 15px;
}

.send-vk {
	color: #000;
    font-weight: bold;
    font-size: 27px;
    display: table;
    transform: rotate(10deg);
    margin-top: 100px;
    margin-left: 200px;
}

.send-quest {
	color: #000;
    font-weight: bold;
    font-size: 27px;
    display: table;
    transform: rotate(-10deg);
    margin-top: 100px;
    margin-left: 150px;
    position: relative;
    z-index: 10;
}

.join .container {
	display: flex;
	justify-content: space-around;
}

.join a:hover {
	color: #fff;
}

.join-quest-box {
	margin-top: 50px;
	position: relative;
}

.join-vk-box {
	position: relative;
}
.arrow-vk {
	background: url('img/arrow-vk.svg') no-repeat;
	width: 255px;
    height: 112px;
    position: absolute;
    top: 90px;
    left: 70px;
    background-size: contain !important;
}
.join-vk-icons {
	background: url('img/join-vk.png') no-repeat;
	width: 200px;
    height: 140px;
    position: absolute;
    top: 0px;
    right: -200px;
    background-size: contain !important;
}
.arrow-quest {
	background: url('img/arrow-quest.svg') no-repeat;
	width: 92px;
    height: 100px;
    position: absolute;
    top: 96px;
    right: 66px;
   	background-size: contain !important;
}

.join-cursor {
	background: url('img/join-cursor.png') no-repeat;
	width: 409px;
    height: 216px;
    position: absolute;
    top: 145px;
    left: 60px;
    background-size: contain !important;
    z-index: 0;
}

.join-contacts-box {
	margin-top: 70px;
	color: #000;
	font-weight: 500;
	font-size: 21px;
	margin-bottom: 70px;
}

.join-contacts-box a {
	color: #000;
	text-decoration: none;
}