/* Обнуление */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* body */
body {
    font-family: 'Roboto Flex', sans-serif;
/* 	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
    background: var(--main-gradient);
	font-size: 16px;
	overflow-x:hidden;
	
}

/* ROOT */
:root {
	
/*     --main-gradient: linear-gradient(118.87deg, #FFFFFF 29.97%, #E0E0E0 161.75%); */
	--main-gradient:linear-gradient(106.92deg, #FFFFFF 0.85%, #E0E0E0 111.14%);
    --black: #000000;
    --dark:#222126;
    --light: #F5F5F5;
    --white: #FFFFFF;
    --accent-1: #449CEC;
    --accent-2: #0F57B6;
    --accent-3: #022482;
    --error: #820219;
}

/* Основные стили */
.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
	position:relative;
}
h1 {
    font-style: normal;
    font-weight: 900;
/* 	font-size:2em; */
    font-size: 56px;
    line-height: 66px;
    text-transform: uppercase;
    font-feature-settings: 'liga' off;
    color: var(--black);
	letter-spacing: 0.1px;
	margin-top: 0;
	margin-bottom:0;
}
h2, .section__second__information-title {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    text-transform: uppercase;
    color: var(--black);
}
h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    color: var(--black);
}
.ticker-box {
    padding: 16.81px 0;
    background-color: var(--dark);
    overflow: hidden;
}
.ticker {
    font-style: italic;
    font-weight: 900;
    font-size: 42px;
    line-height: 49px;
    text-transform: uppercase;
    color: var(--white);
    white-space: nowrap;
    animation: oneWin 10s infinite linear;
}
.ticker:after{
    content: "* 1WIN – лучший провайдер ставок на спорт * 1WIN – лучший провайдер ставок на спорт * 1WIN – лучший провайдер ставок на спорт * 1WIN – лучший провайдер ставок на спорт";
}
.ticker-hindi:after{
   content: "* 1WIN-सर्वश्रेष्ठ खेल सट्टेबाजी प्रदाता * 1WIN-सर्वश्रेष्ठ खेल सट्टेबाजी प्रदाता * 1WIN-सर्वश्रेष्ठ खेल सट्टेबाजी प्रदाता * 1WIN-सर्वश्रेष्ठ खेल सट्टेबाजी प्रदाता";
}
p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: var(--black);
}
.main-btn {
    display: flex;
    padding: 10px 15px;
    justify-content: flex-end;
    background-color: var(--accent-3);
    box-shadow: 2px 10px 45px rgba(25, 41, 75, 0.1);
    border: none;
    border-radius: 40px;
    cursor: pointer;
    align-items: center;
    transition: .3s padding linear;
}
.main-btn span {
    margin: 0 10px 0 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: var(--white);
	letter-spacing: 0.1px;
}
.main-btn img {
    padding: 20px;
    background-color: var(--white);
    border-radius: 50%;
    transition: .2s padding linear;
}
.main-btn:hover.main-btn img {
    padding: 20px 15px 20px 25px;
}

