.seo_text {
    font-family: "Tahoma", serif;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-weight: 400;
    padding: 75px 0;
}

.seo_text h1,
.seo_text h2 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    color: #666666;
    margin: 0 0 25px;
}
.seo_text h3 {
    font-size: 25px;
    line-height: 25px;
    color: #666666;
    margin: 0 0 25px;
}
.seo_text h4,
.seo_text h5,
.seo_text h6 {
    font-size: 20px;
    line-height: 20px;
    color: #666666;
    margin: 0 0 20px;
}
.seo_text p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin: 0 0 20px;
}
.seo_text strong {
    font-weight: bold;
}
.seo_text a {
    text-decoration: underline;
    color: #666666;
}
.seo_text ol,
.seo_text ul {
    padding: 0 0 0 30px;
    list-style: none;
    counter-reset: custom-counter;
    margin: 0 0 25px;
}
.seo_text ol {
    counter-reset: custom-counter;
}

.seo_text ol li,
.seo_text ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0 0 10px;
    font-style: italic;
}
.seo_text ol li {
    counter-increment: custom-counter;
}
.seo_text ol li::before,
.seo_text ul li::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #00a388;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0 15px 0 0;
    border-radius: 50%;
    flex-shrink: 0;
}
.seo_text ol li::before {
    content: counter(custom-counter); 
}
.seo_text ul li::before {
    background-image: url(/media/img/main_seo/tick-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}

.seo_text .order_button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: #ff6138;
    border-radius: 25px;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    height: 50px;
    margin: 25px auto 0;
}

.seo_text .order_button:hover {
    background-color: #79bd8f;
    color: #fff;
}

.icon_block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px;
}
.icon_block .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin: 0 40px 0 0;
    flex-shrink: 0;
}
.icon_block img {
    width: auto;
    height: auto;
    max-width: 80px;
    margin: 0;
}
.icon_block .block_content .title {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #00a388;
    padding: 8px;
}
.icon_block .block_content .text {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-style: italic;
    font-weight: 400;
    margin: 0;
}
.icon_block.green .block_content .title {
    background: #00a388;
}
.icon_block.purple .block_content .title {
    background: #935cb8;
}
.icon_block.lightgreen .block_content .title {
    background: #4cb453;
}
.icon_block.red .block_content .title {
    background: #b63561;
}

.icons_rowed .icon_block {
    border-bottom: 1px solid #e1e1e1;
}
.icons_rowed .icon_block:last-child {
    border: none;
}

.icons_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.icons_grid .icon_block {
    width: 50%;
}
.icons_grid .icon_block:nth-child(1) {
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.icons_grid .icon_block:nth-child(2) {
    border-bottom: 1px solid #e1e1e1;
}
.icons_grid .icon_block:nth-child(3) {
    border-right: 1px solid #e1e1e1;
}

.flex_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 25px 0;
}
.flex_wrap .text_block {
    max-width: 700px;
    width: 100%;
}
.flex_wrap .image_block {
    max-width: 360px;
    width: 100%;
}
.packages {
    margin: 0 0 40px;
}
.package_item {
    margin: 0 0 10px;
    border-top: 10px solid #00a388;
    border-left: 10px solid #00a388;
}
.package_item .title {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #00a388;
    padding: 8px;
}
.package_item .title img {
    margin: 0 10px 0 0;
}
.package_item .content {    
    padding: 15px 15px 5px 15px;
}
.package_item .content p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 10px;
}
.package_item.green {
    background: #caefcd;
    border-top: 10px solid #00a388;
    border-left: 10px solid #00a388;
}
.package_item.purple {
    background: #e0d0eb;
    border-top: 10px solid #935cb8;
    border-left: 10px solid #935cb8;
}
.package_item.red {
    background: #f1d9e1;
    border-top: 10px solid #b63561;
    border-left: 10px solid #b63561;
}
.package_item.green .title {
    background: #00a388;
}
.package_item.purple .title {
    background: #935cb8;
}
.package_item.red .title {
    background: #b63561;
}

