* {
    box-sizing: border-box;
}

body {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 
}

h1 {
    font-weight: bold;
    margin: 0;
}

h2 {
    text-align: center;
}

p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

span {
    font-size: 12px;
}

a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

button.btn__reg {
    border-radius: 20px;
    /* border: 1px solid #FF4B2B;
background-color: #FF4B2B; */
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;

    border-radius: 20px;
    background-color: rgb(127, 188, 68);
    font-family: 'DrukTextWideCyrMedium';
    width: 100%;
    height: 90px;
    font-size: 24px;
    border: none;
    margin-top: 25px;
    transition: 0.3s;
}

button.btn__reg:hover {
    transition: 0.3s;
cursor: pointer;
    background-color: rgb(96, 184, 9);

    
}
button.btn__clear {
    font-family: 'Mont-Regular_1';
    font-size: 16px;
border-radius: 10px;
/* background-color: rgb(71, 86, 70); */
background-color: #99a698;
transition: 0.3s;
width: 250px;
height: 46px;
border: none;
margin-top: 40px;
color: #d3ddd3;
margin: 0 auto;
display: block;
margin-top: 40px;
}
button.btn__clear:hover {
cursor: pointer;
background-color: #647364;
transition: 0.3s;
}

button:active {
    transform: scale(0.95);
}

button:focus {
    outline: none;
}

button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    /* height: 100%; */
    text-align: center;
}

input {
    /* background-color: #eee; */
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;

    border-radius: 6px;
    background-color: rgb(238 238 238 / 0%);
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    background: #eee0;
    /* border-color: rgb(129, 143, 128); */
    border: 1px solid rgb(129, 143, 128);
    margin-bottom: 0;
    height: 50px;
    margin: 0;
    margin-top: 10px;
    color: #8a9789;
font-size: 15px;
padding-top: 14px;
}

input 
input:hover, 
input:active, 
input:focus {
    position: relative;
    outline: none;
    outline: 0;
outline-offset: 0;
}

input::placeholder {
padding-top: 17px;
}


.container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    max-width: 100%;
    /* min-height: 980px; */
    height: auto;
    position: relative;
}

