:root {
    --col: #F7B428;
    --bg: #19CC19;
}

*::-webkit-input-placeholder {
	color: #686868;
	opacity: 1;
}
*:-moz-placeholder {
	color: #686868;
	opacity: 1;
}
*::-moz-placeholder {
	color: #686868;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #686868;
	opacity: 1;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    color: #2B2B2B;
    font-weight: normal;
    padding-right: 0 !important
}

body, html {
    overflow-x: hidden;
}
a {
	color:#333;
}
a:hover {
	text-decoration: none;
    color:#333;
}
a:active {
	background: transparent;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none
}
p {
    margin: 0;
}
.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center
}
.block {
    padding: 70px 0;
}
.container {
    padding: 0
}
.block.container {
    padding: 70px 0;
}
.container:before, .container:after {
    display: none
}


.pad-top {
    padding-top: 60px;
}
.pad-bot {
    padding-bottom: 60px;
}

.but {
    font-size: 18px;
    height: 70px;
    width: 270px;
    background: var(--col);
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    font-weight: bold;
    background: linear-gradient(180deg, #5AF05A 5%, #3CBB34 100%);
    box-shadow: 0px 5.67188px 9.92578px rgba(60, 187, 52, 0.7);
    border-radius: 40px;
}
.but:hover {
    background: linear-gradient(180deg, #3CBB34 5%, #5AF05A 100%);
    box-shadow: none;
}

.field {
    width: 270px;
    margin-bottom: 30px
}
.field-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: var(--col);
    margin-bottom: 5px
}
.input {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid rgba(104, 104, 104, 0.2);
    outline: none;
    background: none;
    display: block;
    font-size: 18px;
}
.politik {
    text-align: center;
    font-size: 10px;
    line-height: 140%;
    margin-top: 24px
}
.politik a {
    text-decoration: underline;
    color: var(--bg);
}

.headline {
    font-weight: 900;
    font-size: 45px;
    margin: 0 0 50px;
    text-transform: uppercase;
    position: relative;
    line-height: 118.4%;
}

.breadcrumbs-cont {
    padding: 125px 0 30px
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs a {
    color: #2B2B2B;
    text-decoration: none;
    font-size: 14px;
}
.breadcrumbs li:last-child a {
    color: #3EBF37;
}

header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    transition: all linear .2s;
/*    display: none*/
    z-index: 9;
}
header.fixed {
    background: #2B2B2B;
    padding: 5px 0;
}
header.mod {
    color: #2B2B2B;
    padding: 0
}
header.mod.fixed {
    background: #fff;
    padding: 0;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3)
}
header.mod>div {
    border-bottom: 1px solid rgba(104, 104, 104, 0.2);
    padding: 20px 0;
    transition: all linear .2s;
}
header.mod.fixed>div {
    padding: 5px 0;
}
.logo p {
    margin-left: 10px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.info {
    text-align: center;
    font-size: 16px;
}
.info span {
    font-weight: 600;
}
.tel a {
    text-align: right;
    display: block;
    font-weight: bold;
    color: #fff;
    margin: 2px 0;
    position: relative;
}
header.mod .tel a {
    color: #2B2B2B
}
.tel a:before {
    position: absolute;
    content: '';
    background: url(../img/tel.svg) center/cover;
    width: 12px;
    height: 12px;
    left: -20px;
    top: 5px
}
.tel a:last-child:before {
    left: -10px;
}

.header {
    padding: 150px 0 90px;
    background: url(../img/main.jpg) center/cover
}
.head-text h1 {
    font-weight: 900;
    font-size: 55px;
    line-height: 65px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 40px;
    position: relative;
    z-index: 1
}
.head-text h1:after, .headline:after {
    position: absolute;
    content: '';
    background: var(--bg);
    width: 320px;
    height: 18px;
    left: -8px;
    z-index: -1;
    top: 46px
}
.headline:after {
    top: 35px;
}
.head-text p {
    font-size: 24px;
    color: #FFF;
    padding-left: 30px;
    position: relative;
    width: 70%
}
.head-text p:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: var(--col)
}
.head-form {
    width: 340px;
    flex-shrink: 0;
    background: #fff;
    padding: 35px;
    position: relative
}
.head-form .form-deco {
    position: absolute;
    right: -25px;
    top: 90px
}
.form-title {
    margin: 0 0 34px;
    font-weight: 800;
    font-size: 26px;
}

