@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap');

* {
	margin: 0px;
	padding: 0px;
}

ul, ol 
{ 
	list-style: none; 
}

a {
	text-decoration: none;
}

body 
{
	font-family: "Commissioner";
	min-width: 1420px;
}

.header 
{
	max-width: 1920px;
	min-height: 122px;
	margin: auto;
	border-bottom: solid 1px #DFDFDF;
	background: #FFF;
    min-width: 1400px;
}

.header .wrapper 
{
	margin-left: 4.16%;
	margin-right: 2.96%;
	display: flex;
	justify-content: space-between;
}

.header .logo 
{
	margin-right: 37px;
}

.header .logo  img 
{
	width: 203px;
	height: 55.455px;
	padding: 33px 0px;
}

.header .body 
{
	width: 100%
	
}

.header .body .top 
{
	display: flex;
	justify-content: space-between;
}


.header .body .top .menu .list 
{
	display: flex;
}

.header .body .top .menu .list .link 
{
	color: #464343;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 13px 16px;
	transition: all 0.5s ease 0s;
	display: flex;
    align-items: center;
}

.header .body .top .menu .list .link:hover 
{
	background: #F2F2F2;
	color: #9F3259;
}


.header  .body .top .right
{
	display: flex;
    align-items: center;
}

.header .body .top .right .request 
{
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-right: 25px;
	cursor: pointer;
}

.header .body .top .right .country 
{
	display: flex;
    align-items: center;
	position: relative;
	cursor: pointer;
}

.header .body .top .right .country .img 
{
	width: 38.25px;
	height: 27px;
	margin-right: 8px;
}

.header .body .top .right .country .text 
{
	color: #6B6B6B;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 80%; 
	text-transform: uppercase;
}

.header .body .top .right .country .triangle 
{
	width: 12px;
	height: 9px;
}

.header .line 
{
	width: 93.3%;
	height: 1px;
	background: #E0E0E0;
	margin-bottom: 13px;
	float: right;
}

.header .clear
{
	clear: both;
}

.header .bottom 
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .bottom .menu .list 
{
	display: flex;
	justify-content: space-between;
}

.header .bottom .menu .list .item 
{
	margin-right: 40px;
}

.header .bottom .menu .list .link 
{
	color:  #262626;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; 
	letter-spacing: 0.28px;
	text-transform: uppercase;
}

.header .bottom .right
{
	display: flex;
}

.header .bottom .right .icons 
{
	display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 30px;
	cursor: pointer;
}

.header .bottom .right .icons:last-child 
{
	margin-right: 24px;
}

.header .bottom .right .icons .img 
{
	width: 32px
}

