* { 
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body{
    font-family: 'Noto Sans', sans-serif;
}

header {    
    position: fixed;
    width: 100%;
    z-index: 10;
}

main {
    padding-top: 73px;
    display: block;
}

h1 {
    color: #381F68;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 0 11px 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

h2 {
    color: #381F68;
    font-size: 24px;
    font-weight: normal;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

p {
    color: #080311;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.top-menu {
    background-color: #381F68;
    height: 42px;
    width: 100%;
    margin-top: 71px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}

.imgs {
    box-shadow: 10px 10px 10px 0px;
}

.center-content {
    width: 940px;
    margin: 0 auto;
}

.center-content2 {
    width: 940px;
    padding: 40px 0;
    margin: 0 auto;
}

.center-content3 {
    width: 940px;
    padding: 10px 0;
    margin: 0 auto;
}

.logo {
    background: url(../img/logo.png) no-repeat;
    width: 240px;
    height: 129px;
    margin-top: -56px;
    float: left;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.logo2 {
    background: url(../img/logo2.png) no-repeat;
    width: 80px;
    height: 40px;
    float: left;
    margin: 2px 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.langs {
    margin: 5px 0;
}

.menu {
    margin: 5px 97px 5px 0;
}

.menu, .langs {
    float: right;
    height: 34px;
}

.menu li {
    margin: 0 0 0 22px;
}

.menu li, .langs li {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
    height: 100%;
    line-height: 34px;
}

.menu li a, .langs li a {
    color: #FFF;
    text-decoration: none;
    outline: none;    
}

.top-menu .active {
    border-bottom: 2px solid #FFF;
}

.langs .langs-delimeter {
    height: 13px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #FFF;
    margin: 0 1px 0 2px;

}

.center-content2 .slider {
    border: 3px solid #381F68;
    width: 934px;
    height: 391px;
    border-radius: 10px;
    margin-top: 72px;
    margin-bottom: 2px;
    position: relative;
}

.slider-left-button {
    float: left;
    height: 55px;
    width: 29px;
    background: url(../img/sl-arrow-l.png) no-repeat;
    margin: 168px 0 0 8px;
    cursor: pointer;
}

.slider-left-buttondn {
    float: left;
    height: 55px;
    width: 29px;
    background: url(../img/sl-arrow-l.png) no-repeat;
    margin: 170px 0 0 8px;
    cursor: pointer;
}

.slider-right-button {
    float: right;
    height: 55px;
    width: 29px;
    background: url(../img/sl-arrow-r.png) no-repeat;
    margin: 168px 7px 0 0;
    cursor: pointer;
}

.slider-right-buttondn {
    float: right;
    height: 55px;
    width: 29px;
    background: url(../img/sl-arrow-r.png) no-repeat;
    margin: 170px 7px 0 0;
    cursor: pointer;
}

.slider-content {
    width: 820px;
    height: 358px;
    float: left;
    margin:16px 19px;
    position: relative;
}

#slider_container{
    position: relative; 
    overflow: hidden;
    width: 934px;
    height: 391px;
}

.slides {
    position: absolute; 
    overflow: hidden;
    left: 0px; top: 0px; width: 820px; height: 358px;
}

.partners, .feedback, .numero, .part3 {
    background-color:#F1F1F1;
    width: 100%;
}

.comp-payments {
    background-color:#F6F1FF;
    width: 100%;
}

.content-list {
    font-size: 20px;
    margin: 16px 0 12px 23px;
    list-style-image: url(../img/list-marker.png);
}

.content-list li {
    margin-top: 1px;
    padding-left: 13px;
}

.content-list2 {
    font-size: 20px;
    margin: 1px 0 16px 0;    
}

.content-list2 li {
    list-style-type: none;  
}

.content-list2 li:before {
    color: #381F68; 
    content: "•";
    margin-right: 31px;
    font-weight: bold;
    font-size: 21px;
}



.newcolor table {
    width: 100%;
    border-spacing:3px;
    display: block;
    padding: 40px 0 10px 0;
}

.newcolor tr:first-child {
#    padding-top: 8px;
#    display: block;
    background-color:#c1bdc7;
}

.newcolor tr {
#    padding-top: 10px;
#    display: block;
#    color: #381F68; 
    background-color:#F6F1FF;
#    padding: 10px;
#    font-size: 20px;
#    border: 1px solid grey;
}

.newcolor td {
    font-size: 16px;
#    font-size: 20px;
    border: 1px solid grey;
    padding: 1px;
}



.services table {
    width: 100%;
    border-spacing:0;
}

.services tr:first-child {
    padding-top: 8px;
    display: block;
}

.services tr {
    padding-top: 10px;
    display: block;
}

.services td {
    width: 100px;
    height: 6px;
    padding: 0 10px;
}

.services tr td:first-child{
    padding: 0 10px 0 0;
}

.services tr td:last-child{
    padding: 0 0 0 10px;
}

.services input[type=submit] {
#    height: 44px;
#    margin: 10px 0 23px 0;
#    padding: 5px;
#    border: none;
    width: 150px;
    text-align:left;
#    font-size: 25px;
#    border: 3px solid #381F68;
#    border-radius: 5px;
#    color: #381F68;
    color: #FFF;
    font-size: 20px;
    padding: 10px;
    background-color: #381F68;
}


.portal input[type=text] {
    height: auto;
    margin: 0;
#    padding: 5px;
    border: none;
    width: 300px;
    font-size: 25px;
    border: 3px solid #381F68;
    border-radius: 5px;
    color: #381F68;
}

.portal select {
    height: auto;
    margin: 0;
#    padding: 5px;
    border: none;
    width: auto;
    font-size: 25px;
    border: 3px solid #381F68;
    border-radius: 5px;
    color: #381F68;
}


.portal {
    width: 100%;
    padding: 20px;
}
.portal table {
    width: 100%;
    border-spacing:0;
    padding: 10px 0 10px 5px;
}

.portal2 tr:first-child {
    padding-top: 8px;
    display: block;
}

.portal2 tr {
    padding-top: 10px;
    display: block;
}

.portal2 td {
    width: 100px;
    height: 6px;
    padding: 0 10px;
}

.portal2 tr td:first-child{
    padding: 0 10px 0 0;
}

.portal2 tr td:last-child{
    padding: 0 0 0 10px;
}

.portal input[type=submit] {
#    height: 44px;
#    margin: 10px 0 23px 0;
#    padding: 5px;
#    border: none;
    width: 170px;
    text-align:left;
#    font-size: 25px;
#    border: 3px solid #381F68;
#    border-radius: 5px;
#    color: #381F68;
    color: #FFF;
    font-size: 20px;
    padding: 10px;
    background-color: #381F68;
}




.numero input[type=text] {
    height: 41px;
    margin: 10px 0 23px 0;
    padding: 5px;
    border: none;
    width: 700px;
    font-size: 25px;
    border: 3px solid #381F68;
    border-radius: 5px;
    color: #381F68;
}

.nominal input[type=text] {
    height: 41px;
    margin: 10px 0 23px 0;
    padding: 5px;
    border: none;
    width: 700px;
    font-size: 25px;
    border: 3px solid #381F68;
    border-radius: 5px;
    color: #381F68;
}
.part3 input[type=text] {
    height: 41px;
    margin: 10px 0 23px 0;
    padding: 5px;
    border: none;
    width: 700px;
    font-size: 25px;
    border: 3px solid #381F68;
    border-radius: 5px;
    color: #381F68;
}


.nominal input[type=button] {
#    height: 41px;
#    margin: 10px 0 23px 0;
    margin: 4px;
#    border: none;
#    width: 700px;
    color: #381F68;
    font-size: 50px;
}

.nominal input[type=submit] {
#    height: 41px;
#    margin: 10px 0 23px 0;
    margin: 4px;
#    border: none;
#    width: 700px;
    color: #381F68;
    font-size: 50px;
}

.feedback input[type=text] {
#    height: 41px;
#    margin: 10px 0 23px 0;
#    border: none;
#    width: 700px;
#    font-size: 20px;

    height: auto;
    margin: 0;
#    padding: 5px;
    border: none;
    width: 300px;
    font-size: 25px;
    border: 3px solid #381F68;
    border-radius: 5px;
    color: #381F68;


}
.feedback input[type=password] {
#    height: 41px;
#    margin: 10px 0 23px 0;
#    border: none;
#    width: 700px;
#    font-size: 20px;

    height: auto;
    margin: 0;
#    padding: 5px;
    border: none;
    width: 300px;
    font-size: 25px;
    border: 3px solid #381F68;
    border-radius: 5px;
    color: #381F68;

}

.feedback textarea {
    margin: 5px 0 0 0;
    border: none;
    width: 700px;
    height: 115px;
    font-size: 20px;
    resize: vertical;
}

.feedback .center-content2 {
    background: url(../img/telegramdealer.png) no-repeat 100% 44px;
    background-origin: border-box;
}

.feedback .submit-button {
    border: 3px solid #381F68;
#    width: 310px;
    width: auto;
    height: 50px;
    border-radius: 10px;
#    margin: 23px 0 0 481px;
    cursor: pointer;
    background-color: #381F68;
#    color: #381F68;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.feedback .submit-button:active {
    color: #FFF;
    border-bottom: 3px solid #000;
}


.part3 .submit-button {
    border: 3px solid #381F68;
    width: 214px;
    height: 50px;
    border-radius: 10px;
    margin: 23px 0 0 481px;
    cursor: pointer;
    color: #381F68;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.part3 .submit-button:active {
    color: #FFF;
    border-bottom: 3px solid #000;
}


.part4 .submit-button {
    border: 3px solid #381F68;
    width: 214px;
    height: 50px;
    border-radius: 10px;
    margin: 23px 0 0 481px;
    cursor: pointer;
    color: #381F68;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.part4 .submit-button:active {
    color: #FFF;
    border-bottom: 3px solid #000;
}

.service-button {
    border: 3px solid #381F68;
    width: 140px;
    height: 84px;
    border-radius: 10px;
#    margin: 23px 0 0 481px;
#    cursor: pointer;
#    color: #381F68;
#    font-size: 30px;
#    line-height: 50px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color:#F1F1F1;
}

.service-button:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.1);
    transition: 1s;
    background-color:#f0eef5;
}

.service-button:active {
    color: #FFF;
    border-bottom: 3px solid #000;
    background-color:#381F68;
}


.center-content2 .player {
    border: 3px solid #381F68;
    width: 813px;
    height: 390px;
    border-radius: 10px;
    margin-top: 6px;
    margin-bottom: 43px;
}

.player embed {
    margin: 5px auto;
    display: block;  
}

footer {
    background-color: #381F68;
    height: 126px;
    width: 100%;
}

footer * {
    color: #FFF;  
}

.footer-left {
    width: 50%;
    float: left;
}

.footer-right {
    width: 50%;
    float: right;
    text-align: right;
}

#popup {
    position: absolute;
    padding: 5px;
    margin: 5px 5px 0px 130px;
    border: 1px solid black;
    background: #eee;
    left: 0px;
    top: 0px;
    visibility: hidden;
}
