html, body
{
	height: 100%;
}

section.main_section
{
	height: calc(100% - 105px);
}

section.main_section .content 
{
	min-height: 100%;
	position: relative;
	padding-bottom: 190px;
}

section.main_section .content  footer
{
	position: absolute;
	width: calc(100% - 64px);
	bottom: 0px;
}

h1
{
    font-family: 'InterRegular';
    line-height: 52px;
    font-size: 36px;
	color: #000 !important;
    max-width: 1000px;
	margin-bottom: 41px;
	font-weight: 700;
    font-size: 64px;
    line-height: 68px;
	width: 100%;
}

.header_block {
    background: url(/img/arrow_h1.svg) no-repeat calc(100% - 32px) calc(100% - -22px);
    width: 720px;
    margin: 0 auto;
    min-height: 233px;
	margin-bottom: 57px;
}

h1 span
{
	color: #4A2DFF;
}

nav .header {
    max-width: 1440px;
    background: #ececf6;
}

.auth_block
{
	cursor: pointer;
}

body .header .not_auth {
    padding-top: 12px;
    padding-bottom: 12px;
}

.auth_block .avatar
{
	width: 40px;
    height: 40px;
    border: 2px solid #B9BCFF;
    border-radius: 39px;
    line-height: 35px;
    text-align: center;
    color: #2B0FDA;
}

.auth_block .name_user
{
	color: #1A1A1A;
	letter-spacing: -0.01em;
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-left: 11px;
}

#avatarButton
{
	margin-right: 20px;
}

#userDropdown
{
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	letter-spacing: -0.01em;
	color: #1A1A1A;
	border-radius: 16px;
    box-shadow: none;
	margin-left: -146px !important;
	width: 261px;
}

#userDropdown .auth_block
{
	padding-left: 27px;
}

#userDropdown .auth_block .avatar
{
	line-height: 37px;
}

#userDropdown .user_name
{
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #1A1A1A;
}

#userDropdown .user_email
{
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.01em;
	color: #999999;
}

#userDropdown .logout_button
{
	margin-left: 14px;
    margin-right: 14px;
	border-top: 1px solid #F0F0F0;
}

#userDropdown .logout_button a.block
{
	background: url('../../img/copy_gray.svg') no-repeat;
	background-position: 12px 6px;
    padding-left: 41px;
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	letter-spacing: -0.01em;
	color: #1A1A1A;
}

#languages-button
{
	margin-right: 10px;
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    letter-spacing: -0.03em;
    width: 219px;
    margin-top: 0px;
    margin-left: 10px;
    padding-left: 23px;
}

#languages-button .lang_name
{
    margin-left: 5px;
}

section .content
{
    max-width: 1440px;
    background: #ececf6;
}

section .content .description_block
{
    max-width: 928px;
    margin: 0 auto;
}

section .content button.send_create_content
{
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    letter-spacing: -0.03em;
    width: 219px;
    margin-top: 6px;
    border-radius: 16px;
    background: #4A2DFF;
    margin-left: 10px;
    padding-left: 23px;
}

section .content button.send_create_content:hover
{
    background: #2B0FDA;
}

section .content button.send_create_content[disabled], section .content button.send_create_content:disabled
{
    background: #999999;
}

#languages-button
{
    background: none;
    border: 0px;
    width: 159px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 15px;
    font-weight: 600;
}

#languages-button:focus, #languages-button:hover, #languages-button:active {
    outline: 0;
    outline-offset: 0;
}

section .content button svg
{
    margin-left: 13px;
    margin-top: -3px;
}

body footer .date_block {
    padding-left: 252px;
}

nav .header .modal_form {
    color: #000;
    font-family: 'InterRegular';
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.03em;
    border: 2px solid #1A1A1A;
    border-radius: 16px;
    padding: 13px 16px;
    text-decoration: none;
    font-weight: bold;
}

nav .header .modal_form:hover {
    border: 2px solid #4A2DFF;
}

.content form input
{
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #1A1A1A;
    border: 0px;
    padding-left: 19px;
}

.content form input:focus, .content form input:hover, .content form input:active
{
    outline: 0;
    outline-offset: 0;
    --tw-ring-inset: none;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: none;
    --tw-ring-color: none;
    --tw-ring-offset-shadow: none;
    --tw-ring-shadow: none;
    border-color: transparent;
    box-shadow: none;
}

.content .content_block:focus-within {
    border: 1.8px solid #4A2DFF;
    box-shadow: 0px 0px 20px #6941C6;
    border-radius: 16px;
}

.content .content_block
{
    background: #FFF;
    border-radius: 16px;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1.8px solid #4A2DFF;
}

#dropdown-languages {
    margin-top: 11px !important;
    border-radius: 16px;
    width: 184px;
}

