main.main_no_padding {
    padding-top: 0;
}
.article_info_text {
    padding-top: 0 !important;
}
#free-store_page {
    overflow: hidden;
}
#free-store_page div, #free-store_page p, #free-store_page span,
#free-store_page h1, #free-store_page h2, #free-store_page button,
#free-store_page li, #free-store_page input {
    font-family: 'Inter', sans-serif;
}
#free-store_page>div {
    width: 100%;
    min-height: 800px;
    color: #161616;
}
#free-store_page>div,
#free-store_page .flex-centered-content,
#free_advantages_1 .blocks .block {
    display: flex;
    justify-content: center;
    align-items: center;
}
#free-store_page .bg-right,
#free-store_page .bg-left {
    background-color: #363636;
}
#free-store_page h2 {
    position: relative;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
}
#free-store_page h1,#free-store_page div.h1 {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 56px;
    line-height: 66px;
    color: #FFFFFF;
}
#free-store_page button {
    border: none;
    border-radius: 9px;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
}
#free-store_page button,
#free-store_page a {
    transition: all 0.3s !important;
}
#free-store_page .disabled {
    pointer-events: none;
}
#free_welcome,
#free_modules {
    background-color: #2357DD;
}
#free_welcome,
#free_isnt-it,
#free_comments {
    padding: 130px 0;
}
#free_welcome {
    background-image: url("../images/free_store/bg-crowns_1.png");
    background-repeat: no-repeat;
    background-size: cover;
}
#free_welcome .img-container {
    padding-right: 50px;
    text-align: center;
}
#free_welcome .img-container img {
    width: 100%;
}
#free_welcome .sign,
#free_try .sign {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #F9E342;
}
#free_welcome h1>span {
    position: relative;
    border-bottom: 3px solid;
    color: #F9E342;
}
#free_welcome h1>span:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background-image: url("../images/free_store/victory-emoji.png");
    background-size: contain;
    bottom: -13px;
}
#free_welcome p,
#free_advantages_1 p {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
}
#free_welcome p {
    margin-bottom: 40px;
    color: #FFFFFF;
}
#free_welcome button {
    padding: 14px 27px;
    background-color: #F9E342;
    font-weight: 600;
    color: #161616;
}
#free_welcome button:hover {
    background-color: #FABF1B;
}
#free_isnt-it{
    position: relative;
    height: 1600px!important;
    background-color: #F6F6F6;
}
#free_isnt-it>.container>.row{
    display: flex;
    align-items: center;
    height: 800px!important;
}
#free_isnt-it .bg-right img {
    height: 100%!important;
    width: 100%;
    margin: 0;
    object-fit: contain;
    object-position: right;
}
#free_isnt-it .bg-left img {
    height: 100%!important;
    width: 100%;
    margin: 0;
    object-fit: contain;
    object-position: center;
}
#free_isnt-it .main-advantages {
    position: absolute;
    width: 500px;
    top: 65%;
    right: 10%;
}
#free_isnt-it .main-advantages>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    transform: rotate(-30deg);
}
#free_isnt-it .main-advantages p {
    width: fit-content;
    margin: 5px;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(215, 172, 21, 0.3);
    border-radius: 22px;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #161616;
    opacity: 0;
    transform: scale(0.5);
}
#free_isnt-it .main-advantages p:last-of-type {
    background: #F9E342;
}
@media (prefers-reduced-motion: no-preference) {
    #free_isnt-it .main-advantages p.main-advantages-anim {
        transition: opacity 1s ease, transform 1s ease;
    }
}
#free_isnt-it .main-advantages p.main-advantages-anim {
    opacity: 1;
    transform: none;
}
#free_isnt-it p,
#free_isnt-it .blocks>div p,
#free_how-it-works p,
#free_advantages_2 .advantage>p,
#free_advantages_3 p,
#free_try .info-part-2 p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
#free_isnt-it p {
    margin-bottom: 25px;
}
#free_isnt-it ul {
    margin-bottom: 40px;
}
#free_isnt-it ul li,
#free_advantages_1 ul li {
    position: relative;
    min-height: auto;
    padding: 0 0 0 30px;
    background: none;
    font-size: 18px;
    line-height: 50px;
}
#free_isnt-it ul li::before,
#free_advantages_1 ul li::before {
    position: absolute;
    display: inline-block;
    content: url("../images/free_store/check_1.svg");
    width: 22px;
    height: 22px;
    left: 0;
    top: 5px;
}
#free_isnt-it .blocks>p,
#free_isnt-it .blocks>div {
    font-weight: 300;
    font-size: 22px;
    line-height: 50px;
    margin-bottom: 20px;
}
#free_isnt-it .blocks>div {
    justify-content: flex-start;
}
#free_isnt-it .blocks>div>div {
    width: 145px;
    height: 160px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 6px;
}
#free_isnt-it .blocks>div p {
    margin: 0;
}
#free_isnt-it .blocks>div p.num {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}
#free_isnt-it #to_modules,
#free_how-it-works .advantage .button_get_test {
    color: #2357DD;
    border-bottom: 1px solid rgb(35, 87, 221, 0.2);
    cursor: pointer;
}
#free_isnt-it .blocks a:hover,
#free_comments .free-comment_link a:hover {
    border-bottom-color: #161616;
    text-decoration: none;
}
#free_isnt-it .info-part-1 {
    padding-right: 120px;
}
#free_isnt-it .info-part-2 {
    padding-left: 120px;
}
#free_isnt-it .info-part-2 p {
    margin-bottom: 70px;
}
#free_isnt-it button {
    padding: 10px 100px;
    background-color: #2357DD;
    color: #FFFFFF;
}
#free_isnt-it button:hover {
    background-color: #013088;
}
#free_how-it-works {
    padding: 160px 0 100px;
}
#free_how-it-works h2{
    margin-bottom: 0;
}
#free_how-it-works .row {
    margin-bottom: 80px;
}
#free_how-it-works .row:last-of-type {
    margin-bottom: 0;
}
#free_how-it-works .advantage:before {
    position: absolute;
    display: block;
    content: '';
    width: 70px;
    height: 70px;
    background: #F9E342;
    border-radius: 50%;
    top: -25px;
}
#free_how-it-works .advantage .button_get_test{
    background: none;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0;
    margin: 0;
    transition: none;
}
#free_how-it-works p.num {
    position: relative;
    margin-bottom: 20px;
    padding-left: 33px;
    font-weight: 600;
    font-size: 80px;
    line-height: 66px;
}
#free_examples {
    min-height: 400px!important;
    padding: 70px 0;
    border-top: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
}
#free_examples h2,
#free_comments h2 {
    width: fit-content;
    margin-bottom: 45px;
}
#free_examples .owl-carousel .owl-prev,
#free_examples .owl-carousel .owl-next,
#free_modules .owl-carousel .owl-prev,
#free_modules .owl-carousel .owl-next,
#free_comments .owl-carousel .owl-prev,
#free_comments .owl-carousel .owl-next {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #F6F6F6;
    border-radius: 6px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.15);
    font-size: 20px;
    color: #161616;
    top: -93px;
    transition: all 0.3s;
}
#free_examples .owl-carousel .owl-prev,
#free_modules .owl-carousel .owl-prev,
#free_comments .owl-carousel .owl-prev {
    right: 60px;
}
#free_examples .owl-carousel .owl-next,
#free_modules .owl-carousel .owl-next,
#free_comments .owl-carousel .owl-next {
    right: 0;
}
#free_examples .owl-carousel .owl-prev:hover,
#free_examples .owl-carousel .owl-next:hover,
#free_modules .owl-carousel .owl-prev:hover,
#free_modules .owl-carousel .owl-next:hover,
#free_comments .owl-carousel .owl-prev:hover,
#free_comments .owl-carousel .owl-next:hover {
    background-color: #161616;
    color: #F6F6F6;
}
#free_examples .free-example {
    display: none;
    justify-content: center;
    align-items: center;
    height: 280px;
    border-radius: 9px;
}
#free_examples .free-example .free-example_decoration {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
}
#free_examples .free-example .free-example_img-container {
    position: relative;
    width: 305px;
    height: 190px;
    background-color: rgb(47, 47, 47);
    border-radius: 9px;
    border: 10px solid #161616;
    box-shadow: 0 0 20px rgb(22, 22, 22, 0.6);
    transition: all 1s ease;
}
#free_examples .free-example .free-example_img-container a {
    width: 100%;
    height: 100%;
    opacity: 1;
}
#free_examples .free-example img {
    position: absolute;
    height: 100% !important;
    margin: 0;
    object-fit: cover;
    object-position: top;
    border-radius: 2px;
    transition: all 5s ease;
}
#free_examples .free-example .free-example_img-container:hover {
    box-shadow: 0 0 20px rgb(22, 22, 22, 1);
}
#free_examples .free-example .free-example_img-container:hover img {
    object-position: bottom;
    cursor: pointer;
}
#free_examples .carousel-container {
    position: relative;
    min-height: 280px;
}
#free_advantages_1 {
    padding: 100px 0 10px;
}
#free_advantages_1 .row.info-part-1 {
    margin-bottom: 80px;
}
#free_advantages_1 h2,
#free_advantages_1 .row.info-part-1 p {
    margin: 0;
}
#free_advantages_1 .blocks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
#free_advantages_1 .blocks .block {
    position: relative;
    flex-direction: column;
    width: inherit;
    margin-right: 30px;
    padding: 20px 35px;
    background: #F6F6F6;
    border-radius: 12px;
}
#free_advantages_1 .blocks .block:last-of-type {
    margin-right: 0;
}
#free_advantages_1 .blocks.info-part-1 .block {
    height: 260px;
}
#free_advantages_1 .blocks.info-part-1 svg {
    width: 80px;
    height: 80px;
}
#free_advantages_1 .blocks.info-part-1 p {
    text-align: center;
    font-weight: 600;
}
#free_advantages_1 .blocks.info-part-2 .block {
    height: 350px;
}
#free_advantages_1 ul li {
    margin: 15px 0 15px;
    padding: 0 0 0 40px;
    line-height: 28px;
}
#free_advantages_1 ul li::before {
    top: 3px;
    left: -5px;
}
#free_modules,
#free_comments {
    position: relative;
}
#free_modules,
#free_advantages_3 {
    padding: 110px 0;
}
#free_modules h2 {
    margin-bottom: 45px;
    color: #ffffff;
}
#free_modules .carousel-container {
    min-height: 690px;
}
#free_modules .carousel-container .owl-carousel {
    width: calc(100% + 10px);
    padding: 0 5px;
    left: -5px;
    overflow-x: clip;
}
#free_modules .carousel-container .owl-stage-outer {
    overflow: visible;
}
#free_modules .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 5px
}
#free_modules .item .items-row {
    margin-bottom: 20px;
}
#free_modules .free-module {
    position: relative;
    display: none;
    width: 100%;
    height: 210px;
    padding: 0;
    background-color: #FFFFFF;
    border-radius: 12px;
}
#free_modules .free-module:hover {
    box-shadow: 0 0 0 5px rgba(238, 238, 238, 0.3);
    transition: box-shadow 0.3s;
}
#free_modules .free-module>div,
#free_modules .free-module .free-module_container {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}
#free_modules .free-module a {
    display: inline;
    opacity: 1;
    transition: none;
}
#free_modules .free-module .free-module_container {
    display: flex;
    flex-direction: column;
}
#free_modules .free-module .free-module_img-container {
    display: inline-block;
    width: 100%;
    height: 150px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
