*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icon/arr.png) 95% 50% no-repeat;
    cursor: pointer;
    outline: none;
    color: #000
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
body {
    font-family: 'Regular';
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}
body, html {
    overflow-x: hidden;
}
a{
	color:#000;
}
a:hover{
	text-decoration: none;
}
a:active{
	background: transparent;
}
li {
    list-style: none
}
ul {
    padding: 0;
    margin: 0
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.shine {
    position: relative;
}
.shine:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 30px;
    background: linear-gradient(135deg, transparent 40px, rgba(255, 255, 255, 0.4) 60px, transparent 65px) no-repeat;
    background-position: -150px 0px;
    transform-origin: center;
    border-radius: 30px;
    animation-name: but;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier( .2, .2, .3, .4); 
    animation-iteration-count: infinite;
}
.shine-phone {
    box-shadow: 0px 0px 10px 3px #e08f06
}
@keyframes but {
    from {background-position: -150px 0px;}
    to {background-position: 600px 0px;}
}
.label-control {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}
.label-control+label {
    position: relative;
    font-size: 11px;
    font-weight: normal;
    padding-left: 25px;
    width: auto;
    margin-bottom: 0px;
    text-align: left;
    cursor: pointer;
    color: #fff;
    margin-top: 20px
}
.label-control+label a {
    text-decoration: underline;
    color: #fff;
}
.label-control+label:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #3acb1b;
    left: 0px;
    top: -3px;
    cursor: pointer;
    border-radius: 3px;
}
.label-control:checked+label:before {
    background: #3acb1b url(../img/icon/check.png) center no-repeat;;
}
.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    flex-wrap: wrap;*/
}
.flex-a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.nav-control {
    display: none
}
.header {
    padding: 10px 0;
}
.logo img {
    margin-right: 15px
}
.logo h3 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Black';
    color: #3acb1b
}
.logo p {
    font-size: 14px;
    margin-top: -10px;
    margin-left: 55px
}
.header h2, .header h1 {
    margin: 0;
    text-align: center;
    font-family: 'Medium';
    font-size: 19px;
    line-height: 20px;
}
.tel {
    text-align: right;
}
.tel a {
    position: relative;
    display: block;
    font-size: 22px;
    font-family: 'Medium';
}
.tel a:before {
    position: absolute;
    content: '';
    left: -35px;
    top: calc(50% - 12px);
    height: 24px;
    width: 24px;
    background: url(../img/icon/tel.png) center/cover no-repeat;
}
.tel p {
    color: #3acb1b;
    font-family: 'Bold';
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer
}
.menu {
    background: linear-gradient(#3dcf1d, #0b8002);
}
.menu li {
    margin: 0 auto;
    width: auto;
}
.menu a {
    color: #fff;
    padding: 15px 0px;
    position: relative;
    text-align: center;
    line-height: 16px;
    margin: 0 auto;
}
.menu a[href='#calc'] {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(#ffc000, #e69004);
    padding: 15px 20px
}
.menu a[href='#calc'] img {
    margin-left: -20px
}
.menu a[href='#calc']:after {
    display: none
}
.menu a:not(:last-child):after {
    position: absolute;
    content: '';
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
    height: 60%;
    top: 20%;
    right: 0%;
    transition: all linear .2s
}
.menu a:not([href='#calc']):before {
    position: absolute;
    content: '';
    width: 30px;
    height: 16px;
    left: calc(50% - 15px);
    bottom: -15px;
    background: url(../img/icon/active.png) center/cover;
    display: none
}
.menu a:not([href='#calc']):hover, .menu a.active {
    background: #fff;
    color: #3acb1b;
    box-shadow: inset 0px 0px 0px 1px #3acb1b
}
.menu a:not([href='#calc']):hover:after {
    display: none
}
.menu a:not([href='#calc']):hover:before, .menu a.active:before {
    display: block
}
.menu .menu-tel {
    padding: 0px;
    width: 16%;
    display: none;
    white-space: nowrap;

}
.menu.fixed .menu-tel {
    display: block;
}
.menu .menu-tel:hover:after, .menu .menu-tel:hover:before{
    display: none !important
}
.menu .menu-tel:hover {
    background: none !important;
    color: #fff !important;
}
.but {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 55px;
    border: none;
    background: linear-gradient(#3dcf1d, #0b8002);
    color: #fff;
    outline: none;
    font-family: 'Bold';
    font-size: 20px;
    border-radius: 30px
}
.but:hover {
    color: #fff;
    background: linear-gradient(#0b8002, #3dcf1d);
}
.head-container {
    background: url(../img/slide0.jpg) center/cover no-repeat;
    padding: 60px 0
}
.head-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.head-slider {
    width: 65%;
    height: 490px !important;
}
.head-text-main {
    width: 65%;
    height: 490px !important;
    position: relative;
}
.bot-p {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 18px !important;
}
.head-text {
    height: 100%;
}
.head-text h2, .head-text h1 {
    margin: 10px 0 40px;
    font-size: 55px;
    font-family: 'Black';
    text-transform: uppercase
}
.head-text p {
    font-size: 40px;
    text-transform: none;
    font-family: 'Black';
    line-height: normal;
}
.head-text h1 span {
    font-size: 40px;
    line-height: normal;
    text-transform: none;
    display: block;
    margin-top: 20px;
}
.head-text p span, .head-text h1 b {
    color: #3acb1b;
}
.head-form {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px 15px;
    text-align: center;
    width: 390px
}
.head-form h4 {
    margin: 0 0 30px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.head-form form {
    width: 100%;
}
.input {
    display: block;
    width: 280px;
    height: 55px;
    padding-left: 45px;
    font-size: 16px;
    outline: none;
    position: relative;
    border: none;
    border-radius: 30px;
    margin: 0 auto;
    color: #000
}
.input-field {
    margin: 0 auto 25px;
    position: relative;
    z-index: 1;
    width: 280px;
}
.head-form .but {
     margin: 0 auto;
}
.input-field:after {
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    left: 20px;
    top: calc(50% - 11px);
}
.user:after {
    background: url(../img/icon/user.png) center no-repeat
}
.phone:after {
    background: url(../img/icon/phone.png) center no-repeat
}
.file:after {
    background: url(../img/icon/file.png) center no-repeat
}
.file {
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: normal;
    cursor: pointer;
}
.file #add_file {
    display: none;
    opacity: 0;
}
.block {
    padding: 70px 0;
}
.headline {
    margin: 0 0 40px;
    font-size: 45px;
    font-family: 'Black';
    text-transform: uppercase
}
.gray {
    background: #f5f5f5
}

.actual-bl {
    align-items: flex-start;
}
.actual-img {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.actual-img>div {
    width: 360px;
    margin-bottom: 30px;
    background: #fff;
}
.actual-img>div:hover {
    box-shadow: 0px 0px 20px 0px #c3c3c3
}
.actual-img>div>div {
    padding: 30px;
}
.actual-img p {
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Bold';
}
.actual-img a {
    font-size: 20px;
    color: #3acb1b;
    font-family: 'Bold';
}
.actual-price {
    width: 33%;
    background: #fff;
    padding: 35px 30px;
}
.actual-price h5 {
    font-family: 'Bold';
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 20px
}
.actual-price p {
    padding: 12px 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
}
.actual-price p span {
    font-size: 20px;
    font-family: 'Bold';
    color: #3acb1b
}
.actual-price p span img {
    position: relative;
    top: -2px;
}
.actual-price .but {
    margin: 30px 0 0;
    width: 100%;
}

#calc {
    background: url(../img/bg1.jpg) center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 90px 0;
}
#calc .headline {
    margin: 60px 0 10px
}
#calc .headline+p {
    font-size: 24px;
}
.calc-bl {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.calc-bl .input, .calc-bl .input-field {
    width: 260px;
}
.calc-bl .input-field:nth-of-type(1):after {
    background: url(../img/icon/calc-ico1.png) center no-repeat;
    top: calc(50% - 10px)
}
.calc-bl-mod .input-field:nth-of-type(1) select {
    padding-left: 60px !important
}
.calc-bl-mod .input-field:nth-of-type(1):after {
    background: url(../img/icon/calc-ico5.png) center no-repeat;
    top: calc(50% - 10px);
    width: 35px
}
.calc-bl .input-field:nth-of-type(2):after {
    background: url(../img/icon/calc-ico2.png) center no-repeat;
    top: calc(50% - 10px)
}
.calc-bl-mod .input-field:nth-of-type(2):after {
    background: url(../img/icon/calc-ico3.png) center no-repeat;
    top: calc(50% - 10px);
}
.calc-bl .input-field:nth-of-type(3):after {
    background: url(../img/icon/calc-ico3.png) center no-repeat;
    top: calc(50% - 10px)
}

.calc-bl .input-field:nth-of-type(4):after {
    background: url(../img/icon/calc-ico4.png) center no-repeat;
    top: calc(50% - 10px)
}
.calc-bl + p {
    border-bottom: 1px solid;
    padding-bottom: 20px
}
.calc-result {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.result {
    width: 280px;
    margin: 0 30px;
    border: 1px solid;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    height: 55px;
}
.result.shine {
    border: 1px solid #3acb1b;
    box-shadow: 0px 0px 3px 2px #3acb1b;
    transition: all linear .3s
}
.calc-bl .result, .calc-bl .but {
    width: 260px
}
.result img {
    margin-left: 10px
}
.uslovie-bl {
    align-items: flex-start;
    margin-top: 60px;
}
.uslovie-it {
    width: 20%
}
.uslovie-it img {
    margin-bottom: 25px
}
.uslovie-it p {
    font-size: 24px;
}

.work-bl {
    align-items: flex-start;
    margin-top: 60px;
}
.work-it {
    width: 24%;
    border: 1px solid #3acb1b;
    padding: 0 30px 30px 30px;
}
.work-it p {
    margin: 0;
    font-size: 20px;
    padding-right: 10px;
    line-height: 24px
}
.work-it span {
    font-size: 45px;
    color: #3acb1b;
    font-family: 'Black';
    line-height: 54px;
    position: relative;
    top: -25px;
    background: #f5f5f5;
    padding: 0 10px
}

.form-container {
    background: url(../img/bg2.jpg) center/cover no-repeat;
    color: #fff;
    text-align: center;
}
.form-container .headline {
    margin: 0px;
}
.form-container .headline + p {
    font-size: 24px;
    margin-bottom: 20px;
}
.form-container form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
}
.form-container .input-field, .form-container .but {
    margin: 0 20px 20px
}

.content-bl {
    margin-bottom: 30px
}
.content-bl p {
    font-size: 20px;
}
.content-bl h5 {
    font-size: 24px;
    font-family: 'Bold';
    margin: 0 0 25px
}
.content-bl li {
    padding-left: 17px;
    position: relative;
    font-size: 19px
}
.content-bl ul {
    margin-bottom: 30px
}
.content-bl li:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3acb1b;
    left: 0;
    top: 7px
}
.content-it {
    width: 31.5%;
    
}
.content-it p {
    font-size: 18px;
    line-height: 22px
}
.content-it img {
    width: 100%;
    margin-bottom: 30px
}
.content-it h5 {
    margin-bottom: 10px
}
.contact {
    background: url(../img/bg3.jpg) center/cover no-repeat;
    color: #fff;
}
.contact-main {
    background: url(../img/contact-bg.jpg) center/cover no-repeat;
}
.contact-bl {
    align-items: flex-start
}
.contact-info {
    width: 40%;
}
.contact-main .contact-info {
    width: auto;
}
.contact-info p {
    padding-left: 45px;
    position: relative;
    font-size: 20px;
    margin-bottom: 25px;
}
.contact-info p:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
}
.contact-info p.location:before {
    background: url(../img/icon/loc.png) center no-repeat;
}
.contact-info p.telef:before {
    background: url(../img/icon/phone1.png) center no-repeat;
}
.contact-info p.mailto:before {
    background: url(../img/icon/mail.png) center no-repeat;
}
.contact-info a {
    color: #fff;
}
.map {
    width: 60%;
    height: 390px;
    background: #eee
}
.map2 {
    width: 100%;
    height: 500px;
    background: #eee;
    margin-top: 30px
}
footer {
    padding: 35px 0;
}
footer .logo h3 {
    font-size: 24px;
    margin: 0 0 10px
}
footer .logo p {
    font-size: 16px;
    color: #626262;
    margin: 0
}
footer .call {
    text-align: right
}
footer .call p {
   font-size: 20px;
    margin-bottom: 5px;
}
footer .call a {
    font-size: 22px;
    color: #3acb1b;
    font-family: 'Medium';
}
.copy {
    display: flex;
    align-items: center;
    margin: 0
}
.copy .marketing {
    margin: 0 20px !important;
    display: block
}
.main .headline {
    margin: 0
}
.main .headline+p {
    font-size: 24px;
    margin-bottom: 40px
}
.main p {
    font-size: 18px
}
.main-bl {
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px
}
.main-img {
    width: 360px;
    margin-bottom: 30px;
    background: #fff;
}
.main-img-mod {
    width: 23.5%
}
.main-img img {
    width: 100%;
}
.main-img:hover {
    box-shadow: 0px 0px 20px 0px #c3c3c3
}
.main-img>div {
    padding: 30px 0 30px 30px;
}
.main-img p {
    margin-bottom: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Bold';
}
.headline span {
    font-family: 'Regular';
    text-transform: none;
    font-size: 24px;
    line-height: 26px;
    display: block;
    margin-top: 10px
}
.price-block {
    background: #fff;
    padding: 0 30px
}
.price-table {
    margin-top: 30px;
    width: 100%;
}
.price th {
    font-size: 15px;
    font-family: 'Bold';
    text-transform: uppercase;
    padding: 30px 0 20px;
}
.price td {
    padding: 16px 0px;
    line-height: 20px;
    font-family: 'Medium';
}
.price tr:not(:last-child) {
    border-bottom: 1px solid #d0d0d0
}
.price td:nth-of-type(1) {
    width: 15%;
    padding-top: 15px;
    vertical-align: text-top
}
.price .first {
    padding-right: 20px
}
.price .name-td {
    width: auto !important;
}
.price th:nth-of-type(3) {
    text-align: right
}
.price td:nth-of-type(3), .price .cena {
    text-align: right;
    width: 12%;
    vertical-align: text-top;
    color: #3acb1b;
    font-size: 17px;
    font-family: 'Bold';
    padding: 0 10px;
    text-align: center;
    white-space: nowrap
}
.price td:nth-of-type(3) img {
    position: relative;
    top: -2px
}

.black-met-bl {
    align-items: flex-start;
}
.black-met {
    width: 23%;
    font-size: 20px;
    line-height: 24px
}
.black-met img {
    width: 100%;
    margin-bottom: 30px
}

.musor h4 {
    font-family: 'Bold';
    font-size: 24px;
    margin: 30px 0;
}
.musor-bl p {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 0 30px
}

.tehn-bl {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.tehn-bl>div {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px 0;
    padding-right: 30px
}
.tehn-bl_mod {
    flex-wrap: nowrap;
}
.tehn-bl_mod>div {
    width: 100%
}
.tehn-bl p {
    font-size: 20px;
}
.tehn-bl img {
    margin-bottom: 30px
}
/*modal*/
.modal-backdrop {
    overflow: hidden;
    background-color: #fff;
}    
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=8);
    opacity: .8;
}
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}
.modal .modal-dialog{
    width: auto;
    margin: 90px auto 20px;
}
.modal-content {
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.75);
    width: 390px;
    margin: 0px auto;
    position: relative;
    box-shadow: none;
    border: none;
    padding: 0 0 10px;
    text-align: center;
    border-radius: 0px
}
.modal p {
    font-size: 18px;
    margin: 20px auto 20px;
    color: #fff;
}
.modal .input {
    margin-bottom: 0px
}
.modal .but{
    margin: 0 auto;
}
.modal-dialog .close {
    opacity: 1;
    position: absolute;
    top: -30px;
    right: -30px;
    outline: none
}
#best-price .modal-content {
    width: 840px;
    background: #46403e;
    padding: 0;
}
#best-price .modal-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0
}
#best-price h4 {
    font-family: 'Black';
    font-size: 35px;
    color: #fff;
    text-transform: uppercase
}
#best-price h4+p {
    font-size: 24px;
}
#best-price .form-best {
    width: 100%;
}
.float-right {
    float: right;
    margin: 0 0 10px 25px
}
.float-left {
    float: left;
    margin: 0 25px 10px 0
}