#dropdown-languages li button {
    background: none;
    line-height: 17px;
    width: 100%;
    margin-left: 3px;
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.03em;
    margin-top: 6px;
    padding-left: 23px;
}

#dropdown-languages li button:hover {
    color: #4A2DFF;
}


.slider_block h2 {
    font-family: 'InterRegular';
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #1A1A1A;
    font-weight: 600;
	margin-bottom: 27px;
}

.news_block .grid {
    margin-bottom: 88px;
}

.slider_block .slider_info p {
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(9px);
    border-radius: 10px;
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #1A1A1A;
    padding: 12px 18px;
    margin-left: 5px;
    margin-right: 5px;
}

.slider_info .slick-prev
{
    background: url('../img/arrow_left.svg') no-repeat;
    top: 35px;
}

.slider_info .slick-prev:before {
    content: '';
}

.slider_info .slick-next:before, .slick-dots li button:before {
    content: '';
}

.slider_info .slick-next
{
    background: url('../img/arrow_right.svg') no-repeat;
    top: 35px;
}

.slick-dots li button
{
    background: url('../img/empty_dot.svg') no-repeat;
}

.slick-dots li.slick-active button
{
    background: url('../img/filled_dot.svg') no-repeat;
}

.slider_block .button_block
{
    width: calc(100% - 200px);
    margin: 0 auto;
}

.news_block {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 49px;
}

.news_block .content_block {
    padding: 32px 29px;
}

.news_block .content_block img {
    border-radius: 10px;
    height: 259px;
}

.news_block .content_block h3 {
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */
    letter-spacing: -0.02em;
    color: #000000;
    margin-top: 24px;
}

.news_block .content_block p.item_text {
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    /* gray/900 */
    color: #18181B;
    margin-top: 19px;
}

.description_block h2 {
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #1A1A1A;
}

.description_block ul li
{
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #888888;
}

.description_block .items_block
{
    width: 213px;
}

.description_block p {
    font-family: 'InterItalic';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.01em;
}

.content .description_block button
{
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background: #F4EBFF;
    border: 1px solid #F4EBFF;
    color: #6941C6;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    float: right;
}

.content .description_block .button_block
{
    padding: 24px 30px 18px;
}

.content .description_block h3 {
    font-family: 'InterSemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
    margin-bottom: 19px;
}

.content .description_block .item_text
{
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #18181B;
    text-align: left;
    border-bottom: 1px solid #CBD5E1;
    padding-bottom: 22px;
    margin-bottom: 5px;
}

.description_form {
    max-width: 1164px;
    margin: 0 auto;
}

.description_block .grid.info_block
{
    grid-template-columns: 385px 526px;
}

.clear
{
    clear: both;
}

.content .text_block_grid {
    grid-template-columns: auto auto;
}

.blink {
    margin-right: -15px;
    padding-top: 8px;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0,2.0,0,1.0);
    animation-duration: 1s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0,2.0,0,1.0);
    -webkit-animation-duration: 1s;
}

.blink.hide
{
    animation-name: initial;
}

footer
{
    height: 71px;
    line-height: 71px;
    border-radius: 16px;
}

footer .date_block {
    flex: 1 1;
    line-height: 71px;
}

footer .modal_form {
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    text-align: right;
    letter-spacing: -0.01em;
    /* Main/Black 01 */
    color: #1A1A1A;
    margin-right: 46px;
}

#languages-button .arrow_lang
{
    background: url('../img/arrows_default.svg') no-repeat;
    width: 12px;
    height: 18px;
    margin-left: 15px;
}

#languages-button:hover .arrow_lang, .dropdown.is-active #languages-button .arrow_lang
{
    background: url('../img/arrows.svg') no-repeat;
}

#languages-button:hover, .dropdown.is-active #languages-button {
    color: #999999;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#languages-button-bottom
{
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    text-align: center;
    letter-spacing: -0.03em;
    /* Main/Black 01 */
    color: #1A1A1A;
    border: 3px solid #1A1A1A;
    border-radius: 16px;
    margin-right: 11px;
}

@keyframes blinker {
    from { opacity: 1.0; }
    to { opacity: 0.0; }
}

@-webkit-keyframes blinker {
    from { opacity: 1.0; }
    to { opacity: 0.0; }
}

.description_block p img
{
    border-radius: 9px;
    width: 450px;
}

#modalForm .close_block
{
    top: 0px;
    right: 0px;
    z-index: 1;
}
.slider p {
    user-select:text;
}

.tooltip_block button
{
    background: url('../img/info.svg') no-repeat;
    padding-right: 0px;
}

.tooltip_block {
    max-width: 1164px;
    margin: 0 auto;
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */
    letter-spacing: -0.03em;
    /* Main/Black 01 */
    color: #1A1A1A;
    display: flex;
    margin-top: 13px;
    margin-bottom: 35px;
}