.span-italic {
    font-style: italic;
    color: var(--accent-3);
    margin-right:10px;
}
.span-bold {
    font-weight: bold;
}
.succes-promo {
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(-10%, -150%);
    padding: 10px 10px;
    width: 280px;
    background: var(--white);
    box-shadow: 2px 10px 45px rgba(25, 41, 75, 0.1);
    border-radius: 20px;
    z-index: 99;
    transition: .2s all linear;
}
.succes-promo.active {
    transform: translate(-10%, 50%);
}
.succes-promo p {
    text-align: center;
    color: var(--accent-2);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

/* Intro */
.intro {
    position: relative;
    padding: 24px 0 193px 0;
    background: var(--main-gradient);
    z-index: 1;
}
.intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../img/intro/background.jpg') center / cover no-repeat;
    z-index: 2;
}
.header {
    position: relative;
    display: flex;
    padding: 0 22px;
    justify-content: space-between;
    height: 81px;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 4px 20px 40px rgba(98, 98, 98, 0.1);
    border-radius: 40px;
    /*z-index: 3;*/
    z-index:5;
}
/* .header-ul {
    display: flex;
    margin: 0 0 0 29px;
    align-items: center;
}
.header-ul li {
    position: relative;
    margin: 0 64px 0 0;
    padding: 30px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--black);
    list-style: none;
    transition: .2s all ease;
}
.header-ul li:hover {
    color: var(--accent-3);
}
.header-ul li::before {
    content: '';
    bottom: 0;
    left: 0;
    height: 6px;
    width: 100%;
    transform: translate(0, 50%);
    border-radius: 8px;
    background-color: var(--accent-3);
}
.header-ul li:last-child {
    margin: 0;
}
.header-ul li.active {
    position: relative;
    color: var(--accent-3);
}
.header-ul li.active::before {
    position: absolute;
}
.header-ul li a {
    color: inherit;
    text-decoration: none;
} */
.header-nav {
    display: flex;
    align-items: center;
    cursor: pointer;
    /*width: 20%;*/
    width: 23%;
    justify-content: space-between;
}
.header-nav p {
    margin: 0 15px 0 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
}
.header-nav img {
    width: 48px;
    height: 33px;
}
.header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 138px;
    height: 90.12%;
    background: url('../img/intro/logo.svg') center / cover no-repeat;
}
.header-btn {
    display: flex;
    background-color: transparent;
    border: none;
    outline: none;
    align-items: center;
    cursor: pointer;
}
.header-btn span {
    margin: 0 17px 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #022482;
}
.header-btn img {
    padding: 20px;
    background-color: var(--accent-3);
    border-radius: 50%;
    transition: .2s padding linear;
}
.header-btn:hover.header-btn img {
    padding: 20px 15px 20px 25px;
}
.intro-cnt {
    position: relative;
    flex-direction: column;
    padding: 153px 0 0 0;
    display: flex;
    z-index: 2;
}
.intro-cnt h1 {
    margin: 0 0 20px 0;
    max-width: 807px;
}
.intro-cnt p {
    margin: 0 0 15px 0;
    max-width: 517px;
}
.promo {
    display: flex;
    margin: 0 0 19px 0;
    padding: 16px;
    max-width: 455px;
    justify-content: center;
    background-color: var(--white);
    box-shadow: -2px 10px 20px rgba(25, 41, 75, 0.15);
    border-radius: 51px;
}
.promo p {
    margin: 0 10px 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #022482;
}
.promo img {
    position: relative;
    width: 23px;
    height: 28px;
    top: 50%;
    transform: translateY(-5%);
    cursor: pointer;
}
.intro-cnt button {
    max-width: 457px;
}

/* Content */
.content {
    position: relative;
    padding: 90px 0 120px 0;
    background: var(--main-gradient);
    overflow: hidden;
}
.contanet-decor-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 330px;
    transform: translate(-6%, 94%) scale(3);
    background: url(../img/content/decor-3.png) center / contain no-repeat;
    z-index: 1;
}
.contanet-decor-2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    min-height: 330px;
    transform: translate(-6%, -254%) scale(1.2);
    background: url(../img/content/decor-2.png) center / contain no-repeat;
    z-index: 1;
}
.contanet-decor-3 {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    min-height: 330px;
    transform: translate(-6%, 350%) scale(3);
    background: url(../img/content/decor-3.png) center / contain no-repeat;
    z-index: 1;
}

/* Site */
.site {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}
.site-item {
    width: 39.75%;
}
.site-item h2 {
    margin: 0 0 22px 0;
}
.site-item button {
    min-width: 285px;
}
.site-info {
    padding: 50px 67px 50px 63px;
    width: 58.17%;
    background: var(--light);
    box-shadow: 2px 10px 45px rgba(25, 41, 75, 0.1);
    border-radius: 20px;
}
.site-body {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
    align-items: flex-start;
}
.site-body h3 {
    max-width: 432px;
    color: var(--accent-2);
}
.site-body img {
    width: 92px;
    height: 35px;
}
.site-info p {
    max-width: 572px;
}
.site-mobile {
    display: none;
}

/* Registration */
.registration {
    position: relative;
    padding: 224px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}
