@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

/*
fonts
font-family: 'IBM Plex Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
body {
    font-family: 'IBM Plex Sans', sans-serif;
}

main {
    padding-bottom: 70px;
    background: url(../images/main-bg.png) no-repeat bottom center;
    background-size: contain;
}

/*link*/
nav a, .btn, .sWay a,
.catalog-title, .product-title, .product-link,
.footer__column-icon,.bx-prev, .bx-next{
    text-decoration: none;
}

.sWay a {
    color: #222;
}

.sWay a:hover {
    color: #FFB800;
}

header {
    min-height: 170px;
}

.header-index {
    background: url(../images/header-bg.png) no-repeat top right, url(../images/header-left-bg.png) no-repeat left 100px;
    background-size: 50%;
}
.header-index .header-top .phone  {
    color: #ffff;
	width:200px;
}
/*container*/
.container-title,h2,h1 {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #000000;
    margin-bottom: 55px;
}
h1 {
    text-align: inherit;
    margin-bottom: 10px;
}
h2 {
    text-align: left;
    color: #67ab41;
    margin-bottom: 10px;
}
.container-btn {
    text-align: center;
    margin-top: 40px;
}

/*button*/
.btn {
    background: linear-gradient(160deg, rgba(255, 184, 0, 0.8323704481792717) 0%, rgba(254, 77, 1, 1) 100%);
    display: inline-block;
    padding: 16px 32px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    border-radius: 20px 4px 20px 4px;
    outline: none;
    position: relative;
    cursor: pointer;
    /*-webkit-transition: all 0.3s;*/
    /*-moz-transition: all 0.3s;*/
    /*transition: all 0.3s;*/
    border: none;
}

.btn:hover,
.btn:active {
    color: #fff;
    background: #FFB800;
}

nav.header-menu {
    margin-top: 30px;
}

nav.header-menu ul, nav.header-top-menu ul {
    display: flex;
}

nav.header-menu li {
    margin-right: 30px;
}

nav.header-menu li:last-child {
    margin-right: 0;
}

nav.header-menu a, nav.header-menu strong {
    font-weight: 600;
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
}

nav.header-menu a:hover, nav.header-menu strong {
    color: #FFB800;
}

nav.header-menu a:hover:after, nav.header-menu strong:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #FFB800;
    display: block;
    margin-top: 28px;
}

.header-top {
    padding: 6px 0;
    border-bottom: 2px solid #AAE87A;
}

.header-top .phone {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    width: 200px;
    color: #222;
    margin-right: 32px;
}
.header-top .phone:hover {
    color: #00aa55;
    cursor: pointer;
}
nav.header-top-menu li {
    margin-right: 25px;
}

nav.header-top-menu li:last-child {
    margin-right: 0;
}

nav.header-top-menu a, nav.header-top-menu strong {
    font-weight: 500;
    font-size: 18px;
    color: #3F8C2C;
}

nav.header-top-menu a:hover, nav.header-top-menu strong {
    color: #FFB800;
}

