/*
Theme Name: 100 startups
Version: 1.0
Author URI: https://docode.pro
*/

@font-face{
	font-family:'Rubik';
	src:url('/wp-content/themes/docode_theme/fonts/Rubik-Regular.ttf') format('truetype');
	font-weight:400;
	font-style:normal
}

@font-face{
	font-family:'Rubik';
	src:url('/wp-content/themes/docode_theme/fonts/Rubik-Medium.ttf') format('truetype');
	font-weight:500;
	font-style:normal
}

@font-face{
	font-family:'Rubik';
	src:url('/wp-content/themes/docode_theme/fonts/Rubik-Bold.ttf') format('truetype');
	font-weight:600;
	font-style:normal
}

:root {
	--bl: #1A1A1A;
	--d-gray: #4D4D4D;
	--m-gray: #DDDEE2;
	--gray: #EFF0F3;
	--wh: #fff;
	--prim: #0033EA;
	--sec: #21CAFD;
	--vi: #6825FF;
	--shadow: 0rem 5px 10px 2px rgba(0, 0, 0, 0.1);
}

:focus {
	outline: none;
}

::placeholder{
	color: var(--bl);
}

body {
	font-family: Rubik;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	background: var(--gray);
}

button, input, select, textarea {
	
}

a {
	transition: .3s;
	text-decoration: none;
	color: var(--sec);
}
a:hover {
	text-decoration: underline;
}

p, ul {
    margin-bottom: 20px;
}

h1, .h1 {
	font-weight: 500;
	font-size: 40px;
}

h2, .h2 {
	font-weight: 500;
	font-size: 24px;
}

h3, .h3 {
	font-weight: 500;
	font-size: 20px;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
    max-width: 100%;
}

img.to_svg{
	display: none;
}

.btn{
	cursor: pointer;
	background: var(--wh);
	color: var(--prim);
	display: flex;
	width: 340px;
	height: 48px;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	border: 3px solid var(--wh);
	transition: 0.3s;
	font-size: 16px;
	position: relative;
}

.btn:hover{
	background: var(--m-gray);
	border: 3px solid var(--m-gray);
}

.btn:focus{
	background: var(--wh);
	border: 3px solid var(--bl);
}

header {
    position: relative;
    z-index: 100;
}

.header_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

a.head_logo {
    border-left: 1px solid var(--bl);
    padding-left: 20px;
}

a.head_logo:first-child {
    border: none;
    padding: 0;
}

.head_logo img {
    height: 40px;
    width: auto;
    margin-right: 30px;
}

.header_active {
    position: relative;
    padding: 18px 0;
}

.mobile_menu {
    display: none;
}

.lang_menu_wrap {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.lang-menu li:last-child a {
    padding-right: 0;
    border: navajowhite;
}

.ul_main_menu {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    margin-left: auto;
}

.ul_main_menu a {
    margin: 0 10px;
    color: var(--bl);
    text-decoration: none;
}

.ul_main_menu a:hover {
    color: var(--vi);
}

.lang-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lang-menu li a {
    color: var(--bl);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 20px;
    border-right: 1px solid var(--bl);
    text-transform: uppercase;
}

.lang-menu li.current-lang a {
    font-weight: 600;
}

.lang-menu li a:hover {
    color: var(--vi);
}

section.description {
    color: var(--bl);
    padding: 0px 0 100px;
    position: relative;
}

img.banner_fon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.desc_intro_mob {
    display: none;
}

.desc_row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.desc_img {
    flex: 1;
    position: relative;
}

.desc_intro {
    width: 55%;
    padding-top: 70px;
}

.desc_img img {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.desc_title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 110%;
}

.desc_title span {
    color: var(--sec);
}

.desc_facts {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--wh);
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    border-radius: 24px;
    padding: 20px 0;
}

.facts_title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.facts_list {
    display: flex;
	flex-wrap: wrap;
}

.facts_s {
    width: 100%;
    padding: 20px 20px 0;
    text-align: right;
}

.desc_facts_card {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    border-right: 1px solid var(--vi);
    padding: 0 50px;
}