.form-container.sign-in-container {
    padding-top: 30px;
    padding-bottom: 50px;
}
.form-container {
    /* position: absolute; */
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
    /* padding-bottom: 50px; */
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {

    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.overlay {
    background: #647363;
    /* background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
background: linear-gradient(to right, #FF4B2B, #FF416C); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    background: url(../../front_files/img/registration/uzor2.png);
    background-position: 56% 15%;
    background-size: 170%;
    background-repeat: no-repeat;
}

.bg__right--2 {
    right: 0;
    transform: translateX(0);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    z-index: 999;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    background: url(../../front_files/img/registration/bg-right.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.overlay-left {
    transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}



body {
    background-color: #475646;
    padding-top: 75px;
    padding-bottom: 75px;
}

.container {
    width: 1170px;
}

.sign-in-container,
form {
    background-color: #bcc8bb;
}


.wrapper__text--registration {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.h1__registration {
    font-size: 38px;
    font-family: 'Mont-Bold_1';
    color: rgb(71, 86, 70);
    line-height: 2.083;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
    line-height: 62px;
}

.h2__registration {
    font-size: 18px;
    font-family: 'Mont-Regular_1';
    color: rgb(71, 86, 70);
    text-align: center;
    margin-top: 0px;
    margin-bottom: 35px;

}




.btn__subscribe--reg {
    border-width: 1px;
    border-color: rgb(237, 241, 236);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(243, 245, 242);
    width: 477px;
    height: 68px;
    z-index: 69;
    color: rgb(129, 143, 128);
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'DrukTextWideCyrMedium';
    display: dle;
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.btn__subscribe--reg:hover, 
.btn__subscribe--reg:active, 
.btn__subscribe--reg:focus {
    border: none;
cursor: pointer;
color: #d3ddd3;
 background-color: #99a698;
 transition: 0.3s;
}

.form-group>label {
    font-family: 'DrukTextWideCyrMedium';
    font-size: 16px;
    color: rgb(71, 86, 70);
    line-height: initial;
    text-align: left;
}

.group__1 {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 26px;
}

.group__2 {
    margin-bottom: 26px;
}

.group__3 {
    margin-bottom: 26px;
}

.group__1>.wrapper__form--group {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;

}

.group__1>.wrapper__form--group>.form-group {
    width: 100%;

}

.group__2 {
    display: block;
    width: 100%;

}

.group__2>.wrapper__form--group {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;

}

.group__2>.wrapper__form--group>.form-group {
    width: 48%;
    text-align: left;

}

.group__3 {
    display: block;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
}

.group__3>.title__group--line {
    text-align: left;
    font-family: 'DrukTextWideCyrMedium';
    font-size: 16px;
    color: rgb(71, 86, 70);
    line-height: initial;
    text-align: left;

}

.group__3>.wrapper__form--group {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.group__3>.wrapper__form--group>.form-group {
    width: 30%;
}

.checkbox__line {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;

}

.checkbox__line>input {
    width: initial;
    background: none;
    height: 20px;
    width: 20px;
    border: 1px solid red;
    margin-right: 10px;
    margin-top: 0;
}

.checkbox__line>a {
    /* width: initial;
background: none;
height: 20px;
width: 20px;
border: 1px solid red;
margin-right: 10px; */
    margin-top: 0;
    margin-bottom: 0;

}




.btn__activate--message {
    border-radius: 10px;
    background-color: rgb(243, 245, 242);
    width: 232px;
    height: 50px;
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
    font-family: 'DrukTextWideCyrMedium';
    color: rgb(71, 86, 70);
    margin-top: 10px;
    text-align: center;
}

.input__tg__code {
    margin-top: 0px;
}


.select__v1 {
    height: 38px;
    background: none;
    border: 1px solid #818f80;
    border-radius: 5px;
    padding: 10px 11px;
    width: 100%;
    height: 50px;
    color: #8a9789;
font-size: 15px;
margin-top: 10px;
}

.s {
    margin-top: 25px;
}

.s {
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 0;
    color: #475646;
    font-family: 'Mont-Regular_1';
    margin-top: 35px;
}
.text__footer--c {
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 0;
    color: #475646;
    font-family: 'Mont-Regular_1';
    margin-top: 35px;
}

.text__footer--c>a {

    color: #475646;
    font-family: 'Mont-Bold_1';
}

/* старт смена языка */
/* старт смена языка */
.wrapper__language--select {
    position: absolute;
    top: 27px;
    right: 25px;
 }
.language-select {
  display: inline-flex;
  flex-direction: column;
  color: #fff;
  margin: 0px;
  padding: 0;
  text-transform: uppercase;
  height: 40px;
  width: 80px;
  overflow: hidden;
  cursor: pointer;
  background: #58bd36;
  border-radius: 6px;
}
.language-select li {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  background: #58bd36;
  border-radius: 6px;
  order: 2;
  padding: 8px;
  /* padding: 10px; */
  min-height: 40px;
}
.language-select li > span {
  margin-left: 7px;
  font-family: 'Mont-Regular_1';
}
.language-select li > a > span {
  /* margin-left: 7px;
  font-family: 'Mont-Regular_1';
  color: #fff;
  font-size: 14px; */
  margin-left: 3px;
    font-family: 'Mont-Regular_1';
    color: #fff;
    font-size: 14px;
    transform: translate(0px, -14px);
    transform: translateY(1.2px);
    display: inline-block;
}

.language-select li > a {
    margin: 0;
  /* margin-left: 7px; */
  font-family: 'Mont-Regular_1';
  color: #fff;
  font-size: 14px;
}
.language-select li:hover {
  cursor: pointer;
  background: #687867;
  transition: 0.2s;
}

.language-select.open {
  height: auto;
}

.language-select li.active {
  order: 1;
  pointer-events: none;
}


@media (max-width: 768px) {
  .wrapper__language--select {
    position: absolute;
    top: 21px;
    right: 20px;
}

  .language-select {
    height: 39px;
    width: 66px;
}
.language-select li {
  padding: 7px;
  min-height: 39px;
  background: #a6b1a3;
}


}
@media (max-width: 391px) {
  .language-select {
    height: 39px;
    width: 55px;
}
.language-select li > span {
  margin-left: 4px;
  font-size: 13px;
}

}
/* конец смена языка */
/* конец смена языка */
/* старт поп ап (заглушка) */
/* старт поп ап (заглушка) */
#no_inviter,
#gift_message_ovrl {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9997;
}

#gift_message_ovrl {
    z-index: 9999;
}