.prod-it {
    width: 373px;
    transition: all linear .25s;
    margin-bottom: 20px
}
.prod-it img {
    width: 100%;
    margin-bottom: 25px;
    transition: all linear .25s
}
.prod-it:hover {
    transform: scale(1.15)
}
.prod-it:hover img {
    filter: drop-shadow(0px 13.3813px 47.7905px rgba(0, 0, 0, 0.25));
}
.prod-title {
    margin: 0;
    padding-left: 23px;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    height: 40px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.prod-title span {
    display: block;
    font-weight: normal;
    font-size: 14px;
}
.prod-title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: var(--col)
}

.deco {
    position: absolute
}

.step-bl {
    flex-wrap: wrap;
    align-items: stretch;
}
.step-it {
    width: 275px;
    margin-bottom: 20px;
    padding: 40px 30px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.step-it p {
    margin: 25px 0 5px;
    font-weight: 600;
    line-height: 22px;
}

.gallery {
    flex-wrap: wrap;
}
.gal-it {
    width: 275px;
    height: 280px;
    margin-bottom: 20px;
    transition: all linear .15s
}
.gal-it.big {
    width: 573.5px
}
.gal-it:hover {
    transform: scale(1.18);
    filter: drop-shadow(0px 14px 50px rgba(0, 0, 0, 0.25));
}

.why {
    flex-wrap: wrap;
    align-items: stretch
}
.why-it {
    width: 275px;
    margin-bottom: 35px
}
.why-it.big {
    width: 574px;
    
}
.why-it.big .why-img {
    background: url(../img/why.png) center/cover;
    height: 184px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-it.big .why-img p {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 31px;
}
.why-img {
    position: relative;
    margin-bottom: 20px
}
.why-img img {
    width: 100%;
}
.why-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: var(--col);
    font-weight: 800;
    font-size: 34.2px;
}
.why-it p {
    font-weight: 600;
    line-height: 22px;
}

.form-container {
    background: url(../img/bg1.jpg) center/cover;
    padding: 60px 0
}
.form-block {
    width: 690px;
    flex-shrink: 0;
    background: #fff;
    padding: 60px;
    position: relative
}
.form-block .form-deco {
    position: absolute;
    right: -35px;
    top: -50px
}
.form-block .form-title {
    margin: 0 0 9px;
    font-weight: 800;
    font-size: 26px;
}
.form-block .form-title+p {
    font-size: 16px;
    margin-bottom: 40px
}
.form-block .politik {
    width: 47.5%;
    text-align: left;
    margin: 0
}

.what {
    flex-wrap: wrap;
    align-items: flex-start;
}
.what-it {
/*    width: 250px;*/
}
.what-img {
    height: 180px;
    display: flex;
    align-items: center
}
.what-it h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    margin: 10px 0 13px;
}
.what-it p {
    font-size: 14px;
    line-height: 130%;
}

.feedback {
    padding-bottom: 100px
}
.feedback-img {
    margin-left: -8%;
}
.feedback-bl {
    width: 325px;
    flex-shrink: 0;
}
.feedback-bl .headline {
    margin: 0 0 14px
}
.feedback-bl .headline+p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.feedback-bl a {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}
.feedback-bl a:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 14px;
    left: 0;
    background: url(../img/tel.svg) center/cover;
    top: 5px
}
.feedback-bl a:last-child:before {
    background: url(../img/mail.svg) center/cover;
}
.feedback-bl .but {
    margin-top: 30px
}

