.main {
	background: url("../img/bg_certificates.jpg") no-repeat 50% 0/cover;
	padding: 100px 0 105px;
}

.main__content {
	background: rgba(255, 255, 255, 0.5);
	position: relative;
	border: 2px solid white;
	-webkit-backdrop-filter: blur(10px);
	        backdrop-filter: blur(10px);
	margin-bottom: 135px;
}

.main__content .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 350px;
}

.main__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 685px;
	width: 100%;
	padding-right: 30px;
}

.main__items a {
	background: #959BAD;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	top: -20px;
	height: 395px;
	width: 70px;
	border-radius: 35px 35px 0 0;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
	padding-bottom: 100px;
}

.main__items a::after {
	content: '';
	position: absolute;
	left: 70px;
	bottom: -43px;
	border-style: solid;
	border-width: 44px 44px 0 0;
	border-color: #262B38 transparent transparent transparent;
}

.main__items a::before {
	content: '';
	position: absolute;
	bottom: -44px;
	left: 0px;
	width: 44px;
	height: 44px;
	border-top: 43px solid #959BAD;
	border-left: 70px solid transparent;
	-webkit-transition: border .4s ease;
	transition: border .4s ease;
}

.main__items a:hover {
	background: #FFA91B;
}

.main__items a:hover::before {
	border-top: 43px solid #FFA91B;
}

.main__items a:active {
	background: #262B38;
	-webkit-transition: none;
	transition: none;
}

.main__items a:active::before {
	border-top: 43px solid black;
	-webkit-transition: none;
	transition: none;
}

