@font-face {
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/Montserrat-Light/Montserrat-Light.eot);
    src: url(../fonts/Montserrat-Light/Montserrat-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Light/Montserrat-Light.woff) format("woff"),url(../fonts/Montserrat-Light/Montserrat-Light.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Montserrat-Regular/Montserrat-Regular.eot);
    src: url(../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Regular/Montserrat-Regular.woff) format("woff"),url(../fonts/Montserrat-Regular/Montserrat-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/Montserrat-Medium/Montserrat-Medium.eot);
    src: url(../fonts/Montserrat-Medium/Montserrat-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Medium/Montserrat-Medium.woff) format("woff"),url(../fonts/Montserrat-Medium/Montserrat-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot);
    src: url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff) format("woff"),url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Montserrat-Bold/Montserrat-Bold.eot);
    src: url(../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Bold/Montserrat-Bold.woff) format("woff"),url(../fonts/Montserrat-Bold/Montserrat-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/Montserrat-Black/Montserrat-Black.eot);
    src: url(../fonts/Montserrat-Black/Montserrat-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Black/Montserrat-Black.woff) format("woff"),url(../fonts/Montserrat-Black/Montserrat-Black.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.eot);
    src: url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.woff) format("woff"),url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.ttf) format("truetype")
}

*,::after,::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #7d7a7a
}

::-moz-placeholder {
    color: #7d7a7a
}

:-ms-input-placeholder {
    color: #7d7a7a
}

::-ms-input-placeholder {
    color: #7d7a7a
}

::placeholder {
    color: #7d7a7a
}

::-moz-selection {
    background-color: #ffb302;
    color: #fff
}

::selection {
    background-color: #ffb302;
    color: #fff
}

body {
    position: relative;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    min-width: 320px;
    overflow-x: hidden;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body input,body textarea {
    border: #ffb302 1px solid;
    color: #7d7a7a;
    outline: 0;
    font-weight: 400
}

body input:focus:required:invalid,body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid,body textarea:required:valid {
    background-color: #ffb302
}

img{
	max-width: 100%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-responsive.img-width {
    width: 100%
}

.text-center {
    text-align: center
}

b,strong {
    font-weight: 700
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    width: 400px;
    max-width: 100%;
    height: 84px;
    background: #ffb302;
    background: -webkit-gradient(linear,left top,left bottom,from(#ffb302),to(#ffcd5a));
    background: -o-linear-gradient(top,#ffb302 0,#ffcd5a 100%);
    background: linear-gradient(180deg,#ffb302 0,#ffcd5a 100%);
    -webkit-box-shadow: 2px 8px 30px #ffb302;
    box-shadow: 2px 8px 30px #ffb302;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #080707;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    text-decoration: none
}

.button:hover {
    text-decoration: none;
    text-shadow: 0 0 1px #080707;
    color: #080707;
    -webkit-box-shadow: 0 20px 20px -20px #ffb302;
    box-shadow: 0 20px 20px -20px #ffb302
}

.header {
    position: relative;
    padding: 80px 0 0;
    /*background-color: #686e50;*/
    border-bottom: 16px solid #ffb302;
    color: #fff
}

.blog .header {
    border-bottom: none;
}

.header_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.header_top {
    padding: 10px 0 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    border-top: 16px solid #ffb302
}

.header_top:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ffb302
}

.header_top.fixed {
    position: fixed;
    z-index: 10;
    -webkit-box-shadow: 0 0 20px 20px rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.24);
    box-shadow: 0 0 20px 20px rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.24)
}

.header_top-logo {
    width: 300px;
    max-width: 100%;
    margin-top: 15px
}

.lang {
    margin-top: 15px;
    z-index: 2
}

.fixed_calc_block {
    position: fixed;
    top: 220px;
    right: 15px;
    z-index: 9
}

.fixed_calc_btn {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffb302;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 38px;
    border: 3px solid #fff;
    cursor: pointer
}

.fixed_calc_btn:hover .fixed_calc_text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.fixed_calc_btn:after,.fixed_calc_btn:before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0
}

.fixed_calc_btn:hover:before {
    -webkit-animation: pulse 1.3s linear infinite;
    animation: pulse 1.3s linear infinite
}

.fixed_calc_btn:hover:after {
    -webkit-animation: pulse 1.3s linear infinite;
    animation: pulse 1.3s linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

.fixed_calc_text {
    position: absolute;
    opacity: 0;
    right: 27px;
    top: -44px;
    color: #000;
    font-size: 14px;
    display: inline-block;
    background: #ffb302;
    border: .5px solid #fff;
    border-radius: 10px;
    padding: 7px 10px;
    white-space: nowrap;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    pointer-events: none
}

.main_menu-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 992px) {
    .main_menu-wrap .hero_phone {
        display:none
    }
}

.main_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 12px 40px 0 0;
    list-style-type: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.main_menu>li {
    margin-left: 10px;
    position: relative;
    background: #fff;
    border: .5px solid transparent;
    -webkit-box-shadow: 0 1px 10px transparent;
    box-shadow: 0 1px 10px transparent;
    border-radius: 2px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.main_menu>li:hover {
    border: .5px solid #ffb302;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    box-shadow: 0 1px 10px rgba(0,0,0,.1)
}

.main_menu>li:before {
    position: absolute;
    content: "";
    top: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-right: .5px solid #ffb302;
    border-bottom: .5px solid #ffb302;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    opacity: 0
}

.main_menu a {
    display: block;
    position: relative;
    padding: 4px 10px 2px;
    color: #583e03;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .04em
}

.main_menu a:hover {
    color: #583e03;
    text-decoration: underline
}

.main_menu .menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px
}

.main_menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all
}

.main_menu .menu-item-has-children:hover:before {
    opacity: 1;
    z-index: 2
}

.main_menu .menu-item-has-children>a {
    text-decoration: underline;
    padding-right: 5px
}

.sub-menu {
    position: absolute;
    padding: 15px 15px 7px;
    top: 29px;
    left: -230px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    list-style-type: none;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    pointer-events: none;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.sub-menu li {
    white-space: nowrap;
    position: relative
}

.sub-menu li:not(:last-of-type):before {
    position: absolute;
    content: "";
    height: 90%;
    width: 2px;
    background-color: #000;
    right: 0;
    top: 5%
}

.sub-menu li:hover a {
    text-decoration: none;
    color: #ffb302
}

.hero {
    position: relative;
    padding-bottom: 20px;
    z-index: 1;
    overflow: hidden
}

.hero_title_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15.3vw;
    padding-bottom: 13vw
}

.hero_bullits_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 59px;
    text-shadow: 1px 1px 0 #ffb302,-1px -1px 0 #ffb302;
    padding-bottom: 36px;
    margin-bottom: 45px;
    position: relative;
    text-transform: uppercase;
}

.h1:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 155px;
    height: 2px;
    background-color: #ffb302
}

.hero_descr {
    margin-bottom: 40px;
    max-width: 585px
}

.bullits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bullit_item {
    width: 250px;
    height: 333px;
    max-width: 32%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 30px;
    padding: 35px 25px;
    overflow: hidden;
    border: 2px solid #ffb302;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.bullit_item:hover {
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: 0 20px 20px -20px #ffb302;
    box-shadow: 0 20px 20px -20px #ffb302;
    border: 2px solid #fff
}

.bullit_item:hover .bullit_item_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.bullit_item:hover .bullit_item_text {
    border-bottom: 1px solid #fff
}

.bullit_item:nth-child(2) {
    margin: 0 23px
}

.bullit_item_text {
    position: relative;
    padding-bottom: 9px;
    border-bottom: 1px solid #ffb302;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.bullit_item_img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out
}

.bullits_text {
    background: rgba(0,0,0,.48);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 8px;
    margin-top: 13px
}

.main_menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20px
}

.icon-bar {
    display: block;
    height: 2px;
    background-color: #ffb302;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    border-radius: 2px
}

.icon-bar:nth-child(2) {
    margin: 4px 0
}

.main_menu {
    font-family: FuturaNew,sans-serif
}

.main_menu-close {
    display: none
}

.main_menu-btn {
    display: none
}

.to_top {
    position: fixed;
    bottom: 20px;
    right: -210px;
    width: 4vw;
    height: 4vw;
    min-width: 40px;
    min-height: 40px;
    border-radius: 10px;
    background: #ffb302;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 10
}

.to_top img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.to_top:hover {
    opacity: 1;
    background: #080707
}

.to_top:hover img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.to_top.active {
    right: 20px
}

.slick-next:before,.slick-prev:before {
    display: none
}