.registration-item {
    position: relative;
    width: 39.33%;
    min-height: 575px;
    background: url('../img/content/registration.png') center / cover no-repeat;
    height: 100%;
}
.registration-bonus {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(20%, -50%);
    padding: 20px 47px 20px 30px;
    background: var(--white);
    box-shadow: -2px 10px 20px rgba(25, 41, 75, 0.15);
    border-radius: 10px;
}
.registration-body {
    display: flex;
    justify-content: space-between;
    margin: 0 0 3px 0;
}
.registration-body p {
    margin: 0 10px 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    text-decoration-line: underline;
    color: var(--accent-3);
}
.registration-body img {
    width: 23px;
    height: 28px;
    cursor: pointer;
}
.registration-info {
    width: 51.67%;
}
.registration-info h2 {
    margin: 0 0 15px 0;
}
.registration-info p {
    margin: 0 0 20px 0;
}
.mw-557 {
    max-width: 557px;
}
.mw-620 {
    max-width: 620px;
}
.registration-info ul {
    display: flex;
    margin: 0 0 20px 0;
}
.registration-info ul li {
    margin: 0 20px 0 0;
    padding: 6px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: var(--white);
    list-style: none;
    background-color: var(--accent-3);
    border: 1px solid #449CEC;
    border-radius: 25px;
}
.registration-info button {
    min-width: 408px;
}

/* Reasons */
.reasons {
    position: relative;
    padding: 220px 0 0 0;
    z-index: 2;
}
.reasons h2 {
    max-width: 649px;
}
.reasons-row {
    display: flex;
    margin: 70px 0 30px 0;
    justify-content: space-between;
}
.reasons-item {
    position: relative;
    padding: 57px 28px 73px 25px;
    width: 31.17%;
    background: var(--light);
    box-shadow: 4px 10px 35px rgba(25, 41, 75, 0.1);
    border-radius: 20px;
}
.reasons-item h3 {
    margin: 0 0 20px 0;
    max-width: 321px;
    color: var(--accent-2);
}
.reasons-item p {
    color: var(--black);
}
.reasons button {
    min-width: 372px;
}
.reasons-icon {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(35%, -50%);
    display: flex;
    width: 75px;
    height: 75px;
    justify-content: center;
    align-items: center;
    background-color: var(--accent-1);
    border-radius: 50%;
}
.bgc-ac-3 {
    background-color: var(--accent-3);
}

/* Howtodo */
.howtodo {
    position: relative;
    padding: 220px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}
.howtodo-item {
    width: 31.17%;
}
.howtodo-item h2 {
    margin: 0 0 30px 0;
}
.howtodo-item button {
    width: 100%;
}
.howtodo-info {
    padding: 50px 63px 36px 63px;
    width: 58.17%;
    background: var(--light);
    box-shadow: 2px 10px 45px rgba(25, 41, 75, 0.1);
    border-radius: 20px;
}
.howtodo-info h3 {
    margin: 0 0 20px 0;
    color: var(--accent-2);
}

/* Access */
.access {
    position: relative;
    display: flex;
    padding: 220px 0 0 0;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}
.access-img {
    width: 43.08%;
}
.access-img-2 {
    display: none;
}
.access-info {
    width: 51.67%;
}
.access-info h2 {
    margin: 0 0 15px 0;
    width: 80%;
}
.access-info p {
    margin: 0 0 20px 0;
}
.access-info button {
    min-width: 372px;
}
.mb-70 {
    margin: 0 0 70px 0;
}

/* Big Promo */
.big-promo {
    position: relative;
    /* background: url('../img/big-promo/background-2.png') center / contain no-repeat; */
}
.big-promo-img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 95%;
    z-index: 1;
}
.big-promo-img img {
    width: 50%;
    height: 100%;
}
/* .big-promo::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 95%;
    background: url('../img/big-promo/background.png') center / cover no-repeat;
} */
.big-promo-row {
    padding: 90px 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    z-index: 2;
}