.main__items span {
	font-size: 28px;
	font-weight: 600;
	color: white;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.main__title {
	font-size: 130px;
	font-weight: 600;
	text-align: center;
	color: white;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.main__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}

.main__info > span {
	font-size: 23px;
	font-weight: 600;
	line-height: 170%;
	width: 70%;
}

.list__item {
	font-size: 19px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 50px 0 50px;
}

.list__item::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear, right top, left top, color-stop(-9.4%, rgba(196, 196, 196, 0)), color-stop(102.6%, #C4C4C4));
	background: linear-gradient(270deg, rgba(196, 196, 196, 0) -9.4%, #C4C4C4 102.6%);
}

.list__item-title {
	width: 16%;
	font-weight: 600;
	padding: 15px 0;
	margin-right: 30px;
}

.list__item-info {
	width: 100%;
}

.list__item-info div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 15px 0;
}

.list__item-info div span {
	line-height: 150%;
	margin-right: 30px;
}

.list__item-info div span:nth-last-of-type(3) {
	width: 27%;
}

.list__item-info div span:nth-last-of-type(2) {
	width: 27%;
}

.list__item-info div span:nth-last-of-type(1) {
	font-weight: 700;
	color: #FFA91B;
	width: 32%;
}

.list__item-info div a {
	margin-right: 30px;
}

.list .list__table {
	display: none;
	width: 100%;
	border-collapse: collapse;
}

.list .list__table tbody {
	font-size: 19px;
	position: relative;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
}

.list .list__table tbody::after {
	position: absolute;
	content: '';
	top: -50px;
	left: 0;
	width: 95vw;
	max-width: 1720px;
	height: 2px;
	background: -webkit-gradient(linear, right top, left top, color-stop(-9.4%, rgba(196, 196, 196, 0)), color-stop(102.6%, #C4C4C4));
	background: linear-gradient(270deg, rgba(196, 196, 196, 0) -9.4%, #C4C4C4 102.6%);
}

.list .list__table tbody tr:first-of-type td:first-of-type {
	font-weight: 700;
	vertical-align: top;
	width: 17%;
}

.list .list__table tbody tr td {
	padding: 15px 10px;
}

.list .list__table tbody tr td:nth-last-child(4) {
	width: 25%;
}

.list .list__table tbody tr td:nth-last-child(3) {
	width: 25%;
}

.list .list__table tbody tr td:nth-last-child(2) {
	font-weight: 700;
	color: #FFA91B;
	width: 30%;
}

.list .list__table tbody tr td:nth-last-child(1) {
	width: 10%;
}

.list .list__table tbody tr td:nth-last-child(1) img {
	max-width: initial;
}

@media (max-width: 1600px) {
	.main__title {
		font-size: 7.5vw;
		text-align: center;
	}
}

@media (max-width: 1440px) {
	.main {
		padding: 95px 0 115px;
	}

	.main__content {
		margin-bottom: 145px;
	}

	.main__content .wrapper {
		max-width: 1300px;
	}

	.main__items {
		width: 45%;
	}

	.main__title {
		font-size: 100px;
	}

	.main__info > span {
		font-size: 21px;
	}
}

@media (max-width: 1200px) {
	.main__content .wrapper {
		height: 245px;
	}

	.main__items {
		width: 37%;
	}

	.main__items a {
		width: 45px;
		height: 295px;
		top: -22px;
		padding-bottom: 75px;
	}

	.main__items a::before {
		bottom: -29px;
		left: -1px;
		width: 5px;
		height: 10px;
		border-top: 29px solid #959BAD;
		border-left: 46px solid transparent;
	}

	.main__items a::after {
		left: 45px;
		bottom: -29px;
		border-width: 30px 29px 0 0;
		border-color: #262B38 transparent transparent transparent;
	}

	.main__items a:hover::before, .main__items a:active::before {
		bottom: -29px;
		left: -1px;
		width: 5px;
		height: 10px;
		border-top: 29px solid #FFA91B;
		border-left: 46px solid transparent;
	}

	.main__items a:active::before {
		bottom: -28px;
		left: -1px;
		border-top: 29px solid black;
	}

	.main__items span {
		font-size: 21px;
	}

	.main__title {
		font-size: 7vw;
	}
}

@media (max-width: 992px) {
	.main {
		background: url("../img/bg_certificates_tablet.jpg") no-repeat 40% 0/cover;
		padding: 100px 0 50px;
	}

	.main__content {
		margin-bottom: 95px;
	}

	.main__content .wrapper {
		max-width: 730px;
	}

	.main__items {
		width: 350px;
		top: -11px;
	}

	.main__items a {
		height: 271px;
		top: -11px;
		padding-bottom: 40px;
	}

	.main__items a::after {
		left: 45px;
		bottom: -28px;
		border-width: 28px 29px 0 0;
		border-color: #262B38 transparent transparent transparent;
	}

	.main__title {
		font-size: 45px;
	}

	.main__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.main__info > span {
		font-size: 17px;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.main {
		padding: 0 0 50px;
	}

	.main__content {
		width: 350px;
		height: 750px;
		margin: 0 auto;
		border-bottom: none;
	}

	.main__content .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		height: initial;
		padding: 40px 0 0;
	}

	.main__items {
		width: 120%;
		display: block;
		padding: 0px;
	}

	.main__items a {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		width: 90%;
		height: 50px;
		top: 0;
		left: 31px;
		border-radius: 0 35px 35px 0;
		padding: 0 0 0 47px;
		margin-bottom: 20px;
	}

	.main__items a::before, .main__items a:active::before, .main__items a:hover::before {
		bottom: 0px;
		left: -40px;
		border: none;
		border-bottom: 50px solid #959BAD;
		border-left: 40px solid transparent;
	}

	.main__items a::after {
		left: -40px;
		bottom: -31px;
		border-width: 31px 0 0 41px;
		border-color: #262B38 transparent transparent transparent;
	}

	.main__items a:hover::before {
		border-bottom: 50px solid #FFA91B;
	}

	.main__items a:hover::after {
		left: -40px;
	}

	.main__items a:active::before {
		border-bottom: 50px solid black;
	}

	.main__items span {
		-webkit-writing-mode: initial;
		    -ms-writing-mode: initial;
		        writing-mode: initial;
		-webkit-transform: initial;
		        transform: initial;
	}

	.main__title {
		font-size: 40px;
		width: 100%;
		margin-bottom: 35px;
	}

	.main__info {
		position: relative;
		margin-top: -225px;
		z-index: 5;
	}

	.main__info button {
		width: 200px;
		height: 50px;
	}

	.main__info button span {
		font-size: 14px;
	}

	.main__info > span {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.main {
		background: url("../img/bg_certificates_mobile.jpg") no-repeat 50% 0/cover;
	}
}

@media (max-width: 425px) {
	.main {
		background-size: 100%;
	}

	.main__content {
		width: 245px;
	}

	.main__title {
		font-size: 24px;
	}

	.main__items a {
		width: 95%;
		left: 24px;
		padding-left: 40px;
	}

	.main__items span {
		font-size: 19px;
	}

	.main__info > span {
		font-size: 14px;
		text-align: left;
		margin-bottom: 35px;
	}
}

@media (max-width: 1440px) {
	.list__item {
		font-size: 17px;
	}
}

@media (max-width: 992px) {
	.list__item {
		font-size: 14px;
		display: block;
		padding: 20px 0;
	}

	.list__item::before {
		display: none;
	}

	.list__item-title {
		width: 100%;
		display: block;
		padding: initial;
		margin: 0 0 10px;
	}

	.list__item-info {
		position: relative;
		padding: 20px 0 0;
	}

	.list__item-info::before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: -webkit-gradient(linear, right top, left top, color-stop(-9.4%, rgba(196, 196, 196, 0)), color-stop(102.6%, #C4C4C4));
		background: linear-gradient(270deg, rgba(196, 196, 196, 0) -9.4%, #C4C4C4 102.6%);
	}

	.list__item-info div {
		padding: 20px 0;
	}
}

@media (max-width: 576px) {
	.list__item-info div {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		position: relative;
		padding: 12px 0;
	}

	.list__item-info div span:nth-last-of-type(3) {
		display: none;
	}

	.list__item-info div span:nth-last-of-type(2) {
		width: 85%;
	}

	.list__item-info div span:nth-last-of-type(1) {
		width: 85%;
	}

	.list__item-info div a {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		right: 0;
		margin: 0;
	}
}