.form-questions {
    background: url(../images/form-quest-bg.png) center right, linear-gradient(136.86deg, #81C04F 27.84%, #3F8C2C 64.8%);
    min-height: 431px;
    color: #fff;
}

.form-questions-container {
    position: relative;
    height: 431px;
}

.form-questions-body {
    width: 576px;
}

.form-questions-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.form-questions h2 {
    color: #fff;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 36px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.form-questions-text {
    font-size: 20px;
    margin-bottom: 24px;
}

.form-questions-phone {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 36px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.form-questions-btn {
    width: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 8px 8px 20px rgba(127, 129, 143, 0.15);
    background: #fff;
    border-radius: 4px 40px 4px 40px;
    padding: 25px 0;
}

.form-questions-btn .btn:first-child {
    margin-right: 30px;
}

.footer-bottom {
    background: #E7EAF1;
    padding: 50px 0;
}

.footer-copy {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #7F818F;
}

.footer__column-company {
    justify-content: flex-end;
    display: flex;
}

.social {
    display: flex;
    position: absolute;
    bottom: -16px;
}

.footer__column-icon {
    margin-right: 32px;
    width: 32px;
    height: 32px;
    background: #CFE9BB;
    box-shadow: inset 0px -1px 1px #FFFFFF;
    color: #3F8C2C;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.footer__column-icon:last-child {
    margin-right: 0;
}

.footer__column-icon:hover {
    background: #FFB800;
}

.footer__column-menu nav > ul {
    display: grid;
    grid-template-columns: repeat(2, 250px);
    grid-column-gap: 10px;
    justify-content: center;
}

.footer__column-menu > nav > ul > li > strong, .footer__column-menu > nav > ul > li > a, .footer__column-title {
    color: #3F8C2C;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
}

.footer__column-menu > nav > ul > li > ul {
    margin-top: 20px;
}

.footer__column-menu > nav > ul > li > ul > li {
    margin-bottom: 5px;
}

.footer__column-menu nav > ul a {
    color: #7F818F;
    font-weight: 300;
    text-decoration: none;
}

.footer__column-menu nav > ul strong, .footer__column-menu nav > ul a:hover {
    color: #FFB800;
}

/*slider*/
.header-slider {
    margin: 30px 0;
    position: relative;
}

.slide{
    display: grid;
    grid-template-columns: 300px 600px;
    justify-content: center;
    grid-gap: 100px;
    align-items: center;
}

.slide-body {
    width: 300px;
    padding-left: 10px;
}

.slide-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
}

.slide-text {
    line-height: 31px;
    font-weight: 500;
    font-size: 24px;
    color: #7F818F;
}

.slide-image {
    width: 560px;
    position: relative;
    height: 400px;
}

.slide-image::after {
    content: '';
    width: 160px;
    height: 98px;
    display: block;
    background: url(../images/orange.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: -96px;
    bottom: 0;
}

.slide-image img {
    width: 100%;
    -webkit-mask: url(../images/masc.svg);
    mask: url(../images/masc.svg);
    background: #8d92a6;
    margin-left: 20px;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.bx-controls {
    position: absolute;
    top: 50%;
    width: 100%;
}
.header-slider .prev-contr,.header-slider .next-contr {
    width: 64px;
    height: 64px;
    background: #ffff;
    color: #3F8C2C;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 100%;
    position: absolute;
}
.header-slider .prev-contr:hover,
.header-slider .next-contr:hover {
    background: #FFB800;
}
.header-slider .prev-contr{
    left: -20px;
}
.header-slider .next-contr {
    right: 0;
}

/*catalog*/
.main-catalog-container {
    padding: 50px 0;
}

.catalog {
    background: linear-gradient(309.67deg, #FE4D01 50%, #FFB800 101.48%);
    border-radius: 0 40px;
    position: relative;
    height: 180px;
    display: grid;
    justify-items: center;
}

.catalog-image {
    width: 200px;
    margin: 0 auto;
	height: 180px;
    overflow: hidden;
}

.catalog-image img {
    width: 100%;
}

.catalog-title {
    width: 200px;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;
    color: #000000;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(127, 129, 143, 0.15);
    border-radius: 40px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -20px;
}

.row .col-3:nth-child(odd) .catalog {
    background: linear-gradient(108.11deg, #81C04F 27.84%, #3F8C2C 64.8%);
}

.catalog:hover .catalog-title {
    background: #FFB800;
}

/*about*/
.about-container {
    background: #FFFFFF;
    box-shadow: 8px 8px 20px rgba(127, 129, 143, 0.15);
    border-radius: 0 40px;
    width: 1024px;
    height: 495px;
    padding: 60px;
    position: relative;
    margin: 150px auto 60px;

}

.about-container::before {
    content: '';
    width: 120px;
    height: 120px;
    background: url(../images/logo-about.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 46px;
    top: -40px;
}

.about-img {
    position: absolute;
    top: -60px;
    left: -96px;
    width: 416px;
}

.about-body {
    margin-left: 380px;
    width: 576px;
}

.about-text {
    padding-right: 60px;
}

/*poduct*/
.product {
    display: grid;
    grid-gap: 20px;
    background: #FFFFFF;
    box-shadow: 8px 8px 20px rgba(127, 129, 143, 0.15);
    border-radius: 0 30px;
    padding: 20px;
}

.product-image {
    border-radius: 8px;
}

.product-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.product-body {
    display: grid;
    grid-gap: 10px;
}

.product-title {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #000000;
}

.product-desc {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #444444;
}

.product-body-bottom {
    display: flex;
    justify-content: space-between;
}

.product-price {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.product-link {
    border: 1px solid #E7EAF1;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 100%;
    color: #7F818F;
}
.product:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.product:hover .product-link{
    background: #FFB800;
    border-color: #FFB800;
    color: #222;
}
.product-page{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 500px 1fr;
}

.product-page-image img{
    width: 100%;
}
.product-page-about {
    font-weight: 300;
    width: 300px;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
.product-page-body{
    justify-self: center;
}

.product-page-price{
    font-size: 20px;
    margin-bottom: 20px;
}
.product-page-price span {
    font-weight: 600;
}
.product-page-desc{
    font-family: 'IBM Plex Sans', sans-serif;
    grid-column-start: span 2;
    color: #777;
}
/*advantages*/
.advantages-container {

}

.advantages {

}

.advantages-image {
    width: 85px;
}

.advantages-image img {
    width: 100%;
}

.advantages-body {

}

.advantages-title {
    font-weight: 500;
    margin-top: 16px;
    font-size: 18px;
    color: #3F8C2C;
}

.advantages-desc {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}