/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	header {
    position: relative;
    background-color: #000;
}

header .logo p {
    text-align: center;
}

header p {
    text-align: center;
}

div.infos p.inf {
    font-size: 70px;
    line-height: 70px;
}

div.slide table td h1 {
    font-size: 40px;
    line-height: 40px;
}

div.slide table td p.min {
    font-size: 20px;
}

div.bottons ul li {
    width: 90%;
}

section.form button {
    font-size: 16px;
}

table.kalk tr td {
    overflow: overlay;
    display: block;
}

table.kalk tr td .form .left {
    width: 100% !important;
    height: auto;
    display: block !important;
    width: 100%;
}

table.kalk tr td .form .right {
    width: 100% !important;
    height: auto;
    text-align: left;
    padding: 15px;
    display: block !important;
}

table.kalk div.form_1 {
    display: inline-block;
    vertical-align: top;
    width: 99%;
    margin: 1%;
    text-align: left;
}

div.form_1 input {
    width: 98%;
    padding: 3px 5px;
    margin: 7px 1%;
}
div.vibor ul li {
    width: 98%;
}

section.list div.snip {
    display: inline-block;
    width: 91%;
    margin: 10px 0.5%;
}
h2 {
    font-size: 25px;
    line-height: 27px;
}
table.kalk tr td form {
    width: 100%;
}
table.kalk tr td form .kalk_info h3 {
    font-size: 20px;
}

table.kalk tr td form .kalk_info .type h4 {
    width: 100%;
    padding: 10px 10px;
    font-size: 10px;
    font-weight: 100;
}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}