.container{
	width: 1920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.block-left{
	width:50%;height:1080px;overflow:auto;float:left;
}

.group535{
	width: 710px;
	margin-left: auto;
	margin-right: auto;
}

.block-right{
	width: 932px;
	height: 1080px;
	background: #F2F2F2;
	overflow:auto;
}

h1{
	font-family: Playfair Display;
	font-size: 95px;
	line-height: 127px;
	letter-spacing: 0em;
	text-align: left;

	height: 381px;
	width: 710px;
	margin-top: 129px;
	margin-bottom: 31px;
}

.text1{
	font-family: Oswald;
	font-size: 40px;
	font-weight: 500;
	line-height: 59px;
	letter-spacing: 0em;
	text-align: left;
}

.text2{
	font-family: Oswald;
	font-size: 40px;
	font-weight: 500;
	line-height: 59px;
	letter-spacing: 0em;
	text-align: left;
	color: #EB8015;
	position: relative;
}

.text3{
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 41px;
	position: absolute;
	top: 8px;
	margin-left: 11px;
}

.group528{
	width: 746.68px;
	height: 364.88px;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 28.12px;
}

.Rectangle74{
	width: 356.76px;
	height: 364.88px;
}

.Rectangle77{
	width: 357.11px;
	height: 243.88px;
	margin-top: 50px;
	float:right;
	object-fit: cover;
}

.group529{
	width: 746.34px;
	height: 436px;
	margin-left: auto;
    margin-right: auto;
}

.Rectangle4{
	margin-top: 54.11px;
	width: 357.11px;
	height: 381.89px;
}

.Rectangle7{
	width: 357px;
	height: 355px;
	float:right
}

.group532{
	width: 591px;
	height: 52px;

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;

	color: #09051B;
}

.line {
    border-bottom: 1px solid rgba(9, 5, 27, 0.4); /* Параметры линии */
    margin-top: 55px;
    margin-bottom: 74px;
    width: 637px;
}

.group177{
	width: 512px;
	height: 57px;
	margin-left: auto;
	margin-right: auto;
	font-family: Roboto;
	font-style: normal;
	font-size: 22px;
	font-weight: 900;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	padding-left: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 44px;
}

.group177 li {
	display: inline-block;
	margin-left: 42px;
}
.group177 li:after {
  color: black;
  display: inline-block;
  vertical-align:top;
}

.group177 a{
	color: black;
	text-decoration: none;
}

.Rectangle55{
    border: 4px solid #EB8015; /* Параметры рамки */
    width: 226px; /* Ширина */
    height: 57px; /* Высота */
    border-radius: 30px;
    display: inline-block;
}

.ellipse11{
	border: 4px solid #4518F5; /* Параметры рамки */
    width: 25px; /* Ширина */
    height: 25px; /* Высота */
    border-radius: 25px;
    display: inline-block;
    background: #4518F5;
}

.ellipse12{
	border: 4px solid #4518F5; /* Параметры рамки */
    width: 12px; /* Ширина */
    height: 12px; /* Высота */
    border-radius: 12px;
    display: inline-block;
    background: #4518F5;
    position: absolute;
    top: 50px;
    left: 40px;
}

.portfolio{
	position: relative;
}

.ellipse13{
	border: 3px solid #4518F5; /* Параметры рамки */
    width: 120px; /* Ширина */
    height: 120px; /* Высота */
    border-radius: 120px;
    display: inline-block;
    position: relative;
}

.ellipse14{
	border: 3px solid #4518F5; /* Параметры рамки */
    width: 80px; /* Ширина */
    height: 80px; /* Высота */
    border-radius: 80px;
    display: inline-block;
    background: #4518F5;
    position: absolute;
    top: 18px;
    left: 18px;
}

.group527{
	width: 217px;
	height: 66px;	
	border: 3px solid #4518F5;
	border-radius: 20px;
	font-family: Playfair Display;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0em;
	color: #4518F5;
	background: none;
}

.group538{
	position: absolute;
	left: 895px;
	top: 800px;
}

/* Стрелка */
.arrow-1 {
    cursor: pointer;
    position: relative;
    width: 80px;
    height: 50px;
    margin: 20px;
}
.arrow-1 div {
    position: relative;
    top: 7px;
    width: 102.29px;
    height: 3px;
    background-color: #EB8015;;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    left:40px;
    display: block;
}
.arrow-1 div::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    top: -6px;
    right: -4px;
    background-color: #EB8015;;
    transform: rotate(45deg);
}
.arrow-1 div::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    top: 8px;
    right: -4px;
    background-color: #EB8015;;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transform: rotate(-45deg);
}
.arrow-1:hover {
    animation: arrow-1 1s linear infinite;
}
@keyframes arrow-1 {
    0% {
        left:0;
    }
    50% {
        left:10px;
    }
    100% {
        left:0;
    }
}