.tooltip_block .flex {
    margin-left: 15px;
}

.tooltip_block .tooltip-name
{
    margin-left: 9px;
    font-weight: 600;
    border-bottom:1px #1A1A1A solid;
    border-bottom-style: dashed;
}

.content form textarea {
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #1A1A1A;
    border: 0px;
    padding-left: 5px;
    resize: none;
    overflow-y: hidden;
    text-wrap: nowrap;
    overflow-x: hidden;
	height: 44px;
	margin-left: 19px
}

.content form textarea:focus
{
	box-shadow: none;
}

/*@media screen and (max-width: 990px)
{
    .description_block .grid.info_block
    {
        display: block;
    }

    .description_block h2
    {
        margin-top: 13px;
    }
}

@media screen and (max-width: 840px)
{
    .description_block p {
        display: block;
    }

    .description_block .flex
    {
        display: block;
    }

    .description_block .flex h3{
        text-align: left;
        margin-top: 17px;
    }

    .description_block .img_block
    {
        grid-template-columns: 100%;
    }

    .description_block .first_img_block
    {
        grid-area: 1 / 1;
    }

    .description_block .first_text_block
    {
        grid-area: 2 / 1;
    }

    .description_block .second_img_block
    {
        grid-area: 3 / 1;
    }

    .description_block .second_text_block
    {
        grid-area: 4 / 1;
    }

    .description_block .third_img_block
    {
        grid-area: 5 / 1;
    }

    .description_block .third_text_block
    {
        grid-area: 6 / 1;
    }

    .content .description_block .item_text
    {
        margin-bottom: 33px;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 550px)
{
    .content h1
    {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.025em;
        text-align: left;
    }
    .content .p-8
    {
        padding: 0px;
    }

    .description_form {
        max-width: 100%;
    }

    .content form
    {
        display: block;
    }

    section .content button {
        width: 100%;
        margin-top: 14px;
        margin-left: 0px;
    }

    section .content .description_block {
        margin: 36px auto 0px;
    }

    .content form .flex {
        width: 100%;
        margin-left: 11px;
    }

    .content .description_block h3 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.025em;
    }

    .content .description_block .item_text {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.01em;
    }

    section .content {
        padding-bottom: 10px
    }

    .description_block p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.01em;
    }
}*/

.create_icon
{
	grid-area: create_icon;
}

.create_content
{
	grid-area: create_content;
	margin-right: 8px;
}

section .content button.send_create_content .inner_button_content
{
	display: grid;
    grid-template-areas: "create_content create_icon";
    grid-template-columns: auto 29px;
    margin: 0 auto;
}

section .content button svg {
	margin-left: 0px;
	margin-top: 12px;
}

.bottom_lang_name
{
	margin-right: 11px;
}

section .content footer button svg {
	margin-left: 0px;
	margin-top: 3px;
}

.header .logo
{
	background: url('../img/logo_new.svg') no-repeat;
	width: 129px;
    height: 28px;
}

.mobile_menu
{
	display: none;
}

.info_block
{
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -0.03em;
	color: #1A1A1A;
	margin-bottom: 15px;
}

#avatarMobileButton
{
	display: none;
}

@media screen and (max-width: 1120px)
{
	section .content button.send_create_content {
		width: 233px;
	}
}

