@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Light.ttf");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-SemiBold.ttf");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Bold.ttf");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-ExtraBold.ttf");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.ttf");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Black.ttf");
    font-style: normal;
    font-weight: 900;
}

html,
body {
    font-size: 16px;
    color: #333;
    overflow-x: hidden;
    position: relative;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 20px;
}

.container,
.container-fluid {
    padding: 0 15px;
}

section {
    background-color: #fff;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

.clearfix {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p, textarea {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

a {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    color: #333;
}

a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
}

a:hover {
    color: #f9de00;
}

a:focus {
    color: #ffe402;
}

.input {
    max-width: 300px;
    width: 100%;
    height: 36px;
    border: 2px solid #60a555;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 20px;
    color: black;
}

::-webkit-input-placeholder {
    font-family: "OpenSans", sans-serif;
    color: #9c9c9c;
    opacity: 1;
    font-size: 16px;
    font-weight: bold;
}

.section-caption {
    position: relative;
    padding-bottom: 34px;
    margin-bottom: 62px;
}

.section-caption h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 35px;
}

.section-caption:before {
    content: "";
    width: 139px;
    height: 13px;
    background-color: #f2d800;
    position: absolute;
    bottom: -12px;
}

.section-caption_center h2 {
    text-align: center;
}

.section-caption_center h3 {
    text-align: center;
}

.section-caption_center:before {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: -webkit-calc(50% - 9px);
    top: calc(50% - 9px);
    width: 12px;
    height: 19px;
    background-image: url(../img/icons/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    left: -25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: .8;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
    background-image: url(../img/icons/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-nav .owl-next {
    right: -25px;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-theme .owl-nav .disabled {
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #60a555;
    width: 14px;
    height: 14px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #60a555;
}

.btn {
    height: 49px;
    background-color: #f2d800;
    color: #333;
    line-height: 48px;
    padding: 0 19px;
    display: block;
    font-size: 16px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.btn:hover {
    background-color: #f9de00;
    -webkit-box-shadow: 0 3px 10px rgba(51, 51, 51, 0.27);
    box-shadow: 0 3px 10px rgba(51, 51, 51, 0.27);
}

.btn:focus {
    background-color: #ffe402;
    -webkit-box-shadow: 0 3px 10px rgba(51, 51, 51, 0.27);
    box-shadow: 0 3px 10px rgba(51, 51, 51, 0.27);
}

.nav {
    margin-bottom: -22px;
    z-index: 9;
    position: relative;
}

.nav__top-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 87px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__logo img {
    width: 192px;
}

.nav__contact {
    width: 215px;
}

.nav__contact-wrap {
    max-width: 415px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav__contact-wrap .btn {
    width: 170px;
}

.nav__contact-phone {
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    letter-spacing: -.2px;
    display: block;
}

.nav__menu {
    background-color: #60a555;
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px 0 47px;
    -webkit-box-shadow: 1px 0 13px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 0 13px rgba(0, 0, 0, 0.22);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.nav__menu.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 9999999;
}

.nav__menu.scrolled .pushy {
    margin-top: 45px;
}

.nav__menu a {
    color: #fff;
}

.nav__menu a:hover {
    color: #f9de00;
}

.nav__menu a:focus {
    color: #ffe402;
}

.nav__menu-inst {
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__menu-inst img {
    margin-left: 8px;
}

.nav__menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 850px;
    width: 100%;
}

.mobile-menu-wrap {
    position: relative;
}

.menu-btn {
    cursor: pointer;
    position: absolute;
    top: -30px;
    line-height: 62px;
    height: 62px;
    text-align: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: .7;
    color: #fff;
    font-size: 20px;
}

.menu-btn:hover {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.menu-btn.close {
    position: absolute;
    opacity: .7;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    top: 0;
    right: 20px;
    z-index: 1;
}

.menu-btn.close:hover {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #fff;
}

.pushy {
    position: absolute;
    margin-top: 87px;
    min-height: 410px;
}

.pushy ul {
    position: relative;
    padding: 15px 0;
    background-color: #60a555;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pushy ul:first-child {
    margin-top: 0;
}

.pushy ul > li {
    line-height: 24px;
    width: 100%;
}

.pushy-open-left .pushy {
    width: 100%;
}

/*Header Start*/
.header {
    height: 624px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.header h1 {
    color: #fff;
    font-size: 37px;
    line-height: 48px;
    font-weight: 900;
    text-align: center;
    max-width: 610px;
    margin: 160px auto 0;
    text-shadow: 1px 0 25px rgba(0, 0, 0, .7);
}

.header h1.h1-animation {
    position: relative;
    bottom: -200px;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.header h1.h1-animation-on {
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.header .btn {
    width: 370px;
    margin: 50px auto 0;
    position: relative;
    bottom: -200px;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.header .btn-on {
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.header .btn:hover {
    -webkit-box-shadow: 1px 0 25px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 0 25px rgba(0, 0, 0, 0.7);
}

/*Header End*/
/*About-company Start*/
.about-company {
    padding-top: 100px;
}

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

.about-company__why {
    width: 434px;
    background-color: #60a555;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 45px 30px;
    margin-right: 95px;
    color: #fff;
    position: relative;
    height: 638px;
}

.about-company__why:before {
    content: "!";
    position: absolute;
    width: 52px;
    height: 52px;
    background-color: #f2d800;
    text-align: center;
    line-height: 52px;
    font-weight: 900;
    font-size: 36px;
    color: #333;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: 1px 0 13px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 0 13px rgba(0, 0, 0, 0.22);
}

.about-company__why h3 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    margin-bottom: 27px;
}

.about-company__why ul {
    list-style-image: url(../img/icons/img-list.svg);
    padding: 0 13px 0 42px;
}

.about-company__why ul > li {
    font-size: 18px;
    margin-bottom: 17px;
}

.about-company__why ul > li:last-child {
    margin-bottom: 0;
}

.about-company__text {
    width: -webkit-calc(100% - 529px);
    width: calc(100% - 529px);
}

.about-company__text p {
    margin-bottom: 20px;
    font-family: "OpenSans", sans-serif;
    padding-right: 10px;
}

/*About-company End*/
/*Services Start*/
.services {
    padding-top: 80px;
}

.services h3 {
    font-size: 30px;
    font-weight: 800;
    font-family: "OpenSans", sans-serif;
    max-width: 470px;
    margin-bottom: 20px;
}

.services__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
}

.services__tabs-caption {
    width: 555px;
}

.services__tab-content-wrap {
    width: -webkit-calc(100% - 610px);
    width: calc(100% - 610px);
}

.services__tabs-caption > li {
    height: 64px;
    width: 555px;
    background-color: #60a555;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px;
    padding: 0 60px 0 15px;
    cursor: pointer;
    position: relative;
}

.services__tabs-caption > li > h3 {
    font-family: "OpenSans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.services__tabs-caption > li > h3 span {
    margin-right: 5px;
}

.services__tabs-caption > li:hover {
    background-color: #5a9450;
}

.services__tabs-caption > li.active {
    background-color: #5a9450;
    -webkit-box-shadow: 1px 0 13px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 0 13px rgba(0, 0, 0, 0.22);
}

.services__tabs-caption > li.active:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url(../img/icons/services-active.png);
    right: -14px;
}

.services__tabs-caption > li:last-child {
    margin-bottom: 0;
}

.services__tab-content-wrap {
    background-color: #e8e8e8;
    position: relative;
    z-index: 2;
    padding: 50px 30px 50px 35px;
}

.services__tabs-content {
    display: none;
}

.services__tabs-content.active {
    display: block;
}

.services__tabs-content p {
    color: #666;
    margin-bottom: 20px;
}

.services__tabs-content p:last-child {
    margin-bottom: 0;
}

.services2 {
    position: relative;
    top: -70px;
}

.services .section-caption h3 {
    margin-bottom: 0;
    max-width: 100%;
}

.services .section-caption_small {
    padding-bottom: 24px;
    margin-bottom: 36px;
}

.services__wrap-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services__item {
    max-width: 370px;
    font-family: "OpenSans", sans-serif;
}

.services__item h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 22px;
    background-color: #f2d800;
    position: relative;
    left: 12px;
    top: 19px;
    -webkit-box-shadow: 1px 0 13px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 0 13px rgba(0, 0, 0, 0.22);
}

.services__item-img {
    width: 370px;
    height: 215px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.services__item-img img {
    width: auto;
    max-width: 100%;
}

.services__item-text p {
    margin-top: 20px;
}

.services__waste-groups {
    max-width: 970px;
    margin: 110px auto 90px;
    background-color: #f2d800;
    padding: 30px 20px;
}

.services__waste-groups h3 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.waste-groups__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
}

.waste-groups__text, .waste-groups__img {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
}

.waste-groups__text img, .waste-groups__img img {
    max-width: 100%;
    width: auto;
}

.waste-groups__text {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

.waste-groups__text p {
    margin-bottom: 25px;
    padding-left: 30px;
}

.waste-groups__text-left {
    text-align: left;
}

/*Services End*/
/*Call Start*/
.call {
    background-image: url(../img/creative.jpg);
    height: 555px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.call__wrap {
    max-width: 1030px;
    margin: 95px auto;
}

.call__wrap h3 {
    color: #fff;
    font-size: 36px;
    font-family: "OpenSans", sans-serif;
    font-weight: 800;
    text-align: center;
    position: relative;
    padding-bottom: 35px;
}

.call__wrap h3:before {
    content: "";
    width: 139px;
    height: 13px;
    background-color: #f2d800;
    position: absolute;
    bottom: -12px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.call__wrap p {
    font-family: "OpenSans", sans-serif;
    font-size: 30px;
    margin-top: 38px;
    color: #fff;
    text-align: center;
}

.call__wrap .btn {
    width: 370px;
    height: 69px;
    font-size: 20px;
    line-height: 69px;
    margin: 50px auto 0;
}

.call__wrap .btn:hover {
    -webkit-box-shadow: 1px 0 25px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 0 25px rgba(0, 0, 0, 0.7);
}

/*Call End*/
/*Portfolio Start*/
.portfolio .section-caption_small {
    margin-top: 60px;
    padding-bottom: 20px;
    margin-bottom: 52px;
}

.portfolio .section-caption_small h2 {
    font-size: 30px;
}

.portfolio .owl-carousel .owl-item img {
    max-width: 370px;
    margin: 0 auto;
}

.portfolio__slid {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-height: 205px;
}

/*Portfolio End*/
/*News-index Start*/
.news-index .section-caption_small {
    margin-top: 60px;
    padding-bottom: 20px;
    margin-bottom: 52px;
}

.news-index .section-caption_small h2 {
    font-size: 30px;
}

.news-index .owl-carousel .owl-item .news-index__slid {
    max-width: 265px;
    margin: 0 auto;
}

.news-index .owl-carousel .owl-item .news-index__slid .news-index__slid-img {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 178px;
}

.news-index .owl-carousel .owl-item .news-index__slid .news-index__slid-img img {
    max-width: initial;
    margin: 0 auto;
    width: auto;
}

.news-index__text {
    padding: 0 10px;
}

.news-index__data {
    font-size: 12px;
    color: #919191;
    font-family: "OpenSans", sans-serif;
    font-weight: 100;
    margin-top: 15px;
    margin-bottom: 10px;
}

.news-index h3 {
    font-size: 18px;
    font-weight: bold;
    color: #30b286;
}

.news-index p {
    font-size: 14px;
    font-family: "OpenSans", sans-serif;
    margin-top: 10px;
}

.news-index__slid {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding-bottom: 50px;
}

.news-index__slid:hover {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.49);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.49);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.news-index__slid:hover p {
    color: #333;
}

.news-index .owl-stage {
    margin: 5px;
    margin-left: 0;
}

.news-index .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: -webkit-calc(50% - 38px);
    top: calc(50% - 38px);
}

/*News-index End*/
/*Footer Start*/
.footer {
    background-image: url(../img/footer_bg.jpg);
    height: 500px;
}

.footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 85px 50px;
    color: #fff;
}

.footer h3 {
    font-family: "OpenSans", sans-serif;
    font-weight: 800;
    margin-bottom: 35px;
    font-size: 36px;
}

.footer ul > li {
    font-family: "OpenSans", sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.footer ul > li a {
    color: #fff;
    font-weight: 400;
}

.footer ul > li a:hover {
    color: #f9de00;
}

.footer ul > li a:focus {
    color: #ffe402;
}

.footer__form {
    text-align: center;
    max-width: 380px;
    width: 100%;
}

.footer__form .btn {
    margin: 0 auto;
    width: 170px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 41px;
    line-height: 41px;
}

/*Footer End*/
/*Copy Start*/
.copy {
    background-color: #60a555;
}

.copy__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 85px;
    color: #fff;
}

.copy__wrap p {
    width: 33.3%;
}

.copy__wrap p a {
    font-weight: 400;
    text-align: center;
    display: block;
}

.copy__wrap a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
}

.copy__wrap a img {
    margin-left: 10px;
}

.copy__wrap a:hover {
    color: #f9de00;
}

.copy__wrap a:focus {
    color: #ffe402;
}

/*Copy End*/
/*News Start*/
.news .section-caption_small {
    margin-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 52px;
}

.news .section-caption_small:before {
    content: "";
    width: 139px;
    height: 13px;
    background-color: #f2d800;
    position: absolute;
    bottom: -12px;
}

.news .section-caption_small h2 {
    font-size: 30px;
}

.news img {
    max-width: 100%;
    width: auto;
}

.news__date {
    background-color: #60a555;
    color: #fff;
    line-height: 26px;
    min-height: 26px;
    padding: 0 20px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 45px;
    text-align: center;
}

.news__text p {
    margin-bottom: 20px;
    font-size: 14px;
}

.news__backward {
    color: #f2d800;
    margin: 40px 0 40px 35px;
    display: block;
    position: relative;
}

.news__backward:hover {
    color: #f9de00;
}

.news__backward:focus {
    color: #ffe402;
}

.news__backward:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url(../img/icons/services-active.png);
    left: -35px;
    top: -4px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*News Start*/
.callback-popup {
    background-color: #fff;
    max-width: 360px;
    padding: 30px 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
}

.callback-popup h3 {
    font-family: "OpenSans", sans-serif;
    font-weight: 800;
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.callback-popup h3:before {
    content: "";
    width: 139px;
    height: 10px;
    background-color: #f2d800;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.callback-popup p {
    margin-top: 10px;
    font-size: 12px;
}

.callback-popup p span {
    color: #f2d800;
}

.callback-popup p a {
    color: #f2d800;
}

.callback-popup p a:hover {
    color: #f9de00;
    text-decoration: underline;
}

.callback-popup p a:focus {
    text-decoration: underline;
    color: #ffe402;
}

.callback-popup .input {
    margin: 0 auto 20px;
    display: block;
    height: 41px;
}

.callback-popup .btn {
    width: 170px;
    margin: 0 auto;
    height: 41px;
    line-height: 41px;
}

@media only screen and (max-width: 1200px) {
    .section-caption {
        margin-bottom: 42px;
    }

    .nav__menu {
        padding: 0 15px;
    }

    .nav__menu ul {
        max-width: 730px;
    }

    .about-company__why {
        width: 390px;
        padding: 45px 20px;
        margin-right: 40px;
    }

    .about-company__text {
        width: -webkit-calc(100% - 430px);
        width: calc(100% - 430px);
    }

    .services__tabs-caption {
        width: 530px;
    }

    .services__tabs-caption > li {
        width: 430px;
    }

    .services__tab-content-wrap {
        width: -webkit-calc(100% - 430px);
        width: calc(100% - 430px);
    }

    .services__item {
        max-width: 300px;
    }

    .services__item h3 {
        font-size: 16px;
        max-width: 280px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .services__item-img {
        width: 300px;
        height: 180px;
    }

    .waste-groups__wrap {
        margin-bottom: 80px;
    }

    .waste-groups__text p {
        padding: 0;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .call__wrap h3 {
        font-size: 32px;
    }

    .footer__wrap {
        padding: 85px 0;
    }
}

@media only screen and (max-width: 991px) {
    .nav__menu ul {
        max-width: 100%;
    }

    .about-company {
        padding-top: 70px;
    }

    .about-company__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-company__why {
        width: 100%;
        padding: 45px 20px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0;
        height: auto;
    }

    .about-company__text {
        width: 100%;
        margin-bottom: 30px;
    }

    .services {
        padding-top: 70px;
    }

    .services h3 {
        font-size: 26px;
        max-width: 390px;
    }

    .services__tabs-caption {
        width: 370px;
    }

    .services__tabs-caption > li {
        width: 310px;
        height: 75px;
    }

    .services__tabs-caption > li h3 {
        font-weight: 400;
    }

    .services__tab-content-wrap {
        width: -webkit-calc(100% - 310px);
        width: calc(100% - 310px);
        padding: 30px 20px 30px 25px;
    }

    .services__wrap-elements {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .services__item {
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .services__item h3 {
        font-size: 16px;
        max-width: 280px;
    }

    .services__item-img {
        width: 370px;
        height: 215px;
    }

    .services__item-text {
        margin-left: 20px;
        margin-top: 18px;
    }

    .services__waste-groups {
        margin: 80px auto 70px;
    }

    .services__waste-groups h3 {
        max-width: 100%;
    }

    .waste-groups__wrap {
        margin-bottom: 70px;
    }

    .footer {
        height: 550px;
    }

    .footer__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 50px 0 0;
    }

    .footer__wrap h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .footer__contact {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-top: 30px;
    }

    .copy p {
        font-size: 14px;
    }

    .copy a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .section-caption {
        position: relative;
        padding-bottom: 26px;
        margin-bottom: 42px;
    }

    .section-caption h2 {
        font-size: 40px;
        line-height: 30px;
    }

    .section-caption h2:before {
        content: "";
        width: 139px;
        height: 13px;
        background-color: #f2d800;
        position: absolute;
        bottom: -12px;
    }

    .pushy {
        min-height: 480px;
    }

    .pushy a {
        padding: 10px 30px;
    }

    .pushy .nav__mob-menu-cont {
        padding: 5px 30px 0;
    }

    .btn {
        height: 40px;
        line-height: 40px;
    }

    .nav__contact-wrap {
        max-width: 100%;
        width: auto;
    }

    .nav__contact-wrap .btn {
        width: 160px;
    }

    .nav__menu-item:nth-last-child(2) {
        border-top: 1px solid #fff;
        padding-top: 10px;
    }

    .header {
        height: 420px;
    }

    .header h1 {
        max-width: 500px;
        font-size: 26px;
        line-height: 30px;
        margin: 120px auto 0;
    }

    .header .btn {
        margin: 30px auto 0;
        width: 340px;
    }

    .about-company {
        padding-top: 50px;
    }

    .services {
        padding-top: 50px;
    }

    .services__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .services__tabs-caption {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .services__tabs-caption li {
        width: 100%;
    }

    .services__tabs-caption li:last-child {
        margin-bottom: 13px;
    }

    .services__tabs-caption li.active:after {
        right: 10px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .services__tab-content-wrap {
        width: 100%;
    }

    .services__item {
        width: 100%;
        max-width: 370px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto 30px;
    }

    .services__item h3 {
        font-size: 16px;
        max-width: 280px;
    }

    .services__item-img {
        max-width: 370px;
        width: 100%;
        height: 215px;
    }

    .services__item-text {
        margin-left: 0;
        margin-top: 0;
    }

    .services__waste-groups {
        margin: 20px auto 50px;
    }

    .waste-groups__wrap {
        margin-bottom: 50px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .waste-groups__wrap:last-child .waste-groups__img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .waste-groups__text, .waste-groups__img {
        width: 100%;
    }

    .waste-groups__text img, .waste-groups__img img {
        margin: 0 auto;
        display: block;
    }

    .waste-groups__text {
        text-align: left;
    }

    .call {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .call__wrap {
        margin-top: 0;
        margin-bottom: 0;
    }

    .owl-theme .owl-nav [class*='owl-'] {
        left: -12px;
    }

    .owl-theme .owl-nav .owl-next {
        right: -12px;
        left: auto;
    }

    .portfolio .owl-carousel .owl-item img {
        max-width: 300px;
    }

    .news-index__slid {
        padding-bottom: 0;
    }

    .footer {
        margin-top: 40px;
    }

    .footer iframe {
        display: none;
    }

    .footer__form {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 auto;
    }

    .footer__contact {
        text-align: center;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .news .section-caption_small {
        margin-top: 30px;
        padding-bottom: 10px;
        margin-bottom: 42px;
    }

    .news .section-caption_small h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .copy__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .copy p {
        width: 100%;
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .copy a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .header h1 {
        font-size: 24px;
        line-height: 26px;
        max-width: 320px;
        margin: 90px auto 0;
    }

    .header .btn {
        margin: 30px auto 0;
        width: 260px;
    }

    .header .btn span {
        display: none;
    }

    .about-company__why {
        padding: 45px 10px 30px;
    }

    .about-company__why h3 {
        font-size: 24px;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
        margin-bottom: 22px;
    }

    .services__tabs-caption > li {
        height: auto;
        padding: 8px 0 5px 15px;
        min-height: 65px;
    }

    .services__item {
        width: 100%;
        max-width: 300px;
    }

    .services__item-img {
        max-width: 300px;
        height: 175px;
    }

    .services__waste-groups {
        padding: 20px 10px;
    }

    .services__waste-groups h3 {
        font-size: 20px;
    }

    .call {
        height: 480px;
    }

    .call__wrap h3 {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .call__wrap p {
        font-size: 20px;
        margin-top: 28px;
    }

    .call__wrap .btn {
        width: 100%;
        max-width: 330px;
        height: 46px;
        font-size: 18px;
        line-height: 46px;
        margin: 30px auto 0;
    }
}

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