html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}



body {
    font-family: 'Montserrat', sans-serif;
    background: #7d7d7d;
    color: #7d7d7d;
}

b{
    font-weight: 600;
}

.center {
    margin: auto;
    width: 1100px;
    background-color: #292929;
}

.main {
    /*margin: 4em auto;*/
    /*width: 80%;*/
    height: 100%;
    /*background-color: #878b8a;*/
    /*background: url("../images/tlo.jpg");*/
    /*background-repeat: repeat;*/
    /*background-size: 100px 100px;*/
}

.m {
    outline: none;
    padding: 0.5em 1.5em;
    text-align: center;
    font-size: 1.2em;
    border: none;
    color: #bd9c52;
    cursor: pointer;
    background: #eeece7;
    border-radius: 2em;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}


label.file {
    background-color: #eeece7;
    color: #bd9c52;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
}

#file-chosen{
    margin-left: 0.3rem;
    font-family: sans-serif;
}

.error {
    /*display: none;*/
    color: red;
    font-size: 0.8em;
}

h1{
    font-size: 1.2em;
    color: #bd9c52;
    font-weight: 400;
}

h2{
    font-size: 1.1em;
    color: #ffffff;
    font-weight: 400;
}

h3{
    font-size: 0.8em;
    color: #7d7d7d;
    font-weight: 400;
}




.ramka{
    width: calc(100% - 2em);
    padding: 1em;
    font-size: 1em;
    border: 1px solid #bd9c52;
    background: transparent;
    text-align: left;
}

input[type="text"], input[type="email"], input[type="password"], input[type="textbox"], input[type="textarea"], textarea  {
    border: none;
    width: 100%;
    /*padding: 1em;*/
    font-size: 1em;
    color: #7d7d7d;
    border-bottom: 2px solid #bd9c52;
    background: transparent;
    text-align: left;
    font-weight: 400;
    margin-bottom: 1em;
    font-family: 'Montserrat', sans-serif;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
    outline: none;
    /*border: 1px solid #E3BB5C;*/
}

::-webkit-input-placeholder{
    color: #7d7d7d !important;
}

input[type="submit"] {
    outline: none;
    padding: 0.5em 1.5em;
    text-align: center;
    font-size: 1.2em;
    border: none;
    color: #bd9c52;
    cursor: pointer;
    background: #eeece7;
    border-radius: 2em;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

/*checkbox*/


.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px black solid;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #bd9c52;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}


/*************************************/


select {
    width: 100%;
    padding: 0.5em 0.5em;
    font-size: 1em;
    color: #7d7d7d;
    border: 2px solid #bd9c52;
    background: transparent;
    /*font-weight: 600;*/
    margin-bottom: 1.5em;
    font-family: 'Montserrat', sans-serif;
}

option {
    background-color: #666666;
    color: white;
}

option:disabled {
    color: #7d7d7d;
}
a {
    color: #bd9c52;
    text-decoration: underline;
    font-size: 1em;
}

a:hover {
    color: #ffffff;
}

i
{
    font-style: italic !important;
}







@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
    .center {
        width: 800px;
    }
}
@media(max-width:1080px){
}
@media(max-width:1024px){
}
@media(max-width:991px){
}
@media(max-width:900px){
}
@media(max-width:800px){
    .center {
        width: auto;
    }
    .div1 {
        padding: 200px 4% 10px 4%;
    }
    .div2 {
        padding: 10px 4% 100px 4%;
    }
    .submit {
        width: 40%;
    }
}
@media(max-width:768px){
}
@media(max-width:736px){
}
@media(max-width:667px){
}
@media(max-width:640px){
}
@media(max-width:600px){
}
@media(max-width:568px){
}
@media(max-width:480px){
}
@media(max-width:414px){
}
@media(max-width:384px){
}
@media(max-width:375px){
}
@media(max-width:320px){
}