.slick-next,.slick-prev {
    z-index: 2;
    width: 101px;
    height: 101px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 50%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.slick-next:hover,.slick-prev:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.slick-next img,.slick-prev img {
    width: 100%;
    max-width: 100%;
    margin: auto
}

.slick-prev img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.slick-prev {
    left: 10vw
}

.slick-next {
    right: 10vw
}

.slick-dots li {
    width: 40px;
    height: 40px
}

.slick-dots li.slick-active button {
    border: 1px solid #ffb302;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.slick-dots li button {
    font-size: 24px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #c4c4c4;
    color: #ffb302;
    padding: 0;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.slick-dots li button:before {
    display: none
}

main {
    position: relative;
    overflow: hidden
}

.section {
    position: relative;
    z-index: 1
}

.s_title {
    position: relative;
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #ffb302;
    padding-bottom: 20px;
    margin-top: 5vw;
    margin-bottom: 3vw;
    z-index: 1
}

.s_title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 155px;
    height: 2px;
    background-color: #ffb302
}

.s_subtitle {
    font-weight: 300;
    font-size: 24px;
    line-height: 140%
}

.s_btn {
    margin-top: 2.8vw;
    margin-bottom: 15vw
}

.s_transformation:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #ffb302;
    top: 8px;
    left: 0
}

.s_transformation_bg {
    position: absolute;
    width: 100%;
    height: calc(100% + 1px);
    right: 0;
    top: 8px;
    z-index: -1
}

.s_transformation_bg img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.s_oferta {
    background-size: cover;
    border-top: 16px solid #ffb302;
    border-bottom: 16px solid #ffb302
}

.s_oferta .s_title:before {
    background-color: #000
}

.s_oferta .button {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background: -o-linear-gradient(top,#fff 0,#fff 100%);
    background: linear-gradient(180deg,#fff 0,#fff 100%);
    -webkit-box-shadow: 2px 8px 30px #ffb302;
    box-shadow: 2px 8px 30px #ffb302
}

.s_oferta .s_title {
    color: #000
}

.s_oferta .container {
    position: relative;
    pointer-events: none
}

.s_oferta .container .button {
    pointer-events: all
}

.s_oferta_title {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1722px;
    max-width: 90%;
    background-size: cover;
    background-position: center
}

.s_oferta_dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: top right
}

.s_oferta_dot {
    position: absolute;
    cursor: pointer
}

.s_oferta_dot:hover .s_oferta_dot--circle {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.s_oferta_dot:hover .text {
    opacity: 1;
    z-index: 2
}

.s_oferta_dot .text {
    position: absolute;
    top: -106px;
    right: 16px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
    pointer-events: none;
    width: 338px;
    height: 116px;
    padding: 10px
}

.s_oferta_dot--circle {
    width: 32px;
    height: 32px;
    background: #ffb302;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.25);
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.s_oferta_dot--first {
    right: 45%;
    top: 67%
}

.s_oferta_dot--first .text {
    left: 16px
}

.s_oferta_dot--second {
    right: 19%;
    top: 52%
}

.s_oferta_dot--third {
    right: 13%;
    top: 76%
}

.s_offer {
    margin-top: 8px;
    padding-top: 75px;
    border-top: 4px solid #ffb302;
    border-bottom: 16px solid #ffb302
}

.s_offer_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
    height: 300px;
    text-decoration: none;
    z-index: 1
}

.s_offer_item:hover {
    text-decoration: none;
    color: #000
}

.s_offer_item:hover .s_offer_item--title-wrap {
    background-color: transparent;
    color: #fff
}

.s_offer_item:hover .s_offer_item--info {
    opacity: 0
}

.s_offer_item:hover .s_offer_item--descr .text {
    opacity: 1
}

.s_offer_item:hover .s_offer_item--more {
    background-color: #ffb302
}

.s_offer_item:hover:before {
    background-color: rgba(0,0,0,.8)
}

.s_offer_item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.4);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: -1
}

.s_offer_item--title-wrap {
    background-color: #ffb302;
    padding: 22px 10px 14px 23px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.s_offer_item--title-wrap b {
    display: block;
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase
}

.s_offer_item--info {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.s_offer_item--descr {
    padding: 12px 23px 20px;
    color: #fff;
    position: relative
}

.s_offer_item--descr .text {
    opacity: 0;
    padding-top: 30px;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.s_offer_item--descr:before {
    position: absolute;
    content: "";
    width: 300px;
    height: 2px;
    left: 23px;
    top: 12px;
    background-color: #ffb302
}

.s_offer_item--more {
    margin: auto 23px 20px auto;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background-color: transparent
}

.s_offer_bottom {
    margin-top: 40px;
    padding: 66px 0 136px;
    background-size: cover;
    background-position: center
}

.s_offer_center {
    text-align: center;
    background: #fff;
    border: .5px solid #ffb302;
    border-radius: 10px;
    padding: 70px 20px 0;
    max-width: 1010px;
    margin: auto;
    font-size: 16px
}

.s_offer_center .s_btn {
    margin: 128px auto -40px
}

.s_offer_center .s_btn .button {
    margin: auto
}

.s_offer_center .s_title {
    margin: 0;
    text-align: center
}

.s_offer_center .s_title:before {
    display: none
}

.s_offer_slider .slick-slide {
    padding: 0 5px
}

.big_slider_bottom {
    background-color: #ffb302;
    padding: 25px 0 31px;
    font-weight: 600;
    position: relative;
}

.big_slider_bottom .button {
    background: #fff;
    -webkit-filter: drop-shadow(2px 10px 15px rgba(255, 179, 2, .25));
    filter: drop-shadow(2px 10px 15px rgba(255, 179, 2, .25));
    width: 306px;
    height: 56px;
    font-size: 16px;
    text-transform: none
}

.big_slider_bottom .col-12 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.big_slider-item {
    position: relative;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.25);
    box-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.big_slider-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.big_slider-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.2)
}

.s_quiz {
    padding: 108px 0 46px;
    margin-top: 8px;
    border-top: 4px solid #ffb302
}

.s_quiz form {
    position: relative
}

.s_quiz .quiz_step {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
    pointer-events: none
}

.s_quiz .quiz_step.active {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: all
}

.arr_back {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}

.s_quiz_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 48px
}

.contact-start__choose-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
    margin-bottom: -20px
}

.contact-start__choose-container input {
    display: none
}

.contact-start__choose-container input:checked+label {
    color: #ffb302
}

.contact-start__choose-container>div {
    position: relative;
    max-width: 20%
}

.contact-choose input {
    display: none
}

.contact-choose input:checked+.contact-choose__select-txt {
    color: #ffb302
}

.contact-choose__select-txt,.quiz_step_1 label {
    display: block;
    background: #fff;
    padding: 12px 5px;
    border: 1px solid #ffb302;
    border-radius: 20px;
    width: 221px;
    max-width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    cursor: pointer
}

.contact-start__choose-info {
    background-color: #fff;
    border: .5px solid #ffb302;
    border-radius: 10px;
    min-height: 227px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    padding: 0 10px 20px
}

.quiz_step_1 .contact-start__choose-info {
    padding: 74px 10px 20px
}

.quiz_step_1 .contact-start__choose-info {
    background-color: #ffb302
}

.quiz_step_1 .contact-start__cta-container {
    margin-top: 30px
}

.quiz_step_2 .contact-start__cta-container {
    margin-top: -30px
}

.quiz_step_2 .contact-start__choose-info {
    padding: 0 10px 40px
}

.contact-start__choose-info-wrap {
    max-width: 1008px;
    margin: auto
}

.contact-start__choose-info-txt {
    display: block;
    width: 100%;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.contact-start__choose-info-txt.contact-start__choose-info-txt--hide {
    display: none;
    opacity: 0
}

.contact-start__cta-container .button {
    margin: auto;
    cursor: pointer
}

.contact-start__cta-container .button img {
    margin-left: 10px
}

.contact-start__choose-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.checkbox_input {
    position: relative;
    width: 277px;
    max-width: 24%;
    margin-top: -25px
}

.checkbox_input label {
    cursor: pointer
}

.checkbox_input img {
    margin: auto
}

.checkbox_input input {
    display: none
}

.checkbox_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 140px;
    margin-top: 10px
}

#chooseErrorTxt {
    display: none;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #ff4141;
    margin: 0 0 20px 0
}

.last_step_title {
    margin: 40px 0 60px
}

.choises_title {
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 37px
}

.choises_item {
    background: #fff;
    color: #ffb302;
    border: 3px solid #ffb302;
    border-radius: 20px;
    margin: 0 auto 27px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 5px;
    width: 277px;
    max-width: 100%
}

.step_3_inputs {
    background: #fff;
    border: .5px solid #ffb302;
    border-radius: 10px;
    padding-top: 18px;
    padding-bottom: 85px
}