.big-promo-info {
    width: 51.67%;
}
.big-promo-info h2 {
    margin: 0 0 20px 0;
    max-width: 400px;
}
.big-promo-info p {
    margin: 0 0 20px 0;
    max-width: 517px;
}
.big-promo button {
    min-width: 372px;
}
.big-promo .registration-bonus {
    top: 50%;
    right: 50%;
    transform: translate(130%, -85%);
    z-index: 3;
}
.big-promo-row .registration-bonus {
    display: none;
}
/* Reviews */
.reviews {
    padding: 117px 0 60px 0;
}
.reviews-row {
    display: flex;
    flex-direction: column;
}
.reviews-row h2 {
    margin: 0 0 30px 0;
    max-width: 580px;
    align-self: flex-start;
}
.reviews-btn {
    margin: 0 0 40px 0;
    padding: 27px 54.5px;
    align-self: flex-start;
    background: var(--accent-3);
    border: none;
    outline: none;
    box-shadow: 2px 10px 45px rgba(25, 41, 75, 0.1);
    border-radius: 40px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--white);
}
.reviews-review {
    margin: 0 0 20px 0;
    padding: 40px;
    background: var(--light);
    box-shadow: 2px 10px 45px rgba(25, 41, 75, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
}
.m0 {
    margin: 0;
}
.reviews-img {
    margin: 0 28px 0 0;
    width: 50px;
    height: 50px;
}
.reviews-i {
    display: flex;
    margin: 0 0 14.5px;
    padding: 9.5px 0 0 0;
    align-items: flex-end;
}
.reviews-i h3 {
    position: relative;
    bottom: 3px;
    margin: 0 12px 0 0;
}
.reviews-ul {
    display: flex;
    margin: 30px 0 0 0;
    align-items: flex-end;
}
.reviews-ul li {
    margin: 0 10px 0 0;
    padding: 5px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--accent-3);
    border: 1px solid #0F57B6;
    border-radius: 20px;
    background-color: transparent;
    list-style: none;
    cursor: pointer;
    transition: .2s all linear;
}
.reviews-ul li:last-child {
    margin: 0;
}
.reviews-ul li.active,
.reviews-ul li:hover {
    color: var(--light);
    background-color: var(--accent-1);
    border-color: var(--accent-1);
}
#reviews-dots {
    padding: 0;
    margin: 0 17px 0 2px ;
    border: none;
}
#reviews-dots:hover {
    border: none;
    background-color: transparent;
    color: var(--accent-3);
}

/* Reviews form */
.reviews-form {
    display: none;
    flex-direction: column;
    margin: 0 0 30px 0;
    width: 82.83%;
}
.reviews-form.active {
    display: flex;
}
.reviews-form-top {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
}
.reviews-form-top div {
    display: flex;
    flex-direction: column;
    width: 48%;
}
.reviews-form label {
    margin: 0 0 5px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--black);
}
.reviews-form input,
.reviews-form textarea {
    padding: 22px;
    background: var(--light);
    outline: none;
    border: 1px solid var(--accent-3);
    box-shadow: 0px 2px 10px rgba(68, 156, 236, 0.2);
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: var(--black);
    transition: .5s all linear;
    resize: none;
}
.reviews-form input:hover,
.reviews-form textarea:hover,
.reviews-form input:focus,
.reviews-form textarea:focus {
    background: linear-gradient(118.87deg, var(--white) 29.97%, #E0E0E0 161.75%), var(--white);
    border: 1px solid var(--accent-1);
} 
.reviews-form input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: var(--black);
}

/* App */
.app {
    position: relative;
    padding: 24px 0 202px 0;
    overflow: hidden;
}
.app .contanet-decor-1 {
    transform: translate(-6%, 122%) scale(3);
}
.app .contanet-decor-2 {
    bottom: 50%;
    transform: translate(-6%, 68%) scale(1.8);
}    
.app-intro {
    position: relative;
    display: flex;
    padding: 0 0 100px 0;
    justify-content: space-between;
    z-index: 2;
}
.app-body {
    padding: 140px 0 0 0;
    width: 48%;
}
.app-body h1 {
    margin: 0 0 30px 0;
}
.app-body button {
    min-width: 457px;
}
.app-img {
    width: 47.83%;
    height: 698px;
    background: url('../img/app/app-phone.png') center / cover no-repeat;
}
.app-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}
.app-item {
    width: 37.32%;
}
.app-item h2 {
    margin: 15px 0 20px 0;
}
.app-item button {
    min-width: 371px;
}