#free_modules .free-module img {
    width: calc(100% + 2px);
    max-width: none;
    height: 100% !important;
    margin: 0 0 0 -1px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}
#free_modules .free-module .free-module_name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    background-color: #ffffff;
    border-top: 1px solid rgba(223, 223, 223, 0.3);
    border-radius: 0 0 12px 12px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #161616;
}
#free_advantages_2 {
    padding: 120px 0;
}
#free_advantages_2,
#free_try {
    background-color: #F9E342;
    background-image: url("../images/free_store/bg-crowns_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#free_advantages_2 .row>div,
#free_try .row>div {
    padding: 0 15px;
}
#free_advantages_2 .container>.row,
#free_advantages_3 .container>.row,
#free_try .container>.row {
    margin-right: -15px;
    margin-left: -15px;
}
#free_advantages_2 h2 {
    max-width: 100%;
    margin-top: 0;
}
#free_advantages_2 h2:after {
    position: absolute;
    content: '';
    width: 45px;
    height: 45px;
    background-image: url("../images/free_store/rocket-emoji.png");
    background-size: contain;
}
#free_advantages_2 .advantage>svg {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 40px;
}
#free_advantages_2 .info-part-1 {
    margin-bottom: 90px;
}
#free_advantages_2 .info-part-2 {
    position: relative;
}
#free_advantages_2 button {
    position: absolute;
    bottom: 0;
    left: 15px;
    padding: 12px 42px;
    background-color: #161616;
    color: #FFFFFF;
}
#free_advantages_2 button:hover {
    background-color: #444;
}
#free_comments h2:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background-image: url("../images/free_store/clapping-hands_emoji.png");
    background-size: contain;
    top: 5px;
    right: -45px;
}
#free_comments .carousel-container {
    margin: 0 -13px 0 -15px;
}
#free_comments .carousel-container>div {
    height: 440px;
}
#free_comments .carousel-container .owl-stage-outer{
    overflow-x: clip;
    overflow-y: visible;
}
#free_comments .item {
    position: relative;
    padding: 20px 15px;
}
#free_comments .free-comment {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 400px;
    padding: 45px 25px;
    background: #FFFFFF;
    border: 1px solid #F6F6F6;
    border-radius: 12px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 10px 15px rgba(0, 0, 0, 0.05);
    transition: all 1s;
}
#free_comments .free-comment:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.2);
}
#free_comments .free-comment .free-comment_img-container {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    border-radius: 12px;
}
#free_comments .free-comment img {
    height: 100% !important;
    margin: 0;
    object-fit: cover;
    border: 1px solid #F6F6F6;
    border-radius: 12px;
}
#free_comments .free-comment .free-comment_name {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}
#free_comments .free-comment .free-comment_rate {
    margin-bottom: 45px;
}
#free_comments .free-comment .free-comment_rate .free-comment_rate-star {
    display: inline-block;
    height: 14px;
    margin: 0 3px;
    content: url('../images/free_store/star.svg');
    text-decoration:none;
    transition: 0s;
}
#free_comments .free-comment .free-comment_comment {
    max-height: 112px;
    margin-bottom: 7px;
    overflow: hidden;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    transition: all 1s;
}
#free_comments .free-comment:hover .free-comment_comment {
    max-height: 394px;
}
#free_comments .free-comment_link {
    margin-top: 5px;
    font-size: 14px;
}
#free_comments .free-comment_link a {
    opacity: 1;
    border-bottom: 1px solid rgba(35, 87, 221, 0.2);
}
#free_comments .owl-carousel .owl-prev {
    right: 72px;
}
#free_comments .owl-carousel .owl-next {
    right: 12px;
}
#free_advantages_3 {
    background-color: #161616;
}
#free_advantages_3 .row {
    display: flex;
    flex-direction: column;
}
#free_advantages_3 .row>div {
    position: relative;
    padding: 15px;
}
#free_advantages_3 h2,
#free_advantages_3 p {
    color: #FFFFFF;
}
#free_advantages_3 h2 {
    width: fit-content;
}
#free_advantages_3 h2:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background-image: url("../images/free_store/speech-balloon_emoji.png");
    background-size: contain;
    top: 5px;
    right: -50px;
}
#free_advantages_3 p {
    display: flex;
    align-items: center;
    width: 100%;
    height: 135px;
    margin: 0;
    padding: 20px 20px 20px 90px;
    border: 1px solid #4B4B4B;
    border-radius: 12px;
}
#free_advantages_3 p::before {
    position: absolute;
    display: inline-block;
    content: url("../images/free_store/check_2.svg");
    width: 30px;
    height: 30px;
    left: 30px;
}
#free_questions {
    padding: 110px 0 170px;
}
#free_questions ul {
    margin-bottom: 40px;
    border: 1px solid #DFDFDF;
    border-radius: 12px;
}
#free_questions ul>li {
    position: relative;
    width: 100%;
    min-height: auto;
    padding: 10px 80px 10px 40px;
    background: none;
    border-bottom: 1px solid #DFDFDF;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    cursor: pointer;
}
#free_questions ul>li:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 0 15px rgba(0, 0, 0, 0.2);
}
#free_questions ul>li:first-of-type {
    border-radius: 12px 12px 0 0;
}
#free_questions ul>li:last-of-type {
    border-radius: 0 0 12px 12px;
}
#free_questions ul>li p.list-question {
    margin: 10px 0;
    line-height: 40px;
    font-size: 22px;
}
#free_questions ul>li p.list-answer {
    line-height: 30px;
    font-size: 22px;
}
#free_questions ul>li:last-of-type {
    border-bottom: none;
}
#free_questions .list-btn {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    right: 36px;
    top: 25px;
}
#free_questions .list-btn>span:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 30px;
    background-color: #161616;
    left: 50%;
    top: 0;
    transform: translateX(-2px);
    transition: all 500ms;
}
#free_questions .list-btn>span:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 4px;
    background-color: #161616;
    top: 50%;
    transform: translateY(-2px);
}
#free_questions .opened .list-btn>span:before {
    height: 0;
    top: 50%;
}
#free_questions .list-answer {
    display: none;
    min-width: 100%;
    margin-top: 10px;
    font-weight: 300;
}
#free_questions button,
#free_try form button {
    width: 100%;
    padding: 12px;
    text-align: center;
    background-color: #2357DD;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 20px;
}
#free_questions button:hover,
#free_try form button:hover {
    background-color: #013088;
}
#free_try {
    padding: 100px 0;
}
#free_try .sign,
#free_try h1, #free_try div.h1 {
    color: #161616;
}
#free_try h1>span, #free_try div.h1>span {
    position: relative;
}
#free_try h1>span:after, #free_try div.h1>span:after {
    position: absolute;
    content: '';
    width: 64px;
    height: 64px;
    background-image: url("../images/free_store/heart-hands_emoji.png");
    background-size: contain;
    top: -3px;
    right: -74px;
}
#free_try form {
    margin-bottom: 70px;
}
#free_try form label,
#free_try form .form-group,
#free_try form #store_name,
#free_try form #template_dropdown {
    width: 100%;
}
#free_try form label {
    font-weight: 300;
    font-size: 16px;
    line-height: 34px;
}
#free_try form .choice_store_name {
    position: relative;
}
#free_try form .choice_store_name>span {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 18px;
    line-height: 28px
}
#free_try form .select_template_wrapper {
    display: block;
}
#free_try form #store_name,
#free_try form #template_dropdown {
    position: relative;
    display: block;
    height: 42px;
    padding: 0;
    margin: 0 0 33px 0;
    text-align: left;
    border: none;
    border-bottom: 1px solid #757575;
    border-radius: 0;
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #161616;
    outline: none !important;
}
#free_try form #template_dropdown span {
    position: absolute;
    width: 12px;
    height: 6px;
    content: url(../images/free_store/caret.svg);
    top: 19px;
    right: 10px;
    border: none;
    transition: all 1s;
}
#free_try form .open #template_dropdown span {
    transform: rotate(180deg);
}
#free_try form .dropdown-menu {
    display: inline-block;
    max-height: 0;
    transition: all 1s;
    overflow: hidden;
}
#free_try form .open>.dropdown-menu {
    max-height: 600px;
}
#free_try p {
    margin-bottom: 20px;
}
#free_try .info-part-1 p {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}
#modal_template_review.modal .modal-dialog {
    padding: 20px;
    background-color: #363636;
    border-radius: 7px;
}
#modal_template_review.modal .modal-dialog {
    padding: 20px;
    background-color: #363636;
    border-radius: 7px;
}
#modal_template_review.modal .close {
    top: 10px;
    right: 20px;
}
@media (min-width: 993px) {
    #free-store_page .bg-right {
        position: absolute;
        width: 50%;
        height: 800px;
        left: 50%;
    }
    #free-store_page .bg-left {
        position: absolute;
        width: 50%;
        height: 800px;
        right: 50%;
    }
    #free_examples .carousel-container:before,
    #free_examples .carousel-container:after {
        position: absolute;
        display: block;
        content: '';
        border-radius: 12px;
        width: 270px;
        height: 280px;
    }
    #free_examples .carousel-container:before {
        background: linear-gradient(90deg, transparent, #F6F6F6 100%);
        left: -280px;
    }
    #free_examples .carousel-container:after {
        background: linear-gradient(270deg, transparent, #F6F6F6 100%);
        right: -280px;
    }
    #free_advantages_1 .blocks.info-part-1:before,
    #free_advantages_1 .blocks.info-part-1:after {
        position: absolute;
        display: block;
        content: '';
        border-radius: 12px;
        width: 270px;
        height: 260px;
    }
    #free_advantages_1 .blocks.info-part-2:before,
    #free_advantages_1 .blocks.info-part-2:after {
        position: absolute;
        display: block;
        content: '';
        border-radius: 12px;
        width: 270px;
        height: 350px;
    }
    #free_advantages_1 .blocks.info-part-1:before,
    #free_advantages_1 .blocks.info-part-2:before{
        background: linear-gradient(90deg, transparent, #F6F6F6 100%);
        left: -300px;
    }
    #free_advantages_1 .blocks.info-part-1:after,
    #free_advantages_1 .blocks.info-part-2:after{
        background: linear-gradient(270deg, transparent, #F6F6F6 100%);
        right: -300px;
    }
    #free_examples .owl-carousel .owl-prev,
    #free_modules .owl-carousel .owl-prev {
        right: 60px;
    }
    #free_examples .owl-carousel .owl-next,
    #free_modules .owl-carousel .owl-next {
        right: 0;
    }
    #free_examples .owl-carousel .owl-prev:hover,
    #free_examples .owl-carousel .owl-next:hover,
    #free_modules .owl-carousel .owl-prev:hover,
    #free_modules .owl-carousel .owl-next:hover,
    #free_comments .owl-carousel .owl-prev:hover,
    #free_comments .owl-carousel .owl-next:hover {
        background-color: #161616;
        color: #F6F6F6;
    }
    #free_advantages_3 .owl-carousel {
        display: flex !important;
    }
    #free_advantages_3 .owl-carousel .row {
        width: inherit;
    }
    #free_advantages_3 .owl-carousel .row:first-of-type {
        margin-right: 30px;
    }
    #free_advantages_3 .owl-carousel .row>div {
        padding: 15px 0;
    }
    #free_try .info-part-1,
    #free_try .info-part-2 {
        display: block;
    }
    #free_try .info-mobile {
        display: none;
    }
}
@media (max-width: 1200px) {
    #free_isnt-it .main-advantages {
        width: 400px;
        top: 60%;
    }
    #free_isnt-it .main-advantages p {
        padding: 14px 19px;
        font-size: 30px;
        line-height: 38px;
    }
    #free_comments .free-comment {
        height: 420px;
    }
    #free_advantages_1 .blocks.info-part-1 .block svg {
        width: 65px;
        height: 65px;
    }
}
@media (max-width: 992px) {
    #free-store_page>div {
        min-height: 650px;
    }
    #free-store_page button {
        width: 100%;
    }
    #free_welcome {
        background-image: none;
    }
    #free_welcome .img-container img {
        width: 60%;
    }
    #free_welcome .img-container {
        padding: 0 50px 50px;
    }
    #free_welcome p {
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
    }
    #free_isnt-it {
        height: fit-content !important;
        padding: 0 !important;
    }
    #free_isnt-it>.container {
        padding: 0 !important;,
    }
    #free_isnt-it>.container>.row {
        flex-direction: column;
        height: fit-content !important;
    }
    #free_isnt-it>.container>.row:nth-child(1) {
        flex-direction: column-reverse;
    }
    #free_isnt-it .bg-right ,
    #free_isnt-it .bg-left {
        height: 550px;
    }
    #free_isnt-it .bg-left {
        position: relative;
    }
    #free_isnt-it .bg-right {
        padding: 40px 0;
    }
    #free_isnt-it .info-part-1 {
        padding: 100px 5% 7px 5%;
    }
    #free_isnt-it .info-part-2 {
        padding: 100px 5% 7px 5%;
    }
    #free_isnt-it p,
    #free_isnt-it ul {
        margin-bottom: 15px;
    }
    #free_isnt-it .blocks .block {
        justify-content: center;
    }
    #free_isnt-it .blocks .block p {
        margin-bottom: 40px;
    }
    #free_isnt-it .info-part-2 p {
        margin-bottom: 30px;
    }
    #free_isnt-it .main-advantages {
        width: 400px;
        top: 60%;
        right: 20%;
    }
    #free_isnt-it .main-advantages p {
        padding: 14px 19px;
        font-size: 30px;
        line-height: 38px;
    }
    #free_how-it-works .row {
        margin-bottom: 0;
    }
    #free_how-it-works h2 {
        margin-bottom: 70px;
    }
    #free_how-it-works .advantage {
        position: relative;
        margin-bottom: 70px;
    }
    #free_examples h2:after {
        width: 40px;
        height: 40px;
        top: auto;
        right: auto;
    }
    #free_advantages_1 .blocks {
        flex-flow: wrap;
        justify-content: center;
        margin: 0 10% 30px 10%;
    }
    #free_advantages_1 .blocks.info-part-1 .block {
        width: calc(50% - 20px);
        margin: 20px 10px;
        padding: 20px;
    }
    #free_advantages_1 .blocks.info-part-1 .block svg {
        width: 75px;
        height: 75px;
        margin-bottom: 20px;
    }
    #free_advantages_1 .blocks.info-part-2 .block {
        width: 100%;
        margin: 0 20px;
    }
    #free_advantages_1 p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    #free_advantages_1 .info-part-1 p {
        margin: 0;
    }
    #free_advantages_1 .info-part-2 {
        position: relative;
        flex-direction: column;
        padding: 50px 20px 35px;
        background: #F6F6F6;
        border-radius: 12px;
        margin: 0 13.5%;
    }
    #free_advantages_1 .blocks.info-part-2 .block {
        width: auto;
        height: fit-content;
        align-items: flex-start;
        padding: 0;
        border: none;
        border-radius: 0;
    }
    #free_advantages_1 ul {
        margin-bottom: 0;
    }
    #free_advantages_1 ul li {
        margin: 0 0 20px;
        line-height: 28px;
    }
    #free_modules .item .items-row {
        display: flex;
        justify-content: center;
    }
    #free_modules .free-module {
        width: 340px;
        height: 210px;
    }
    #free_advantages_2 {
        padding-bottom: 60px !important;
    }
    #free_advantages_2 h2:after {
        width: 35px;
        height: 35px;
        margin-left: 5px;
    }
    #free_advantages_2 .advantage>svg,
    #free_advantages_2 .advantage>p {
        margin-bottom: 30px;
    }
    #free_advantages_2 .info-part-1 {
        margin-bottom: 0;
    }
    #free_advantages_2 button {
        bottom: -35px;
        left: 0;
    }
    #free_comments h2:after {
        width: 35px;
        height: 35px;
        top: auto;
        right: auto;
    }
    #free_comments .free-comment {
        width: 350px;
        margin: 0 auto;
    }
    #free_advantages_3 h2:after {
        width: 35px;
        height: 35px;
        margin-left: 5px;
        top: auto;
        right: auto;
    }
    #free_questions ul {
        margin-bottom: 60px;
    }
    #free_try h1>span:after {
        width: 45px;
        height: 45px;
        margin-left: 5px;
        top: auto;
        right: auto;
    }
    #free_try form {
        margin-top: 40px;
    }
    #free_try form button {
        max-width: 100%;
        margin-top: 30px !important;
    }
    #free_try form .select_template_top {
        top: 51px;
    }
    #free_try .info-part-1,
    #free_try .info-part-2 {
        display: none;
    }
    #free_try .info-mobile {
        display: block;
    }
}
@media (max-width: 768px) {
    #free-store_page .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    #free-store_page h1 {
        margin-bottom: 15px;
        font-size: 38px;
        line-height: 48px;
    }
    #free-store_page h2 {
        max-width: 100%;
        font-size: 30px !important;
        line-height: 40px;
    }
    #free-store_page button {
        margin-bottom: 0;
    }
    #free_welcome {
        padding: 25px 0 15px;
    }
    #free_welcome .sign,
    #free_try .sign {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
    #free_welcome .img-container {
        height: 320px;
        padding: 0;
        margin-bottom: 15px;
    }
    #free_welcome .img-container img {
        width: auto;
        height: 100% !important;
        padding: 0;
        margin: 0;
    }
    #free_welcome h1 {
        margin-top: 0;
    }
    #free_welcome h1>span:after {
        width: 58px;
        height: 58px;
        bottom: auto;
    }
    #free_welcome p {
        margin-bottom: 20px;
    }
    #free_isnt-it h2 {
        margin-bottom: 10px;
    }
    #free_isnt-it .info-part-1,
    #free_isnt-it .info-part-2 {
        padding: 40px 5% 40px 5%;
    }
    #free_isnt-it .blocks>p {
        font-size: 18px;
        line-height: 28px;
    }
    #free_isnt-it .main-advantages {
        width: 350px;
        top: 65%;
        right: 15%;
    }
    #free_isnt-it .main-advantages p {
        padding: 12px 17px;
        font-size: 26px;
        line-height: 34px;
    }
    #free_how-it-works {
        padding: 50px 0 0;
    }
    #free_how-it-works .row {
        margin-bottom: 0;
    }
    #free_how-it-works h2 {
        margin-bottom: 30px;
    }
    #free_how-it-works .advantage {
        margin-bottom: 50px;
    }
    #free_how-it-works .advantage:before {
        width: 43px;
        height: 43px;
        top: -15px;
    }
    #free_how-it-works p.num {
        padding-left: 22px;
        font-size: 50px;
        line-height: 41px;
    }
    #free_examples {
        padding: 45px 0;
    }
    #free_examples .owl-dots {
        margin-top: 30px;
    }
    #free_examples h2 {
        margin-bottom: 30px;
    }
    #free_examples .free-example {
        height: 250px;
    }
    #free_examples .free-example .free-example_decoration {
        width: 230px;
        height: 230px;
    }
    #free_examples .free-example .free-example_img-container {
        width: 275px;
        height: 170px;
    }
    #free_advantages_1 {
        padding: 45px 0 35px;
    }
    #free_advantages_1 h2 {
        margin-bottom: 35px;
    }
    #free_advantages_1 .blocks {
        margin: 0 -8px;
    }
    #free_advantages_1 .info-part-1 {
        margin-bottom: 8px;
    }
    #free_advantages_1 .blocks.info-part-1 .block svg {
        width: 65px;
        height: 65px;
    }
    #free_advantages_1 .info-part-2 {
        margin: 0 0 30px 0;
        padding: 40px 20px 20px;
    }
    #free_advantages_1 .blocks.info-part-2 .block {
        margin: 0;
    }
    #free_advantages_1 ul li::before {
        left: 0;
    }
    #free_modules {
        padding: 35px 0;
    }
    #free_modules h2 {
        margin-bottom: 15px;
    }
    #free_advantages_2 {
        padding: 25px 0;
    }
    #free_advantages_2 .container>.row {
        margin-right: 0;
        margin-left: 0;
    }
    #free_advantages_2 .row>div {
        padding: 0;
    }
    #free_advantages_2 h2 {
        margin-bottom: 25px;
    }
    #free_advantages_2 .advantage>svg {
        margin-bottom: 10px;
    }
    #free_advantages_2 .advantage>p {
        margin-bottom: 40px;
    }
    #free_comments {
        padding: 60px 0 80px;
    }
    #free_comments h2 {
        margin-bottom: 0;
    }
    #free_comments h2:after {
        display: none;
    }
    #free_comments .carousel-container .owl-stage-outer {
        overflow-x: hidden;
        overflow-y: hidden;
        z-index: 2;
    }
    #free_comments .carousel-container .owl-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 460px;
        z-index: 1;
    }
    #free_comments .free-comment:hover {
        height: auto;
    }
    #free_comments .free-comment .free-comment_comment {
        max-height: 134px;
    }
    #free_advantages_3 {
        padding: 35px 0 60px;
    }
    #free_advantages_3 .owl-dots {
        margin-top: 20px;
    }
    #free_advantages_3 h2 {
        margin-bottom: 0;
    }
    #free_advantages_3 h2:after {
        display: none;
    }
    #free_advantages_3 .advantage {
        padding: 15px 0 !important;
    }
    #free_advantages_3 p {
        height: fit-content;
        padding: 66px 20px 20px 20px;
        font-size: 16px;
        line-height: 24px;
    }
    #free_advantages_3 p::before {
        top: 36px;
        left: 22px;
    }
    #free_questions {
        padding: 55px 0;
    }
    #free_questions h2 {
        margin-bottom: 20px;
    }
    #free_questions ul {
        margin-bottom: 30px;
    }
    #free_questions ul>li {
        padding: 15px 60px 15px 20px;
    }
    #free_questions ul>li p.list-question,
    #free_questions ul>li p.list-answer {
        font-size: 18px;
        line-height: 28px;
    }
    #free_questions .list-btn {
        width: 22px;
        height: 22px;
        right: 15px;
        top: 30px;
    }
    #free_questions .list-btn>span:before {
        width: 2px;
        height: 22px;
        transform: translateX(-1px);
    }
    #free_questions .list-btn>span:after {
        width: 22px;
        height: 2px;
        transform: translateY(-1px);
    }
    #free_try {
        padding: 65px 0;
    }
    #free_try h1 {
        font-size: 30px;
        line-height: 40px;
    }
    #free_try h1>span:after {
        display: none;
    }
    #free_try .info-part-1 p {
        font-size: 22px;
        line-height: 32px;
    }
    #free_try form {
        margin: 20px 0 0;
    }
    #free_try form #template_dropdown {
        padding-left: 0 !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 575px) {
    #free_isnt-it .main-advantages {
        width: 350px;
        top: 65%;
        right: 10%;
    }
}
@media (max-width: 420px) {
    #free_isnt-it .main-advantages {
        width: 350px;
        top: 70%;
        right: 5%;
    }
    #free_isnt-it .bg-right ,
    #free_isnt-it .bg-left {
        height: 370px;
    }
    #free_isnt-it .blocks>div>div {
        width: 110px;
        height: 120px;
        margin: 0 5px;
    }
    #free_isnt-it .blocks>div p.num {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 40px;
    }
    #free_isnt-it .main-advantages p {
        padding: 10px 15px;
        font-size: 19px;
        line-height: 24px;
    }
    #free_advantages_1 .info-part-1>div {
        padding: 0;
    }
    #free_advantages_1 .blocks.info-part-1 .block {
        width: calc(50% - 16px);
        margin: 8px;
        height: 160px;
        padding: 20px;
    }
    #free_advantages_1 .blocks.info-part-1 .block svg {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    #free_advantages_1 .blocks.info-part-1 .block p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    #free_comments .free-comment {
        width: 100%;
        margin: 0;
    }
}

/*------------------------BREADCRUMBS START------------------------*/
.breadcrumb_container {
    background-color: #2357DD;
}
.breadcrumb_container a {
    color: #fff;
}
.breadcrumb_container a:hover {
    color: #F8E342;
}
.breadcrumb_container .devider svg {
    stroke: #fff;
}
/*------------------------BREADCRUMBS END------------------------*/