.contact {
    padding: 60px 0;
    position: relative
}
.contact-bl {
    background: rgba(43, 43, 43, 0.95);
    width: 380px;
    color: #fff;
    padding: 35px 40px;
    margin: 0 auto;
    transform: translateX(-390px);
    position: relative;
    z-index: 1
}
.contact-bl .headline {
    margin: 0 0 30px
}
.contact-bl .headline:after {
    display: none
}
.contact-bl p {
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative
}
.contact-bl p a {
    color: #fff;
    display: block
}
.contact-bl p:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 16px;
    background: url(../img/contact1.svg) center no-repeat;
    left: -2px;
    top: 2px;
}
.contact-bl p:nth-of-type(2):before {
    background: url(../img/contact2.svg) center no-repeat;
}
.contact-bl p:nth-of-type(3):before {
    background: url(../img/contact3.svg) center no-repeat;
}
.contact-bl p:nth-of-type(4):before {
    background: url(../img/contact4.svg) center no-repeat;
}
.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer {
    background: #2B2B2B;
    color: #fff
}
.top-foot {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}
.foot-bl>p {
    font-size: 14px;
    margin-left: 80px
}

.bot-foot {
    padding: 20px 0;
    font-size: 11px
}
.bot-foot a {
    color: #fff;
    text-decoration: underline;
}


.content {
    align-items: stretch;
}
aside {
    width: 365px;
    flex-shrink: 0;
    margin-right: 30px;
}
nav {
    border: 1px solid var(--bg);
    position: relative;
    top: 0
}
nav p {
    background: var(--bg);
    color: #fff;
    padding: 18px 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
nav a {
    display: block;
    padding: 20px 40px 20px 25px;
    border-top: 1px solid var(--bg);
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    position: relative
}
nav a.active:after {
    position: absolute;
    content: '';
    background: url(../img/trig.svg) center/100% no-repeat;
    width: 10px;
    height: 100%;
    right: 25px;
    top: 0
}
nav a.active {
    color: var(--bg)
}
nav a span {
    font-weight: normal;
    font-size: 14px;
}

main {
    width: 100%;
}
.title {
    margin: 0 0 30px;
    font-weight: bold;
    font-size: 36px;
    line-height: 34px;
}
.title span {
    font-weight: normal;
    font-size: 24px;
}
.product {
    align-items: flex-start;
    border-bottom: 1px solid rgba(104, 104, 104, 0.2);
    padding-bottom: 40px;
    margin-bottom: 40px
}
.product>img {
    width: 400px;
    margin-right: 25px;
    flex-shrink: 0
}
.product>div {
    width: 100%;
}
.subtitle {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 25px
}

.sort {
    width: 90px;
    display: block;
    font-weight: bold;
    font-size: 20px;
    background: var(--col);
    color: #fff;
    white-space: nowrap;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 20px
}
.char {
    margin-bottom: 30px
}
.char p {
    font-size: 20px;
}

.form-prod {
    box-shadow: 0px 14px 50px rgba(0, 0, 0, 0.25);
    width: 100%;
    margin-bottom: 40px;
    padding: 30px;
}
.form-prod .field {
    margin: 0
}
.form-prod .input {
    width: 240px
}
.form-prod .politik {
    margin: 0;
    text-align: left;
    margin-left: 15px;
}
.desc {
    border-bottom: 1px solid rgba(104, 104, 104, 0.2);
    padding-bottom: 40px;
    margin-bottom: 40px
}
.text {
    font-size: 14px;
    line-height: 17px;
}

.charact {
    align-items: flex-start;
    flex-wrap: wrap;
}
.charact p {
    width: 40%;
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    margin-bottom: 10px
}
.charact p:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: var(--bg);
    left: 0px;
    top: 7px
}


/*modal*/
.modal-backdrop {
    overflow: hidden;
    background-color: #000;
}    
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=8);
    opacity: .9;
}
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
    z-index: -1 !important;
}
.modal .modal-dialog{
    margin: 70px auto 0px;
    width: auto;
}
.modal-content {
    border-radius: 0px;
    background: #fff;
    width: 340px;
    margin: 0px auto;
    position: relative;
    border: none;
    box-shadow: none;
    overflow: hidden
}
.modal-body {
    padding: 30px 40px;
}

.modal-dialog .close {
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    outline: none;
    z-index: 8
}

#thx .headline {
    font-size: 26px;
    margin-bottom: 20px
}