.no_inviter_message,
.gift_message {
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.gift_message {
    z-index: 10000;
}

.nim_box,
.gift_box {
    width: 600px;
    max-width: 50%;
    background: white;
    border-radius: 20px;
    padding: 50px;
    font-family: 'CenturyGothic', sans-serif;
    font-weight: bolder;
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
}

.nim_box img {
    margin-top: 40px;
    max-width: 80%;
}

.gift_box img {
    max-width: 80%;
    margin-bottom: 30px;
}

.gift_box .btn__orange {
    display: flex;
}

@media (max-width: 768px) {
    .nim_box, .gift_box {
        width: 100%;
        max-width: 75%;
        padding: 20px;
        font-weight: bolder;
        font-size: 18px;
    }

    .gift_box img {
        max-width: 80%;
        margin-bottom: 30px;
        margin-top: 10px;
    }
}
/* конец поп ап (заглушка) */
/* конец поп ап (заглушка) */

/* начало инпут пасворд */
/* начало инпут пасворд */
      /* start input password  */
      .input__password {
        input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    }
    }
    
    .input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    }
    
    .input-group-prepend, .input-group-append {
    display: -ms-flexbox;
    display: flex;
    }
    
    .input-group-append {
    margin-left: -1px;
    display: flex;
    flex-direction: row;
    height: 50px;
    margin-top: 10px;
    }
    
    .input__password {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    }
    
    input.input__pw {
    flex: 1 1 auto;
    width: 1%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none !important;
    }
    
    .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: #7b8b7c!important;
    color: #fff!important;
    border: none!important;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    text-decoration: none;
    margin: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }


    .invalid-feedback {
        font-family: 'Mont-Regular_1';
        font-size: 16px;
        border-radius: 10px;
        color: #647364;
    }
    /* end input password  */
/* конец инпут пасворд */
/* конец инпут пасворд */


/* mobile version */
@media (max-width: 768px) {
    .bg__right--2 {
        display: none;
    }
    .overlay-container {
        display: none;
    }
    form {
        padding: 0 25px;
        text-align: center;
    }
    .sign-in-container {
        left: 0;
        width: 100%;
        z-index: 2;
    }
    .wrapper__form--group.tg__code--wrap > .form-group.code__left {
        width: 65%;
        margin-right: 5px;
    }
    .wrapper__form--group.tg__code--wrap > .form-group.code__right {
        width: 35%;
    }
    .checkbox__line>a {
        margin-top: 0;
        font-family: 'Mont-Regular_1';
        font-size: 14px;
        /* border-radius: 10px; */
        color: #647364;
        margin-bottom: 0;
        text-align: left;
    }

    .btn__subscribe--reg {
        width: 100%;
        font-size: 14px;
        height: 46px;
        margin-bottom: 12px;
    }

    .h1__registration {
        font-size: 28px;
        font-family: 'Mont-Bold_1';
        color: rgb(71, 86, 70);
        line-height: 2.083;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 44px;
    }

    #upper_part {
        width: 100%;
        padding: 0 14px;
    }


    .form-group>label {
        font-size: 14px;
        text-align: left;
    }

    input {
        margin-top: 7px;
        height: 44px;
    }

    .select__v1 {
        width: 100%;
        height: 44px;
        color: #8a9789;
        font-size: 15px;
        margin-top: 7px;
    }

    .group__3>.title__group--line {
        font-size: 14px;
     
    }

    .input-group-append {
        margin-left: -1px;
        display: flex;
        flex-direction: row;
        height: 44px;
        margin-top: 7px;
    }

    button.btn__reg {
    
        border-radius: 10px;

        width: 100%;
        height: 54px;
        font-size: 16px;
  
        margin-top: 25px;
   
    }
    .btn__activate--message {
        border-radius: 10px;
        background-color: rgb(243, 245, 242);
        width: auto;
        height: 44px;
        display: flex;
        margin: 0;
        align-items: center;
        justify-content: center;
        font-family: 'DrukTextWideCyrMedium';
        color: rgb(71, 86, 70);
        margin-top: 7px;
        text-align: center;
    }
    button.btn__clear {

        line-height: 48px;
    }
}