@media screen and (max-width: 1095px)
{
	.news_block .grid 
	{
		display: block;
		margin-bottom: 33px;
	}
	
	.news_block .content_block {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1170px)
{
	section .content button.send_create_content {
		width: 260px;
	}
}

@media screen and (max-width: 755px)
{
	h1 {
		font-family: 'InterRegular';
		font-style: normal;
		font-weight: 600;
		color: #000 !important;
		max-width: 1000px;
		margin: 0 auto;
		margin-top: 5px;
		margin-bottom: 16px;
		font-size: 48px;
		line-height: 52px;
		text-align: center;
		letter-spacing: -0.025em;
		width: auto;
	}
	
	.header_block {
		width: auto;
		min-height: 140px;
	}
}

@media screen and (max-width: 700px)
{
	body footer
	{
		display: grid !important;
		grid-template-areas:
			"contact"
			"date";
		height: auto;
		margin: 0px !important;
	}
	
	.contact_area {
		grid-area: contact; 
		text-align: center;
	}
 
	.date_area {
		grid-area: date;
	}
	
	body footer .date_block {
		padding-left: 0px;
		text-align: center;
		line-height: 18px;
		margin-top: 6px;
		margin-bottom: 15px;
	}
	
	#languages-button-bottom {
		text-align: center;
		margin-right: 0px;
		width: calc(100% - 25px);
		line-height: 28px;
	}
	
	footer .modal_form {
		display: block;
        width: calc(100% - 32px);
        margin-top: 15px;
        text-align: center;
        margin-bottom: 11px;
        background: #4A2DFF;
        border-radius: 16px;
        margin-left: 16px;
        margin-right: 16px;
        height: 52px;
        color: #FFF;
	}
	
	.description_form {
		display: block;
		text-align: center;
	}
	
	.contact_area svg {
		position: absolute;
		right: 48px;
	}
	
	section .content button.send_create_content {
	    width: auto;
	}
	
	.blink
	{
		grid-area: blink;
		display: none;
	}
	
	#simple-search
	{
		grid-area: input_search;
	}
	
	.dropdown
	{ 
		grid-area: dropdown_lang;
		margin: 0px;
		width: calc(100% - 22px);
	}
	
	body form .content_block 
	{
		display: grid !important;
		grid-template-areas:
			"input_search input_search"
			"dropdown_lang dropdown_lang";
		height: auto;
		grid-template-columns: 20px auto;
	}
	
	.content .content_block {
		background: none;
		border-radius: 0px;
		padding-left: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		border: 0px;
	}
	
	.content .news_block .content_block {
		border: 0px;
		padding: 16px 16px 24px;
		background: #FFFFFF;
		backdrop-filter: blur(9px);
		border-radius: 30px;
	}
	
	#languages-button {
		width: 100%;
		padding-left: 11px;
	}
	
	.content .content_block:focus-within {
		border: 0px;
		box-shadow: 0px 0px 0px #6941C6;
		border-radius: 0px;
	}
	
	.content form input {
		font-family: 'InterRegular';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		letter-spacing: -0.01em;
		border: 0px;
		padding-left: 19px;
		background: #FFFFFF;
		border: 1.8px solid #B9BCFF;
		border-radius: 16px;
		line-height: 24px;
		color: #000;
	}
	
	.content form textarea {
		font-family: 'InterRegular';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		letter-spacing: -0.01em;
		border: 0px;
		padding-left: 10px;
		background: #FFFFFF;
		border: 1.8px solid #B9BCFF;
		border-radius: 16px;
		line-height: 24px;
		color: #000;
		text-wrap: initial;
		height: 125px;
		margin-left: 0px;
		margin-bottom: 6px;
		overflow-y: auto;
	}
	
	.slider_block .button_block {
		width: calc(100% - 60px);
		margin: 0 auto;
	}
	
	#languages-button .arrow_lang {
		position: absolute;
		right: 24px;
	}
	
	.news_block {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 69px;
	}
	
	section.main_section .content footer {
		width: calc(100% - 35px);
		bottom: 15px;
	}
}

@media screen and (max-width: 500px)
{
	section .content button.send_create_content {
		width: 100%;
		margin-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		line-height: 68px;
		margin-bottom: 61px;
	}
	
	.header_block {
		background: url(/img/arrow_h1.svg) no-repeat calc(100% - 1px) calc(100% + 25px);
		min-height: 232px;
	}
	
	.info_block {
		font-size: 16px;
	}
	
	section .content button.send_create_content .inner_button_content
	{
		display: grid;
		grid-template-areas: "create_icon create_content";
		grid-template-columns: 31px auto;
		margin: 0 auto;
	}
	
	section .content button svg {
		margin-left: 0px;
		margin-top: 22px;
	}
	
	.login_link
	{
		display:none;
	}
	
	body nav {
		background: #ececf6 !important;
		padding-top: 7px;
	}
	
	body nav .header {
		background: #FFFFFF;
		border-radius: 20px;
		padding: 8px 10px 8px 10px;
		margin-left: 7px;
		margin-right: 7px;
	}
	
	.header .logo
	{
		background: url('../img/logo_mobile.svg') no-repeat;
		width: 90px;
		height: 20px;
	}
	
	.mobile_menu
	{
		display: block;
		background: url('../img/menu.svg') no-repeat;
		width: 22px;
		height: 16px;
		margin-right: 5px;
	}
	
	.mobile_login_link
	{
		border: 2px solid #1A1A1A;
		border-radius: 16px;
		padding: 10px 16px;
		font-family: 'InterRegular';
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 22px;
		text-align: center;
		letter-spacing: -0.03em;
		color: #1A1A1A;
		width: 100%;
		display: block;
		margin-bottom: 12px;
	}
	
	#avatarButton, #userDropdown
	{
		display: none;
	}
	
	#avatarMobileButton
	{
		display: flex;
	}
	
	.tooltip_block {
		margin-top: 28px;
		margin-bottom: 108px;
	}
	
	.slider_block h2 {
		margin-bottom: 26px;
	}
	
	section.main_section {
		height: calc(100% - 63px);
	}
}