.step_3_inputs input {
    background: #fff;
    border: 1px solid #ffb302;
    border-radius: 50px;
    font-size: 16px;
    line-height: 20px;
    padding: 25px 20px 30px 20px;
    color: #7d7a7a;
    display: block;
    width: 100%;
    margin-bottom: 15px
}

.agreement_input {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 22px;
    position: relative
}

.agreement_input label {
    cursor: pointer
}

.wpcf7-list-item-label{
    padding-left: 15px;
    position: relative;
    display: block;
}

.agreement_input .wpcf7-list-item-label:before {
    border: 2px solid #ffb302;
    background-color: #fff;
    min-width: 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 15px;
    position: absolute;
    left: -10px;
    top: 2px;
}

.agreement_input .wpcf7-list-item-label:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ffb302;
    border-radius: 50%;
    left: -3px;
    top: 9px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.agreement_input input {
    display: none
}

.agreement_input input:checked + .wpcf7-list-item-label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hiden_iputs{
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
}

.more_text_btn {
    font-size: 12px;
    line-height: 17px;
    color: #7d7a7a;
    cursor: pointer
}

.more_text_btn:hover {
    color: #ffb302
}

.more_text {
    display: none;
    font-size: 12px;
    line-height: 17px;
    color: #7d7a7a;
    margin-bottom: 10px
}

.lock_text {
    margin-top: auto;
    /*font-weight: 300;*/
    font-size: 14px;
    line-height: 17px;
    opacity: 0.9;
}

.lock_img {
    margin-right: 10px;
    min-width:  23px;
}

.step_3_wrap .col-lg-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.quiz_btn {
    margin: -50px auto 0
}

.quiz_btn img {
    margin-left: 10px
}

.contact-choose__select-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-start__choose-info-mobile-txt {
    display: none
}

.s_knowledge {
    border-top: 16px solid #ffb302;
    border-bottom: 4px solid #ffb302;
    padding-bottom: 60px;
    margin-bottom: 8px
}

.knowledge_bg {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.knowledge_item {
    position: relative;
    background-color: #fff;
    border: 1px solid #ffb302;
    -webkit-box-shadow: 0 4px 4px rgba(255,179,2,.25);
    box-shadow: 0 4px 4px rgba(255,179,2,.25);
    border-radius: 10px;
    padding: 0 30px;
    margin: 90px 5px
}

.knowledge_item:hover .more_link_accent {
    opacity: 1
}

.knowledge_item .knowledge_item--number {
    width: 123px;
    height: 123px;
    color: #ffb302;
    background-color: #fff;
    border: 1px solid #ffb302;
    -webkit-box-shadow: 0 4px 4px rgba(255,179,2,.25);
    box-shadow: 0 4px 4px rgba(255,179,2,.25);
    font-weight: 800;
    font-size: 48px;
    line-height: 59px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -90px auto 60px
}

.knowledge_item a {
    display: block;
    text-decoration: none;
    color: #000
}

.knowledge_item--title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase
}

.knowledge_item--excerpt {
    margin: 32px 0 18px
}

.knowledge_item--link,
.product_item--link {
    position: relative
}

.knowledge_item--link img,
.product_item--link img {
    margin: 0 auto -50px;
    display: block;
}

.more_link_accent {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    opacity: 0
}

.s_faq {
    border-top: 16px solid #ffb302;
    padding: 24px 0 95px
}

.faq_item {
    background: #fff;
    border: 1px solid #ffb302;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.faq_item.active .faq_item-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.faq_item.active .faq_item-icon:before {
    opacity: 0
}

.faq_item.active .faq_item-header {
    background-color: #ffb302
}

.faq_item-header {
    background: #fff;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    padding: 27px 30px;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.faq_item-descr {
    padding: 16px 30px
}

.faq_item-icon {
    position: relative;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-left: 10px;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.faq_item-icon:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    height: 3px;
    background-color: #000;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.faq_item-icon:after {
    position: absolute;
    content: "";
    width: 3px;
    left: 50%;
    top: 0;
    margin-left: -1.5px;
    height: 100%;
    background-color: #000;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.s_product {
    border-top: 16px solid #ffb302;
    border-bottom: 4px solid #ffb302;
    padding-bottom: 60px;
    margin-bottom: 8px
}

.product_item {
    position: relative;
    background: #fff;
    border: 1px solid #ffb302;
    -webkit-box-shadow: 0 4px 4px rgba(255,179,2,.25);
    box-shadow: 0 4px 4px rgba(255,179,2,.25);
    border-radius: 5px;
    margin: 0 2px 60px;
    padding: 10px 20px 50px;
    font-size: 16px;
    line-height: 19px
}

.product_item a {
    color: #000;
    text-decoration: none
}

.product_item:hover a {
    color: #000;
    text-decoration: none
}

.product_item:hover .more_link_accent {
    opacity: 1
}

.product_item--image {
    height: 200px
}

.product_item--image img {
    margin: auto
}

.product_item--title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 40px;
    min-height: 58px
}

.product_item--link {
    position: relative
}

.product_item--link .more_link_icon {
    display: block
}

.product_item--link img {
    margin: 0 auto -100px
}

.footer {
    border-top: 16px solid #ffb302;
    background-size: cover;
    padding: 24px 0 40px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500
}

.footer .first_col {
    padding-left: 48px
}

.footer .button {
    color: #000
}

.footer .button:hover {
    color: #000
}

.footer a {
    color: #fff;
    text-decoration: none
}

.footer a:hover {
    color: #ffb302
}

.footer_logo img {
    margin: 0 auto 30px;
    display: block;
    max-width: 100%;
}

.footer_descr {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 20px
}

.footer_menu {
    margin-bottom: 38px
}

.footer_menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.copyright {
    margin-top: 15px
}

.copyright img {
    margin-right: 10px
}

.form_wrap input {
    margin: 43px 0;
    border-radius: 50px;
    font-size: 18px;
    line-height: 27px;
    width: 390px;
    display: block;
    max-width: 45%;
    height: 97px;
    text-align: center
}

.form_wrap input:not(.button) {
    background: rgba(255,255,255,.95);
    -webkit-box-shadow: 0 8px 8px rgba(0,0,0,.25);
    box-shadow: 0 8px 8px rgba(0,0,0,.25);
    color: #676767
}

.form_col input:nth-child(2) {
    margin-left: 43px;
    margin-right: 15px
}

.form_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.input_label {
    position: relative;
    width: 270px;
    text-transform: uppercase
}

.input_label:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #ffb302;
    left: 0;
    bottom: 0
}

.input_wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.input_wrap input {
    width: 100%;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 30px;
    font-size: 18px;
    line-height: 27px;
    color: #676767;
    padding: 18px 15px 18px 60px
}

.input_wrap input:focus,.input_wrap input:hover {
    border: 1px solid #ffb302
}

.modal_window {
    display: none;
    width: 875px;
    max-width: 98%;
    border-radius: 20px;
    padding: 65px 60px
}
.lead_form input,
.modal_window input {
    margin-top: 10px;
    background: #fff;
    border: 1px solid #ffb302;
    border-radius: 42px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 10px 14px 20px;
    width: 100%;
    height: 75px
}
.lead_form input.button,
.modal_window input.button {
    background: #ffb302;
    -webkit-box-shadow: 0 3px 20px rgba(255,190,46,.6);
    box-shadow: 0 3px 20px rgba(255,190,46,.6);
    font-size: 16px;
    font-weight: 400;
    width: 400px;
    max-width: 100%;
    height: 75px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px
}

.modal--formwrap {
    padding: 0 15px;
    position: relative
}

.mdl_success {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    justify-content: center;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    margin: auto;
    max-width: 100%;
    transition:  all .5s ease;
}

.mdl_success.active {
    opacity: 1;
    position: relative;
    pointer-events: all
}

.success_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #ffb302;
    margin-bottom: 70px
}

.success_title img {
    margin-right: 10px
}

.success_subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #ffb302
}

.fancybox-button svg path {
    fill: #ffb302
}

.mdl-title {
    color: #ffb302;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 18px;
    text-align: center;
    text-transform: uppercase
}

.form-check {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    line-height: 13px;
    font-weight: 300;
    margin-top: 45px
}

.form-check img {
    margin-right: 10px
}

#callback_modal {
    background-color: transparent;
    padding-left: 0;
    width: 900px
}

#callback_modal .modal--formwrap {
    margin-left: auto
}

#callback_modal .mdl_img {
    position: absolute;
    top: 52%;
    left: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#callback_modal .mdl_img img {
    width: 540px
}

#callback_modal:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    border-radius: 20px
}

.faq_items {
    position: relative;
    z-index: 1;
    margin-bottom: 6px
}

