*{
    box-sizing: border-box;
}

html,body {
    width: 100%;
    height:100%;
}

body {
    background-color: #1a2226;
    position: relative;
    font-family: "Arkhip";
}

body:after {
    content: '';
    display: block;
    clear: both;
}

header {
    margin-top:20px;
    margin-bottom:20px;
}

header h1 {
    width: 98%;
    font-size:225%;
    text-align: center;
    margin: 0 auto;
    color: white;
}

header:after {
    content: '';
    display: block;
    clear: both;
}

.language-change:after {
    content: '';
    display: block;
    clear: both;
}

#buttons-for-change {
    float:right;
    width:15%;
    margin-right:1.5%;
    margin-top:-30px;
}

.lang {
    float:right;
    width:30%;
    margin-left:2%;
    text-align: center;
    cursor:pointer;
}

.lang img {
    max-width:50%;
}

.main:after {
    content: '';
    display: block;
    clear: both;
}

.form {
    float:left;
    padding-right:30px;
    width: 39%;
    min-height:20px;
    height:auto;
}

.form form {
    background-color: #1a2226;
    box-sizing: content-box;
    margin-left:auto;
    margin-right:auto;
    width:90%;
    max-height:100%;
    padding-right:70px;
    padding-left:70px;
}
.feedback {
    background-color: #1a2226;
}

input, textarea {
    display:block;
    width: 100%;
    padding:5px;
    font-size:1.4em;
    background-color:#e2e1d7;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 100%;
}
.submit {
    cursor:pointer;
    color: #d9edf7;
    background-color: #00ca6d;
    border-color:#00ca6d ;
}

label {
    display: block;
    margin: 0 0 3px 0;
    font-weight: bold;
    color: #7adddd;
}
fieldset {
    border:none;
}

.slider {
    float:left;
    left:35px;
    width:45%;
    color: white;
    margin: 0 auto;
    position:relative;
    min-height:50px;
    /*height:1px;*/
}
.mySlides {
    height:100%;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.slider img {
    width:70%;

}
.text-for-slder {
    text-align:center;
    font-size:125%;
}

a.lang_a:visited {
    padding:3px;
    border-bottom: 2px solid whitesmoke;
}
a.lang_a:hover {
    padding:3px;
    border-bottom: 2px solid whitesmoke;
}

a.lang_a:active {
    padding:3px;
    border-bottom: 2px solid whitesmoke;
}
.for_lang {
    border: 1px solid whitesmoke;
}

textarea {
    resize: none;
}
.contacts {
//font-size: 80%;
    color:whitesmoke;
}
.big {
    font-size:120%;
}
.tel {
    padding-left:20px;
}

.tel {
    margin-bottom:15px;
}

.tel a:link {
    text-decoration: none;
    color:white;
}

.tel a:visited {
    color:white;
}

.tel a:hover {
    color:white;
}

.tel a:active {
    color:white;
}

.big:nth-child(1) {
    margin-bottom:15px;
}

.main {
    height:auto;
}