/* Footer */
.footer {
    margin: 50px 0 0 0;
    padding: 30px 0 0 0;
    background-color: var(--white);
    background: #FFFFFF;
}
.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-logo {
    width: 202px;
}
.footer ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
}
.footer li {
    margin: 0 0 18px 0;
    width: 22%;
    font-style: normal;
    font-weight: 500;
    /*font-size: 16px;*/
    font-size:13px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    transition: .2s;
    list-style: none;
}
.footer li.active,
.footer li:hover {
    color: #449CEC;
/*     font-weight: 700; */
}
.footer li a {
    color: inherit;
    text-decoration: none;
}

/* Keyframes */
@keyframes oneWin {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


/* add style */


.header .header-nav button {
    max-width: 48px;
/*     height: 18.88px; */
    background: url(../img/intro/Union.svg) center / contain no-repeat;
    border: none;
    transition: .3s all linear;
	display:block !important;

}

.menu-drop {
	 display: flex;
    align-items: center;
}
    
.header-nav .menu {
	display:none;
}

.show ul{
	display:flex !important;
	position:absolute;
	top:50%;
	flex-wrap: wrap;
    justify-content: space-around;
/*     transform: translate(0, 40%); */
/* 	transform:translate(0, 15%); */
	left:0;
	right:0;
	list-style:none;
/* 	background:linear-gradient(106.92deg, #FFFFFF 0.85%, #E0E0E0 111.14%); */
box-shadow: 4px 20px 40px rgba(98, 98, 98, 0.1);
	margin:0;
	border-bottom-left-radius:40px;
	border-bottom-right-radius:40px;
	padding:5% 10px 30px 20px;
	}


.header .header-nav .show button {
	background: url(../img/intro/close.svg) center / contain no-repeat;
}

.show li {
	margin-bottom:15px;
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: left;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	 width: 20%;
}
.show li a {
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: left;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	text-decoration:none;
}

.show li a:hover {
	color:#449CEC;
}

#menu-mobile-menu {
	display:none;
}

#menu-mobile-menu.show{
	display:flex;
	justify-content: space-around;
	position:absolute;
	flex-wrap:wrap;
	list-style:none;
	background:linear-gradient(106.92deg, #FFFFFF 0.85%, #E0E0E0 111.14%);
	box-shadow: 4px 20px 40px rgba(98, 98, 98, 0.1);
	margin:0;
	border-bottom-left-radius:40px;
	border-bottom-right-radius:40px;
	padding:5% 10px 30px 20px;
	transform:translate(0, 15%);
	/*z-index:3;*/
	z-index:4;
}

/* add style */
.reviews-btn:hover {
	background: var(--accent-2);
}

.btn-add:hover {
	background: var(--accent-2);
}

.lang-switcher {
    display:flex;
    justify-content: space-around;
    align-items: center;
    width: 40%;
}
.lang-switcher img {
    width:30px;
}

.lang-swither-mobile {
    display:none;
}

@media screen and (max-width:425px) {
    .lang-switcher {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    background: #fff;
    height: 70px;
    margin: auto;
    border-radius: 0px 20px 20px 0;
    flex-direction: column;
    width: 40px;
 z-index: 1000000000;
    -webkit-box-shadow: 0px 0px 23px 6px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 23px 6px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 23px 6px rgba(34, 60, 80, 0.2);
    }
   .lang-switcher img{
       width:20px !important;
       margin-left:0 !important;
   }
   .lang-swither-mobile {
    display:flex;
}
.lang-swither-desktop {
    display:none;
}
   
}
@media (min-width:425px) and (max-width: 1000px) {
    .lang-switcher {
      position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    background: #fff;
    height: 70px;
    margin: auto;
    flex-direction: column;
    width: 40px;
    border-radius: 0px 20px 20px 0;
    z-index: 8;
    -webkit-box-shadow: 0px 0px 23px 6px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 23px 6px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 23px 6px rgba(34, 60, 80, 0.2);
    }
   .lang-switcher img{
       width:20px !important;
        margin-left:0 !important;
   }
   .lang-swither-mobile {
    display:flex;
}
.lang-swither-desktop {
    display:none;
}
}