.s_pump {
    overflow: hidden
}

.s_pump .s_title {
    margin-top: 4.5vw
}

.s_pump .faq_item-header {
    font-size: 18px;
    line-height: 22px;
    padding: 20px
}

.s_pump .faq_item-descr {
    padding: 16px 20px 30px;
    font-size: 16px;
    line-height: 22px
}

.pump_img_1 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

body:not(.home) main {
    font-size: 16px;
    line-height: 19px
}

.s_opieka {
    border-top: 16px solid #ffb302;
    border-bottom: 16px solid #ffb302
}

.s_montazh {
    margin-top: 8px;
    border-top: 4px solid #ffb302
}

body:not(.home) .s_offer {
    border: none;
    margin-bottom: 50px
}

body:not(.home) .s_btn {
    margin-bottom: 115px
}
body:not(.home) .s_text{
    margin-bottom: 5vw;
}
.s_montazh_bg,.s_opieka_bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    z-index: -1
}

.s_montazh_bg img,.s_opieka_bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.s_montazh_bg img {
    margin-left: auto
}

.s_opieka_col {
    max-width: 550px;
    width: 50%;
    margin-left: auto;
    font-size: 16px;
    line-height: 19px;
}
.s_opieka_col .s_btn{
    margin-bottom: 5vw;
}
.s_ogrzewanie {
    border-top: 16px solid #ffb302;
    border-bottom: 4px solid #ffb302
}

.s_ogrzewanie.s_ogrzewanie_2 {
    border-top: none;
    border-bottom: none;
    margin-bottom: -8px
}

.s_ogrzewanie .s_text {
    margin-bottom: 9vw
}

.s_fotowoltaika_page {
    padding-bottom: 4vw;
    z-index: 1
}

.fotowoltaika_items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fotowoltaika_item {
    width: 245px;
    max-width: 19%;
    height: 400px;
    background: rgba(255,255,255,.9);
    border: 10px solid #ffb302;
    border-radius: 500px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding: 10px 35px
}

.fotowoltaika_item--icon {
    margin: 50px 0 40px
}

.fotowoltaika_item--icon img{
    margin: auto;
}

.b_title {
    margin-bottom: 4vw;
    margin-top: -2vw
}

.gray_descr {
    color: #7d7a7a;
    margin-top: 2.5vw
}

.bt_4 {
    border-top: 4px solid #ffb302!important
}

.bb_16 {
    border-bottom: 16px solid #ffb302!important
}

.mb_8 {
    margin-bottom: 8px
}

.mt_8 {
    margin-top: 8px
}

.mt_16 {
    margin-top: 16px
}

.pl_40 {
    padding-left: 40px
}

.pos-relative {
    position: relative
}

.big_pannele img {
    margin-left: auto;
    margin-top: 43px;
    height: auto;
    max-width: 50%
}

.big_pannele_items {
    width: 882px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.big_pannele_item {
    background: rgba(255,255,255,.8);
    border-width: 10px 0 1px 0;
    border-style: solid;
    border-color: #ffb302;
    border-radius: 20px;
    width: 276px;
    max-width: 32%;
    text-align: center;
    margin-bottom: 37px;
    height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #583e03;
    padding: 20px
}

.big_pannele_item img {
    margin-bottom: 23px
}

.s_inwerter {
    background-size: cover;
    background-position: top right
}

.inwerter_items {
    width: 720px;
    max-width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 50px 0 40px
}

.inwerter_items--full{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
}

.inwerter_item {
    margin-bottom: 16px
}

.inwerter_item--icon {
    background: #000;
    border: 2px solid #ffb302;
    border-radius: 20px;
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ffb302;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 18px
}

.na_domu_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 0
}

.na_domu_item {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 19px;
    width: 48%
}

.na_domu_item--icon {
    background: #fff;
    border: 2px solid #ffb302;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    min-width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffb302;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 20px 10px 0
}

@media (max-width: 1299px) {
    .fotowoltaika_item--icon {
        margin:40px 0 30px
    }

    .fotowoltaika_item {
        height: 340px;
        border-width: 5px;
        padding: 10px
    }

    body {
        font-size: 18px
    }

    .h1 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 20px;
        margin-bottom: 30px
    }

    .bullit_item {
        width: 220px
    }
}

@media (max-width: 1199.98px) {
    .fotowoltaika_item--icon {
        margin:30px 0 20px
    }

    .fotowoltaika_item {
        height: 300px;
        font-size: 16px;
        line-height: 20px
    }

    .knowledge_item--excerpt {
        margin: 15px 0
    }

    .knowledge_item--title {
        font-size: 18px;
        line-height: 28px
    }

    .knowledge_item {
        font-size: 16px;
        line-height: 22px
    }

    .knowledge_item .knowledge_item--number {
        width: 80px;
        height: 80px;
        font-size: 36px;
        margin: -60px auto 30px
    }

    .step_3_inputs input {
        padding: 15px 10px
    }

    .choises_item {
        font-size: 14px;
        border-width: 2px;
        margin-bottom: 10px
    }

    .lock_text {
        font-size: 10px;
        line-height: 14px
    }

    .choises_title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .s_quiz_title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .checkbox_input {
        width: 221px;
        max-width: 49%
    }

    .contact-choose__select-txt,.quiz_step_1 label {
        font-size: 14px;
        padding: 8px 3px
    }

    .contact-start__choose-container {
        padding: 0
    }

    .slick-next,.slick-prev {
        width: 70px;
        height: 70px
    }

    .slick-prev {
        left: 2vw
    }

    .slick-next {
        right: 2vw
    }

    .button {
        font-size: 18px;
        height: 70px;
        text-align: center
    }

    .s_title {
        font-size: 32px;
        line-height: 40px
    }

    .bullit_item {
        width: 200px
    }

    body {
        font-size: 16px
    }

    .fixed_calc_btn {
        margin-bottom: 20px
    }

    .main_menu li {
        margin-left: 0
    }

    .main_menu a {
        padding: 10px;
    }
}

