/**
 * Theme Name:  KovGen
 * Author:      General web studio themes
 * Author URI:  kovgen.com
 * Description: Studio web developer themes.
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:        kovgen, web studio
 * Text Domain: kovgen
 * Version:     0.1
 */

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, center,
dl, dt, dd, ol, ul, 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;
    color: black;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    max-width: 100%;
}

/*HEADER*/

 a.site_logo {
    display: block;
    width: 250px;
    height: auto;
}
body {
    background: white;
    color: black;
}
.max-width {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
header .max-width {
    display: grid;
    grid-template-columns: 250px auto;
}
h1 {
        text-align:center;
        font-size: 64px;
    }
    p {
        color:white;
        text-align:center;
    }
    ul {
        width: 263px;
        margin: 66px auto;
        font-size: 24px;
    }
    a.imprint {
        text-decoration: none;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        width: 100%;
        margin-top: 150px;
    }
    .svg_line svg {
        width: 50px;
        height: 50px;
    }
    svg#Capa_1 {
        fill: white;
    }
    path {
        fill: white;
    }
    .svg_line {
        text-align: center;
    }
    p {
        font-size: 26px;
    }
    a.lincker {
        font-size: 33px;
        font-weight: 600;
        text-align: center;
        display: block;
        text-decoration: none;
        margin-bottom: 25px;
    }
    .svg_line a {
        margin: 15px;
    }
    p.description {
        font-size: 37px;
    }

    body {
   margin: 0;
   padding: 0;
   -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;  
    cursor:crosshair;
 }

 div#breakingbad {
    overflow: hidden;
    zoom: 0.4;
    margin-top: -218px;
    width: 100%;
    height: 100vh;
}
canvas {
    margin: 0 auto;
    display: block;
}
.form_bot {
    max-width: 40%;
    margin: 40px auto;
}
input {
    width: calc(100% - 35px);
    margin-bottom: 15px;
    height: 39px;
    padding: 5px 15px;
    font-size: 18px;
}
input[type="submit"] {
    width: 100%;
}
ul#menu-top {
    display: flex;
}
ul#menu-top li {
    margin: 0 10px;
}
.two_column {
    margin-top: 25px;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
}
h3 {
    font-size: 26px;
    margin-bottom: 15px;
}
.monitor_background {
    border: 2px solid grey;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.7); /* Тень */
}
.col-lg-4.col-sm-6 {
    margin-bottom: 35px;
}
input[type="submit"] {
    background: #2b7916;
    color: white;
    padding: 16px;
    height: auto;
    border: none;
    outline: none;
    border-bottom-right-radius: 10px;
}
.form_bot input#fname {
    border-top-left-radius: 10px;
}
h2 {
    font-size: 32px;
    padding-bottom: 10px;
}

.monitor_background {
    position: relative;
}
a.portfolio-box {
    margin-top: 23px;
    display: block;
    background: #b41d1d;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}
.site_type {
    margin-bottom: 10px;
}
.site_type span {
    background: #2b7916;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 4px 15px;
    color: white;
    margin-right: 10px;
}
.site-info p {
    color: black;
    font-size: 15px;
    margin-bottom: 25px;
    margin-top: 10px;
}
ul.index_services span {
    font-weight: 600;
    font-size: 17px;
    color: #2b7916;
}
ul.index_services {
    width: 300px;
    text-align: center;
}
ul.index_services li {
    margin-bottom: 15px;
}


span.ico_menu svg {
    width: 50px;
    height: 50px;
}
span.ico_menu svg path {
    fill: black;
}
.footer_fixed_menu {
    position: fixed;
    height: 75px;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid black;
    background: white;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
span.ico_menu {
    display: block;
    margin-top: 10px;
}
span.ico_menu svg {
    width: 34px;
    height: 34px;
}
input#tel {
    border-top-left-radius: 0;
}
@media screen and (min-width: 961px) {
.footer_fixed_menu {
    display: none;
}
}
@media screen and (max-width: 960px) {
    .site-info {
        padding-bottom: 80px;
    }
    a.site_logo {
        width: 100%;
        margin-bottom: 25px;
    }
    h1 {
        font-size: 38px;
    }
    .menu_top {
        display: none;
    }
    .two_column {
        display: block;
    }
    header .max-width {
        display: block;
    }
    .form_bot {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 25px;
    }

}