.flex_col {
    width: 50%;
}
.reviews_section .review_item {
    padding: 30px;
    border-radius: 15px;
    background: #4cbeab;
    position: relative;
    margin: 0 0 25px;
}
.reviews_section .review_item .review_content {
    margin: 0 0 15px;
}
.reviews_section .review_item .review_content p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 10px;
}
.reviews_section .review_item .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reviews_section .review_item .author {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
.reviews_section .review_item .rating {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
.reviews_section .review_item .rating img {
    margin: 0 4px;
}
.reviews_section .review_item:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 45px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 20px solid #4cbeab;
    transform: rotate(45deg);
}

.reviews_section .slick-dots {
    position: absolute;
    bottom: -40px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: -10px;
    left: 85px;
}
.reviews_section .slick-dots li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #858585!important;
    margin: 0 4px;
}
.reviews_section .slick-dots li::before, .slick-dots li button:before {
    display: none;
}
.reviews_section .slick-dots li.slick-active {
    background: #4cbeab!important;
}


/* Big screens */
@media screen and (max-width: 1200px) {
    .flex_wrap .text_block {
        max-width: 600px;
    }
    .flex_wrap .image_block {
        max-width: 250px;
    }
}

/* Tablet */
@media screen and (max-width: 1024px) {
    .flex_wrap .text_block {
        max-width: 400px;
    }
    .flex_wrap .image_block {
        max-width: 250px;
    }
    .icons_grid .icon_block {
        width: 100%;
        border-bottom: 1px solid #e1e1e1!important;
        border-right: none!important;
    }
    .icons_grid .icon_block:last-child {
        border-right: none!important;
        border-bottom: none!important;
    }
    .flex_col {
        width: 100%;
        margin: 0 0 25px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .flex_wrap .text_block {
        max-width: 100%;
        margin: 0 0 25px;
    }
    .flex_wrap .image_block {
        max-width: 70%;
        margin: 0 auto 25px;
    }
    .flex_col {
        width: 100%;
        margin: 0 0 25px;
    }
}

/* Mobile */
@media screen and (max-width: 500px) {
    .flex_wrap .text_block {
        max-width: 100%;
        margin: 0 0 25px;
    }
    .flex_wrap .image_block {
        max-width: 70%;
        margin: 0 auto 25px;
    }
    .icon_block {
        display: block;
        padding: 25px 0;
    }
    .icon_block .icon {
        margin: 0 auto 25px;
    }
    .icon_block .icon img {
        margin: 0;
    }
    .icon_block .block_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .seo_text ol,
    .seo_text ul {
        padding: 0;
    }
    .flex_col {
        width: 100%;
        margin: 0 0 25px;
    }
    .reviews_section .review_item .wrap {
        flex-wrap: wrap;
    }
    .reviews_section .review_item .author {
        width: 100%;
        margin: 0 0 10px;
    }
    .reviews_section .review_item .rating {
        justify-content: flex-start;
    }
}

/* affordeble block */
.affordable {
    width: 100%;
    padding: 23px 65px 23px 0px;
    box-sizing: border-box;
    background: #2b3744;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.first-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 65%;
}

.second-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.price {
    color: #b4cae3;
    font-size: 80px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 80px;
    text-align: left;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 4px;
    line-height: normal;
    margin-left: 15px;
}

.affordable-txt {
    width: 787px;
    color: #b4cae3;
    font-size: 80px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 4px;
    line-height: normal;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-end;
}

.save-up-to {
    width: 452px;
    color: #00a388;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.4px;
    line-height: normal;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-top: 10px;
}

.save-up-to-red {
    color: #e75b1f;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.4px;
    line-height: normal;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.with a{
    color: #b4cae3;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: center;
    text-decoration: underline;
    font-style: normal;
    letter-spacing: 0.42px;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
}

.with a:hover {
    color: #00a388;
}


/* end of affordable block*/


/* proffecional block */


.proffecional {
    width: 100%;
    padding: 23px 0;
    box-sizing: border-box;
    background: #2b3744;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.proff-txt {
    /*width: 978px;*/
    color: #b4cae3;
    font-size: 80px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 80px;
    text-align: left;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 4px;
    line-height: normal;
}

.first-line,
.second-line {
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;

}

.order-ret {
    width: 246px;
    height: 50px;
    border: 2px solid #00a388;
    background-color: #2b3744;
    color: #00d0ae;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.9px;
    line-height: normal;
    border-radius: 32px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.order-ret:hover {
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
}

.from {

    color: #e75b1f;
    font-weight: 700;
    font-size: 45px;
    font-style: normal;
    letter-spacing: 0.45px;
    line-height: normal;
}

.from .photo-txt {
    font-style: normal;
    letter-spacing: 0.2px;
    line-height: normal;
    font-size: 20px;
}

/* end of proffecional block */

.proffecional-mobile { display: none; }


/*swiper */

.swiper {
    width: 100%;
    height: 100%;
    padding: 0 50px;
}

.swiper-wrapper {
    padding-right: 40px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;


    flex-direction: column;
}



/* цитата*/

.blockquote-1 {
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    margin: 16px 0;
    padding: 24px;
    position: relative;
    font-size: 16px;
    background: #00a388;
    color: #fff;
    font-style: italic;
    border-radius: 10px;
    text-align: left;
    height: 253px;
}
.blockquote-1::before {
    border: 10px solid transparent;
    border-top: 14px solid #00a388;
    border-bottom: 0;
    height: 0;
    width: 0;
    border-top-width: 25px;
    content: '';
    display: block;
    position: absolute;
    left: 80%;
    bottom: -3px;
    transform-origin: center;
    transform: rotate(15deg) skew(-25deg) translateY(17px);
}
.blockquote-1 cite {
    position: absolute;
    bottom: -24px;
    left: 62px;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    color: #000;
}

.rate {
    width: 90%;
    display: flex;
    margin-bottom: 9px;
}


.author {
    color: #999898;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    letter-spacing: 0.14px;
    line-height: normal;
    width: 90%;
}

.swiper-button-next,
.swiper-button-prev {
    color: darkgray;
    width: 14px;
    height: 14px;
}

.customers-say {
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.88px;
    line-height: normal;
}

.customers-slider {
    margin-top: 20px;
    margin-bottom: 20px;
}



/* #w0 .carousel-caption p:nth-child(1) {
     color: #fff !important;
 }*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .btns-wrap {
        flex-direction: column;
    }
    .get-free {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .create-order, .get-free {
        font-weight: 700;
        font-size: 12px;
    }
    header .navbar-nav .open .dropdown-menu {
        background-color: #03a387 !important;
        border: none !important;
        border-radius: 0 !important;
    }
}


@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .affordable {
        flex-direction: column;
        padding: 29px 26px;
        width: 100%;
        align-items: center;
        margin: 0;
    }

    .affordable-txt, .price {
        font-size: 45px;
        width: 100%;
        align-items: center;
        margin-left: 0;
        text-align: center;
    }
    .save-up-to-red,
    .save-up-to {
        font-size: 30px;
        margin-left: 0;
        align-items: center;
        width: 100%;
    }
    .save-up-to-red { margin-bottom: 26px; }
    .save-up-to { margin-top: 24px; }
    .with { margin-top: 12px }
    .proffecional { display: none; }
    .proffecional-mobile {
        display: block;
        width: 100%;
        padding: 40px 23px;
        box-sizing: border-box;
        background: #2b3744;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .proff-txt { font-size: 34px; text-align: center; }
    .from { font-size: 20px; text-align: center; margin-bottom: 26px; }
    .order-ret { margin-top: 28px; }
    .first-col,
    .second-col {
        align-items: center;
        flex-direction: column-reverse;
    }
    .customers-say {
        width: 71%;
        margin: 0 auto;
    }
    .swiper-slide {
        width: 100% !important;
    }
    .blockquote-1::before {
        left: 80%;
    }
    .blockquote-1 { font-size: 14px; }
}