@media (max-width: 991.98px) {
    .main_menu>li{
        background-color: transparent
    }
    .fotowoltaika_items {
        -ms-flex-pack:distribute;
        justify-content: space-around
    }

    .fotowoltaika_item {
        max-width: 32%
    }

    body:not(.home) .s_btn {
        margin-bottom: -35px
    }

    .s_opieka_col {
        width: 100%;
        max-width: 100%
    }

    .s_montazh,.s_ogrzewanie,.s_opieka {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    body:not(.home) main {
        font-size: 15px
    }

    .s_montazh_bg,.s_opieka_bg {
        position: relative
    }

    .s_montazh_bg.big_pannele,.s_opieka_bg.big_pannele {
        position: absolute
    }

    .pump_img_1 {
        position: relative;
        width: 400px;
        max-width: 100%;
        margin: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .modal--formwrap {
        margin: auto;
        padding: 0 5px;
        width: 100%
    }


    #callback_modal,.modal_window {
        width: 400px;
        padding: 40px 10px
    }

    #callback_modal .modal--formwrap {
        margin: auto
    }

    #callback_modal:before {
        width: 100%
    }

    .mdl_img {
        display: none
    }

    .footer_descr {
        margin-bottom: 30px
    }

    .last_col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .last_col .button {
        margin: 30px auto
    }

    .footer .first_col {
        display: none
    }

    .knowledge_bg {
        height: 40%
    }

    .knowledge_item {
        padding: 0 15px
    }

    .agreement_input {
        margin-top: 10px
    }

    .more_text_btn:hover {
        color: #fff
    }

    .quiz_btn {
        margin: 20px auto 30px
    }

    .step_3_contacts,.step_3_inputs {
        background-color: #ffb302;
        border-radius: 0 0 10px 10px
    }

    .step_3_inputs {
        padding: 10px
    }

    .step_3_result {
        background-color: #ffb302;
        border-radius: 10px 10px 0 0;
        padding: 10px
    }

    .lock_text {
        display: none
    }

    .lock_text.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .quiz_step_2 .s_quiz_title {
        padding-top: 50px
    }

    .arr_back {
        top: 10px;
        left: 10px;
        padding: 5px;
        border-radius: 10px;
        background-color: #fff
    }

    .quiz_step_2 .contact-start__cta-container {
        margin-top: 15px
    }

    .contact-start__choose-info {
        background-color: #ffb302;
        border-radius: 0 0 10px 10px
    }

    .contact-choose__select-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .checkbox_input {
        margin: 20px auto 0
    }

    .quiz_step_1 .contact-start__choose-info {
        padding-top: 40px;
        min-height: auto
    }

    .contact-choose__select-txt,.quiz_step_1 label {
        max-width: 100%;
        width: 221px;
        margin: 0 auto 19px
    }

    .contact-choose__select-txt {
        width: 140px
    }

    .contact-start__choose-container {
        background-color: #ffb302;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact-start__choose-container>div {
        width: 100%;
        max-width: 100%
    }

    .s_quiz_title {
        background-color: #ffb302;
        font-size: 20px;
        line-height: 28px;
        margin: 0;
        padding: 14px 5px;
        border-radius: 10px 10px 0 0
    }

    .s_offer_slider .slick-slide {
        padding: 0
    }

    .s_oferta_dot--first {
        right: 75%;
        top: 50%
    }

    .s_oferta_dot--first .text {
        left: 7px
    }

    .s_oferta_dot .text {
        width: 232px;
        height: 80px;
        font-size: 13px;
        line-height: 16px;
        padding: 5px 10px 0 5px;
        background-size: contain;
        top: -70px;
        right: 7px
    }

    .s_oferta_dot--circle {
        width: 20px;
        height: 20px
    }

    .s_oferta_title {
        max-width: 25%
    }

    .s_oferta .button {
        background: -webkit-gradient(linear,left top,left bottom,from(#ffb302),to(#ffcd5a));
        background: -o-linear-gradient(top,#ffb302 0,#ffcd5a 100%);
        background: linear-gradient(180deg,#ffb302 0,#ffcd5a 100%);
        -webkit-box-shadow: 2px 8px 10px rgba(255,179,2,.3);
        box-shadow: 2px 8px 10px rgba(255,179,2,.3)
    }

    .s_oferta .s_title:before {
        background-color: #ffb302
    }

    .s_oferta .s_title {
        color: #ffb302
    }

    .s_oferta .container {
        pointer-events: all;
        margin-bottom: 54px
    }

    .s_oferta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .s_oferta_dots {
        position: relative;
        height: 300px;
        background-position: 75% 75%
    }

    .lang {
        margin-top: 0;
        width: 30px;
        height: 30px
    }

    .lang img {
        max-width: 100%
    }

    .header_top:before {
        display: none
    }

    .header_top {
        border-top: none;
        padding: 10px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header_top-logo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 0
    }

    .header_top-logo img {
        margin: auto;
        height: auto;
        width: 240px
    }

    .main_menu-btn {
        display: block
    }

    .s_btn {
        margin-bottom: 0
    }

    .s_transformation_bg {
        position: relative
    }

    .s_transformation_bg img {
        position: relative
    }

    .main_menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .main_menu-wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        background-color: rgba(255, 255, 255, .9);
        padding: 50px 15px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: scroll;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease
    }
    .main_menu>li{
        background-color: transparent;
    }
    .main_menu-wrap.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        z-index: 9
    }

    .main_menu-close {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 50px;
        color: #000;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center
    }
    .faq_item-header{
        font-size: 20px;
        padding: 15px
    }
}

@media (max-width: 767.98px) {
    .inwerter_item--icon {
        width:50px;
        height: 50px;
        min-width: 50px;
        font-size: 14px
    }

    .inwerter_items {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin: 20px 0
    }

    .inwerter_item {
        font-size: 14px
    }

    .inwerter_item--icon {
        margin-right: 10px
    }

    .s_inwerter .s_opieka_bg.big_pannele {
        position: relative
    }

    .big_pannele_item img {
        width: 60px;
        margin-bottom: 10px
    }

    .big_pannele_item {
        max-width: 49%;
        height: 220px
    }

    .s_opieka_bg.big_pannele {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .s_opieka_bg.big_pannele img {
        margin: auto;
        max-width: 60%
    }

    .s_title {
        font-size: 24px;
        line-height: 29px
    }

    .product_item--image {
        height: 140px
    }

    .product_item--link {
        position: relative;
        margin: 20px auto -35px
    }

    .product_item {
        padding: 10px 13px;
        font-size: 14px;
        line-height: 18px
    }

    .product_item--title {
        font-size: 16px;
        line-height: 20px;
        margin: 10px 0 40px;
        min-height: 40px
    }

    .faq_item-header {
        font-size: 15px;
        line-height: 18px;
        padding: 15px 5px
    }

    .faq_item-descr {
        padding: 15px 5px 40px
    }

    .knowledge_bg {
        height: 40%
    }

    .knowledge_item {
        margin: 50px 0
    }

    .knowledge_item--link img,.product_item--link img {
        width: 48px;
        height: 48px;
        margin: 0 auto -24px
    }

    .knowledge_item--excerpt {
        margin: 15px 0
    }

    .knowledge_item--title {
        font-size: 16px;
        line-height: 19px
    }

    .knowledge_item {
        font-size: 14px;
        line-height: 16px
    }

    .knowledge_item .knowledge_item--number {
        width: 48px;
        height: 48px;
        font-size: 18px;
        margin: -25px auto 10px
    }

    .s_big_slider {
        position: relative;
        padding-bottom: 80px;
        background-color: #ffb302
    }

    .big_slider_bottom {
        position: absolute;
        top: 135px;
        left: 0;
        width: 100%;
        background-color: rgba(255,179,2,.8);
        padding: 13px 0 16px
    }

    .big_slider-item {
        height: 180px
    }

    .big_slider_bottom .button {
        width: 200px;
        height: 38px
    }

    .s_offer_bottom {
        padding: 120px 0 60px;
        margin-top: 0
    }

    .s_offer_center .s_btn {
        margin-top: 47px
    }

    .s_offer_center {
        padding: 85px 5px 0
    }

    .s_offer_center .s_title {
        font-size: 20px;
        line-height: 28px
    }

    .section .button {
        margin: 20px auto;
        padding: 5px 25px
    }

    .fixed_calc_btn {
        width: 27px;
        height: 27px
    }

    .fixed_calc_btn img {
        width: 11px;
        max-width: 100%
    }

    .fixed_calc_block {
        top: 70px
    }

    body {
        font-size: 15px;
        line-height: 18px
    }

    .h1 {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 14px;
        margin-bottom: 30px
    }

    .button {
        width: 240px;
        height: 56px;
        font-size: 16px;
        line-height: 20px
    }

    .hero_title_col {
        padding: 120px 15px 80px
    }

    .hero_bullits_col {
        display: none
    }
}

@media (max-width: 575.98px) {
    .pl_40 {
        padding-left:15px
    }

    .na_domu_item {
        width: 100%;
        margin-bottom: 20px
    }

    .na_domu_item--icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 15px;
        margin: 0 10px 5px 0
    }

    .big_pannele_item {
        padding: 10px;
        font-size: 14px;
        line-height: 18px;
        height: 200px;
        padding: 0 2px
    }

    .big_pannele_item img {
        width: 50px
    }

    .fotowoltaika_item {
        font-size: 15px;
        height: auto;
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-width: 3px;
        text-align: left;
        font-size: 14px;
        padding: 5px
    }

    .fotowoltaika_item--icon {
        margin: 5px 10px 5px 5px
    }

    .fotowoltaika_item--icon img {
        width: 50px
    }

    .s_title br {
        display: none
    }

    .copyright {
        font-size: 12px;
        line-height: 15px
    }

    .copyright img {
        width: 16px
    }

    .footer_logo_text {
        text-align: left;
        font-size: 16px
    }

    .slick-dots li button {
        width: 36px;
        height: 36px;
        font-size: 20px;
        line-height: 36px
    }

    .big_slider_bottom .col-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .big_slider_bottom .col-12 .button {
        margin-top: 33px
    }

    .slick-next,.slick-prev {
        width: 30px;
        height: 30px
    }
}

@media (min-width: 992px) {
    .contact-start__choose-info-mobile-txt,.lock_text.mobile {
        display:none
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1470px
    }
}

.blog_slider{
    margin-top: 20px;
}

.blog_slider .slick-next,
.blog_slider .slick-prev{
    top: 100%;
}

.blog_slider .slick-next{
    right: 49.7%;
    transform:  translate(100%, -110%) ;
}

.blog_slider .slick-prev{
    left: 49.7%;
    transform:  translate(-100%, -110%) ;
}

.blog_slider--item{
    background-size: cover;
    padding: 4vw 0 19vw;
}

.s_blog{
    padding: 4vw 0;
}

.s_title.blog_slider--title{
    max-width: 705px;
    text-transform: none;
    margin: 0;
    padding: 0;
}

.s_title.blog_slider--title:before{
    display: none;
}

.wp-pagenavi{
    display: flex;
    justify-content: center;
}

.wp-pagenavi .pages{
    display: none;
}

.wp-pagenavi a, .wp-pagenavi span{
    font-size: 24px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #c4c4c4;
    color: #ffb302;
    padding: 0;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    transition:  all .35s ease;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
    border: 1px solid #ffb302;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.s_blog .col-lg-8{
    border-right: 1px solid #C4C4C4;
}

article h1{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFB302;
    margin-bottom: 41px;
    max-width: 700px;
}

.entry-meta{
    margin: 60px 0 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
}

.entry-meta a{
    color: #000;
    text-decoration: none;
}

time{
    margin-right: 10px;
}

time.updated{
    display: none;
}
time.published.updated{
    display: inline-block;
}
.fb_block{
    background: #FFB302;
    border-radius: 10px;
    justify-content: space-between;
    padding: 20px;
    margin: 48px 0 30px;
    font-size: 16px;
    line-height: 20px;
}

.fb_link{
    color: #000;
    text-decoration: none;
}

.fb_link img{
    margin-right: 20px;
}

.nav-links{
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px dashed #eee;
    display: flex;
    justify-content: space-between;
}

.nav-links > div {
    width: 49%;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.nav-links a{
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    transition:  all .35s ease;
}

.nav-links a:hover{
    color: #ffb302;
}

.nav-next{
    text-align: right;   
    margin-left: auto; 
}

.nav-next a{
    flex-direction:  row-reverse;
}

.nav-subtitle{
    padding: 0 5px;
}

.wp-block-group__inner-container h2{
    display: none;
}

.wp-block-latest-posts li{
    position: relative;
    background: #ffffff;
    border: 1px solid #ffb302;
    box-shadow: 0px 4px 4px rgba(255, 179, 2, 0.25);
    border-radius: 10px;
    margin-bottom: 47px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
}

.wp-block-latest-posts li:before{
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    left: 50%;
    bottom: 0;
    transform:  translate(-50%, 50%);
    background-image: url(/wp-content/themes/sunenergy/assets/img/more_link_accent.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.wp-block-latest-posts li a{
    padding: 18px 30px 46px;
    display: block;
    color: #000;
    text-decoration: none;
    transition:  all .35s ease;
}

.wp-block-latest-posts li:hover a{
    color: #ffb302;
}

.post-thumbnail img{
    height: auto;
    display: block;
    max-width: 100%;
}

.contact_page_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 20px;
    background-size: cover;
    background-position: top center;
    border-top: 16px solid #ffb302;
    z-index: -1;
}

.contact_info_block{
    background: rgba(255, 179, 2, 0.8);
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    max-width: 505px;
    margin: 36px 0 0 auto;
}

.contact_info_block a{
    color: #000;
}

.contact_info_block--top{
    padding: 26px 20px;
    border-bottom: 1px solid #fff;
    line-height: 24px;
}

.contact_info_block--bottom{
    padding: 26px 20px 40px;
}
.process_items{
    justify-content: space-between;
    flex-wrap:  wrap;
    margin-bottom: 3em;
}
.process_item{
    background: rgba(255, 255, 255, 0.8);
    border: 10px solid #FFB302;
    border-radius: 20px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #583E03;
    width: 276px;
    max-width: 19%;
    min-height: 474px;
    padding: 42px 5px 20px;
}
.process_item--title{
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 40px 0 ;
    min-height: 70px;
}
.process_item--icon img{
    margin: auto;
}
.process_block{
    justify-content: space-between;
    background: #FFB302;
    padding: 40px 30px;       
    margin-top: 40px;      
}
.process_block b{
    margin-right: 57px;
    display: inline-block;
    min-width: 220px;
    max-width: 100%;
}
.process_block .button{
    font-size: 16px;
    background: #fff;
    width: 300px;
    height: 56px;
}
.bt_n{
    border-top: none!important;
}
.s_how_items{
    margin-bottom: 3.5em;
    padding-top: 1em;
}
.s_how_item{
    background: #fff;
    border: 3px solid #ffb302;
    border-radius: 20px;
    width: 475px;
    max-width: 100%;
    min-height:  51px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 5px;
}
.s_how_item:last-of-type{
    text-transform: none;
    font-size: 16px;
    line-height: 18px;
}
.blok_magazyn_energii{
    padding: 3em 0;
}
.blok_magazyn_energii h3{
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    color: #FFB302;
}
.s_magazyn_energii .s_opieka_bg{
    top: 8px;
    border-top: 4px solid #ffb302;
}

@media(max-width: 1200px){
    .process_item--title{
        font-size: 16px;
        margin: 20px 0 30px
    }
    .process_item{
        border: 5px solid #FFB302;
        font-size: 14px;
        width: auto;
        max-width: 32%;
        height: auto;
        min-height: auto;
        padding: 30px 5px 20px;
        margin-bottom: 20px
    }
    .process_block b{
        margin-right: 15px;
    }
    .process_block span br{
        display: none
    }
}
@media(max-width: 992px){

    .process_items{
        justify-content: center
    }
    .process_item{
        max-width: 32%;
        margin: 0 .5% 20px;
        border: 3px solid #FFB302;
    }
    .process_block--left,
    .process_block{
        flex-direction:  column;
        text-align: center
    }
    .process_block b br{
        display: none;
        margin: 0
    }
    .process_block span{
        display: block;
        margin: 20px 0
    }
}
@media(max-width: 768px){
    .process_item--title {
        margin: 15px 0 20px;
        min-height: auto;
    }   
    .process_item{
        max-width: 49%;
        padding: 20px 5px 20px;
    }
    .process_item img{
        width: 60px
    }
}
@media(max-width: 575px){
    .process_item{
        max-width: 100%;
        width: 100%
    }
}
@media(max-width: 1200px){
    .fb_link img{
        width: 30px;
        margin-right: 5px
    }
    .fb_block{
        padding: 5px 10px;
        margin: 30px 0 30px;
        font-size: 14px;
    }
    .entry-meta{
        margin: 20px 0 10px
    }
    article h1{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px
    }
    .wp-block-latest-posts li{
        margin-bottom: 30px
    }
    .wp-block-latest-posts li a{
        padding: 10px 10px 30px;
        font-size: 14px
    }
    .wp-block-latest-posts li:before{
        position: absolute;
        content: '';
        width: 40px;
        height: 40px;
    }
}

@media(max-width: 992px){

    .s_quiz{
        padding: 40px 0;
    }
    .contact_page_bg{
        border-top: none;
        top: 0
    }
    .s_blog .col-lg-8 {
        border-right: none;
    }
    .nav-links {
        padding: 10px 0;
        margin: 30px 0;
        border-bottom: 1px dashed #eee;
    }
}

@media(max-width: 575px){
    .nav-links > div {
        font-size: 12px;
        line-height: 14px;
    }
}
.s_technology_btn{
    padding: 2em 0 4em;
}
.s_technology_btn .button{
    margin: auto;
}
.s_technology-item--title{
    min-height:  40px;
}
.s_technology-items{
    margin-top: 200px;
}
.s_technology-item--icon{
    margin-top: -145px;
}
.s_technology-item--icon img{
    margin: 0 auto 0;
}
.s_technology-item{
    background: rgba(255, 255, 255, 0.6);
    border: 3px solid #DA9A06;
    border-radius: 10px;
    width: 423px;
    max-width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    padding: 0 10px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
@media (max-width: 992px) {
    .s_technology-items {
        margin-top: 100px;
    }
    .s_technology-item{
        margin-bottom: 90px;
        padding-bottom: 5px
    }
    .s_technology-item--icon{
        margin-top: -70px;
    }
    .s_technology-item--icon img{
        height: 140px;          
    }
}

.mag_instal_items{
    display: flex;
    justify-content: space-between;
    flex-wrap:  wrap;
}
.mag_instal_item{
    background: rgba(255, 255, 255, 0.6);
    border-width: 0px 2px;
    border-style: solid;
    border-color: #ffb302;
    border-radius: 50px;
    width: 350px;
    max-width: 24%;
    margin: 120px auto 20px;
    position: relative;
    padding: 120px 20px 20px;
}
.mag_instal_item--icon{
    position: absolute;
    top: 0;
    left: 50%;
    transform:  translate(-50%, -50%);
    width: 240px;
    height: 240px;
    background: #fff;
    border: 10px solid #ffb302;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mag_instal_item--descr{
    padding-top: 5em;
    text-align: center;
}
.s_lifero{
    padding: 35px 0 30px;
}
.s_lifero .s_title{
    margin-top: 0;
}
.modele_items{
    display: flex;
    justify-content: space-around;
}
.modele_item{
    position: relative;
    width: 425px;
    max-width: 48%;
    background: rgba(255, 255, 255, 0.6);
    border-width: 0px 3px;
    border-style: solid;
    border-color: #DA9A06;
    border-radius: 30px;
    margin: 120px auto 20px;
    padding: 120px 20px 0;
}
.prof.modele_item{
background: rgba(255, 255, 255, 0.6);
border: 3px solid #DA9A06;
border-radius: 10px;
}
.modele_item--icon{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform:  translate(-50%, -50%);
}
.modele_item--title{
    margin: 10px 0 30px;
}
.s_modele{
    padding: 5vw 0 7vw;
}
.s_modele .s_title{
    margin: 0 0 20px;
}
.s_solis_text{
    margin-bottom: 4vw;
}
.s_solis_img{
    margin: 20px auto 70px;
}
.s_solis{
    background-size: cover;
    background-position: right center;
}
.s_zalety{
    background-size: cover;
    background-position: left center;
}
.zl_items{
    margin-bottom: 48px;
}
.zl_item{
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    border: 5px solid #DA9A06;
    border-radius: 50px;
    padding: 100px 10px 60px;
    margin: 90px auto 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #583E03;
    min-height:  305px;
}

.zl_item--icon{
    position: absolute;
    top: 0;
    left: 50%;
    transform:  translate(-50%, -50%);
}
.zl_item--title{
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 34px;
}
.s_ogrzewanie_install .s_opieka_bg img{
    margin-left: auto;
}
@media (max-width: 1399px) {
    .zl_item--icon{
        width: 100px
    }
    .zl_item{
        font-size: 16px;
        line-height: 20px;
        padding: 70px 10px 20px;
        margin-top: 50px;
        min-height: 205px;
    }
    .zl_item--title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}
@media(max-width:  1200px){
    .mag_instal_item{
        font-size: 15px;
        line-height: 19px
    }
    .mag_instal_item--descr{
        padding-top: 0
    }
    .mag_instal_item--icon{
        width: 180px;
        height: 180px;
        padding: 10px
    }
    .mag_instal_item--icon img{
        max-width: 90%;
        max-height: 90%;
    }
}
@media(max-width:  992px){
    .mag_instal_item{
        max-width: 48%
    }
}
@media(max-width:  768px){
    .modele_items{
        flex-wrap:  wrap;
    }
    .modele_item{
        max-width: 100%
    }
}
@media(max-width:  575px){
    .zl_item--icon{
        width: 60px
    }
    .zl_item{
        font-size: 15px;
        line-height: 20px;
        padding: 50px 20px 20px;
        margin-top: 40px;
        min-height: auto;
    }
    .zl_item--title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .modele_item {
        margin-top: 90px
    }
    .mag_instal_item{
        max-width: 100%;
        padding-top: 60px;
        margin-top: 60px
    }
    .mag_instal_item--icon{
        width: 120px;
        height: 120px;
        border: 5px solid #ffb302;
    }
}

.s_title.mt_0{
    margin-top: 0;
}

body:not(.home) .s_offer.mb_0{
    margin-bottom: 0;
}

.page-id-18 .quiz_step_3.active{
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 10px;
}

.page-id-18 .quiz_step_3 .arr_back {
    left: 10px;
    top: 10px;
}

.s_lead{
    padding: 4vw 0 6vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.s_lead .container{
    max-width: 100%;
}
.lead_top_text{
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFB302;
    margin-left: 48px;
}

.lead_item{
    margin-bottom: 56px;
    font-size: 20px;
    line-height: 24px;
}
.lead_item--icon{
    min-width: 56px;
    margin-right: 24px;
}
.lead_form{
    background: #FFFFFF;
    border: 0.5px solid #FFB302;
    border-radius: 10px;
    padding: 30px 20px;
}
.agreement_input--wrap{
    margin: 20px 0;
}
@media(max-width: 992px){
    .lead_top_text{
        font-size: 16px;
        line-height: 20px;
        margin-left: 10px
    }
    .lead_item--icon {
        margin-right: 10px
    }
    .lead_item {
        margin: 35px 0 0;
        font-size: 15px;
        line-height: 19px
    }
    .lead_form{
        margin-top: 40px
    }
    .s_lead:before{
        position: absolute;
        content:  '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(255, 255, 255, .6);
        z-index: -1;
        backdrop-filter: blur(5px);
    }
}
@media(max-width: 575px){
    .page-id-14 .header_top .col-12{
        flex-direction: column;
        text-align: center;
    }
    .lead_form{
        padding: 20px 10px 0
    }
    .mdl-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

/*#calc_modal.modal_window*/
#calc_modal.modal_window {
    width: 1204px;
    padding: 0
}
#success_modal.modal_window {
    width: 400px;
    padding: 20px
}
.main_calc {
    background: #fff;
    border-radius: 10px;
    padding: 24px 15px 45px;
    margin: 40px 0
}

.step_progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.step_progress:before {
    position: absolute;
    content: "";
    top: 28px;
    left: 50px;
    right: 45px;
    height: 2px;
    border-top: 1px dashed #7d7a7a
}

.step_progres_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #7d7a7a;
    position: relative;
    padding-top: 10px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.step_progres_item.active {
    color: #ffb302
}

.step_progres_item.active:before {
    background: #ffb302
}

.step_progres_item:before {
    position: absolute;
    content: "";
    background: #d9d9d9;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 0;
    left: 50%;
    margin-left: -5px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.step_progres_item .number {
    padding: 10px 0
}

.calc_small_title {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #7d7a7a;
    text-align: center
}

.main_calc--steps_wrap {
    margin-top: 20px;
    position: relative
}

.main_calc-step_1:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 90%;
    top: 0;
    left: 50%;
    background-color: #ffb302;
    border-radius: 2px
}

.main_calc-step {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    pointer-events: none
}

.main_calc-step.active {
    position: relative;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    pointer-events: all
}

.main_calc_title {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #ffb302;
    margin: 50px 0 20px;
    position: relative;
    z-index: 1
}

.main_calc_subtitle {
    width: 320px;
    max-width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    position: relative;
    z-index: 1
}

.main_calc_img {
    margin-top: -30%;
    z-index: -1
}

.main_calc_start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100%
}

.calc_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #ffb302
}

.start_title {
    margin-bottom: 53px
}

.start_descr {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 80px
}

.calc_line {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #7d7a7a
}

.first_line {
    padding-bottom: 37px;
    margin-bottom: 27px;
    position: relative
}

.first_line:before {
    position: absolute;
    content: "";
    height: 2px;
    bottom: 0;
    left: 5%;
    right: 5%;
    background-color: #ffb302;
    border-radius: 10px
}

.first_line-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 14px
}

.second_line-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px
}