.desc_facts_icon {
    width: 90px;
    margin-right: 20px;
}

.desc_facts_card:last-child {
    border: none;
}

.desc_facts_title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 600;
}

.desc_facts_content {
    flex: 1;
}

.desc_txt {
    padding-bottom: 250px;
}



section.cards {
    padding: 0px 0 60px;
}

.cards_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.cards_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.cards_title {
    font-size: 32px;
    font-weight: 600;
}

a.cards_link {
    color: var(--bl);
    text-decoration: none;
}

a.cards_link:hover {
    color: var(--vi);
}

a.any_card {
    margin: 0 20px 40px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    background: var(--wh);
    text-decoration: none;
    width: calc(33.333% - 40px);
    flex-direction: column;
}

a.any_card:first-child{
    width: 100%;
    flex-direction: row;
}

.card_img {
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    min-height: 250px;
    position: relative;
}

a.any_card:first-child .card_img {
    width: 40%;
    position: relative;
}

.card_text {
    display: flex;
    flex-direction: column;
    padding: 20px;
    flex: 1;
    color: var(--bl);
}

.card_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_name {
    /* text-transform: uppercase; */
    color: var(--vi);
    margin-bottom: 20px;
    font-size: 20px;
}

.card_title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.card_lnk {
    color: var(--vi);
    margin-top: 20px;
}

a.any_card:hover {
    box-shadow: var(--shadow);
}

.card_desc {
    margin-bottom: auto;
}

a.any_card:first-child .card_text {
    padding: 40px;
}

