@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
* {
    padding:0;
    margin:0;
    box-sizing: border-box;
}
html, body {
    font-family: 'Montserrat', sans-serif;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}

.container-c {
    width:100%;
    max-width:1140px;
    margin:0 auto;
}
.container {
    width:100%;
    max-width:95%;
    margin:0 auto;
}

.navigation {
    width:100%;
    min-height:76px;
    background-color:#fff;
    display:flex;
    justify-content: space-between;
    
}
.nav-cont {
    width:100%;
    min-height:76px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #979797;
}
.logo-div {
  width:167px;
  height:35px;
}
.logo-div img {
  width:100%;
}

.ul-links {
    display:flex;
}
.ul-links li {
    margin:0 15px;
}
.ul-links li a {
   font-size: 14px;
   font-weight:500;
   color:#000;
}



/* hamburger btn */

.burger-div {
    width:24px;
    height:24px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    display:none;
}

.burger {
    cursor:pointer;
    width:24px;
    height:24px;
    position:relative;
    background:none;
    border:none;
    z-index:10;
    transition:all 0.25s;
    
}
.burger-top,
.burger-bottom {
    position:absolute;
    top:7px;
    right:0;
    height:2px;
    background:#000;
    transform:rotate(0);
    transition:all 0.5s;
}
.burger-top {
    width:17px;
}
.burger-bottom {
    width:24px;
    transform: translateY(7px);
}


.open .burger-top {
    width:20px;
    transform:rotate(45deg) translateY(3px) translateX(3px);
    background-color:#000;
}

.open .burger-bottom {
    width:20px;
    transform:rotate(-45deg) translateY(3px) translateX(-3px);
    background-color:#000;
}
.hidden {  
    display:none;
}

/* hamburger btn */

/* mobile nav */

.mobile-nav {
    width:100%;
    min-height:510px;
    background:#fff;
     position:absolute;
     top:76px;
     padding-top:10px;
     z-index:20;
}
.mobile-wrap {
    min-height:510px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding:0 15px;
    border-bottom:1px solid #979797;
}

.nav-links-m {
    display:flex;
    flex-direction: column;
    margin:0;
    padding:0;

}
.nav-links-m li {
    margin-bottom:10px;
}
.nav-links-m li a {
    font-size:16px;
    font-weight:500;
    color:#000;
    line-height:28px;
    
}
.nav-links-m hr {
    background-color: #979797;
    height:1px;
    width:50px;
    margin-bottom:10px;
}
 .hr2 {
    background-color: #979797;
    height:1px;
    width:100%;
    margin-bottom:10px;
}
.mobile-wrap h3 {
    font-size:13px;
    font-weight:600;
    color:#495057;
    margin-bottom:5px;
}
.mobile-wrap a{
    font-size:13px;
    font-weight:500;
    color:#495057;
    margin-bottom:10px;
}
.mobile-wrap h5 {
    font-size:11px;
    font-weight:400;
    color:#000;
    margin:0 auto;
}
.small-nav-links {
    margin-bottom:10px;
}
.small-nav-links a {
    font-size:13px;
    font-weight:500;
    color:#495057;
    
}

.nav-info-m {
    display:flex;
    height:25px;
    margin-bottom:132px;
}
.nav-info-m .select {
    font-size:14px;
    font-weight:600;
    color:#000;
    border:none;
    user-select: none;
    margin-right:10px;
    background:transparent;
}
.num-m {
    font-size:14px;
    font-weight:600;
    color:#fff;
    line-height:27px;
}
/* mobile nav */


