@charset "UTF-8";
@font-face {
    font-family: pnbk;
    src: url(../fonts/ProximaNova-Black.ttf)
}
@font-face {
    font-family: pnb;
    src: url(../fonts/ProximaNova-Bold.ttf)
}
@font-face {
    font-family: pneb;
    src: url(../fonts/ProximaNova-Extrabld.ttf)
}
@font-face {
    font-family: pnl;
    src: url(../fonts/ProximaNova-Light.ttf)
}
@font-face {
    font-family: pnr;
    src: url(../fonts/ProximaNova-Regular.ttf)
}
@font-face {
    font-family: pnsb;
    src: url(../fonts/ProximaNova-Semibold.ttf)
}
@media (min-width: 992px) {
    .container {
        max-width: 992px
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}
body {
    font-size: 17px;
    line-height: 24px;
    font-family: pnsb;
    color: #333
}
button {
    outline: 0;
    cursor: pointer
}
button:focus {
    outline: 0
}
input {
    outline: 0
}
input:focus {
    outline: 0
}
header .header {
    padding-top: 20px;
    padding-bottom: 18px
}
header .header .logo-block {
    width: 524px
}
header .header .logo-block img {
    margin-right: 28px
}
header .header .logo-block span {
    font-size: 20px;
    display: block;
    margin-bottom: -5px
}
header .header .logo-block a {
    font-size: 30px;
    display: block;
	text-decoration: none;
    margin-bottom: -5px
}
header .header .contacts .tel-block {
    margin-right: 28px;
    margin-bottom: -5px
}
header .header .contacts .tel-block img {
    margin-right: 13px
}
header .header .contacts .tel-block div a {
    font-size: 28px;
    color: #003955;
    font-family: pneb;
    display: block
}
header .header .contacts .tel-block div a:hover {
    text-decoration: none;
	color: #fc0
}
header .header .contacts .tel-block div span {
    color: #003955;
    display: block
}
header .header .contacts button {
    width: 220px;
    height: 48px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	-webkit-box-shadow: 0 4px 0 0 #0576ae;
    box-shadow: 0 4px 0 0 #0576ae;
    font-family: pneb;
    font-size: 18px;
    background: #0188cc;
    border: none;
    color: #fff;
    text-transform: uppercase
}
header .header .contacts button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#0188cc), to(#69b9e1));
    background: -webkit-linear-gradient(top, #0188cc 0, #69b9e1 100%);
    background: -o-linear-gradient(top, #0188cc 0, #69b9e1 100%);
    background: linear-gradient(180deg, #0188cc 0, #69b9e1 100%)
}
header nav {
    background: #3f4955;
    padding: 6px 0;
    width: 100%
}
header nav a {
    color: #fff
}
header nav a:hover {
    text-decoration: none;
    color: #06f
}
header nav .phone a {
	display: none
}
header nav.stickytop {
    position: fixed;
    top: 0;
    z-index: 300
}
/*header nav .breadcrumb {
	width: 250px;
    height: 40px
}*/ 
main .first-block {
    background: url(../images/first-block-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 65px 0
}
main .first-block .col-12 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px
}
main .first-block .h1-block {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .5);
    width: 700px;
    height: 400px;
    padding: 49px 31px;
    text-align: center;
    position: relative
}
main .first-block .h1-block h1 {
    font-size: 54px;
    color: #0188cc;
    font-family: pneb;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    line-height: 1;
    margin-bottom: 15px
}
main .first-block .h1-block h2 {
    font-size: 34px;
    color: #14303e;
    line-height: 1;
    font-family: pnb;
    margin-bottom: 25px
}
main .first-block .h1-block p {
    color: #c00;
    font-size: 30px;
    font-family: pnb;
    line-height: 34px;
    margin-bottom: 5
}
main .first-block .h1-block span {
    font-family: pnb;
    font-size: 28px;
    color: #fff;
    background: url(../images/akcii.png) no-repeat center center;
    display: block;
    height: 69px;
    text-transform: uppercase;
    margin-bottom: 16px
}
main .first-block .col-12 .h1-block button {
    width: 260px;
    height: 53px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #e7ae01;
    box-shadow: 0 4px 0 0 #e7ae01;
    font-size: 20px;
    text-transform: uppercase;
    font-family: pnb;
	margin-top: 10px
}
main .first-block .col-12 .h1-block button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(180deg, #f6d30c 0, #ffe937 100%)
}
main .characteristics {
    padding-top: 90px;
    padding-bottom: 90px
}
main .characteristics h2 {
    font-size: 36px;
    color: #003955;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px
}
main .characteristics .grid {
    display: grid;
    grid-template-columns: repeat(3, 350px);
    grid-gap: 50px 50px
}
main .characteristics .grid .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
main .characteristics .grid .item .img-block {
    width: 65px;
    height: 65px;
    border-width: 2px;
    border-color: #e8e8e8;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 31px;
    margin-top: 3px
}
main .characteristics .grid .item .desc {
    width: 250px
}
main .characteristics .grid .item .desc h3 {
    font-size: 23px;
    color: #003955;
    font-family: pnb;
    margin-bottom: 10px
}
main .characteristics .grid .item .desc span {
    line-height: 1
}
main .kinds {
    background: #f3f2f2;
    padding-top: 90px;
    padding-bottom: 100px
}
main .kinds h2 {
    font-size: 36px;
    color: #003955;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px
}
main .kinds .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
main .kinds .grid .item {
    height: 100%;
    width: 370px;
    -webkit-border-radius: 4px;
    border-radius: 6px;
    background: #fff;
    overflow: hidden
}
main .kinds .grid .item .wrap {
    padding: 18px 32px 22px
}
main .kinds .grid .item .wrap .img {
    height: 277px;
    width: 100%
}
main .kinds .grid .item .wrap h3 {
    font-size: 24px;
    font-family: pnb;
    color: #003955;
    text-align: center
}
main .kinds .grid .item .wrap .item-price {
    font-size: 24px;
    font-family: pnb;
    color: #0188cc;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}
main .kinds .grid .item .wrap button {
    width: 300px;
    height: 53px;
    background: #0188cc;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #0576ae;
    box-shadow: 0 4px 0 0 #0576ae;
    font-size: 20px;
	color: #fff;
    text-transform: uppercase;
    font-family: pnb;
    width: 100%;
    margin-top: 22px
}
main .kinds .grid .item .wrap button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#0188cc), to(#69b9e1));
    background: -webkit-linear-gradient(top, #0188cc 0, #69b9e1 100%);
    background: -o-linear-gradient(top, #0188cc 0, #69b9e1 100%);
    background: linear-gradient(180deg, #0188cc 0, #69b9e1 100%)
}
main .kinds .grid .item .wrap div span {
    display: block;
    margin-bottom: 5px
}
main .kinds .grid .item .wrap div span img {
    margin-right: 5px;
    margin-top: -3px
}
main .texnology {
    padding-top: 90px;
    padding-bottom: 90px
}
main .texnology .grid {
    display: grid;
    grid-template-columns: repeat(4, 250px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
main .texnology h2 {
    font-size: 36px;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center
}
main .texnology img {
    width: 250px;
    height: 250px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 25px
}
main .texnology h3 {
    font-size: 20px;
    font-family: pnb;
    color: #000;
    text-transform: uppercase;
    text-align: center
}
main .smeta {
    background: url(../images/bg2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 44px 0 32px
}
main .smeta .h2-block {
    width: 550px;
    color: #fff
}
main .smeta .h2-block h2 {
    font-size: 51px;
    display: block;
    margin-bottom: 30px
}
main .smeta .h2-block span {
    font-size: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2
}
main .smeta .h2-block span.first {
    margin-bottom: 25px
}
main .smeta .h2-block span img {
    margin-right: 20px
}
main .smeta .form {
    width: 360px;
    height: 320px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 11.68px 4.32px rgba(0, 0, 1, .05);
    box-shadow: 0 0 11.68px 4.32px rgba(0, 0, 1, .05);
    padding: 28px 33px 34px;
    text-align: center
}
main .smeta .form h3 {
    font-size: 24px;
    font-family: pnb;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 2px
}
main .smeta .form span {
    font-size: 18px;
    font-family: pnb;
    color: #003955;
    text-transform: uppercase;
	margin-top: 16px;
    margin-bottom: 16px;
    display: block
}
main .smeta .form h4 {
    font-family: pnb;
    display: block;
    background: url(../images/akcii2.png) no-repeat center center;
    font-size: 17px;
    font-family: pnb;
    text-transform: uppercase;
    color: #fff;
    width: 256px;
    height: 37px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 21px
}
main .smeta .form button {
    width: 250px;
    height: 48px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: pneb;
    font-size: 18px;
    background: #0188cc;
    border: none;
    color: #fff;
	-webkit-box-shadow: 0 4px 0 0 #0576ae;
    box-shadow: 0 4px 0 0 #0576ae;
    text-transform: uppercase;
	margin-top: 14px
}
main .smeta .form button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#0188cc), to(#69b9e1));
    background: -webkit-linear-gradient(top, #0188cc 0, #69b9e1 100%);
    background: -o-linear-gradient(top, #0188cc 0, #69b9e1 100%);
    background: linear-gradient(180deg, #0188cc 0, #69b9e1 100%)
}
main .smeta .form form input {
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    height: 47px;
    padding: 0 16px;
    margin-bottom: 12px
}
main .contact {
    background: url(../images/bg3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 44px 0 32px
}
main .contact .h2-block {
    width: 550px;
    color: #fff
}
main .contact .h2-block h2 {
    font-size: 40px;
	color: #003955;
    display: block;
    margin-bottom: 30px
}
main .contact .h2-block span {
    font-size: 22px;
	color: #003955;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2
}
main .contact .h2-block span.first {
    margin-bottom: 25px
}
main .contact .h2-block span img {
    margin-right: 20px
}
main .contact .form {
    width: 369px;
    height: 320px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ADD8E6;
    -webkit-box-shadow: 0 0 11.68px 4.32px rgba(0, 0, 1, .05);
    box-shadow: 0 0 11.68px 4.32px rgba(0, 0, 1, .05);
    padding: 28px 33px 34px;
    text-align: center
}
main .contact .form h3 {
    font-size: 24px;
    font-family: pnb;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 2px
}
main .contact .form span {
    font-size: 12px;
    font-family: pnb;
    color: #003955;
    text-transform: uppercase;
	margin-top: 6px;
    margin-bottom: 6px;
    display: block;
	text-align: left
}
main .contact .form h4 {
    font-family: pnb;
    display: block;
    background: url(../images/akcii2.png) no-repeat center center;
    font-size: 17px;
    font-family: pnb;
    text-transform: uppercase;
    color: #fff;
    width: 256px;
    height: 37px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 21px
}
main .electro-for {
    padding-top: 80px;
    padding-bottom: 80px
}
main .electro-for h2 {
    color: #003955;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center
}
main .electro-for .grid {
    display: grid;
    grid-template-columns: repeat(3, 370px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-row-gap: 30px
}
main .electro-for .item {
    text-align: center
}
main .electro-for .item img {
    display: block;
    margin-bottom: 15px;
	border-radius: 5px
}
main .electro-for .item span {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    font-family: pnb
}
main .ask {
    background: #e8e8e8;
    padding-top: 90px;
    padding-bottom: 100px;
    text-align: center
}
main .ask h2 {
    color: #003955;
    font-size: 36px
}
main .ask h3 {
    font-size: 24px;
    color: #121313
}
main .ask h3 a {
    color: #c00
}
main .ask h3 a:hover {
    color: #fc0;
    text-decoration: none
}
main .ask .ask-blocks {
    margin-top: 20px
}
main .ask .ask-blocks .item {
    text-align: left;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 13px;
    overflow: hidden;
    border: 2px solid #0188cc
}
main .ask .ask-blocks .item h4 {
    width: 100%;
    height: 65px;
    color: #fff;
    font-size: 22px;
    padding: 0 24px;
    padding-right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0188cc;
    margin-bottom: 0;
    position: relative;
    cursor: pointer
}
main .ask .ask-blocks .item h4:after {
    content: '+';
    font-size: 40px;
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    line-height: 34px;
    height: 32px
}
main .ask .ask-blocks .item h4.active:after {
    content: '–';
    font-size: 34px;
    line-height: 26px
}
main .ask .ask-blocks .item div {
    width: 100%;
    padding: 15px 24px;
    background: #fff;
    font-family: pnr;
    color: #1d1a1a;
    display: none
}
main .ask .ask-blocks .item div.active {
    width: 100%;
    left: -2px;
    height: auto;
    z-index: 100;
    display: block
}
main .ask button {
    width: 306px;
    height: 53px;
    background: #0188cc;
	color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #0576ae;
    box-shadow: 0 4px 0 0 #0576ae;
    font-size: 20px;
    text-transform: uppercase;
    font-family: pnb;
    margin-top: 20px
}
main .ask button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#0188cc), to(#69b9e1));
    background: -webkit-linear-gradient(top, #0188cc 0, #69b9e1 100%);
    background: -o-linear-gradient(top, #0188cc 0, #69b9e1 100%);
    background: linear-gradient(180deg, #0188cc 0, #69b9e1 100%)
}
main .reviews {
    padding-top: 85px;
    padding-bottom: 65px
}
main .reviews h1 {
    font-size: 36px;
    color: #003955;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 130px
}
main .reviews h2 {
    font-size: 36px;
    color: #003955;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 130px
}
main .reviews h3 {
    font-size: 20px;
    color: #003955;
    text-transform: uppercase;
    text-align: center;
	margin-top: 30px;
    margin-bottom: 60px
}
main .reviews .items {
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: repeat(3, 366px)
}
main .reviews .items .item {
    text-align: center;
    border-width: 2px;
    border-color: #e8e8e8;
    border-style: solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 366px;
    height: 100%;
    padding: 0 30px 50px
}
main .reviews .items .item img {
    width: 186px;
    height: 187px;
    border-style: solid;
    border-width: 7px;
    border-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -95px;
    margin-bottom: 15px
}
main .reviews .items .item h5 {
    margin-bottom: 10px
}
main .reviews .items .item span {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-family: pnr
}
main .call {
    text-align: center;
    padding: 70px 0 65px;
    background: -webkit-gradient(linear, left top, right top, from(#0188cc), to(#14b0ff));
    background: -webkit-linear-gradient(left, #0188cc 0, #14b0ff 100%);
    background: -o-linear-gradient(left, #0188cc 0, #14b0ff 100%);
    background: linear-gradient(90deg, #0188cc 0, #14b0ff 100%)
}
main .call h2 {
    font-size: 40px;
    font-family: pneb;
    line-height: 51px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 13px
}
main .call h3 {
    font-size: 26px;
    font-family: pnr;
    line-height: 30px;
    margin-bottom: 30px;
    color: #fff
}
main .call button {
    width: 250px;
    height: 53px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #e7ae01;
    box-shadow: 0 4px 0 0 #e7ae01;
    font-size: 20px;
    text-transform: uppercase;
    font-family: pnb
}
main .call button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(180deg, #f6d30c 0, #ffe937 100%)
}
main .electro {
	background: #ddeeff;
    padding: 70px 0 65px
}
main .electro h1 {
    text-align: center;
	font-size: 40px;
    font-family: pneb;
    line-height: 51px;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 13px
}
main .electro h2 {
    text-align: center;
	font-size: 40px;
    font-family: pneb;
    line-height: 51px;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 13px
}
main .electro p {
    font-size: 20px;
	text-align: justify;
    font-family: pnr;
    line-height: 30px;
    margin-bottom: 30px;
    color: #000;
	text-indent: 30px
}
footer {
    background: #003955;
    padding-top: 30px;
    padding-bottom: 35px;
    color: #fff
}
footer .col-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
footer .copy {
    font-size: 14px;
	text-align: center
}
footer .copy a {
    font-size: 14px;
	text-align: center
}
footer .copy a:hover {
    color: #fc0
}
footer .desc {
    font-size: 22px;
    font-family: pnr
}
footer a {
    display: block;
    color: #fff;
    text-align: center
}
footer a:hover {
    color: #fc0;
    text-decoration: none
}
footer button {
    width: 240px;
    height: 48px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	-webkit-box-shadow: 0 4px 0 0 #0576ae;
    box-shadow: 0 4px 0 0 #0576ae;
    font-family: pneb;
    font-size: 18px;
    background: #0188cc;
    border: none;
    color: #fff;
    text-transform: uppercase
}
footer button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#0188cc), to(#69b9e1));
    background: -webkit-linear-gradient(top, #0188cc 0, #69b9e1 100%);
    background: -o-linear-gradient(top, #0188cc 0, #69b9e1 100%);
    background: linear-gradient(180deg, #0188cc 0, #69b9e1 100%)
}
footer a.link-tel {
    font-size: 20px;
    margin-bottom: 5px
}
footer a.link-mail {
    font-size: 18px
}
footer a img {
    margin-right: 13px
}
.up {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #959595;
    opacity: .62;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    right: 40px;
    bottom: 40px;
    width: 55px;
    height: 55px;
    z-index: 300;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}
.up:hover {
    opacity: 1
}
@media (max-width: 1199px) {
    header .header .logo-block {
        width: 100%
    }
    header .header .contacts {
        width: 100%;
        margin-top: 20px
    }
    main .first-block .col-12 {
        grid-template-columns: 1fr
    }
    main .first-block .h1-block {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
    }
    main .characteristics .grid {
        grid-template-columns: repeat(2, 350px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    main .kinds .grid {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
    main .kinds .grid .item3 {
        margin-top: 50px
    }
    main .texnology .grid {
        grid-template-columns: repeat(2, 250px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 30px 50px
    }
    main .electro-for .grid {
        grid-template-columns: repeat(2, 370px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 30px 50px
    }
    main .ask .ask-blocks {
        grid-template-columns: repeat(2, 455px)
    }
    main .reviews .items {
        grid-template-columns: repeat(2, 366px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 130px 50px
    }
    main .reviews .items .item3 {
        grid-row: 2;
        grid-column: 1/3;
        justify-self: center
    }
}
@media (max-width: 991px) {
	main .first-block .h1-block {
        width: 100%
    }
    main .first-block .h1-block h1 {
        font-size: 54px
    }
    main .first-block .h1-block h2 {
        font-size: 36px;
        margin-bottom: 30px
    }
    main .first-block .h1-block span {
        margin-bottom: 20px
    }
    main .first-block .h1-block p {
        font-size: 28px;
        line-height: 40px
    }
    main .characteristics .grid {
        grid-template-columns: repeat(2, 320px);
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        grid-gap: 50px 10px
    }
    main .characteristics .grid .item .desc h3 {
        font-size: 21px
    }
    main .characteristics .grid .item .desc span {
        font-size: 16px
    }
    main .kinds .grid .item2 {
        margin-top: 50px
    }
    main .smeta .h2-block {
        margin-left: auto;
        margin-right: auto
    }
    main .smeta .form {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px
    }
    main .electro-for .grid {
        grid-template-columns: repeat(2, 1fr)
    }
    main .electro-for .item img {
        width: 100%
    }
    main .ask .ask-blocks {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 13px
    }
    main .ask .ask-blocks .item h4 {
        font-size: 20px
    }
    main .reviews .items {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 130px 30px
    }
    main .reviews .items .item {
        width: 100%
    }
    main .call h2 {
        font-size: 33px
    }
    footer .copy {
        font-size: 12px
    }
    footer .desc {
        font-size: 16px
    }
    footer a.link-tel {
        font-size: 14px
    }
    footer a.link-mail {
        font-size: 14px
    }
}
@media (max-width: 767px) {
    header .header .logo-block span {
        font-size: 17px
    }
    header .header .contacts .tel-block div a {
        font-size: 26px
    }
    header .header .contacts .tel-block div span {
        font-size: 16px
    }
    header nav .col-12 a {
        display: block;
        text-align: center;
        padding: 10px 0
    }
    header nav svg {
		float: left;
        width: 30px;
        height: 30px
    }
    header nav .phone a {
		display: block;
		float: right
    }
	header .header .contacts button {
		display: none
    }
    header .header .contacts .tel-block a {
		display: none
    }
    header .header .contacts .tel-block div {
		display: none
    }
    main .first-block .h1-block h1 {
        font-size: 30px
    }
    main .first-block .h1-block h2 {
        font-size: 24px
    }
    main .first-block .h1-block p {
        font-size: 20px;
        line-height: 36px
    }
    main .first-block .h1-block {
        height: 360px
    }
    main .characteristics .grid {
        grid-template-columns: 1fr
    }
    main .characteristics .grid .item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    main .texnology .grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px 20px
    }
    main .smeta .h2-block h2 {
        font-size: 49px;
        text-align: center
    }
    main .electro-for .grid {
        grid-gap: 30px 20px
    }
    main .ask {
        padding-top: 70px
    }
    main .ask h3 {
        font-size: 18px;
        line-height: 24px
    }
    main .ask .ask-blocks {
        grid-template-columns: 1fr
    }
    main .ask .ask-blocks2 {
        margin-top: 0
    }
    main .reviews .items {
        grid-template-columns: 1fr
    }
    main .reviews .items .item3 {
        grid-column: 1
    }
    main .call h2 {
        font-size: 24px;
        line-height: 36px
    }
    main .call h3 {
        font-size: 20px
    }
    .up {
        right: 20px;
        bottom: 20px
    }
    footer .copy {
        width: 100%;
        font-size: 16px
    }
    footer .col-12 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    footer .desc {
        margin-top: 10px;
        width: 100%;
        font-size: 18px;
        display: block
    }
    footer a.link-tel {
        text-align: center;
        font-size: 18px
    }
    footer a.link-mail {
        text-align: center;
        font-size: 16px
    }
    footer .footer-contacts {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }
}
@media (max-width: 575px) {
    header .header .logo-block img {
        margin: 0 auto
    }
    header .header .logo-block span {
        text-align: center;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto
    }
    header .header {
        padding-left: 0;
        padding-right: 0
    }
    header .header .contacts .tel-block {
        margin: 0;
        width: 100%
    }
    header .header .contacts .tel-block div span {
        font-size: 15px
    }
    header .header .contacts button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px
    }
    main .first-block .col-12 {
        grid-template-columns: 100%
    }
    main .first-block .h1-block {
        padding: 30px 20px;
        height: auto
    }
    main .first-block .h1-block span {
        font-size: 20px;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
        margin-bottom: 0;
        width: 250px;
        margin-left: auto;
        margin-right: auto
    }
    main .first-block .h1-block p {
        line-height: 22px
    }
	main .first-block .h1-block h1 {
        font-size: 26px
    }
    main .first-block .h1-block h2 {
        margin-bottom: 0
    }
    main .texnology .grid {
        grid-template-columns: 1fr;
        text-align: center
    }
    main .characteristics .grid {
        grid-template-columns: 100%
    }
    main .characteristics .grid .item .img-block {
        margin-right: 20px
    }
    main .ask button {
        width: 100%;
        max-width: 280px
    }
    main .call button {
        width: 100%;
        max-width: 280px
    }
    main .smeta .form {
        max-width: 369px;
        width: 100%
    }
    main .characteristics h2 {
        font-size: 32px
    }
    main .characteristics .grid .item .desc {
        width: 188px
    }
    main .characteristics .grid .item .desc h3 {
        font-size: 20px;
        margin-bottom: 5px
    }
    main .characteristics .grid .item .desc span {
        font-size: 14px
    }
    main .kinds {
        padding-top: 70px
    }
    main .kinds h2 {
        font-size: 32px
    }
    main .kinds .grid .item .wrap {
        padding: 18px 20px 22px
    }
    main .kinds .grid .item .img {
        width: 100%;
        height: auto
    }
    main .kinds .grid .item .wrap h3 {
        font-size: 21px
    }
    main .kinds .grid .item .wrap .item-price {
        font-size: 20px
    }
    main .kinds .grid .item {
        height: auto
    }
    main .characteristics {
        padding-top: 70px
    }
    main .texnology h2 {
        font-size: 32px
    }
    main .texnology {
        padding-top: 70px;
        padding-bottom: 70px
    }
    main .smeta .h2-block h2 {
        font-size: 26px
    }
    main .smeta .h2-block span {
        font-size: 17px
    }
    main .smeta .form h4 {
        max-width: 256px;
        width: 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100%
    }
    main .smeta .form {
        padding: 28px 25px 34px
    }
    main .smeta .form h3 {
        font-size: 19px
    }
    main .smeta .form span {
        font-size: 16px
    }
    main .electro-for h2 {
        font-size: 32px
    }
    main .electro-for .grid {
        grid-template-columns: 1fr
    }
    main .electro-for {
        padding-top: 70px;
        padding-bottom: 70px
    }
    main .ask h2 {
        font-size: 26px
    }
    main .ask .ask-blocks .item h4 {
        font-size: 16px
    }
    main .reviews {
        padding-top: 70px
    }
    main .reviews h2 {
        font-size: 32px
    }
    main .reviews .items .item {
        padding: 0 15px 50px
    }
    main .reviews .items .item span {
        font-size: 14px
    }
    main .call h2 {
        font-size: 16px;
        line-height: 24px
    }
    main .call h3 {
        font-size: 16px;
        line-height: 22px
    }
}
.success {
    width: 300px;
    height: 50px;
    font-size: 18px;
    font-family: pneb;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 22vh;
    left: 0;
    right: 0;
    background: #fdfdfd;
    border: 2px solid #000;
    padding: 10px 20px;
    z-index: 100;
    display: none;
    -webkit-box-shadow: 0 0 10px 0;
    box-shadow: 0 0 10px 0;
    color: #000
}
@media (max-width: 1199px) {
    .success {
        top: 200px
    }
}