section.priz {
    background: linear-gradient(90deg, #4724EF, #006EF0);
    margin-bottom: 40px;
}

.priz_row {
    display: flex;
    align-items: center;
    position: relative;
    padding: 40px 0;
}

img.priz_img {
    position: absolute;
    width: 240px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.priz_content {
    color: var(--wh);
    margin-left: 300px;
    width: 450px;
}

.priz_title {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 110%;
    font-weight: 600;
}

a.priz_btn {
    display: block;
    border-radius: 10px;
    padding: 10px 30px;
    margin-left: auto;
    color: var(--wh);
    border: 1px solid var(--wh);
    text-decoration: none;
}

a.priz_btn:hover {
    background: var(--wh);
    color: var(--vi);
}






.btn_more_wrap {
    display: flex;
    justify-content: center;
}

.loader {
    position: absolute;
    right: 20px;
    top: 10px;
    display: none;
}

.loader {
	animation: 1s linear 0s normal none infinite running rot;
	-webkit-animation: 1s linear 0s normal none infinite running rot;
}
@keyframes rot {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rot {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/*

footer {
    color: var(--bl);
    padding: 60px 0 40px;
}

a.footer_logo {
    display: block;
    width: 162px;
    margin-bottom: 32px;
    filter: grayscale(1);
}

.footer_left {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
}

.footer_desc {
    width: 50%;
}

.footer_cont {
    width: calc(33.3333% - 20px);
    padding-top: 20px;
    margin: 0 10px;
}

.footer_title {
    font-weight: 500;
    margin-bottom: 24px;
}

.footer_cont_list {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-right: 50px;
}

.footer_cont_list a {
    display: flex;
}

.footer_cont_list span {
    color: var(--bl);
    font-size: 14px;
    transition: 0.3s;
    margin-bottom: 10px;
    flex: 1;
}

.footer_cont_list a:hover {
    text-decoration: none;
}

.footer_cont_list a:hover span {
    color: var(--vi);
}

.footer_cont_list a path {
    fill: var(--bl);
    transition: 0.3s;
}

.footer_cont_list a:hover path {
    fill: var(--vi);
}

.footer_social {
    flex: 1;
    display: flex;
    padding-top: 20px;
    margin: 0 10px;
}

.footer_social_list {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.footer_social_list a {
    display: block;
    background: var(--wh);
    position: relative;
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
}

.footer_social_list a path {
    fill: var(--bl);
    transition: 0.3s;
}

.footer_social_list a img, .footer_social_list a svg {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer_social_list a:hover path {
    fill: var(--sec);
}

.footer_copywrite {
    margin-top: 32px;
    padding: 16px 0;
    border-top: 1px solid #51528B;
    font-size: 14px;
}
*/

footer {
    background: var(--gray);
    color: var(
    --bl);
    padding: 64px 0 0;
}

a.footer_logo {
    display: block;
    width: 162px;
    margin-bottom: 32px;
    filter: grayscale(1);
}

.footer_left {
    width: calc(50% - 20px);
    margin: 0 10px;
}

.footer_desc {
    width: 50%;
}

.footer_cont {
    width: calc(40% - 20px);
    padding-top: 20px;
    margin: 0 10px;
}

.footer_title {
    font-weight: 500;
    margin-bottom: 24px;
}

.footer_cont_list {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.footer_cont_list a {
    display: flex;
}

.footer_cont_list span {
    margin-left: 10px;
    color: var(--bl);
    font-size: 14px;
    transition: 0.3s;
    margin-bottom: 10px;
    flex: 1;
}

.footer_cont_list a:hover {
    text-decoration: none;
}

.footer_cont_list a:hover span {
    color: var(--vi);
}

.footer_cont_list a path {
    fill: #51528B;
    transition: 0.3s;
}

.footer_cont_list a:hover path {
    fill: var(--m-gray);
}

.footer_social {
    flex: 1;
    display: flex;
    padding-top: 20px;
    margin: 0 10px;
}

.footer_social_list {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.footer_social_list a {
    display: block;
    background: var(--wh);
    position: relative;
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
}

.footer_social_list a path {
    fill: var(--bl);
    transition: 0.3s;
}

.footer_social_list a img, .footer_social_list a svg {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer_social_list a:hover path {
    fill: var(--vi);
}

.footer_copywrite {
    margin-top: 32px;
    padding: 16px 0;
    border-top: 1px solid var(--vi);
    font-size: 14px;
}


@media(max-width: 1100px){
	.lang_menu_wrap {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		width: 80%;
		margin: 0;
	}

	img.global_icon {
		display: none;
	}

	.menu-lang_menu-container {
		width: 100%;
	}

	ul#menu-lang_menu {
		margin: 20px 0 0;
		padding: 0;
	}

	.header_active {
		padding: 20px 0 0px;
	}

	ul#menu-lang_menu li {
		/* flex: 1; */
	}

	.lang-menu li a {width: 100%;font-size: 14px;padding-left: 0;border: navajowhite;}

	.desc_intro {
		display: none;
	}

	.desc_intro_mob {
		display: block;
		width: 100%;
	}

	.desc_img img {
		position: relative;
		bottom: -6px;
		max-width: 100%;
	}

	.desc_img {
		flex: 100%;
		margin: -40px 70px 280px;
	}

	section.description {
		padding: 30px 0 0px;
	}

	.any_card:nth-child(9n+2), .any_card:nth-child(9n+3), .any_card:nth-child(9n+4), .any_card:nth-child(9n+6), .any_card:nth-child(9n+7), .any_card:nth-child(9n+8) {
		width: calc(50% - 20px);
	}

	header {
		position: relative;
		top: 0;
	}

	.footer_cont {
		width: calc(50% - 20px);
	}

	.footer_social_list {flex-direction: row;margin: 20px 0 0;}

	.footer_social_list a {
		margin-bottom: 0;
		margin-right: 16px;
	}

	.footer_desc {
		width: 80%;
	}
}


@media(max-width: 600px){
	.head_logo img {
	    height: 30px;
	}
	
	.desc_title {
	    font-size: 24px;
	    line-height: 150%;
	}
	
	.desc_txt {
	    font-size: 14px;
	    padding-bottom: 0;
	}
	
	.desc_img img {
	    left: -16px;
	}
	
	section.cards {
	    padding: 60px 0;
	}
	
	.cards_row {
	    margin: 0;
	}
	
	.any_card {
	    width: 100%;
	    margin: 0 0 40px;
	}
	
	.any_card:nth-child(9n+2), .any_card:nth-child(9n+3), .any_card:nth-child(9n+4), .any_card:nth-child(9n+6), .any_card:nth-child(9n+7), .any_card:nth-child(9n+8) {
	    width: 100%;
	}
	
	.btn {
	    width: 100%;
	}
	
	.footer_left {
	    width: 100%;
	    margin: 0 0 40px;
	}
	
	.footer_desc {
	    width: 100%;
	}
	
	.footer_cont {
	    width: 100%;
	    margin: 0 0 10px;
	}
	
	.burger {
	    width: 30px;
	    height: 30px;
	    /* border: 1px solid; */
	    margin: 20px 0 13px auto;
	    position: relative;
	}
	
	.burger span {
	    display: block;
	    position: absolute;
	    width: 80%;
	    height: 2px;
	    background: #1C5739;
	    top: 19px;
	    left: 5px;
	    transition: 0.3s;
	}
	
	.burger span:first-child {
	    top: 9px;
	}
	
	.burger span:last-child {
	    top: 29px;
	}
	
	.menu_open .burger span:first-child, .menu_open .burger span:last-child {
	    opacity: 0;
	}
	
	.menu_open .burger span:nth-child(2) {
	    transform: rotate(45deg);
	}
	
	.menu_open .burger span:nth-child(3) {
	    transform: rotate(-45deg);
	}
	
	.mobile_menu {
	    position: absolute;
	    width: 100%;
	    background: var(--wh);
	    height: calc(100vh - 56px);
	    display: none;
	    overflow: auto;
	}
	
	.ul_mob_menu a {
	    color: var(--d-blue);
	    display: block;
	    text-align: center;
	    padding: 5px;
	}

	.ul_mob_menu .sub-menu a {
	    font-size: 16px;
	    margin: 15px 0;
	    display: block;
	}
	
	.menu_open .mobile_menu {
	    display: block;
	}

	.mobile_menu .menu-item-has-children:after {
	    padding: 20px;
	    right: 0;
	    top: -3px;
	}

	.ul_mob_menu > li {
	    border-bottom: 1px solid var(--gray);
	    padding-top: 10px;
	}
	
	.ul_mob_menu > li:first-child {
	    border-top: 1px solid var(--gray);
	}

	.ul_mob_menu {
	    display: block;
	    margin: 0;
	    padding: 40px 0 0;
	    list-style: none;
	    font-size: 18px;
	}

	.ul_main_menu {
	    display: none;
	}
	
	a.head_logo {
	    display: flex;
	    justify-content: center;
	    flex: 1;
	}
	
	
	.desc_facts {
	    position: absolute;
	    padding: 0;
	    bottom: 0;
	}
	
	.desc_facts_card {
	    padding: 20px 20px;
	    border-right: none;
	    border-bottom: 1px solid var(--vi);
	}
	
	.desc_facts_icon {
	    width: 50px;
	}
	
	.desc_facts_title {
	    font-size: 20px;
	    line-height: 100%;
	    margin-bottom: 5px;
	}
	
	.desc_facts_text {
	    line-height: 110%;
	}
	
	.cards_title {
	    font-size: 30px;
	    width: 100%;
	    margin-bottom: 10px;
	}
	
	a.any_card:first-child .card_text {
	    a.any_card: first-child .card_text;
	    padding: 20px;
	}
	
	a.any_card:first-child {flex-direction: column;}
	
	a.any_card:first-child .card_img {
	    width: 100%;
	}
	
	a.any_card {
	    margin: 0 0 40px;
	}
	
	.priz_row {
	    flex-wrap: wrap;
	}
	
	img.priz_img {
	    position: static;
	    transform: none;
	    margin: auto;
	    width: 60%;
	}
	
	.priz_content {
	    width: 100%;
	    margin: 20px 0 20px;
	    text-align: center;
	}
	
	a.priz_btn {
	    margin: auto;
	}
	
	footer {
	    padding-top: 20px;
	}
	
	.facts_title {
		margin: 20px 10px 0;
	}
	
	.facts_s {
		padding: 0 20px 20px;
	}
}