.calc_line-descr {
    width: 330px;
    max-width: 100%
}

.main_calc-step_2 {
    padding-top: 120px
}

.main_calc-step_2 .calc_title {
    margin-bottom: 76px;
    text-align: left
}

.bottom_line {
    margin-top: 25px
}

.bottom_line .next_btn .button {
    margin-left: auto
}

.go_back {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #7d7a7a;
    cursor: pointer;
    padding: 10px 0;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.go_back:hover {
    color: #ffb302
}

.calc-spent__change {
    margin-left: 37px
}

.calc-spent__change div {
    width: 48px;
    height: 48px;
    border: 2px solid #ffb302;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-right: 20px;
    cursor: pointer
}

.calc_input input,.calc_radio label {
    border: 2px solid #ffb302;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding: 18px;
    border-radius: 10px;
    width: 205px;
    max-width: 100%
}

.calc_radio label {
    position: relative;
    cursor: pointer
}

.calc_radio label span {
    display: block;
    position: relative;
    padding-left: 28px
}

.calc_radio label span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    border-radius: 50%;
    border: 2px solid #ffb302
}

.calc_radio label span:after {
    position: absolute;
    content: "";
    left: 7px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background-color: #ffb302;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.calc_radio label input {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0
}

.calc_radio label input:checked+span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.second_radio_input {
    margin-left: 50px
}

