body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;

}

.autoseoTrial h2{
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.container{
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
.center{
    display: flex;
    justify-content: center;
    height: 16px;
    margin-bottom: 25px;
}
.autoseoTrial{
    margin-top: 130px;
}
.online-business h2{
    max-width: 750px;
}
.seo-work h2{
    max-width: 540px;
}
.online-business{
    padding-top: 10px;
    padding-bottom: 100px;
    background: #fff url("/img/autoseo/trial/bg/bg-each.png") top right no-repeat;
}
.seo-work{
    padding-top: 65px;
    padding-bottom: 50px;
    background: url("/img/autoseo/trial/bg/a1738b61-914f-4fd0-8db2-370a421b7c7d.png") left top no-repeat, url("/img/autoseo/trial/bg/seo-work-bg-two.png") right 40% no-repeat;
}
.online-business-media{
    display: flex;
}
.online-business-media.lreverse{
    flex-direction: row-reverse;
}
.online-business-media-info{
    width: 55%;
}

.online-business-media-info ul{
    margin-left: 40px;
    margin-right: 20px;
    font-size: 16px;
}
.online-business-media-info li{
    list-style: none;
    padding-left: 45px;
    margin-bottom: 25px;
    position: relative;
}
.online-business-media-info li:after{
    content: '✓';
    color: #ffffff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 5px;
    background-color: #3498db;

}
.addNewUrl-wrap{
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}
.addNewUrl{
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #3498db;
}
.text-type1{
    font-size: 16px;
    position: relative;
}
.text-type2{
    font-size: 20px;
    font-weight: 700;
}
.text-type3{
    font-size: 22px;
    font-weight: 700;
}
.text-type4{
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.text-type4 img{
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(-100%,-50%);
}
.text-type5{
    font-size: 18px;
    font-weight: 700;
    color: #2ecc71;
}
.text-type6{
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 30px;
    color: #818f99;
    text-align: center;
}
.text-center{
    text-align: center;
}
.text-color{
    color: #3598db;
    font-weight: 700;
}
.text-type1  a{
    color: #3498db;
}
.text-type7{
    font-size: 12px;
    font-weight: 300;
    color: #525252;
    font-style: italic;
}
.title-type1{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 85px;
}
.text-margin{
    padding-top: 20px;
    margin-bottom: 40px;
}

.online-business-media-laptop img{
    width: 100%;
    height: auto;
}
.media-text{
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    line-height: 1.5;
}
.online-business-media-form{
    width: 45%;
    background-color: #eaf4fb;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-sizing: border-box;
    position: relative;
    padding: 22px 28px 22px 28px;
    height: max-content;
    min-height: 495px;
}
.online-business-media-form:after{
    content: '';
    width: 120px;
    height: 4px;
    background-color: #3498db;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transform: translate(-50%,-50%);
}
.online-business-media-form  .text-type1,
.online-business-media-form  .text-type3{
    text-align: center;
}
.online-business-media-form  .text-type3{
    margin-top: 20px;
}
.online-business-media-form  .text-media{
    margin-top: 10px;
    margin-bottom: 30px;
}
.privacyPolice{
    margin-bottom: 15px;
    margin-top: 15px;
    color: #818f99;
    font-size: 14px;
    font-weight: 300;
}
.privacyPolice.select{
    padding-bottom: 40px;
}
.privacyPolice .underline{
    color: #818f99;
}
.input-wrap {
    margin-bottom: 9px;
    position: relative;
}
.input-wrap.hiddenblock{
    display: none;
}
.input-wrap .input-error-massege{

    position: absolute;
    right: 15px;
    font-size: 14px;
    padding-left: 10px;
    height: 38px;
    align-items: center;
    top: 50%;
    transform: translate(0, -50%);
    color: #ff173b;
    background-color: rgba(255,255,255,0.9);
    display: none;
}
.input-wrap.url .input-error-massege{
    left: 15px;
    display: none;
}
.input-wrap.url.warning .input-error-massege{
    display: flex;
}
.input-wrap.warning  .autoseoTrial-input{
    border: 1px solid  #ff173b;
}
.input-wrap.warning  .input-error-massege{
    display: flex;
}
.input-wrap.warning  .input-error-massege img{
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px;
    left: -3px;
}
.input-wrap.url {
    width: calc(100% - 47px);
}
.input-wrap.url .autoseoTrial-input{
    width: 100%;
}

.autoseoTrial-input{
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;

    box-sizing: border-box;
}
.autoseoTrial-input::placeholder{
    color: #969696;
}
.btn-link{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border:none;
    box-shadow: none;
    outline: none;
    height: 40px;
    width: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 20px auto;
    background-color: #f39c12;
    text-decoration: none;
    transition: .3s ease-in;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    position: relative;

    border: 0 solid;
    /*box-shadow: inset 0 0 20px #f39c12;*/
    /*outline: 1px solid;
    !*outline-color: #f39c12;*!
    outline-offset: 0px;*/
    text-shadow: none;
    transition: all 0.3s ease-in;
}



.btn-link:after{
    content: '';
    position: absolute;
    border: 1px solid #f39c12;
    border-radius: 40px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    opacity: 1;
    top: 50%;
    left: 50%;
    box-shadow: inset 0 0 0px #f39c12;
    transform: translate(-50%,-50%);
    transition: .3s ease;
}
.btn-link.btn-link--not-log{
    margin-bottom: 10px;
}
.btn-link.btn-link--modify{
    background-color: #ae0d7a;
    margin-bottom: 10px;
}
.btn-link--load{
    position: relative;
}
.load-icon{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.load-icon img{
    width: inherit;
    height: inherit;
}
.lang_fr .btn-link, .lang_tr .btn-link{
    height: auto;
    border-radius: 40px;
    padding: 2px 10px;
}
.btn-link:hover:after{
    box-shadow: inset 0 0 20px #f39c12;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    opacity: 0;
}
.trusted-by{
    border-top: 1px solid #fff;
    padding-top: 20px;
}
.link-to-testimonials{
    content: url("/img/autoseo/trial/feedback.svg");
    position: absolute;
    left: -10px;
    top: 2px;
    transform: translate(-100%,0);
}


.trusted-by.log {
    display: flex;
    justify-content: center;
}

.trusted-by.log .text-type4 img{
    top: 2px;
    transform: translate(-100%,0);
}
.trusted-by .text-type1{
    margin-left: 50px;
    margin-right: 50px;
}


.seo-work{
    background-color: #f7f7f8;
    padding-bottom: 55px;
}
.seo-work h2 {
    max-width: 500px;
}

.seo-work-media__item{
    display: flex;
}

.seo-work-media__item li{
    list-style: none;
    position: relative;
}
.seo-work-media__item li:after{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #b3b7c2;
    top: 9px;
    left: -15px;
    transform: translate(-50%);
}
.seo-work-media-number{
    width: 95px;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    position: relative;
}
.seo-work-media-number:after{
    content: '';
    height: calc(100% - 114px);
    width: 0;
    border-left: 5px dotted #d7d4d4;
    position: absolute;
    top: 134px;
    left: 50%;
    transform: translate(-50%);
}
.seo-work-media__item:last-child .seo-work-media-number:after{
    display: none;
}
.seo-work-media-count{
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    background-color: #3498db;
}
.seo-work-media-count:after{
    content: '';
    width: 66px;
    height: 66px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d7d4d4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.seo-work-media-content{
    width: calc(100% - 95px);
    display: flex;
    padding-bottom: 28px;
    padding-top: 25px;
}
.seo-work-media-content img{
    width: 100%;
    height: auto;
}

.seo-work-media-info,
.seo-work-media-screen{
    width: 50%;

}
.seo-work-media-screen{
    cursor: pointer;
    position: relative;
    transition: .3s ease-in;
}
.seo-work-media-screen:hover{
    opacity: 0.5;
    box-shadow: 0px 0px 3px 3px #ccc;
}
.video-container.video-container--img{
    cursor: pointer;
    position: relative;
    width: auto;
}
.video-container--img:hover .seo-work-media-screen-loop{
    opacity: 0.5;
}

.seo-work-media-screen:hover .seo-work-media-screen-loop{
    opacity: 1;
}
.seo-work-media-screen-loop{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 36px;
    height: 36px;
    transition: .3s ease-in;
}
.seo-work-media-screen-loop svg{
    width: 100%;
    height: auto;
}

.seo-work-media-info {
    padding-right: 30px;
    padding-left: 20px;
    padding-top: 40px;
}
.seo-work-media-info .text-type1{
    margin-top: 20px;
    line-height: 1.5;
}
.seo-work-media__item:not(:last-child) .seo-work-media-content{
    border-bottom: 1px solid #fff;
}
.online-business-media-select{
    height: 40px;
    margin-bottom: 25px;
    position: relative;
    user-select: none;
    z-index: 1;
}
.online-business-media-select-main{
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    height: 40px;
    padding-left: 24px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}
.online-business-media-select-main:after{
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform:translate(0,-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #b0b5c0;
}
.online-business-media-select-opinion{
    background-color: #f7f7f8;
    z-index: 2;
    padding-bottom: 24px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 10px;
}
.online-business-media-select-opinion input::placeholder{
    color: #9f9f9f;
}
.online-business-media-select-opinion-block{
    max-height: 114px;
    overflow-y: scroll;
}
.online-business-media-select-opinion-block::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.online-business-media-select-opinion-block::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.online-business-media-select-opinion-block::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #9f9f9f;
}
.online-business-media-select-opinion__item{
    height: 38px;
    font-size: 16px;
    color: #9f9f9f;
    display: flex;
    align-items: center;
    padding-left: 13px;
    transition: color .3s ease-in;
    cursor: pointer;
}
.online-business-media-select-opinion__item:hover{
    color: #000;
}
.text-type1.choose{
    color: #818f99;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 10px;
}
.online-business-media-select-opinion-search{
    display: flex;
    margin-top: 10px;
}
.online-business-media-select-opinion-search input{

    height: 35px;
    border:none;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    padding-left: 16px;
    background-color: #fff;
}
.enter{
    border:none;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding-top: 2px;
    background-color: #9f9f9f;
    width: 93px;
    height: 35px;
    border-radius: 18px;
    margin-left: 12px;
}
.enter.active{
    background-color: #3498db;
}


.website-owners{
    border-top: 5px dotted #d7d4d4;
    padding-top: 50px;
    padding-bottom: 185px;
    background: #fff url("/img/autoseo/trial/bg/video-fon.jpg") center bottom no-repeat;
}
.website-owners h2{
    max-width: 530px;
}
.website-owners-media{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.website-owners-media  .solid-proofs-slider__prev{
    left: -12px;
}
.website-owners-media .solid-proofs-slider__next{
    right: -12px;
}

.website-owners-media__item{
    width: 31%;
    background-color: #f7f7f8;
    position: relative;
    padding: 27px 19px;
    box-sizing: border-box;
}
.website-owners-media__item:after{
    content: '';
    width: 120px;
    height: 4px;
    border-radius: 2px;
    background-color: #f39c12;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
.website-owners-media-video{
    position: relative;
}
.website-owners-media-video img{
    width: 100%;
    height: auto;
}
.website-owners-media-video .icon-play svg{
    width: 76px;
    height: auto;
}

.website-owners-media-activities{
    width: 220px;
    height: 25px;
    border-radius: 13px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.website-owners-media-description{
    margin-right: 12px;
    margin-left: 12px;
    margin-top: 24px;
    font-size: 14px;
    color: #646363;
    height: 100px;
}
.website-owners-media-description:before{
    content: url("/img/src/customer/quote.png");
    margin-right: 15px;
}

.website-owners-media-name{
    font-size: 16px;
    font-weight: 700;
    color:#34495e;
    text-align: center;
    margin-top: 20px;
}
.website-owners-media-position{
    text-align: center;
    font-size: 16px;
    color:#34495e;
}
.google-search{
    padding-bottom: 60px;
}
.google-search-media{
    display: flex;
    margin-bottom: 15px;
}
.google-search-graf{
    width: 70%;
}
.google-search-graf img{
    width: 100%;
}
.google-search-source{
    width: 30%;
    height: 190px;
    height: max-content;
    box-sizing: border-box;
    background-color: #f7f7f8;
    border-radius: 17px;
    padding-top: 35px;
    padding-left: 25px;
    padding-bottom: 30px;
    padding-right: 20px;
    font-size: 14px;
    position: relative;
}
.google-search-source:after{
    content: '';
    width: 120px;
    height: 4px;
    border-radius: 2px;
    background-color: #3498db;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.google-search-source a{
    color:#3498db;
    display: block;
    margin-top: 5px;
}
.google-search-source a:first-child{
    margin-top: 5px;
}

.google-search-time{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.google-search-time-icon img{
    width: 80px;
    height: auto;
}
.google-search-time-icon{
    margin-top: 15px;
    width: 147px;
    height: 147px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f7f7f8;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.google-search-time-icon:after{
    content: '';
    width: 172px;
    height: 172px;
    border: 1px solid #e9e9e9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}

.google-search-time-info li{
    list-style: none;
    display: flex;
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
    margin-left: 20px;
}
.google-search-time-info .time{
    font-size: 16px;
    width: 170px;
}
.google-search-time-info .number{
    font-size: 16px;
    font-weight: 700;
    max-width: 115px;
}
.google-search-time-info .equally{
    padding-right: 10px;
    font-size: 16px;

}
.google-search-time-info li:after{
    content: '';
    position: absolute;
    top: 12px;
    left: 10px;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background-color: #3498db;
}
.google-search-time-info li:first-child:after{
    width: 5px;
    height: 5px;
}
.google-search-time-info li:nth-child(2):after{
    width: 6px;
    height: 6px;
}
.google-search-time-info li:nth-child(3):after{
    width: 7px;
    height: 7px;
}
.google-search-time-info li:nth-child(4):after{
    width: 8px;
    height: 8px;
}
.google-search-time-info li:nth-child(5):after{
    width: 9px;
    height: 9px;
}
.google-search-time-info li:nth-child(6):after{
    width: 10px;
    height: 10px;
}
.number-lie{
    max-width: 765px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 25px;
    position: relative;
    margin-top: 55px;
}
.number-lie:after{
    content: '';
    width: 120px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    background-color: #3498db;
}

.sum{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sum-icon{
    width: 100%;
    height: auto;
}
.additional-values{
    padding-top: 55px;
    padding-bottom: 80px;
}
.additional-values-swich{
    width: 100%;
    height: 50px;
    background-color: #f7f7f8;
    border-radius: 25px;
    display: flex;
    justify-content: center;
}

.additional-values-swich__item{
    width: 250px;
    height: inherit;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    transition: .3s ease-in;
}
/*.additional-values-swich__item:before{
    content: '';
    width: 0;
    height: 0;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #3498db;

}*/
.additional-values-swich__item.active{
    background-color: #3498db;
    color: #fff;
}
.additional-values-title{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 85px;
    margin-bottom: 20px;
}
.additional-values-subtitle{
    font-weight: 700;
    font-size: 20px;
    color: #3498db;
    text-align: center;
    margin-top: 40px;
}
.additional-values-subtitle.first{
    margin-top: 70px;
}
.additional-values-table-wrap{
    display: block;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-bottom: 10px;
}
.additional-values-table-wrap::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
}
.additional-values-table-wrap::-webkit-scrollbar-thumb {
    background-color: #3498db;
    border-radius: 10px;
}
.additional-values-table-wrap::-webkit-scrollbar-track {
    background-color: #f7f7f8;
    border-radius: 10px;
}

.additional-values-table{
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 40px;

}

.additional-values-table thead tr{
    height: 60px;

}

.additional-values-table th{
    background-color: #555555;
    color: #ffffff;
    width: 25%;
    border: 1px solid #f7f7f8;
}
.additional-values-table th:first-child{
    width: 28%;
}
.additional-values-table th:not(:first-child){
    width: 24%;
}
.additional-values-table th:nth-child(3){
    background-color: #525c63;
}
.additional-values-table tbody tr {
    height: 80px;
}
.additional-values-table tbody tr:first-child{
    background-color: #f7fbfd;
}
.additional-values-table tbody tr:first-child td:first-child{
    font-size: 18px;
}

.additional-values-table tbody td{
    text-align: center;
    vertical-align: center;
    border: 1px solid #f7f7f8;
    min-width: 100px;
}

.additional-values-table tbody td:first-child{
    background-color: #e3f0f9;
    font-size: 16px;
    font-weight: 700;
    color: #555555;
    padding-left: 60px;
    padding-right: 10px;
    text-align: left;
    position: relative;
    width: 28%;
}
.additional-values-table tbody td:not(:first-child){
    width: 24%;
}
.tr-number{
    width: 34px;
    height: 34px;
    position: absolute;
    background-color: #f2f8fd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4c4c4c;
    font-size: 16px;
    top: 50%;
    left: 11px;
    transform: translate(0,-50%);
}
.additional-values-table tbody td:nth-child(3){
    background-color: #f7fbfd;
}
.additional-values-table tbody tr:first-child td:nth-child(3){
    background-color: #eff7fb;
}


.additional-values-table .no,
.additional-values-table .yes
{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #e44568;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
}

.additional-values-table .no{
    background-color: #e44568;
}
.additional-values-table .yes{
    background-color: #3498db;
}
.additional-values-table .semalt-logo {
    width: 103px;
    height: auto;
}

.additional-values-table td:not(:first-child){
    position: relative;
    cursor: pointer;
}
.additional-values-table td:not(:first-child):hover .hide-td{
    transform: translate(-50%,-50%) scale(1);
}
.hide-td{
    width: 321px;
    height: 145px;
    color: #ffffff;
    background-color: #3498db;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    transition: .3s ease-in;
}
.hide-td  ul{
    text-align: left;
}

.additional-values-media{
    display: flex;
    margin-top: 25px;
}
.additional-values-media__item{
    width: 30%;
    background-color: #eaf4fb;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #fff;
    padding: 40px 34px 40px 34px;
}
.additional-values-media-img img{
    width: 72px;
}
.additional-values-media-title{
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}
.additional-values-media-desc{
    text-align: center;
    color: #4c4c4c;
    text-align: center;
    margin-top: 10px;
}
.additional-values-media__item:nth-child(2)
.additional-values-media-desc{
    width: 205px;
}

.benefit-media{
    display: flex;
    margin-top: 30px;
}
.benefit-media__item{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.benefit-media-img img{
    width: 71px;
    height: 71px;
}
.benefit-media-img{
    background-color: #eaf4fb;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.benefit-media-img:after{
    content: '';
    width: 138px;
    height: 138px;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.benefit-media-title{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 35px;
}
.benefit-media-desc{
    margin-top: 15px;
    font-size: 16px;
    color: #4c4c4c;
    max-width: 281px;
    text-align: center;
}
.solid-proofs{
    padding-top: 100px;
    background: #fff url('/img/autoseo/trial/bg/bg-solid-proofs.jpg') center top no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  
}
.solid-proofs h2{
    max-width: 565px;
}
.solid-proofs-video{
    position: relative;
}
.videomaimi{
    width: 60px;
}
.solid-proofs-video:after{
    content: '';
    position: absolute;
    width: 120px;
    height: 4px;
    border-radius: 2px;
    background-color: #f39c12;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
}
.solid-proofs-video img{
    width: 100%;
    height: auto;
}
.solid-proofs-video-content{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 145px;
    padding-bottom: 55px;
    box-sizing: border-box;
}
.solid-proofs-video-title{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}
.solid-proofs-video-title .bold{
    font-weight: 700;
}
.icon-play{
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.icon-play svg{
    stroke: #fff;
    stroke-width: 5;
    fill: transparent;
    width: 107px;
    height: 76px;
    transition: .3s ease-in;
}
.icon-play svg:hover{
    fill: #fff;

}
.solid-proofs-video-media-text1{
    font-weight: 300;
    font-size: 22px;
}
.solid-proofs-video-media-text2{
    font-weight: 300;
    font-size: 15px;
}
.solid-proofs-video-media-text3{
    font-weight: 700;
    font-size: 13.31px;
    padding-left: 10px;
}
.solid-proofs-video-media{
    display: flex;
}
.solid-proofs-video-media__item--modify{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.solid-proofs-video-media{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    padding: 0 20px;
    color: #fff;
    box-sizing: border-box;
}

.solid-proofs-video-media__item.solid-proofs-video-media__item--modify img{
    width: 53px;
    height: 53px;
}
.bonomotion{
    width: 195px;
    height: auto;
}
.solid-proofs-text{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.solid-proofs-slider{
    margin-top: 35px;
    position: relative;
}
.solid-proofs-slider__prev ,
.solid-proofs-slider__next{
    position: absolute;
    cursor: pointer;
    top:50%;
    transform: translate(0,-50%);
}
.solid-proofs-slider__next{
    right: -5%;
}
.solid-proofs-slider__prev{
    left: -5%;
    transform: translate(0,-50%) rotate(180deg);
}
.solid-proofs-slider__item{
    animation: .3s Opacity;
}
.solid-proofs-slider-header{
    height: 67px;
    display: flex;
    align-items: center;
    padding-left: 55px;
    padding-right: 55px;
    background-color: #eaf4fb;
}
.solid-proofs-slider-text1{
    font-size: 20px;
    text-transform: uppercase;
}
.solid-proofs-slider-header-link{
    font-size: 16px;
    color: #818f99;
    margin-left: 27px;
    text-decoration: none;
    transition: 0.3s ease-in;
}
.solid-proofs-slider-header-link:hover{
    text-decoration: underline;
}
.arrow{
    fill: #818f99;
}
.solid-proofs-slider-body{
    background-color: #f7f7f8;
    min-height: 469px;
    display: flex;
    padding: 21px 49px 35px 35px;
}
.solid-proofs-slider-img{
    width: 50%;

}
.solid-proofs-slider-img-active {
    width: 100%;
    height: 365px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.solid-proofs-slider-img-active img{
    width: 100%;
    height: auto;
}
.solid-proofs-slider-img-bullet{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.solid-proofs-slider-img-bullet__item{
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    height: 69px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    transition: .3s ease-in;
}
.solid-proofs-slider-img-bullet__item:hover{
    border: 1px solid #3498db;
}
.solid-proofs-slider-img-bullet__item img{
    height: inherit;
    width: auto;
}
.solid-proofs-slider-info{
    width: 50%;
    padding-left: 20px;
}
.solid-proofs-slider-info-main{
    border: 1px solid #dddddd;
    border-radius: 8px;
    overflow: hidden;
    font-size: 16px;
}
.solid-proofs-slider-info-main-header  {
    height: 50px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding-left: 40px;

}
.bold{
    font-weight: 700;
}
.color1{
    color:#2ecc71;
}
.color1 i{
    font-size: 28px;
}
.color1.bold{
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
}
.color2{
    color:#3498db;
}
.color2.bold{
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}
.solid-proofs-slider-info-main-body{
    padding-top: 20px;
    padding-left: 45px;
    padding-bottom: 20px;
    padding-right: 45px;
}
.solid-proofs-slider-info-main-body .bold{
    padding-right: 5px;
}
.solid-proofs-slider-info-main-body a{
    color: #3498db;
    text-decoration: none;
}
.solid-proofs-slider-info-main-body a:hover{
    text-decoration: underline;
}
.solid-proofs-slider-info-main-body .bind svg{
    width: 20px;
    height: 20px;
    fill: #3498db
}
.solid-proofs-slider-info-main-body div{
    margin-bottom: 9px;
}
.solid-proofs-slider-info-swicth{
    font-size: 16px;
    padding-left: 19px;
    padding-top: 33px;
}
.solid-proofs-slider-info-swicth a{
    color: #3498db;
    text-decoration: none;
}
.solid-proofs-slider-info-swicth a:hover{
    text-decoration: underline;
}
.solid-proofs-slider-info-swicth-title{
    font-weight: 600;
}
.solid-proofs-slider-info-swicth ul{
    margin-top: 15px;
    padding-left: 25px;
}
.solid-proofs-slider-info-swicth li{
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    cursor: pointer;
}
.solid-proofs-slider-info-swicth li:last-child{
    font-weight: 700;
}
.solid-proofs-slider-info-swicth li:after{
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #dcdcdc;
    top: 8px;
    left: -10px;
    transform: translate(-100%);
    transition:  background-color .3s ease-in;
}
.solid-proofs-slider-info-swicth li:hover:after{
    background-color: #acacac;
}
.solid-proofs-slider-info-swicth .active:after{
    background-color: #f39c12;
}
.enjoy-revenue{
    background-color: #f7f7f8;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 630px;
}
.enjoy-revenue-media{
    display: flex;
    margin-top: 50px;
}
.enjoy-revenue-media__item{
    width: 50%;
}
.enjoy-revenue-media__item .text{
    max-width: 320px;
}
.pay-attantion__item:nth-child(2) .icon-pay-attantion{
    background-color: #fff;
    color: #3498db;
}
.pay-attantion__item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.icon-pay-attantion{
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border-radius: 50% ;
    background-color: #3498db;
    position: relative;
}
.icon-pay-attantion:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #dedede;
    width: 49px;
    height: 49px;
    border-radius:50%;
}
.pay-attantion{
    margin-top: 35px;
}
.pay-attantion-who{
    font-size: 16px;
    font-weight: 900;
    margin-left: 22px;
    text-transform: uppercase;
}
.pay-attantion-text{
    font-size: 16px;
    margin-left: 10px;
}
.pay-attantion-it{
    display: flex;
    align-items: center;
}
.enjoy-revenue h2{
    max-width: 697px;
}
.mt30{
    margin-top: 60px;
}
.enjoy-revenue-media-img{
    margin-left: 16px;
    position: relative;
}
.enjoy-revenue-media-img img{
    width: 100%;
    height: auto;

}
.enjoy-revenue-media-img .icon-play svg{
    width: 75px;
    height: auto;
}
.enjoy-revenue-media__item:first-child{
    padding-top: 28px;
}

.info {
    margin-top: 40px;
    margin-bottom: 35px;
    max-width: 821px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d0d0d0;
    padding-top: 27px;
    padding-bottom: 27px;
    display: flex;
    justify-content: center;
}
.info-text {
    max-width: 646px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    text-align: center;
}
.autoseoTrial .franchisa_wr .more_question {
    padding-top: 100px;
}
.semalt-figures-images{
    display: flex;
    justify-content: space-around;
}
.semalt-figures-images__item{
    width: 50px;
}
.semalt-figures-images__item svg{
    width: 100%;
    height: auto;
    fill: #d6dbdf;
    transition: .3s ease-in;
}
.semalt-figures-images__item:hover svg{
    fill: #f5ac38;
}
.semalt-figures-media-icon{
    display: none;
}
.semalt-figures{
    padding-top: 55px;
    padding-bottom: 50px;
}
.semalt-figures-media-dot{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.semalt-figures-dots-half{
    width: 7.5%;
    height: 0;
    border-bottom: 4px dotted #efeeee;
}
.semalt-figures-dots-whole{
    width: 15%;
    height: 0;
    border-bottom: 4px dotted #efeeee;
}
.semalt-figures-dot{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f39c12;
}
.semalt-figures-media{
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.semalt-figures-media__item{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.semalt-figures-media-icon svg{
    width: 29px;
    height: 29px;
    fill: #dadee2;
    transition: .3s ease-in;
}
.semalt-figures-media__item:hover svg{
    fill: #f39c12;
}
.semalt-figures-media-number{
    font-size: 45px;
    font-weight: 700;
    color: #3498db;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
@media (min-width: 768px){
    .semalt-figures-media-number{
        line-height: 1;
    }
    .semalt-figures-media{
        align-items: flex-start;
    }
    .semalt-figures-media__item{
        align-items: flex-start;
    }
}
.semalt-figures-media-text1{
    font-size: 16px;
    font-weight: 700;
}
.semalt-figures-media-text2{
    font-size: 14px;
}


@media(max-width: 920px) and (min-width: 768px){
    .solid-proofs-video-content{
        padding-top: 90px;
    }
}
@media(max-width: 768px){
    .google-search{
        padding-bottom: 20px;
    }
    .google-search .title-type1{
        margin-top: 50px;
    }
    .pay-attantion-wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .solid-proofs{
        background-color: #fff;
        background-image: none;
        padding-top: 30px;
        border-top: 5px dotted #d7d4d4;;
    }
    .additional-values-media__item:nth-child(2)
    .additional-values-media-desc{
        width: auto;
    }
    .additional-values-table-wrap{
        overflow-x: auto;
    }
    .hide-td{
        display: none;
    }
    .autoseoTrial h2{
        font-size: 32px;
    }
    .semalt-figures-media-icon{
        display: block;
    }
    .semalt-figures-images{
        display: none;
    }
    .online-business-media{
        flex-direction: column-reverse;
    }
    .online-business-media-form{
        width: 100%;
    }
    .online-business-media-info{
        width: 100%;
        margin-top: 45px;
    }
    .autoseoTrial{
        margin-top: 100px;
    }
    .online-business{
        padding-top: 0;
        padding-bottom: 45px;
    }
    .online-business-media-info ul{
        margin-left: 0;
        padding-left: 5%;
    }
    .seo-work{
        margin-top: 0;
        padding-top: 40px;
    }
    .seo-work h2 {
        margin-bottom: 0;
    }
    .seo-work-media-content{
        flex-direction: column;
    }
    .seo-work-media__item:not(:last-child) .seo-work-media-content{
        border-bottom: none;
    }
    .seo-work-media-info{
        width: 100%;
        box-sizing: border-box;
    }
    .seo-work-media-screen{
        width: 100%;
        padding-right: 10px;
        box-sizing: border-box;
        margin-top: 18px;
    }
    .info{
        border: none;
        border-top: 1px solid #d0d0d0;
        margin-bottom: 0;
        padding-top: 75px;
    }
    .semalt-figures{
        padding-top: 25px;

    }
    .semalt-figures h2{
        margin-bottom: 20px;
    }
    .semalt-figures-media-wrap{
        display: flex;
        justify-content: center;
    }
    .semalt-figures-media-dot{
        display: none;
        flex-direction: column;
        width:15%;
        align-items: center;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .semalt-figures-dots-half{
        display: none;
    }
    .semalt-figures-dots-whole{
        height: 15%;
        width: 0;
        border-bottom: none;
        border-left: 4px dotted #efeeee;
    }

    .semalt-figures-media{
        flex-direction: column;
    }
    .semalt-figures-media__item{
        width: 100%;
        justify-content: flex-start;
    }
    .semalt-figures-media__item:not(:last-child){
        margin-bottom: 55px;
    }
    .semalt-figures-media-number{
        margin-left: 20px;
        margin-right: 20px;
    }
    .solid-proofs-video-content{
        padding-top: 75px;
    }
    .solid-proofs-video{
        background: #fff url(/img/autoseo/trial/solid-proofs-bg-mob.jpg) top center no-repeat;
        min-height: 411px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .solid-proofs-video .desp{
        display: none;
    }
    .solid-proofs-video-content .icon-play{
        top: 40%;
    }
    .solid-proofs-video-media{
        flex-wrap: wrap;
    }
    .solid-proofs-video-media__item:first-child{
        width: 100%;
        margin-bottom: 20px;
    }
    .solid-proofs-video-media__item:first-child
    .solid-proofs-video-media-text1,
    .solid-proofs-video-media__item:first-child
    .solid-proofs-video-media-text2{
        text-align: center;
    }
    .solid-proofs-text{
        margin-top: 28px;
        font-size: 20px;
        max-width: 340px;
    }
    .solid-proofs-slider-info-main-header{
        background-color: #f7f7f8;
    }
    .solid-proofs-slider-info-main{
        margin-top: 30px;
    }
    .additional-values-media{
        flex-direction: column;
    }
    .additional-values-media__item{
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    .benefit-media{
        flex-direction: column;
    }
    .benefit-media__item{
        width: 100%;
        margin-bottom: 20px;
    }
    .website-owners-media{
        padding-left: 20px;
        padding-right: 20px;

    }
    .website-owners-media__item{
        min-width: 100%;
        max-width: 100%;
    }
    .website-owners-media-video{
        padding-left: 45px;
        padding-right: 45px;
    }
    .website-owners-media-description{
        height: auto;
    }
    .website-owners{
        padding-bottom: 90px;
        padding-top: 50px;
    }
    .google-search-graf{
        width: 100%;
    }
    .google-search-source{
        display: none;
    }
    .google-search-time{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .google-search-time-info{
        margin-top: 10px;
    }
    .google-search-time-info ul{
        padding-left: 0;
    }
    .number-lie{
        margin-top: 35px;
    }
    .text-margin{
        margin-bottom: 20px;
    }
    .enjoy-revenue{
        padding-top: 20px;
    }
    .enjoy-revenue-media{
        flex-direction: column;
        margin-top: 0;
    }
    .enjoy-revenue-media__item:first-child{
        padding-left: 7px;
        padding-top: 0;
    }
    .enjoy-revenue-media__item{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    .pay-attantion-who{
        display: none;
    }
    .pay-attantion-text{
        margin-left: 22px;
    }
    .enjoy-revenue-media__item .text{
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    .enjoy-revenue-media-img{
        margin-left: 0;
    }
    .website-owners-media__item:not(:first-child){
        margin-left: 0;
    }
    .additional-values-swich__item{
        max-width: 280px;

        width: 50%;
        text-align: center;
    }
    .website-owners-media__item{
        animation: .3s Opacity;
    }
}
@keyframes Opacity {
    0%{
        opacity: 0.3;
    }
    100%{
        opacity: 1;
    }
}
@-webkit-keyframes Opacity {
    0%{
        opacity: 0.3;
    }
    100%{
        opacity: 1;
    }
}
@media (max-width: 570px){
    .solid-proofs-video-media__item:not(:first-child){
        display: none;
    }
    .solid-proofs-video-content .icon-play{
        top: 50%;
    }
    .website-owners-media-video{
        padding-left: 10px;
        padding-right: 10px;
    }
    .google-search-time-info ul{
        padding-left: 0px;
    }
    .google-search-time-info .number{
        text-align: center;
    }

}
@media (max-width: 450px){
    .online-business-media-form{
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 0px;
        width: calc(100% + 40px);
    }
    .seo-work-media-number{
        width: auto;
    }
    .seo-work-media-count{
        width: auto;
        height: auto;
        background-color: transparent;
        color: #3498db;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 12px;
        margin-right: 15px;
    }
    .seo-work-media-count:after,
    .seo-work-media-number:after
    {
        display: none;
    }
    .seo-work-media-info{
        padding-left: 0;
        padding-right: 0;
    }
    .seo-work-media-content{
        width: calc(100% - 20px);
    }
    .seo-work-media-info ul{
        padding-left: 15px;
    }
}
@media (max-width: 400px){
    .solid-proofs-slider-info-main-header i{
        display: none;
    }
}
@media (max-width: 380px){
    .solid-proofs-slider-info-main-header{
        padding-left: 20px;
    }
    .solid-proofs-slider-info-main-body{
        padding-left: 20px;
    }
    .trusted-by  .text-type1{
        max-width: 140px;
        margin-left: auto;
        margin-right: auto;
    }

}
@media (max-width: 350px){
     .btn-link{
        width: auto;
    }
    .seo-work-media-info{
        padding-left: 0;
    }
}
@media (max-height: 768px){
    .autoseoTrial h2{
        font-size: 35px;
    }
    .online-business-media-info ul{
        font-size: 14px;
    }
    .online-business-media-info li{
        padding-left: 42px;
    }
    .online-business-media-info li:after{
        top: 2px;
        width: 19px;
        height: 19px;
        font-size: 14px;
    }
    .autoseoTrial{
        margin-top: 0;
    }
    .online-business{
        padding-top: 30px;
    }
}


.mob-case-g-seo{
    margin-top: 35px;
}
.mob-case-g-seo-switch{
    background-color: #f7f7f8;
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    height: 40px;
}
.mob-case-g-seo-switch__item{
    height: inherit;
    width: 30%;
    border-radius: 20px;
    font-size: 18px;
    transition: .3s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mob-case-g-seo-switch__item:hover{
    color:#3498db;
}
.mob-case-g-seo-switch__item.active{
    color: #ffffff;
    background-color: #99cbed;
}
.mob-case-g-seo-subtitle{
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
}
.mob-case-g-seo-media__item{
    display: flex;
}
.mob-case-g-seo-media-dots{
    width: 7%;
}
.mob-case-g-seo-media-screen{
    width: 34%;
}
.mob-case-g-seo-media-desc{
    width: 59%;
    word-break: break-all;
}
.mob-case-g-seo-media-desc a {
    color: #3498db;
    text-decoration: none;
}
.mob-case-g-seo-media-desc a:hover{
    text-decoration: underline;
}
.mob-case-g-seo-media-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.mob-case-g-seo-media-dots .dot{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3498db;
}
.mob-case-g-seo-media-screen img{
    width: 100%;
    height: auto;
    border-radius: 7px;
    border: 1px solid #ececec;
}
.mob-case-g-seo-media-desc{
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.mob-case-g-seo-media{
    margin-top: 20px;
}
.mob-case-g-seo-media__item:not(:last-child)
.mob-case-g-seo-media-screen{
    padding-bottom: 12px;

}
.mob-case-g-seo-media__item:not(:last-child)
  .mob-case-g-seo-media-dots:after{
    height: 70%;
    width: 0;
    content: '';
    position: absolute;
    border-left: 4px dotted #f1f0f0;
    top: 100%;
    left: 50%;
    transform: translate(  -50%,-50%);
}
.mob-case-g-seo-media__item:last-child
.mob-case-g-seo-media-desc{
    font-weight: 700;
}