.header {
  background-color:#fff;
  position:relative;
}
.header-cont {
    padding:77px 10px 120px 10px;
    
}
.header-cont-top {
    width:100%;
    min-height:656px;
    display:flex;
}
.top-left {
    width:100%;
    max-width:50%;
    min-height:656px;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.top-left h4 {
    font-size:28px;
    font-weight:500;
    line-height:67px;
    color:#4a4a4a;
}
.top-left .header-big-logo {
    margin-bottom:24px;
}
.top-left h3 {
    font-size:20px;
    font-weight:600;
    line-height:26px;
    color:#000;
    margin-bottom:20px;
}
.top-left p {
    font-size:16px;
    font-weight:500;
    line-height:21px;
    color:#000;
    margin-bottom:20px;
}
.top-left a {
    font-size:18px;
    font-weight:600;
    color:#3E80FF;
    text-decoration: underline;
}

.top-right {
    width:100%;
    max-width:50%;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}
.right-img {
    width:100%;
    max-width:441px;
    min-height:463px;
}

.right-img img{
    width:100%;
   
}
.right-img-mob {
    width:100%;
    max-width:441px;
    min-height:463px;
    display:none
}
.right-img-mob img{
    width:100%;
   
}

.header-cont-btm {
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.btm-div {
    width:100%;
    max-width:300px;
    min-height:183px;
    padding:40px 20px;
    border-radius:23px;
    border:3px solid transparent;
    transition: all ease-in-out 0.2s;
}
.btm-div:hover {
    border:3px solid #3E80FF;
}


.btm-f {
    display:flex;
}
.btm-img {
    margin-right:15px;
}
.btm-div p {
    font-size:16px;
    font-weight:500;
    line-height:21px;
    color:#000;
}
.btm-f h3 {
    font-size:26px;
    font-weight:600;
    line-height:36px;
    color:#000;
    margin-bottom:10px;
}

.footer {
    width:100%;
    min-height:155px;
    background-color:#fff;
    
}
.footer-cont {
    width:100%;
    min-height:155px;
    border-top: 1px solid #979797;
}
.footer-cont-top {
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #979797;
}
.ul-div {
    width:100%;
    max-width:450px;
    padding:11px 0;
    display: flex;
    justify-content: space-between;
}
.foot-nav  a {
    font-size:13px;
    font-weight:500;
    color:#495057;
}
 .foot-nav .bold {
    font-size:13px;
    font-weight:600;
    color:#495057;
}
.ma {
    margin-bottom:10px;
}

.footer-cont-btm {
    display:flex;
    justify-content: center;
    padding:10px 0;
}
.footer-cont-btm h2 {
    font-size:11px;
    font-weight:400;
    color:#000;
}
.foot-logo {
    width:148px;
    height:42px;
}
.foot-logo img{
    width:100%;
    
}

/* privacy page start */

.privacy-cont {
    min-height: 80vh;
    padding: 100px 20px 10px 20px;
}
.privacy-cont h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    height: 66px;
}
.privacy-cont h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    height: 66px;
}
.privacy-cont p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    margin-bottom: 30px;
}

/* REGISTER PAGE START  */

.header-cont-reg {
    min-height:688px;
    width:100%;
    display:flex;
}
.hc-left-part {
    width:100%;
    max-width:60%;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.hc-left-part h1 {
    font-size:28px;
    font-weight:500;
    line-height:67px;
    color:#4A4A4A;
    margin-bottom:10px;
}
.reg-form {
    width:100%;
    max-width:680px;
    display:flex;
    flex-direction:column;
}
.form-group-inp {
    display:flex;
    justify-content: space-between;
    padding-bottom:20px;
}
.last {
    padding-bottom:0;
    margin-bottom:30px;
}
.form-group-inp input, select {
    
    width:330px;
    min-height:46px;
    border:0.6px solid  #495057;
    border-radius:23px;
    padding:0 15px;
}
.form-group-inp input::placeholder {
    font-size:14px;
    font-weight:600;
    color:#616F7B;
}
.form-group-inp select {
    font-size:14px;
    font-weight:600;
    color:#616F7B;
}

.check-row {
    display:flex;
    align-items:center;
    margin-bottom:47px;
}
.check-row p {
   padding-left:5px;
   font-size:14px;
   font-weight:500;
   line-height:24px;
   color: #495057;
}
.check-row a {
   
   font-size:14px;
   font-weight:500;
   line-height:24px;
   color: #139ADA;
   text-decoration:underline;
}
.reg-btn {
    width:100%;
    max-width:320px;
    min-height:46px;
    align-self: flex-end;
    position:relative;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    padding-left:20px;
    color:#fff;
    font-size:14px;
    font-weight:600;
    border:none;
    border-radius:28px;
    background: rgb(62,128,255);
    background: linear-gradient(270deg, rgba(62,128,255,1) 12%, rgba(124,42,248,1) 100%, rgba(124,42,248,1) 100%);
}
.reg-btn::after {
    content:'>';
    width:10px;
    height:10px;
    color:#fff;
    position:absolute;
    right:20px;
    top:35%;
    font-size:18px;
}

.hc-right-part {
    width:100%;
    max-width:40%;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}
.r-part-img {
    width:100%;
    max-width:341px;
    min-height:358px;
}
.r-part-img img {
    width:100%;
   
}

/* REGISTER PAGE END */