#menu-item-405 {
     width:95%;
}


/*flags*/

 .footer__copyright {
  width: 100%;
    padding: 10px 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }
  
        .hrefs img {
            width: 20px;
            margin-right: 10px;
            border-radius:10px;
        }
        
.hrefs a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 13px;
}
       .hrefs {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
            
            @media(max-width:1000px){
    .hrefs {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}

.hrefs a {

    margin-bottom: 10px;
}
            }
            
                .menu-drop-flags {
    justify-content: space-between;
    width: 100px;
}

.flag-icon-ru {
    height: auto !important;
    width: 40px !important;
} 
.menu-flags-icons {
    display:none;
}
.show-flags {
    display:flex;

}
.show-flags .hrefs {
       position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 15%;
}
.header .header-nav .show-flags button {
    background: url(../img/intro/close.svg) center / contain no-repeat;
}
#menu-mobile-menu.show {
    z-index:4;
}
.header {
    z-index:5;
}
.hrefs-mobile {
    display:none;
}

@media (min-width:1000px) and (max-width:1280px) {
    .header-nav {
        width:25%;
    }
}

@media screen and (max-width: 1000px){
    .menu-drop-flags {
        display:none;
    }
    .hrefs-mobile {
        display:flex;
        width:100%;
     position: absolute;
     justify-content: end;
    bottom: 0;
        
    }
    .hrefs-mobile img {
    width: 20px;
    margin-right: 10px;
    border-radius: 10px;
}
.hrefs-mobile a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    width: 10%;
}
}
@media screen and (max-width:500px) {
    .hrefs-mobile a {
        width:15%;
    }
   
   .img-instruction img {
    margin:auto;
   } 

    
}
.img-instruction {
    margin:15px 0;
}
.img-instruction img {
    padding:0 10px;
    border-radius:20px;
    /*max-width:260px;*/
}


@media screen and (max-width:1000px) {
      .container-registration {
       padding:0 10px !important;
   }
}



    .content__section__information {
        display: flex;
        justify-content: space-between;
        margin: 20px 0 140px 0;
    }

    .content_section_information-menu {
        width: 49%;
    }
    .content_section_information-menu ul {
        margin-left:0;
        list-style:none;
        margin-bottom:10px;
    }
    .anchor-menu-mobile {
        display:none;
    }

 .content_section_information-menu ul li {
       margin-left:0;
        font-size:17px;
        background: #F5F5F5;
        box-shadow: 2px 10px 45px rgba(25, 41, 75, 0.1);
        border-radius: 39px;
        margin-bottom:15px;
        background-image: url('/wp-content/themes/twentytwenty/assets/img/circle-blue.svg');
        background-repeat: no-repeat;
        background-position: center right;
         /*padding: 9px 20px;*/

    }
    .content_section_information-menu ul li a{
        color:#222126;
        font-weight: 400;
        /*display:block;*/
        /*padding:9px 20px;*/

    }
    .anchor-menu-desktop-link {
        padding:9px 20px;
        display:block;
    }
    .content_section_information-menu ul li:hover {
            background-color:#022482;
            background-image: url('/wp-content/themes/twentytwenty/assets/img/circle-white.svg');
    }

 .content_section_information-menu ul li:hover a {
            color:#ffffff;
    }


    .content__section__information-table {
        width: 49%;
         background: #F5F5F5;
         box-shadow: 2px 10px 45px rgba(25, 41, 75, 0.1);
         border-radius: 20px;
    }

    .table {

        border-collapse: collapse;
        border-spacing: 0;
        height: auto;
        padding:10px;
        width: 95%;
       margin: auto;
       margin-top: 10px;
       margin-bottom:10px;

font-size:17px;


    }

    .table__column {
        width: 45%;
    }
    td {
        border:none;
    }
    table {
        border:none;
    }

    .table__column {
        border-bottom-left-radius: 50px;
        border-top-left-radius: 50px;
    }

    .table__column-numbers {
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        font-weight: 500;
    }

    .table td {
        padding: 12px 10px;

    }

    .table tr {
        border-radius: 50px;
    }

    .table tr:nth-child(2n+1) {
        background-color: #EDEDED;
    }

    @media screen and (max-width:1000px) {
        .anchor-menu-desktop {
            display:none;
        }
        .anchor-menu-mobile {
            display:block;
        }
        .content__section__information {
            flex-direction: column;
        }
        .content_section_information-menu {
           width:100%;
        }
.content_section_information-menu ul li {
    font-size:15px;
    padding: 15px 45px 15px 20px;
     background-position: center right 5px;
}

.content__section__information-table {
    width:100%;
}
.table {
    font-size:15px;

}
.table__column  {
    width:50%;
}

    }
    
    
    
   
        #faq {
            margin-top:40px;
        }
        .faq__title {
     font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    text-transform: uppercase;
    color: var(--black);
    width:50%;
    margin-bottom:20px;
        }
        .faq__head {
            font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    margin: 20px 0 20px 0;
    color: var(--accent-2);
        }
        .faq__content {
            font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: var(--black);
    margin-bottom:20px;
        }
  @media screen and (max-width: 1000px) {
       .faq__title {
           width:100%;
           font-size: 22px;
        line-height: 26px;
       }
       .faq__head {
      font-weight: 600;
    font-size: 18px;
    line-height: 100%;
       }
       .faq__content {
           font-size: 15px;
    line-height: 130%;
       }
       #faq {
           padding: 40px 10px 10px 10px;
       }
  }
    
    
    
           
    .header-nav  {
            width: 23%;
    }
                .menu-drop-flags {
    justify-content: space-between;
    width: 100px;
}