.header .bottom .right .icons .text 
{
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.btn 
{
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	border-radius: 3px;
	background: var(--Button2, linear-gradient(90deg, #3D387A 0%, #9F3259 100%), linear-gradient(150deg, #F95E49 -12.44%, #CC306A 48.25%, #383C6C 105.26%), linear-gradient(270deg, #4E0C65 -3.15%, #220952 102.18%), #8009A9);
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title {
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.fon {

	width: 100%;
    max-width: 1920px;
    margin: auto;
    display: block;

}

.body
{
	margin: auto;
   	width: 1440px;
}

.service_fon 
{
	max-height: 500px;
}


.service 
{
    position: relative;
}


.service .content 
{
	position: absolute;
    left: 0px;
    top: -521px;
}
	

.service .head 
{
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: 583px;
	margin-bottom: 60px;
}

.service .search {
	display: flex;
	margin-bottom: 28px
}

.service .input 
{
	position: relative;
	width: 625px;
	margin-right: 15px;

}

.service .input input 
{
	color: #A3A3A3;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 6px;
	border: solid 2px #3D387A;
	background: #FFF;
	height: 70px;
	width: 100%;
	padding: 24px 43px 24px 18px;
	box-sizing: border-box;

}

.service .input img  
{
	position: absolute;
    top: 25px;
    right: 20px;

}

.service .search .btn 
{
	width: 166px;
	height: 70px;
	padding: 16px 28px 20px 28px;
}

.service .pop 
{
	display: flex;
}

.service .pop .item
{
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	padding: 4px 7px;
	border-radius: 4px;
	background: #FF8964;
	margin-right: 8px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.service .pop .item:first-child
{
	color: #464343;
	line-height: normal;
	padding: 0px;
	margin-right: 12px;
	background-color: transparent;
}

.category 
{
	margin-top: 89px;
}

.category .title 
{
	margin-bottom: 33px;
}

.category .list 
{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.category .list .item 
{
	position: relative;
}

.category .list .item .img 
{
	border-radius: 8px;
}

.category .list .item .label 
{
	
	color: #252525;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; 
	position: absolute;
    top: 42px;
    left: 40px;
}

.quark 
{
	margin-top: 90px;
}

.quark .list 
{
	display: flex;
	justify-content: space-between;
}

.quark .list .item 
{
	border-radius: 8px;
	border: solid 1px #D6D6D6;
	width: 380px;
	height: 151px;
	padding: 30px;
}

.quark .list .item:first-child {
	width: 440px;
}

.quark .list .item .number 
{
	color: #CC306A;
	font-size: 55px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.quark .list .item .label 
{
	color: #838383;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.tasks {
	width: 100%;
    height: 514px;
	border-radius: 0px 40px 40px 40px;
	background: linear-gradient(324deg, #F95E49 2.39%, #CC306A 27.69%, #383C6C 100.53%);
	margin-top: 90px;
}

.tasks .head
{
	padding-top: 38px;
    padding-left: 82px;
}

.tasks .head .title 
{
	color: #FFF;
	margin-bottom: 12px;
}

.tasks .head .subtitle 
{
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
}

.tasks .list 
{
	display: flex;
    justify-content: space-between;
    padding: 49px 82px 83px 82px;
    align-items: center;
}

.tasks .list .item 
{
	width: 360px;
    padding: 26px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #FD749B;
    background: #FFF;
}

.tasks .list .item .head  
{
	color: #252525;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
	padding-top: 0px;
    padding-left: 0px;
    margin-bottom: 27px;
    margin-top: 29px;
}

.tasks .list .item .text 
{
	color: #636363;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.project 
{
	margin-top: 117px
}

.project .title 
{
	margin-bottom: 21px;
}

.project .list
{
	display: flex;
	justify-content: space-between;
}
 
.project .list .item .img
{
	margin-bottom: 11px;
}

.project .list .item .author
{
	display: flex;
	align-items: center;
	padding-bottom: 15px;
}

.project .list .item .author .photo
{
	border-radius: 50%;
	margin-right: 7px;
	width: 60px;
    height: 60px;
}

.project .list .item .author .label
{
	color: #252525;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}

.project .list .item .author .label .link
{
	margin-left: 6px;
	color: #FF8964;
}

.business 
{
	margin-top: 117px;
	width: 100%;
	height: 328px;
	border-radius: 0px 40px 40px 40px;
	background: linear-gradient(133deg, #F95E49 1.92%, #CC306A 23.71%, #383C6C 86.46%);
}

.business .list
{
	display: flex;
}

.business .list .item
{
	position: relative;
	display: flex;
}

.business .list .item:first-child 
{
	margin-right: 261px;
}

.business .list .item .title
{
	width: 292px;
	color: #FFF;
	position: absolute;
    top: 67px;
    left: 82px;
}

.business .list .item .item:first-child {
	margin-right: 206px;
}

.business .list .item .item
{
	display: block;
}

.business .list .item .item .top
{
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	position: absolute;
    left: 5px;
    top: 77px;
}

.business .list .item .item .center
{
	color: #FFF;
	font-size: 100px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-top: 88px;
}

.business .list .item .item .bottom
{
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	width: 224px;
	position: absolute;
    top: 200px;
    left: 5px;
}

.business .list .item .item:last-child .bottom,
.business .list .item .item:last-child .top
{
	left: 0px;
}

.comment 
{
 margin-top: 119px;
 margin-bottom: 117px;
}

.comment .title
{
	margin-bottom: 40px;
}

.comment .list
{
	display: flex;
	justify-content: space-between;
}

.comment .list .item
{
	width: 268px;
	height: 304px;
	padding: 24px 20px 80px 20px;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #D3D3D3;
}

.comment .list .item .img
{
	border-radius: 50%;
	width: 86px;
	height: 86px;
	margin: auto;
    display: block;
}


.comment .list .item .subtitle
{
	color: #252525;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; 
	text-align: center;
}

.comment .list .item .line
{
	width: 101%;
	height: 1px;
	background: #EBEBEB;
	margin-top: 27px;
	margin-bottom: 23px;
}

.comment .list .item .text
{
	color: #818080;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
}

.comment .link 
{
	color: #FF8964;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
	text-align: center;
	margin-top: 37px;
	display: block;
}

.rect 
{
	width: 100%;
    background: #E7E7E3;
}

.buy_fon 
{
	max-height: 584px
}

.buy 
{
	position:relative;
}

.buy .content 
{
	position: absolute;
    top: -575px;
    right: 150px;
}

.buy .content .title
{
	width: 398px;
}

.buy .content .line
{
	width: 42px;
	height: 1px;
	background: #000;
	margin: 25px 0px;
}

.buy .content .label
{
	color: #252525;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	margin-bottom: 75px
}

.buy .content .btn
{
	width: 169px;
	height: 55px;
	box-sizing:border-box;
}

.freelance 
{
	margin-top: 143px;
	margin-bottom: 127px;
}

.freelance .title
{
	margin-bottom: 75px;
}

.freelance .list
{
	display: flex;
	justify-content: space-between;
}

.freelance .list .item
{
	width: 640px;
}

.freelance .list .item .subtitle
{
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 20px;
}

.freelance .list .item .text
{
	color: #323232;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
	width: 100%;
}

.footer 
{
	border-top: 1px solid #8009A9;
	padding-top: 55px;
	padding-bottom: 62px;
	max-width: 1920px;
    margin: auto;
}
.footer .list
{
	display: flex;
	justify-content: space-between;
}

.footer .list .item:nth-child(1) 
{
	margin-right: 38px;
}

.footer .list .item:nth-child(3) 
{
	margin-right: 130px;
}


.footer .list .item .subtitle
{
	color: #202024;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; 
	margin-bottom: 26px;
}

.footer .list .item .link
{
	color: #202024;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	display: block;
	margin-bottom:8px;
}


.footer .list .item .social 
{
	margin-bottom: 59px;
}

.footer .list .item .social .subtitle 
{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; 
	letter-spacing: 1.12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

 .footer .list .item .social .list
 {
 	display: block;
 }

 .footer .list .item .social .social_link
 {
 	margin-right: 12px;
 }

 .footer .list .item .rights .top 
 {
 	display: flex;
 	margin-bottom: 14px;
 }

 .footer .list .item .rights .top .logo
 {
 	margin-right: 16px;
 }

 .footer .list .item .rights .top .text
 {
 	color: #787171;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px
 }

 .footer .list .item .rights .bottom .logo_1
 {
 	margin-right: 18px;
 	width: 52px;
	height: 16px;
 }

 .footer .list .item .rights .bottom .logo_2
 {
 	width: 39px;
	height: 23px;
 }

.langs
{
	width: 60px;
	z-index: 100;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background-color: #fff;

	box-shadow: 0 0 10px #00000026;
	border-radius: 6px;
}

.langs img
{
	height: 42px;
}

.langs div
{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 4px;
	padding-bottom: 4px;
	transition: all 0.5s;
	cursor: pointer;
}

.langs div:hover
{
	background-color: #eee;
}

#langs-wrapper
{
	display: none;
	position: absolute;
	top: 35px;
	left: -10px;
}

#lang-pic
{
	width: 39px;
	height: 28px;
}

@media (max-width: 1800px) 
{
	.service .content 
	{
		top: -490px;
	}

	.buy .content
	{
		top: -560px
	}
}

@media (max-width: 1700px) 
{
	.header .wrapper 
	{
    	margin-left: 3%;
    	margin-right: 2%;
	}

	.header .logo {
    	margin-right: 25px;
	}

	.header .bottom .menu .list .item 
	{
    	margin-right: 35px;
	}


	.header .bottom .right .icons 
	{
   		margin-right: 25px;
   	}
   	.service .content 
   	{
    	top: -480px;
	}

	.buy .content
	{
		top: -530px
	}
}

@media (max-width: 1650px) 
{ 
	.header .wrapper 
	{
    	margin-left: 2%;
    	margin-right: 1.5%;
    }
    .service .content 
    {
    	top: -460px;
	}

	.buy .content
	{
		top: -500px
	}
}

@media (max-width: 1570px) 
{ 
	.header .logo img 
	{
    	width: 150px; 
    	height:auto;
    }

    .header .logo 
    {
    	margin-right: 20px;
	}

	.header .bottom .menu .list .item 
	{
    	margin-right: 30px;
	}
	
	.header .body .top .menu .list .link
	{
		padding: 13px 13px; 
	}

	.body 
	{
    	width: 1300px;
    }

    .service .content 
    {
    	top: -440px;
	}

    .service .input {
    	width: 550px;
    }

    .category .list .item .img 
    {
    	width: 322px;
    }

    .category .list .item:first-child .img 
    {
    	width: 648px;
    } 

    .quark .list .item 
    {
    	width: 320px;
    	height: 130px;
    }

    .quark .list .item:first-child 
    {
    	width: 400px;
	}
	.tasks .list .item 
	{
    	width: 330px;
    }

    .tasks 
    {
    	height: 490px;
    }

    .project .list .item .img 
    {
    	width: 310px;
	}

	.project .list .item .author .photo 
	{
    	width: 55px;
    	height: 55px;
    }

    .business .list .item:first-child 
    {
    	margin-right: 230px;
	}

    .business .list .item .item:first-child 
    {
    	margin-right: 160px;
	}

	.comment .list .item
	{
    	width: 245px; 
	}

	.buy .content
	{
		top: -470px
	}

	.freelance .list .item 
	{
    	width: 578px;
	}
}

@media (max-width: 1470px) 
{
	.header .wrapper 
	{
    	margin-left: 15px;
    	margin-right: 15px;
	}

	.header .bottom .right .icons 
	{
    	margin-right: 20px;  
    }

    .header .bottom .menu .list .item 
    {
    	margin-right: 25px;
	}

	.service .content 
	{
    	top: -420px;
	}

	.buy .content
	{
		top: -460px
	}
}


