/*    FONTS    */
@font-face {
    font-family: Open Sans;
    font-weight: normal;
    src: url(fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: Open Sans;
    font-weight: 600;
    src: url(fonts/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: Roboto Slab;
    font-weight: normal;
    src: url(fonts/RobotoSlab-Regular.ttf);
}

@font-face {
    font-family: BBC;
    font-weight: 400;
    src: url(fonts/bebas_neue_cyrillic/bebasneuecyrillic.ttf);
}
@font-face {
    font-family: GothamPro;
    font-weight: 400;
    src: url(fonts/GothamPro/gothampro.ttf);
}
@font-face {
    font-family: GothamPro;
    font-weight: 700;
    src: url(fonts/GothamPro/gothampro_bold.ttf);
}

@font-face {
	font-family: vCompn;
	font-weight: 400;
	src: url(fonts/Roboto/Roboto-Regular.ttf);
}



@keyframes content {
    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}

*{
    outline: none !important;
}

body, html{
    animation: content 1s ease;
}
html{
    scroll-behavior: smooth;
}

body{
    position: relative;
    overflow-x: hidden;
    padding-top: 0px;
}

section{
    position: relative;
    margin:50px 0px;
    z-index: 1;
}

section .container{
    position: relative;
    z-index: 2;
}

.d-grid{
    display: grid;
    align-content: center;
}



a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
input:focus ,
.button,
.button-o,
[role="button"],
textarea:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  user-select: none !important;
}

h1{
    font-family: vCompn;
    font-weight: bold;
    font-size: 100px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
}

h2{
    font-family: vCompn;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 0px;
}

p{
    font-family: vCompn;
    font-weight: 450;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
}


.button{
    background: #FFF;
    border: 2px solid #FFF;
    box-sizing: border-box;
    padding: 10px 25px;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.17);
    border-radius: 50px;
    font-family: vCompn;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000 !important;
    outline: none;
    text-decoration: none !important;
    cursor: pointer;
    width: max-content;
    margin:0px;
    display: block;
    outline: none !important;
    transition: all 0.2s ease;
    text-align: center;
}

.button:hover{
    transform: scale(1.03);
}

.button-o{
    background:transparent;
    border: 1px solid #FFF;
    box-sizing: border-box;
    padding: 10px 25px;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    font-family: vCompn;
    font-size: 18px;
    line-height: 149.8%;
    font-weight: 600;
    color: #FFF !important;
    outline: none;
    text-decoration: none !important;
    cursor: pointer;
    width: max-content;
    margin:0px;
    display: block;
    outline: none !important;
    transition: all 0.2s ease;
    text-align: center;
}

.button-o:hover{
    transform: scale(1.03);
}



/*   Header   */
.top-nav {
    background: #141414;
    padding: 8px 0px;
    font-family: vCompn;
    font-weight: 500;
    font-size: 10px;
    line-height: 120.69%;
    color: #FFFFFF;
}
.top-nav-two{
    display: grid;
    padding: 0px 5% 0px;
    max-width: 1140px;
    margin: auto;
    padding: 0px 15px;
    grid-template-columns: 2fr 2fr 2fr;
}

header{
    position: relative;
    z-index: 110;
    display: block;
    width: 100%;
    transition: all 0.4s ease;
    top: 0px;
    box-shadow: 0px 2px 10px 0px #0000001A;
}

#navbar.nonactive{
    background: #FFF;
}

#navbar.active{
    background: #FFF;
    top: 0px;
}


.nav-div{
    padding:25px 0px;
    display: grid;
    grid-template-columns: 159px 1fr;
    align-items: center;
    justify-content: space-between;
}
.site-link{
        font-family: vCompn;
    font-size: 14px;
    background: #d50032;
    width: fit-content;
    height: fit-content;
    padding: 16px 40px;
    border-radius: 50px;
    color: #fff;
    line-height: 16px;
    justify-self: end;
	transition: all 0.5s ease;
}
.site-link:hover{
	text-decoration: unset;
	color: #fff;
	box-shadow: 0px 0px 2px 6px rgba(253, 177, 1, 0.4);
}
.logo-div{
    display: grid;
    justify-content: start;
}
.logo-div img{
    width: 100%;
    height: auto;
    pointer-events: all;
    cursor: pointer;
}