.text_zl {
    margin-left: 8px
}

.main_calc-step_3 {
    font-size: 18px
}

.main_calc-step_3 .calc_title.black {
    color: #000;
    text-align: left;
    margin-bottom: 20px;
    text-transform: none
}

.main_calc-step_3 .calc_title.black .accent {
    color: #ffb302
}

.step_3-line {
    padding: 10px 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee
}

.step_3-line_title {
    font-weight: 500;
    margin-bottom: 10px
}

.calc-result__percent-wrapper>label {
    margin-right: 30px;
    position: relative;
    cursor: pointer
}

.calc-result__percent-wrapper>label input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

.calc-result__percent-wrapper>label input:checked+span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.calc-result__percent-wrapper span {
    display: block;
    position: relative;
    padding-left: 28px
}

.calc-result__percent-wrapper span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    border-radius: 50%;
    border: 2px solid #ffb302
}

.calc-result__percent-wrapper span:after {
    position: absolute;
    content: "";
    left: 7px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background-color: #ffb302;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.main_calc-step_4 .calc_title {
    color: #000;
    text-align: left;
    text-transform: none;
    margin-bottom: 30px
}

.calc-result__return-icon {
    color: #ffb302;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    margin-right: 5px
}

.icon_line {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    line-height: 19px
}

