.phyto-text-row p { text-align: left;}
.phyto-row {max-width: 1170px; margin: 0 auto!important;}
.phyto-landing-container {overflow-x: hidden; margin: 0 0 -30px; padding: 0; font-family: Calibri !important; color: #000; font-size: 18px;}
/* Топпер */
.phytop {
    padding: 0;
    margin: 0;
    
}
.topbg_phytobox {
    width: 100%;
    height: calc(99vw / 2.79);
    background-size: cover;
    background-image: url(phyto_bg.jpg);
    background-position: top center;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
    display: block;
    float: left;
}
.phyt_leftbox {padding-left:100px; width: 52vw; font-size: 2vw;}

.phyttop_text h1, .phyttop_text h1 > small,
.phyttop_text h2, .phyttop_text span {        
    font-family: 'Roboto Condensed', Calibri, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}

.phyttop_text h1 {font-size: 1.1em; color: #006041;  margin-top: 4vw;}
.phyttop_text h1 > small { font-size: 0.9em; color: #006041;}
.phyttop_text h2 {
    font-size: 2.3em; 
    color: #F5353E;
    width: 60%;
    float: left;
    white-space: nowrap;
}
.phyttop_text span {
    font-size: 0.9em;
    float: left;
    width: 38%;
    color: #F5353E;
    margin: 1vw 0 0;
    line-height: 1;
}

.phyt_topgood {
    width: 50%;
    margin-top: 1vw;
    background-image: url(phyto_good.png);
    background-position: top left;
    background-repeat: no-repeat;
    height: 14vw;
    float: left;
    background-size: cover;
}

.phyt_topgood span {
    font-size: 2vw;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', Calibri, sans-serif;
    font-weight: bold;
    padding: 2.3vw 0 0 100px;
    display: block;
    width: 50%;
    line-height: 1.3;
}

.phyttop_btnbox {
    width: 100%;
    float: left;
    margin-top: -3vw;
}

.phyt_conditions {
    font-size: 1.2vw;
    margin-top: 2vw;
    float: left;
    line-height: 1vw;
    font-family: 'Roboto Condensed', Calibri, sans-serif;
    color: #777;
}
.phyt_conditions p {
    margin: 10px 0 0;
    font-size: 0.8em;
}


.phyto-top-row {height: 532px; position: relative;}
.phyto-top-row-bg {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1;}
.phyto-top-row .phyto-left-part, .phyto-top-row .phyto-right-part {position: relative; height: 100%; max-height: 450px;}
.phyto-top-row .phyto-right-part {display: flex; flex-direction: column; justify-content: center;}
.phyto-bg-image {position: absolute; top:0; left: 0; z-index: 1;}
.phyto-bg-image img {width: 100%; max-width: 700px; height: auto;}
.phyto-product-image {position: absolute; left: 14.66%; bottom: -15.55%; z-index: 3;}

.phyto-top-corner-image {position: absolute; left: -25px; bottom: -25px; z-index: 2;}
.phyto-header-row {padding: 15px; background: url('top-header-bg.png'); background-position: 100px top; background-repeat: no-repeat; text-align:center; margin-left: -50%; margin-bottom: 20px;}
.phyto-header-row i{font-size: 48px; font-weight: 700; color: #fff;}
.phyto-top-row .phyto-text-row p {font-family: Calibri !important; font-size: 36px; font-weight: 700; margin:0; line-height: 1.1;}
.phyto-top-row .phyto-text-row p.phyto-bigger-text {font-family: Calibri !important; color: #e81a40; text-transform: uppercase; font-size: 48px; margin-top: 5px;}
.phyto-btn.btn-success.phyto-buy-btn {font-family: Calibri !important; color: #fff; text-transform: uppercase; font-size: 18px; padding: 20px 40px; max-width: 230px; margin-top: 20px; border: none; border-radius: 0; box-shadow: none; text-shadow: none; background-image: none; background-color: #f68257;}
/* /Топпер */

/* Умови Акції */

.phyto-rules-row {margin-top: 50px;padding-bottom: 50px;}
.phyto-rules-row h2 {font-size: 36px; font-weight: 700;}
.phyto-rules-row .phyto-left-part {text-align: center;}
.phyto-rules-row .phyto-right-part {padding-top: 20px;}
.phyto-rules-row .phyto-right-part .phyto-small-description {font-size: 14px; color: #595959;}
/* /Умови Акції */

/* Продукт */
.phyto-product-row {
    padding: 50px 0;
}
.phyto-product-row h2 {text-align: center; font-size: 48px; font-weight: 700; text-transform: uppercase;margin-bottom: -2px; position: relative; padding:0 15px}
.phyto-product-row h2::after {content: ''; position: absolute; bottom: -70px; left: 50%; transform: translateX(-50%); width: 90px; height: 1px; background-color: #026549;}
.phyto-product-row .phyto-left-part {text-align: right;}
.phyto-product-row ul {list-style: none;}
.phyto-product-row li {margin: 10px 0; display: flex; align-items: center;}
.phyto-product-row li:before {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('check.svg') no-repeat center center;
    margin-right: 5px;
    fill: #026549;
  }
.phyto-product-row .phyto-small-description {color: #737373; padding-left: 80px;}

.btn-phytobox {
    width: 13vw;
}

.btn-phyto {
    font-size: 1.5vw;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: flex;
    float: left;
    width: 100%;
    height: 4vw;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: 0 7px 5px rgba(0,0,0,0.2);
    background: #f88454;
    cursor: pointer;
    font-family: 'Roboto Condensed', Calibri, sans-serif;
}

.btn-phyto:hover, button.btn-phyto:focus {
    background: #e75e1c;
    box-shadow: none;
    border: none;
    color:#fff;
}

/* /продукт */

/* Переваги */
.phyto-advantages-container {height: 550px; position: relative;}
.phyto-advantage img {width: 170px; height: 170px; border-radius: 50%;}
.phyto-advantage {position: absolute;}
.phyto-advantage1-container {left: 50%; top: -70px; transform: translateX(-50%); text-align: center;}
.phyto-advantage1-container .title {margin-bottom: 20px;}
.phyto-advantage2-container {right: 0; top: 140px; display: flex; width: 360px; justify-content: space-around; align-items: center;}
.phyto-advantage3-container {right: 0; top: 350px; display: flex; width: 440px; justify-content: space-around; align-items: center;}
.phyto-advantage3-container .title {margin-right: 15%;}
.phyto-advantage4-container {left: 0; top: 350px; display: flex; width: 440px; justify-content: space-around; align-items: center;}
.phyto-advantage4-container .title {margin-left: 15%; text-align: right; padding-right: 40px;}
.phyto-advantage5-container {left: 0; top: 140px; display: flex; width: 360px; justify-content: space-around; align-items: center;}
.phyto-advantage5-container .title {text-align: right; padding-right: 40px;}
.phyto-center-circle {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 450px;
    height:450px;
    border: 2px dotted green;
    border-radius: 50%;
}
.phyto-advantages-main-container {background-image: url('advantages-bg.jpg'); background-repeat: no-repeat; background-position: center center; padding-bottom: 50px; background-color:#fff;}
.phyto-advantages-main-container h2 {font-size: 48px; font-weight: 700; text-align: center; position: relative; margin-bottom: 170px;}
.phyto-advantages-main-container h2::after {content: ''; position: absolute; bottom: -50px; left: 50%; transform: translateX(-50%); width: 90px; height: 1px; background-color: #026549;}
/* /Переваги */

/* Властивості */
.phyto-properties-row h2 {font-size: 48px; font-weight: 700; text-align: center; position: relative; margin-bottom: 100px;}
.phyto-properties-row h2::after {content: ''; position: absolute; bottom: -50px; left: 50%; transform: translateX(-50%); width: 90px; height: 1px; background-color: #026549;}
.phyto-properties-container {display: flex; flex-wrap: wrap; justify-content: space-around; padding-bottom: 50px;}
.phyto-property {text-align: center; margin-bottom: 10px;}
.phyto-property .phyto-title {margin-top: 15px;}

.phyto-mobile-only {display: none;}




@media(max-width: 767px) {
    .phyto-text-row p { text-align: center !important;}
    .phyto-header-row {width: 100% !important; margin-left: 0px !important;  padding: 20px 16px !important;}
    .btn-phytobox {width: 55% !important; margin: 0 auto;}
    .phyto-header-row {margin-left: 0;}
    .phyttop_btnbox {  margin-top: 0vw !important;  }
    .btn-phyto {font-size: 5.5vw !important;  height: 12vw !important; }
    



}


@media(max-width: 991px) {
    .topbg_phytobox {
        width: 100vw;
        height: calc(100vw / 1);    
        background-position: top left;
    }
    .phyt_leftbox { width: 100%; padding-left:10px;}
    .phyt_topgood { width: 95%; height: 30vw;}

    .phyttop_text h1 { font-size: 2.5em;}
    .phyttop_text h2 { font-size: 5.5em;}
    .phyttop_text span {font-size: 1.9em;  margin: 2vw 0 0;}
    .phyt_topgood span {font-size: 4.8vw; padding: 3vw 0 0 7vw;}

    .phyttop_btnbox { margin-top: -9vw;}
    .btn-phytobox {width: 40vw;}
    .btn-phyto { font-size: 3.5vw; height: 7vw;}
    .phyt_conditions {font-size: 3vw; margin-top: 4vw; line-height: 4vw; }
    .phyt_conditions p { font-size: 1em;}




}

@media(max-width: 1199px) {
    .phyto-bg-image {position: relative;}
    .phyto-top-row {height: auto;}
    .phyto-product-image img {max-width: 100%;}
    .phyto-top-row .phyto-right-part {margin-top: 30px;}
    .phyto-header-row {margin-left: 0px; padding: 25px 20px 25px 50px; background-size: contain; text-align: left; background-position: left;}
    .phyto-product-row .phyto-left-part {text-align: center;}
    .phyto-product-row li {display: block;}
    .phyto-product-row li:before {margin-bottom: -10px;}
    .phyto-product-row .phyto-small-description {padding-left: 40px;}
    .phyto-product-row h2, .phyto-advantages-main-container h2, .phyto-properties-row h2 {font-size: 36px;}
    .phyto-advantage {position: relative; top: auto!important; left: auto!important; transform: none!important;}
    .phyto-center-circle {display: none;}
    .phyto-advantage {width: 100%!important; display: flex; justify-content: space-between; margin-bottom: 20px;align-items: center;}
    .phyto-advantage .phyto-title {margin-right: auto!important; display: none;}
    .phyto-advantage .phyto-title.phyto-mobile-only {display: block; text-align: left; padding-left: 10px; padding-right: 0; margin-left: 0;}
    .phyto-advantages-main-container {background: none;}
    .phyto-advantages-container {height: auto; max-width: 400px; margin: 0 auto;}
    .phyto-advantages-main-container h2 {margin-bottom: 100px;}
    .phyto-advantage img {width: 140px; height: 140px;}
}