.cont-div{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cont-div a{
    pointer-events: all;
    padding: 0px 15px;
    font-family: vCompn;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #141414;
    transition: all 0.2s ease;
}

.cont-div a:hover{
    color: #FE6400;
}




/* map */
.map.container-fluid {
    position: relative;
    width: 100%;
    height: 400px;
    padding: 0;
    background-image: url("../img/map.png");
    background-position: center center;
    background-size: cover;
}

.map.container-fluid::after{
    content: "Кликните для просмотра";
    width: max-content;
    height: auto;
    font-family: Open Sans;
    font-size: 24px;
    line-height: 159.69%;
    color: #000000;
    padding: 5px 30px;
    background: rgba(255, 255, 255, 0.651);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.active.map.container-fluid::after{
    display: none;
}
.main-title-wr{
	position: relative;
}
.main-title {
    font-size: 96px;
    font-family: vCompn;
    line-height: 98px;
    /*display: inline;*/
    text-align: center;
    -webkit-text-stroke: 1.5px #000;
    color: #d50032;
    /*padding: 0.5rem 1rem;*/
    /*border-radius: 20px;*/
}
.main-cl-title {
    font-size: 96px;
    font-family: vCompn;
    color: #fff;
    line-height: 98px;
    /*display: inline;*/
	    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translate(6px, 5px);
    right: 0;
    margin: auto;
    text-align: center;
    -webkit-text-stroke: 1.5px #000;
    /*padding: 0.5rem 1rem;*/
    /*border-radius: 20px;*/
}
.main-desc{
        font-family: vCompn;
    font-size: 14px;
    line-height: 16px;
    color: #464646;
    text-align: center;
}
.main-btn{
        font-family: vCompn;
    font-size: 24px;
    color: #fff;
    background: #fdb101;
    padding: 16px 80px;
    border-radius: 40px;
	text-align: center;
	transition: all 0.4s ease;
}
.main-btn:hover{
	text-decoration: unset;
	color: #fff;
	box-shadow: 0px 0px 2px 6px rgba(253, 177, 1, 0.4);
}
.main-wrapper{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main-desc span{
    color: #d50032;
    font-weight: 700;
}
.main-sec{
    background: url(../img/main-back2.png) center no-repeat;
    background-size: cover;
    margin: 0;
    padding: 80px 0px;
    background-color: #f2f1ed;
}
.foot-st-end-conts a{
        font-family: 'GothamPro';
    font-size: 14px;
    color: #464646;
    display: flex;
    grid-gap: 10px;
    align-items: center;
	transition: all 0.4s ease;
}
.foot-st-end-conts a:hover{
	text-decoration: none;
	color: #d50032;
}
.foot-st{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-st-end-conts{
    display: flex;
    grid-gap: 30px;
}
.foot-st-end-socio{
    display: flex;
    grid-gap: 30px;
}
.foot-st-end-socio a{
	transition: all 0.4s ease;
}
.foot-st-end-socio a:hover{
	transform: scale(1.1);
}
.foot-st-end{
    display: flex;
    grid-gap: 60px;
}
.foot-end a{
    font-family: vCompn;
    font-size: 14px;
    color: #464646;
    line-height: 16px;
	transition: all 0.4s ease;
}
.foot-end a:hover{
	color: #d50032;
	text-decoration: none;
}
.foot-end p{
    font-family: vCompn;
    font-size: 14px;
    color: #464646;
    line-height: 16px;
    margin-bottom: 0;
}
.foot-end{
    display: flex;
    justify-content: space-between;
}
footer{
    padding: 30px 0px;
}
.foot-wrapper{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.reg-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.reg-inst{
    background: #d50032;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}
.title-p{
    font-family: vCompn;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 0;
}
.reg-inst .title-p{
    font-family: vCompn;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 0;
}
.reg-inst p{
        font-family: vCompn;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.reg-inst .main-btn{
    width: fit-content;
    padding: 16px 40px;
}
.reg-form{
    background: #fff;
    border-radius: 20px;
    padding: 32px;
}
.reg-form .title-p{
    color: #d50032;
}
.def-sec{
    background: url(../img/sec-back.png) center no-repeat;
    background-size: cover;
    margin: 0;
    padding: 50px 0px;
    background-color: #f2f1ed;
}
.reg-form .form-group input{
    background: #f2f1ed;
    border: 1px solid #eae8e1;
    border-radius: 10px;
    padding: 5px 10px;
	color: #000;
	width: 100%;
}
.reg-form .form-group label{
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
        font-family: vCompn;
    font-size: 14px;
    color: #464646;
    line-height: 20px;
	margin-bottom: 4px;
}
.reg-form form button.main-btn{
    border: unset;
    width: 100%;
    background: #d50032;
    margin-top: 15px;
}
.reg-form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.acc-div input{
        width: 20px;
    height: 20px;
    border-radius: 50%;
}
.acc-div{
    display: flex;
    grid-gap: 10px;
    align-items: center;
    margin-top: 0px;
    font-family: vCompn;
    font-size: 14px;
    color: #464646;
}
.reg-form form{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.rules-wrapper{
    background: #fff;
    padding: 32px;
    border-radius: 20px;
}
.rules-wrapper .title-p{
        color: #d50032;
    text-align: center;
}
.rules-desc{
        font-family: vCompn;
    font-size: 14px;
    color: #464646;
    line-height: 20px;
    column-count: 2;
    gap: 40px;
    margin-top: 30px;
}
.rules-wrapper .main-btn{
        padding: 16px 32px;
    display: flex;
    width: fit-content;
    margin: 30px auto 0px;
}
.quiz-form{
        background: #fff;
    padding: 20px;
    border-radius: 20px;
	min-height: 400px;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.quiz-quest{
    font-family: vCompn;
    font-size: 18px;
    color: #252525;
    line-height: 24px;
    text-align: center;
}
.quiz-ans{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
	background: #fff;
}
.quiz-ans-el{
    position: relative;
    width: 100%;
    min-height: 92px;
}
.quiz-ans label{
        
    font-family: vCompn;
    font-size: 14px;
    line-height: 16px;
    color: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 92px;
    background: #eae8e1;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
}
.quiz-ans-el input{
        width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
	cursor: pointer;
}
.quiz-ans input[type="radio"]:checked+label{
background: #59b200;
color: #fff;
}
.quiz-btn.main-btn{
    width: 100%;
    padding: 10px;
    border: unset;
    margin-top: 15px;
	justify-content: center;
}
.quiz-rand{
    position: relative;
    height: fit-content;
}
.quiz-rand .circle{
        width: 100%;
    height: auto;
    transition: all 3.5s ease;
}
.quiz-rand-arrow{
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 130px;
    height: 170px;
}
.quiz-rand-arrow img{
    width: 100%;
    height: 100%;
}
.question{
    display: none;
	position: relative;
	z-index: 1;
	background: #fff;
}
.question.question1{
    display: none;
}
.reg-wrapper.quiz-wrapper{
	display: none;
}
.quiz-next-btn{
	cursor: pointer;
	margin-top: 15px;
	background: #d50032;
}
.reg-wrapper.quiz-wrapper[style*="display: block"]{
	display: grid!important;
}
.quiz-head{
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto 200px;
}
.quiz-head-el{
	display: flex;
    flex-direction: column;
}
.quiz-head-el span{
	font-family: vCompn;
    font-size: 14px;
    color: #252525;
}
.quiz-head-el span.quiz-prog-perc{
    font-family: vCompn;
    font-size: 40px;
    color: #d50032;
}
.quiz-head-el:nth-child(2n) span{
	text-align: end;
}
.quiz-head-el input{
	font-family: vCompn;
    font-size: 40px;
    color: #d50032;
    background: transparent;
    padding: 0;
    border: 0;
    width: auto;
    height: fit-content;
	text-align: end;
}
.quiz-prog-line{
    width: 100%;
    height: 16px;
    background: white;
    grid-column-start: 1;
    grid-column-end: 3;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.quiz-prog-line span{
	background: #d50032;
    height: 100%;
    position: absolute;
    width: 0%;
	transition: all 0.3s ease;
}
.question .send-quiz{
	display: none;
}
.question:last-child .send-quiz{
	display: flex;
}
.question:last-child .next{
	display: none;
}
.question-end{
	display: none;
}
.quiz-result .title-p{
	color: black;
}
.quiz-content{
	display: flex;
	flex-direction: column;
	grid-gap: 25px;
	justify-content: center;
}
.quiz-result{
	display: grid;
    grid-template-columns: 1.3fr 1fr;
    grid-gap: 20px;
	align-items: center;
}
.quiz-result-item .main-title{
	font-size: 92px;
    line-height: 92px;
	text-align: left;
}
.quiz-result-item .desc-p{
	font-family: vCompn;
    color: #d50032;
    font-size: 40px;
}
.quiz-result-item .main-cl-title{
	font-size: 92px;
    line-height: 92px;
	text-align: left;
}
.quiz-result-item-last{
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    height: fit-content;
}
.quiz-result-el{
	background: #fff;
    border-radius: 20px;
    padding: 25px;
    height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.quiz-result-el p{
	font-family: vCompn;
    color: #464646;
    font-size: 14px;
    margin-bottom: 0;
}
.quiz-result-el .quiz-result-score p{
	font-family: vCompn;
    color: #fdb101;
    font-size: 64px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    line-height: 64px;
}
.quiz-result-el .quiz-result-score p span{
	font-size: 20px;
    color: #d50032;
	height: fit-content;
    line-height: 20px;
}
.quiz-result-el:nth-child(3n+2){
	grid-row-start: 1;
    grid-row-end: 3;
    grid-column: 2;
}
.quiz-result-el:last-child{
	margin-top: 0;
}
.quiz-result-el img{
	width: 100%;
    height: 200px;
    object-fit: contain;
}
.call-modal.fade{
	transition: opacity 0.3s linear;
}
.call-modal.show.fade{
	transition: opacity 0.8s linear;
}
.facts-modal .modal-dialog{
    max-width: 720px;
}
.facts-modal .modal-content{
    background: #f2f1ed;
    border-radius: 20px;
}
.facts-modal .modal-header{
    padding-bottom: 0;
    border-bottom: 0;
}
.facts-modal button.close{
	display: none;
}
.facts-modal .modal-body{
    padding: 0px 30px 30px;
}
.facts-modal .banner-form{
	display: flex;
    flex-direction: column;
    grid-gap: 15px;
}
.facts-modal .title-p{
    color: #d50032;
    text-align: center;
}
.facts-modal .desc-p{
    font-family: vCompn;
    font-size: 14px;
    color: #464646;
    text-align: center;
    line-height: 20px;
    margin-bottom: 0;
}
.facts-modal img{
	width: 100%;
    height: 336px;
    object-fit: cover;
}
.facts-modal .quiz-btn.main-btn{
	cursor: pointer;
	background: #d50032;
}
@keyframes rotate-end{
	0%{
    transform: unset;
   }
	100%{
    	transform: rotate(5deg);
   }
}
@keyframes easy {
 0%{
    transform: rotate(-1000deg);
   }
	100%{
    	transform: rotate(1245deg);
   }
}
@keyframes middle {
 0%{
    transform: rotate(-1000deg);
   }
	100%{
    	transform: rotate(2385deg);
   }
}
@keyframes hard {
 0%{
    transform: rotate(-1000deg);
   }
	100%{
    	transform: rotate(735deg);
   }
}
#quiz-form{
	min-height: 75vh;
}
/*#result_form{
	padding: 80px 0px;
}*/
.quiz-result{
	padding: 80px 0px;
}

.next{
	pointer-events: none;
	background: gray;
}
.next.pointercl{
	pointer-events: auto;
	background: #d50032;
}
.questions{
	position: relative;
}
.quiz-anim{
	position: absolute;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	
	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	
}
.quiz-anim[style*="display: block"]{
	display: flex!important;
}
@keyframes square-animation {
 0% {
  left: 0;
  top: 0;
 }

 10.5% {
  left: 0;
  top: 0;
 }

 12.5% {
  left: 32px;
  top: 0;
 }

 23% {
  left: 32px;
  top: 0;
 }

 25% {
  left: 64px;
  top: 0;
 }

 35.5% {
  left: 64px;
  top: 0;
 }

 37.5% {
  left: 64px;
  top: 32px;
 }

 48% {
  left: 64px;
  top: 32px;
 }

 50% {
  left: 32px;
  top: 32px;
 }

 60.5% {
  left: 32px;
  top: 32px;
 }

 62.5% {
  left: 32px;
  top: 64px;
 }

 73% {
  left: 32px;
  top: 64px;
 }

 75% {
  left: 0;
  top: 64px;
 }

 85.5% {
  left: 0;
  top: 64px;
 }

 87.5% {
  left: 0;
  top: 32px;
 }

 98% {
  left: 0;
  top: 32px;
 }

 100% {
  left: 0;
  top: 0;
 }
}

.quiz-square-anim {
 position: relative;
 width: 96px;
 height: 96px;
 transform: rotate(45deg);
}

.quiz-square {
 position: absolute;
 top: 0;
 left: 0;
 width: 28px;
 height: 28px;
 margin: 2px;
 border-radius: 0px;
 background: #d50032;
 background-size: cover;
 background-position: center;
 background-attachment: fixed;
 animation: square-animation 10s ease-in-out infinite both;
}

.quiz-square:nth-of-type(0) {
 animation-delay: 0s;
}

.quiz-square:nth-of-type(1) {
 animation-delay: -1.4285714286s;
}

.quiz-square:nth-of-type(2) {
 animation-delay: -2.8571428571s;
}

.quiz-square:nth-of-type(3) {
 animation-delay: -4.2857142857s;
}

.quiz-square:nth-of-type(4) {
 animation-delay: -5.7142857143s;
}

.quiz-square:nth-of-type(5) {
 animation-delay: -7.1428571429s;
}

.quiz-square:nth-of-type(6) {
 animation-delay: -8.5714285714s;
}

.quiz-square:nth-of-type(7) {
 animation-delay: -10s;
}
.main-btn.send-quiz{
	pointer-events: none;
	background: #d50032;
}
.main-btn.send-quiz.pointercl{
	pointer-events: auto;
	background: #d50032;
}
.log-form .reg-form{
	width: 50%;
    grid-gap: 20px;
    margin: auto;
}
.log-form .reg-form .title-p{
	text-align: center;
}
.log-form .reg-form .form-group input{
	width: 100%;
}
.log-form .reg-form .main-btn{
	border: unset;
    width: 100%;
    background: #d50032;
    margin-top: 20px;
}
.quiz .tab-content{
	background: #fff;
}
.rules-wrapper iframe{
   margin-top: 20px;
}
.err-wrapper{
height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.err-wrapper::before{
content: '';
	position: absolute;
	background: #d50032;
	height: 148px;
	    width: 519px;
	left: 0;
    border-radius: 0px 16px 16px 0px;
}
.err-wrapper::after{
content: '';
	position: absolute;
	background: #d50032;
	height: 148px;
	    width: 519px;
	right: 0;
    border-radius: 16px 0px 0px 16px;
}
.err-inner{
display: flex;
    flex-direction: column;
    align-items: center;
}
.title-p.d-err-title{
    font-size: 96px;
    color: #c2c0b9;
    line-height: 97px;
}
.title-p.m-err-title{
    font-size: 212px;
    line-height: 212px;
    color: #d50032;
}
.err-inner .desc-p{
color: #464646;
    font-family: vCompn;
    font-size: 14px;
    line-height: 20px;
	text-align: center;
}
.err-inner .main-btn{
    padding: 14px 36px;
}
.cor-info-p{
	font-family: vCompn;
    font-size: 24px;
    color: #d50032;
    border-radius: 40px;
    text-align: center;
    position: absolute;
    margin-top: 175px;
}
.reg-inst .inst-steps-el-num{
	font-size: 64px;
    font-weight: 700;
    line-height: 64px;
}
.reg-inst .inst-steps-el-title{
	    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.inst-steps-el{
	display: flex;
    grid-gap: 10px;
    max-width: 60%;
    align-items: center;
}
.inst-steps-wr{
	display: grid;
	margin: 50px 0px;
	position: relative;
}
.inst-steps-wr::before{
	content: '';
	position: absolute;
	width: 260px;
	height: 61px;
	top: -11px;
    right: 90px;
    background: url(../img/inst-bef.svg) center no-repeat;
    background-size: contain;
}
.inst-steps-wr::after{
	content: '';
	position: absolute;
	    width: 183px;
    height: 118px;
    bottom: -49px;
    right: -165px;
    left: 0;
    margin: auto;
    background: url(../img/inst-af.svg) center no-repeat;
    background-size: contain;
}
.inst-steps-el:nth-child(3n+2){
	    margin-left: auto;
    margin-bottom: 10px;
}
.inst-steps-el:nth-child(3n+2) .inst-steps-el-num{
	order: 2;
}
.inst-steps-el:nth-child(3n+2) .inst-steps-el-title{
	text-align: right;
}
.main-lang a{
	display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    grid-gap: 10px;
    background: #eae8e1;
    padding: 15px 35px;
    border-radius: 20px;
	transition: all 0.3s ease;
}
.main-lang a:hover{
	text-decoration: unset;
}
.main-lang a:hover p{
	color: #d50032;
}
.main-lang span{
	display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    grid-gap: 10px;
    background: #eae8e1;
    padding: 15px 35px;
    border-radius: 20px;
}
.main-lang p{
    font-family: vCompn;
    margin-bottom: 0;
    font-size: 14px;
    color: #a7a7a7;
	transition: all 0.3s ease;
}
.main-lang span p{
	color: #252525;
}
.main-lang{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-bottom: 30px;
}