.flag-icon-ru {
    height: auto !important;
    width: 40px !important;
}
.menu-flags-icons {
    display:none;
}
.show-flags {
    display:flex;

}
.show-flags .hrefs {
       position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 15%;
}
.header .header-nav .show-flags button {
    background: url(/wp-content/themes/twentytwenty/assets/img/intro/close.svg) center / contain no-repeat;
}
#menu-mobile-menu.show {
    z-index:4;
}
.header {
    z-index:5;
}
.hrefs-mobile {
    display:none;
}

@media (min-width:1000px) and (max-width:1280px) {
    .header-nav {
        width:28%;
    }
}

@media screen and (max-width: 1000px){
    .header {
        height:120px;
    }
    .menu-drop-flags {
        display:none;
    }
    .hrefs-mobile {
   display: flex;
    width: 100%;
    position: absolute;
    justify-content: center;
    bottom: 10%;
    left:0;
    right:0;
     align-items: center;

    }
    .hrefs-mobile img {
    width: 20px;
    margin-right: 10px;
    border-radius: 10px;
}
.hrefs-mobile a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    width: 10%;
}
}
@media screen and (max-width:500px) {
    .hrefs-mobile a {
        width:15%;
    }
}


  
  
  .footer__copyright {
  width: 100%;
    padding: 10px 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }
  
        .hrefs img {
            width: 20px;
            margin-right: 10px;
            border-radius:10px;
        }
        
.hrefs a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 13px;
}
       .hrefs {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
            
            @media(max-width:1000px){
    .hrefs {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}

.hrefs a {

    margin-bottom: 10px;
}
            }
        
        
        
        
        
    @media screen and (max-width: 1000px){
    .header {
        height:120px;
    }
    .menu-drop-flags {
        display:none;
    }
    .hrefs-mobile {
   display: flex;
   position:relative;
    width: 100%!important;
        flex-direction: column;
    justify-content: center;
    bottom: 10%;
    left:0;
    right:0;
     align-items: center;
        
    }
    .hrefs-mobile img {
    width: 20px;
    margin-right: 10px;
    border-radius: 10px;
}
.hrefs-mobile a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    width: auto;
    margin-bottom: 10px;
}}


  
.img-micro img {
    border-radius:10px;
}
               