.icon_line--icon {
    margin-bottom: 10px;
    width: 36px;
}

.form_wrap_step_4 {
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.2);
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    border-radius: 10px;
    padding: 20px
}

.form_wrap_step_4 .simple_form {
    width: 400px;
    max-width: 100%;
    margin: auto
}

.main_calc-step_4 {
    padding-top: 30px
}

.main_calc-step_4 .button {
    margin-top: 30px
}

.simple_form input {
    background: #fff;
    border: 1px solid #ffb302;
    border-radius: 50px;
    max-width: 400px;
    width: 100%;
    height: 75px;
    margin: 0 auto 15px;
    font-size: 16px;
    padding: 20px;
    display: block;
}

.calc-result__verdict {
    font-weight: 600
}

@media (max-width: 1199.98px) {
    .start_descr {
        font-size:15px;
        margin-bottom: 30px
    }

    .calc_title {
        font-size: 20px;
        line-height: 24px
    }

    .start_title {
        margin-bottom: 20px
    }

    .main_calc_title {
        font-size: 20px;
        line-height: 24px;
        margin: 25px 0 20px
    }

    .main_calc_subtitle {
        font-size: 18px;
        line-height: 22px
    }

    .main_calc-step_3 p {
        font-size: 15px;
        line-height: 19px
    }
}

@media (max-width: 991.98px) {
    .main_calc-step.active{
        padding-top: 0
    }
    .main_calc{
        padding: 0
    }
    .step_progres_item {
        font-size: 12px
    }
    .step_progress{
        margin-bottom: 20px
    }
    .mdl-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px
    }
    .form-check{
        margin-top: 5px
    }
    .lead_form input.button,
    .modal_window input.button {
        width: 100%;
        height: 55px;
        font-size: 16px;
        line-height: 16px
    }
    .lead_form input,
    .modal_window input {
        height: 55px;
        font-size: 16px;
        line-height: 16px
    }
    .main_menu .menu-item-has-children:hover:before{
        display: none
    }
    .main_menu>li:hover{
        border:  none;
        box-shadow: none;
    }
    .header {
        padding-top: 50px;
    }
    .sub-menu li:not(:last-of-type):before{
        display: none;
    }
    .sub-menu{
        position: relative;
        top: 0;
        left: 0;
        opacity: 1;
        transform:  none;
        pointer-events:  none;
        flex-direction:  column;
        background-color: transparent;
    }
    .main_menu .menu-item-has-children{
        display: block;
        padding-right: 25px
    }
    .menu-item-has-children .sub_menu_arr{
        position: absolute;
        top: 15px;
        right: 10px;
        padding: 5px;
    }
    .main_menu{
        margin: 0;
        display: block
    }
    .main_menu li,
    .sub-menu li{
        display: block;
        width: 100%;
        padding: 5px;
        border-top: 1px solid #eee
    }
    .main_calc-step_4 .button {
        margin:20px auto
    }

    .col-lg-6.col_table {
        padding: 0
    }

    .calc-result__percent-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main_calc-step_3 .calc_title.black {
        text-align: center
    }

    .bottom_line .next_btn .button {
        margin: 10px auto 25px
    }

    .bottom_line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .calc-spent__change {
        margin: 10px auto
    }

    .calc_amount {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .calc_radio label {
        margin: 10px auto
    }

    .first_line {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .first_line .col-lg-6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .calc_line-descr {
        margin: 10px auto 20px
    }

    .main_calc_subtitle {
        width: 600px;
        margin: 20px auto
    }

    .main_calc-step {
        text-align: center
    }

    .main_calc_img {
        display: none;
        margin: auto;
        opacity: .3;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .main_calc-step_1:before {
        display: none
    }
}
.footer_menu a img{
    display: none;
}
@media (max-width: 575.98px) {

    input#pvBenefitAmount{
        text-align: center
    }
    .calc-spent__change div{
        margin: 0 5px
    }
    .calc_input input, 
    .calc_radio label{
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
        min-height:  55px;
        display: flex;
        align-items: center;
    }

    .main_calc-step_2 .calc_title{
        margin-bottom: 15px
    }
    .start_descr{
        text-align: left
    }
    .s_offer{
        padding-top: 35px;
    }
    .s_knowledge{
        padding-bottom: 35px;
    }
    
    .step_4_input_row {
        text-align:left
    }

    .step_4_input_row .more_text_btn:hover {
        color: #ffb302
    }

    .form_wrap_step_4 {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .simple_form input {
        height: 54px;
        padding: 10px
    }
}

.main_calc-step_3 .calc-result__table-card {
    background-color: #fff;
    padding: 20px 5px;
    border-radius: 10px 10px 0 0
}

.main_calc-step_3 .calc-result__table {
    width: 90%;
    padding: 0;
    margin: 0 auto 20px auto
}

.main_calc-step_3 .calc-result__table-description {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: center
}

.main_calc-step_3 .calc-result__table-head {
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #c5c5c5;
    background-color: #fff;
    text-align: right
}

.main_calc-step_3 .calc-result__table-year {
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    border-bottom: 1px solid #e5e5e5!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    min-width: 45px;
    padding: 8px 0;
    line-height: 16px
}

.main_calc-step_3 .calc-result__table-value {
    padding: .4rem 0;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-align: right;
    border-bottom: 1px solid #e5e5e5;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    line-height: 1
}

.main_calc-step_3 .calc-result__table-saving {
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fd6500;
    text-align: right;
    opacity: 0;
    padding: .4rem 0;
    border-bottom: none!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    line-height: 1
}

.main_calc-step_3 .calc-result__table-saving--show {
    opacity: 1;
    border-bottom: 1px solid #e5e5e5!important
}

@media screen and (min-width: 768px) {
    .main_calc-step_3 .calc-result__table-card {
        padding:20px 4% 20px 20px;
        border-radius: 10px;
        -webkit-box-shadow: 0 15px 33px rgba(0,0,0,.1);
        box-shadow: 0 15px 33px rgba(0,0,0,.1)
    }
}

@media screen and (min-width: 768px) {
    .main_calc-step_3 .calc-result__table-description {
        font-size:20px
    }
}

@media screen and (min-width: 768px) {
    .main_calc-step_3 .calc-result__table-head {
        font-size:14px;
        line-height: 19px;
        padding: 0 0
    }
}

@media screen and (min-width: 768px) {
    .main_calc-step_3 .calc-result__table-value {
        font-size:16px;
        padding: 8px 0;
        line-height: 16px
    }
}

@media screen and (min-width: 768px) {
    .main_calc-step_3 .calc-result__table-saving {
        font-size:16px;
        padding: 8px 0;
        line-height: 16px
    }
}

.calc_input input.error{
    background-color: #ffefef;
    color: red;
    border-color: red;  
}
.main_calc .lock_text {
    margin-top: 40px;
    font-size: 12px;
    line-height: 14px;
}

.form-input .button{
    margin: 30px auto 10px;
}

.agreement_input--wrap input{
    display: none;
}
@media (max-width: 575.98px) {
    .s_technology-items .col-lg-4:nth-child(3) .s_technology-item {
        margin-bottom: 0
    }
    .main_calc-step_4 .calc_title {
        text-align: center;
        margin-bottom: 10px
    }
    .icon_line {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main_calc-step_3 .calc-result__table {
        width: 98%
    }
    .main_calc-step_3 .calc-result__table-year{
        font-size: 10px
    }
    .main_calc-step_3 .calc-result__table-description{
        margin: 5px 0 5px;
        padding-top: 10px;
        border-top: 1px solid #eee
    }
    .step_progress {
        margin-bottom: 10px;
    }
    .bottom_line {
        margin-top: 0
    }
    .first_line-title{
        font-size: 15px;
        line-height: 15px
    }
    .first_line {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .calc_line-descr {
        margin: 10px auto 10px;
        font-size: 14px;
        line-height: 18px;
    }
    .calc_small_title {
        font-size: 12px
    }
    .start_descr {
        font-size: 14px
    }
    .main_calc_subtitle {
        font-size: 16px;
        line-height: 18px;
    }
    .main_calc_title {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 20px;
    }
    .main_calc{
        margin-top: 10px
    }
    .result__verdict {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee
    }
    .result__verdict br{
        display: none
    }
    .main_calc-step_2 .calc_title{
        text-align: center
    }
    .calc_title {
        font-size: 18px;
        line-height: 22px;
        text-align: center
    }
}