/* 
@font-face {
	font-family: "ProximaNova-Semibold";
	src: url("asr-page/fonts/ProximaNova-Semibold.ttf") format("truetype"); 
}
@font-face {
	font-family: "ProximaNova-Black";
	src: url("asr-page/fonts/ProximaNova-Black.ttf") format("truetype"); 
} */
@font-face {
	font-family: "ProximaNova-Regular";
	src: url("../fonts/ProximaNova-Regular.ttf") format("truetype"); 
} 
@font-face {
	font-family: "ProximaNova-Extrabold";
	src: url("../fonts/ProximaNova-Extrabld.ttf") format("truetype"); 
}

@font-face {
	font-family: "ProximaNova-Bold";
	src: url("../fonts/ProximaNova-Bold.ttf") format("truetype"); 
} 

@font-face {
	font-family: "BebasNeue-Bold";
	src: url("../fonts/BebasNeue Bold.ttf") format("truetype"); 
}

@font-face {
	font-family: "BebasNeue-Black";
	src: url("../fonts/ProximaNova-Black.ttf") format("truetype"); 
}

@font-face {
	font-family: "Franklin";
	src: url("../fonts/Franklin-2.ttf") format("truetype"); 
}

@font-face {
	font-family: "Roboto-Bold";
	src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype"); 
}

@font-face {
	font-family: "Roboto-Light";
	src: url("../fonts/RobotoCondensed-Light.ttf") format("truetype"); 
}


body {
    background: linear-gradient(90deg, #e4e9e9 0%, #f5eee3 100%);
}

/* p, ul, a, span  {
    font-family: "ProximaNova-Bold";
} */

a, a:hover {
    color: #fff;
    text-decoration: none;
}

/* section {
    padding: 30px 0 30px 0;
} */

/* Titles & h1 h2 h3 */

.title-page {
    font-family: "ProximaNova-Bold";
    padding: 0px 30px 0 30px;
    text-align: center;
}

.title-page > .h1-title {
    font-size: 2rem;
    letter-spacing: 1.5px;
    margin: 60px 0 30px 0;
    color: #529dcd;
    text-shadow: 2px 2px 0px #fff, 
        4px 4px 0px rgba(0,0,0,0.15);
}

.title-page > .h1-title.h1-title-c {
    font-size: 1.75rem;
}

.title-page > .description-page {
    display: block;
    font-size: 1.3rem;
    line-height: 1.3;
}

.title-block-cp {
    padding: 30px 0 30px 0;
}

.title-block-cp > h3 {
    font-family: "ProximaNova-Bold";
    font-size: 1.3rem;
    margin: 0;
}

.title-font-pluse {
    font-size: 1.6rem!important;
}

.uppercase {
    text-transform: uppercase;
}

.title-clients {
    font-family: "BebasNeue-Black";
    font-size: 1.2rem;
    margin: 30px 0 20px 0;
}

/* Buttons */
.button-type-1 {
    font-family: "ProximaNova-Extrabold";
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    background: #529dcd;
    border: 2px solid #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
    border-radius: 12px 0 12px 0;
    padding: 10px 20px;
    margin: 30px 0 0 0;
}

.button-type-1:hover {
    background: #55a7dc;
}

.button-type-2 {
    display: block;
    max-width: 225px;
    font-family: "ProximaNova-Bold";
    font-size: 0.95rem;
    color: #fff;
    text-align: center;
    background: rgb(52,126,173);
    background: linear-gradient(0deg, rgba(52,126,173,1) 0%, rgba(106,175,217,1) 100%);
    border: 2px solid #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
    border-radius: 12px 12px 12px 12px;
    padding: 8px 10px;
    margin: 6px 0 0 0;
}

.button-type-2:hover {
    background: #55a7dc;
}


/* Preview Form image Block */

.image-priview-p {
    padding: 0 0 30px 0;
}

.image-priview-c {
    padding: 0 0 60px 0;
}

.image-priview > img {
    width: 80%;
}

/* Preview LP Block */

.border-lp {
    background: #529dcd;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.15);
    padding: 6px;
}

.lp-prezent-img {
    width: 100%;
    height: 350px;
    background: #eceff6;
    position: relative;
    overflow: hidden;
    border: 1px solid #aaaaaa;
}

.lp-prezent-img img {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.prod-info-it {
    padding: 0 0 0 50px;
}

.prod-info-it > h4 {
    font-family: "ProximaNova-Bold";
    font-size: 1.45rem;
    margin: 15px 0 0 0;
}

.blue-text {
    color: #3e96cf!important;
}

.bold-text {
    font-family: "ProximaNova-Bold";
}

.lp-preview-description a,
.lp-preview-description p,
.lp-preview-description ul {
    font-family: "ProximaNova-Regular";
    font-size: 1rem;
}
.lp-preview-description p {
    padding: 0;
    margin: 0;
}

.lp-preview-description ul {
    padding-left: 26px;
    margin: 15px 0 15px 0;
}

.lp-preview-description ul li {
    padding: 0 0 5px 0;
}

.lp-preview-description ul li::marker {
    color: #3e96cf;
    font-size: 1.7rem;
    line-height: 1;
}

.button-lp-preview {
    width: 100%;
    padding: 12px 12px;
    font-family: "ProximaNova-Extrabold";
    font-size: 1rem;
    line-height: 1.3;
    background: #529dcd;
    color: #fff;
    border-radius: 12px 0 12px 0;
    border: 2px solid #fff;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.15);
}
.button-lp-preview:hover {
    background: #55a7dc;
}

/* Form */

.form-container {
    padding: 60px 0 60px 0;
}

.form-block {
    max-width: 800px;
    margin: 0 auto;
    background: linear-gradient(90deg, #c1c8c8 0%, #dad0c1 100%);
    border: 1px solid #aaa9a5;
    padding: 15px;
}

.form-left {
    padding-right: 40px;
}

.form-right {
    padding-left: 40px;
}

.title-form {
    display: block;
    font-family: "ProximaNova-Bold";
    text-transform: uppercase;
    font-size: 1.1rem;
    margin: 5px 0 0 0;
}

.it-help-form {
    margin: 15px 0 0 0;
}

.it-help-form label {
    display: block;
}

.it-help-form input, 
.it-help-form select, 
.it-help-form textarea {
    width: 100%;
    border: 1px solid #bab9b6;
}

.it-help-form input, 
.it-help-form select {
    height: 30px;
}

.it-help-form select {
    padding: 2px 0 0 5px;
    font-family: "ProximaNova-Regular";
    font-size: 0.95rem;
}

.it-help-form input:focus, 
.it-help-form select:focus,
.it-help-form textarea:focus {
    outline: 1px solid #3e96cf;
    box-shadow: none;
}
.it-help-form input[type="radio"]:focus {
    outline: none;
    box-shadow: none;
}

.it-help-form textarea {
    height: 100px;
}

.it-help-form input[type="radio"] {
    width: auto;
    height: auto;
    margin: 0 3px 0 0;
}

.it-help-form label {
    display: block;
    font-family: "ProximaNova-Bold";
    font-size: 0.90rem;
    margin: 16px 0 2px 0;
}

.it-help-form label[for="design-1"],
.it-help-form label[for="design-2"],
.it-help-form .price label {
    display: inline;
}

.it-help-form .form-button {
    width: auto;
    height: auto;
    font-family: "ProximaNova-Extrabold";
    font-size: 0.95rem;
    background: #3e96cf;
    color: #fff;
    border-radius: 5px;
    margin: 35px 0 15px 0;
    padding: 5px 50px;
}

.it-help-form .radio-check {
    margin: 10px 0 2px 0;
}

.it-help-form .currency,
.it-help-form .price {
    margin: 16px 0 2px 0;
}

.currency span {
    margin-right: 15px;
}
.currency span:hover {
    cursor: pointer;
}

.currency span img {
    width: 21px;
    height: 16px;
    margin-right: 3px;
}


/* CLIENTS */

.garant img {
    max-width: 150px;
    height: auto;
}

.garant p {
    font-family: "ProximaNova-Bold";
    font-size: 1rem;
    margin: 40px 0 0 0;
}

.lp-info span {
    font-family: "ProximaNova-Bold";
    display: block;
    width: 100%;
    margin: 15px 0;
}

.lp-info img {
    display: block;
    width: 100%;
}

/* Agregator block */

.agregator-img {
    padding: 30px;
}

.agregator-img img {
    width: 100%;
}

.agragator-text h4,
.agregator-list div,
.agragator-text > span,
.lp-list-check {
    font-family: "BebasNeue-Bold";
}

.agragator-text > span {
    display: block;
    width: 100%;
}

.lp-list-check-title,
.lp-list-check {
    font-style: oblique;
}

.agragator-text h4 {
    font-size: 1.2rem;
    margin: 0 0 20px 0;
}

.agragator-text p {
    font-family: "ProximaNova-Bold";
    font-size: 1rem;
}

.agregator-list div {
    font-size: 0.6rem;
}

.lp-list-check {
    padding-left: 40px;
    margin: 15px 0 0 0;
    list-style: none;
}

.lp-list-check li {
    margin-top: 5px;
}

.lp-list-check li::before {
    display: inline-flex;
    vertical-align: middle;
    align-items: stretch;
    content: "";
    width: 27px;
    height: 32px;
    background: url('img/partners-clients/present.png') no-repeat;
    background-size: cover;
    margin-right: 10px;
}



/* Agregator block end */


.info-text {
    font-family: "ProximaNova-Bold";
    font-size: 0.98rem;
    padding: 0 60px 0 0;
}

.info-text ul li {
    line-height: 1.8;
}

.info-text ul li::marker {
    color: #3e96cf;
    font-size: 2rem;
    padding-top: 5px;
    line-height: 0;
}

/* CLIENTS END */

/* Sliders */

.slider-it-help {
    position: relative;
    padding: 0 30px;
    margin: 60px 0 0 0;
}
.slider-it-help-solutions {
	position: relative;
    padding: 0 60px;
}

.slider-it-help-nav div {
	position: absolute;
    display: inline-block;
	border: solid #747474;
	border-width: 0 3px 3px 0;
	width: 25px;
	height: 25px;
    top: 40%;
}

.slider-it-help-nav div:hover {
	cursor: pointer;
	border-color: #61a9d8;
}

.customNextBtn {
    left: 0px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.customPrevBtn {
    right: 0px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* Slider Boxes */

.prezent-slider {
    padding: 0px 40px;
}

.prezent-slider-text {
    margin: 30px 0 15px 0;
}

.prezent-slider-text p {
    font-size: 0.95rem;
    line-height: 1.4;
    margin: 0!important;
}

.prezent-slider-button {
    display: block;
    width: 100%;
    font-family: "ProximaNova-Extrabold";
    font-size: 1.1rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 30px;
    background: linear-gradient(180deg, #6aaeda 0%, #347eae 100%);
    box-shadow: 3px 3px 4px rgba(0,0,0,0.15);
    border: 1px solid #fff;
    border-radius: 5px;
}

.solutions-item {
    padding: 0 30px;
}

.solutions-item img {
    width: 100%;
}

.perenos {
    text-align: justify;
}


.list-type-1 {
    list-style: none;
    padding-left: 0;
}

.list-type-1 li {
    position: relative;
    padding-left: 42px;
    line-height: 1.3!important;
    margin: 0 0 15px 0;
}

.list-type-1 li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    display: block;
    float: left;
    width: 26px;
    height: 22px;
    background: url('img/partners-clients/mark.png') no-repeat;
    background-size: cover;
}

.list-type-2 {
    margin: 25px 0 0 0;
    padding: 0 0 0 75px;
}

/* Help You block */

.help-you-text {
    padding: 0 0 0 60px;
}

.help-you-img img {
    width: 100%;
    margin: 0 0 15px 0;
}

.help-you-item img {
    max-width: calc(130px - 40px);
}

.help-you-item p {
    margin-top: 10px;
    line-height: 1.2;
}

.help-you-intro {
    margin: 30px 0 0 0;
}

.help-you-intro h5,
.help-you-intro h6 {
    font-family: 'BebasNeue-Bold';
}

.help-you-intro h5 {font-size: 2.4rem;}
.help-you-intro h6 {font-size: 1.8rem;}

.help-you-intro {
    color: #484848;
}

.help-you-intro span {
    font-size: 1.3rem;
    line-height: 1.2;
}

.help-you-icons {
    margin: 30px 0 0 0;
}

.help-you-button {
    display: inline-block;
    padding: 10px 60px 10px 60px;
    margin: 25px 0 0 0;
    background: linear-gradient(180deg, #6aaeda 0%, #347eae 100%);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
    border: 1px solid #fff;
    border-radius: 30px;
}

.help-you-button:hover {
    background: linear-gradient(180deg, #75bbeb 0%, #378ec7 100%);
}

/* corporate Client */

.lp-info {
    padding: 0 15px 0 15px;
}

.lp-info > .image-box {
    margin: 0 auto 30px auto;
    width: 70%;
}

.lp-info-lr {
    margin: 150px 0 0 0;
}

.lp-info p {
    text-align: justify;
}

.lp-info-ul li {
    margin: 10px 0;
}
.lp-info-ul li::marker {
    color: #3e96cf;
    font-size: 2rem;
    padding-top: 5px;
    line-height: 0;
}

.lp-info .lp-info-ul + .lp-info-ul {
    margin: 40px 0;
}

.line-shadow {
    background: linear-gradient(180deg, rgba(168,168,168,0.3) 0%, rgba(255,255,255,0) 30px);
}

/* Default Modals */

.modal-dialog-width-info {
    max-width: 800px;
}

.modal-dialog-width-form {
    max-width: 600px;
}

.modal-dialog-custom .modal-header,
.modal-dialog-custom .modal-footer {
    border-bottom: 1px solid #e3e0c9;
}

.modal-dialog-custom .modal-header > .modal-title {
    font-weight: bold;
    font-size: 1.1rem;
}

.modal-dialog-custom .modal-header > .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(2, 160, 208)'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1.3em auto no-repeat;
    opacity: 1;
    padding: 0.5rem 0.8rem;
}

.custom-modal-content {
    width: 100%;
    height: auto;
    background: #eeecdb;
    padding: 40px 60px 40px 60px;
    /* font-family: 'Franklin', 'Arial Narrow', Arial, sans-serif; */
}

/* General modal content */

.modal-content-g {
    padding: 40px 0 0 0;
}

.modal-content-g p,
.modal-content-g span,
.modal-content-g ul,
.modal-content-g ol {
    font-family: 'ProximaNova-Regular', 'Arial Narrow', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 30px;
}

.modal-content-g p,
.modal-content-g span {
    text-align: justify;
    hyphens: auto;
    word-wrap: break-word;
}

.modal-content-g h6 {
    font-family: 'ProximaNova-Bold', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.1rem;
    color: #02a0d0;
    text-transform: uppercase;
}

.modal-content-g img {
    width: 100%;
    margin: 5px 0 30px 0;
}

.modal-content-g ol {
    padding-left: 1.5rem;
}

.modal-content-g ul li,
.modal-content-g ol li {
    margin: 0 0 5px 0;
}
.modal-content-g ul li:last-child,
.modal-content-g ol li:last-child {
    margin: 0 0 0 0;
}

.modal-content-g p:last-child {
    margin-bottom: 0!important;
}

/* Annotacion modal */

.annotation-head-logo {
    max-width: 165px;
    padding-right: 30px;
}

.annotation-head .annotation-logo-img {
    width: 100%;
}

.annotation-head .annotation-logo-text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.45rem;
    line-height: 1;
    margin: 8px 0 0 0;
}

.annotation-description {
    width: 100%;
    height: auto;
    background: #02a0d0;
    border-radius: 5px;
    padding: 20px 20px;
    text-transform: uppercase;
    color: #fff;
}

.annotation-description h5 {
    font-family: 'Roboto-Bold';
}

.annotation-description span {
    display: block;
    width: 100%;
    font-family: 'Roboto-Light';
    font-size: 1.1rem;
    line-height: 1.4;
}

.modal-button-close {
    font-family: 'Franklin', 'Arial Narrow', Arial, sans-serif;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    background: #009ed0;
    border: 2px solid #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
    border-radius: 12px 0 12px 0;
    padding: 10px 20px;
}

/* Services modal */

/* .service-head-logo {
    width: 125px;
}

.service-head-logo img {
    width: 100%;
}

.service-head-title {
    margin: 0 0 5px 0;
    padding-right: 15px;
    font-family: 'BebasNeue-Bold';
    text-transform: uppercase;
    font-size: 1.8rem;
}

.head-title-description {
    display: block;
    padding-right: 15px;
    font-family: 'ProximaNova-Regular';
    font-size: 1rem;
    line-height: 1.2;
} */


/* NEW MODALS */

.service-modal-body h2 {
    margin: 0 0 5px 0;
    padding-right: 15px;
    font-family: 'BebasNeue-Bold';
    text-transform: uppercase;
    font-size: 1.8rem;
}

.service-modal-body h3 {
    font-family: 'ProximaNova-Bold', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.1rem;
    color: #02a0d0;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 0.7rem;
}

.service-modal-body p {
    width: 100%;
    text-align: justify;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
}

.service-modal-body li {
    margin-bottom: 10px;
}

/* Modals utility */

.no-marg {
    margin-bottom: 15px!important;
}

.marg-top-60 {
    margin-top: 60px;
}

/* Modal Form test period */

.left {
    padding-right: 7px;
}

.right {
    padding-left: 7px;
}

.modal-form-content > form label {
    font-weight: bold;
    font-size: 0.95rem;
    color: #3a3a3a;
}

.modal-form-content > form input,
.modal-form-content > form select {
    margin: 3px 0 15px 0;
}
.modal-form-content > form input[name=phonenumber],
.modal-form-content > form input[name=domian] {
    margin: 3px 0 0 0;
}

.modal-form-content > form textarea {
    height: 270px;
}

.modal-form-content > form .form-annotacion {
    font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
    font-size: 0.9rem;
    font-style: italic;
    font-weight: normal;
    line-height: 1.4;
}


/* Modals End */

.section-mg {
    padding: 30px 0 60px 0;
}

.section-mg-40 {
    padding: 30px 0 40px 0;
}
.section-mg-30 {
    padding: 30px 0 30px 0;
}

.section-mg-0 {
    padding: 30px 0 0 0;
}



/* SERVICES MENU NEW */

.icons-services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
}

.service-item {
    width: 120px;
    padding: 20px 15px 20px 15px;
}

.service-item__link {
    text-decoration: none;  
}

.service-item__link:hover {
    cursor: pointer;
}

.service-item__container {
    display: flex;
    flex-direction: column;
}

.service-item__image {
    text-align: center;
}

.service-item__image img {
    width: 59px;
    height: 55px;
}

.service-item__text {
    font-family: "ProximaNova-Regular";
    font-size: 0.8rem;
    color: #282828;
    line-height: 1.4;
    text-align: center;
    padding-top: 15px;
}



/* CLIENTS IT-HELP NEW */

h2, h3, h4, h5, h6 {
    font-family: "ProximaNova-Bold";
} 

.it-help_title-block {
    padding: 2rem 0;
    margin: 0;
}

.it-help_title-block h3 {
    font-family: "ProximaNova-Bold";
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
}

.template-landings-list {
    columns: 3;
    column-gap: 0.3rem; 
    font-family: "BebasNeue-Bold";
    font-size: 0.6rem;
    text-align: center;

    list-style: none;
    padding-left: 0;
    margin: 0;
}

.template-landings-list li {
    padding: 1px 0;
}


/* Block 3 */

.block_3__container {
    margin: 0;
    gap: 6rem;
}

.block_3__info-block {
    color: #484848;
    padding: 30px 0 0 0;
}

.block_3__info-block h4,
.block_3__info-block h5 {
    font-family: 'BebasNeue-Bold';
}

.block_3__info-block h4  {
    font-size: 2.4rem;
    color: #3e96cf;
}

.block_3__info-block h5  {
    font-size: 1.8rem;
}

.block_3__info-block p {
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0;
}

.block_3__button a {
    display: inline-block;
    padding: 10px 60px 10px 60px;
    margin: 25px 0 0 0;
    background: linear-gradient(180deg, #6aaeda 0%, #347eae 100%);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    border: 1px solid #fff;
    border-radius: 30px;
}

/* Block 4 */

.block-4__buttons p {
    margin: 0;
    padding: 0;
}

.block-4__buttons a {
    display: block;
    max-width: 225px;
    font-family: "ProximaNova-Bold";
    font-size: 0.95rem;
    color: #fff;
    text-align: center;
    background: rgb(52,126,173);
    background: linear-gradient(0deg, rgba(52,126,173,1) 0%, rgba(106,175,217,1) 100%);
    border: 2px solid #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
    border-radius: 12px 12px 12px 12px;
    padding: 8px 10px;
    margin: 6px 0 0 0;
}

.block-4__buttons a:hover {
    background: #55a7dc;
}

.block-4__image-box {
    text-align: center;
}

.block-4__image-box img {
    max-width: 70%!important;
}

.block-4__column-1,
.block-4__column-3  {
    padding-top: 150px;
}

.block-4__columns p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    text-align: justify;
}

.block-4__columns ul li {
    padding: 3px 0;
}

.block-4__columns ul li::marker {
    color: #3e96cf;
    font-size: 1.8rem;
    line-height: 0;
}

.block-4__columns h4 {
    text-transform: uppercase;
    font-size: 1rem;
    padding: 1rem 0;
    margin: 0;
}



@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1200px) {
    .solutions-item {
        padding: 0 20px;
    } 

    .lp-info {
        padding: 0;
    }
}

@media screen and (max-width: 991px) {
    .prod-info-it {
        padding: 0;
    }
    .prod-info-it > h4 {
        margin: 0;
    }
    hr {
        margin: 0.5rem 0;
    }

    .lp-preview-description a,
    .lp-preview-description p,
    .lp-preview-description ul {
        font-size: 0.85rem;
    }
    
    .lp-preview-description ul {
        margin: 5px 0 5px 0;
    }
    .lp-preview-description ul li {
        padding: 0;
    }

    .prod-info-it > h4 {
        font-size: 1.3rem;
    }

    .button-lp-preview {
        font-size: 0.9rem;
        line-height: 1.1;
    }
    .container {
        max-width: 100%;
    }

    .info-text,
    .help-you-text {
        padding: 0 0 0 0;
    }

    .lp-info > .image-box {
        width: 100%;
    }

    .modal-dialog-width-info {
        max-width: 760px;
    }
    /* .modal-dialog-custom {
        max-width: 760px;
    } */

    .prezent-slider {
        padding: 0px 5px;
    }

    .agragator-text p {
        font-size: 0.9rem;
    }
}


@media screen and (max-width: 768px) {
    /* Form */
    .form-left {padding-right: 20px;}
    .form-right {padding-left: 20px;}

    .image-priview > img {
        width: 100%;
    }

    .help-you-item, .help-you-item img {
        max-width: calc(130px - 60px);
    }

    .help-you-item {
        text-align: center;
        font-size: 0.8rem;
    }

    .lp-info > .image-box {
        width: 70%;
    }

    .lp-info-lr {
        margin: 0 0 0 0;
    }

    /* Modals */
    .modal-dialog-custom {
        padding: 0.5rem;
    }

    .custom-modal-content {
        padding: 40px 25px 40px 25px;
    }

    .annotation-description h5 {
        font-size: 1.075rem;
    }

    .annotation-head-logo {
        max-width: 135px;
        padding-right: 20px;
    }

    .annotation-head .annotation-logo-text {
        font-size: 1.3rem;
    }

    .annotation-description {
        padding: 15px 10px;
    }

    .annotation-description span {
        font-size: 1rem;
        line-height: 1.1;
    }

    .modal-dialog-custom {
        margin: 6rem auto;
    }

    .prezent-slider {
        padding: 0px 20px;
    }

    .agregator-img {
        padding: 30px 60px 30px 60px;
    }

    .button-type-2 {
        margin: 6px auto 0 auto;
    }

    .service-item {
        padding: 15px 15px 15px 15px;
    }

}


@media screen and (max-width: 576px) {

    /* Form */
    .form-container {
        padding: 30px 0 60px 0;
    }
    .form-left {padding-right: 15px;}
    .form-right {padding-left: 15px;}

    .title-form {
        font-size: 1.05rem;
    }
    .it-help-form {
        margin: 0;
    }
    .it-help-form .form-button {
        margin: 25px 0 15px 0;
    }
    /* Form End */

    .title-block-cp > h3,
    .title-page > .description-page {
        font-size: 1.1rem;
    }

    .title-block-cp {
        padding: 30px 0;
    }

    .title-page {
        padding: 60px 0 0 0;
    }

    .title-page > .h1-title {
        font-size: 2.1rem;
    }
    .title-page > .h1-title.h1-title-c {
        font-size: 1.65rem;
    }

    /* Preview */
    .button-lp-preview {
        font-size: 0.6rem;
        line-height: 1;
        padding: 6px 2px;
        border-radius: 6px 0 6px 0;
    }
    .prod-info-it > h4 {
        font-size: 1.1rem;
    }

    .lp-preview-description a,
    .lp-preview-description p,
    .lp-preview-description ul {
        font-size: 0.75rem;
    }

    .border-lp {
        border: 1px solid #fff;
        padding: 3px;
    }

    .lp-preview-description ul li::marker {
        font-size: 1.1rem;
        line-height: 0.5;
    }

    .title-page > .h1-title {
        margin: 0px 0 30px 0;
    }
    /* .image-priview {
        padding: 30px 0 0 0;
    } */

    .button-type-1 {
        font-size: 0.8rem;
    }

    .title-clients {
        text-align: center;
        margin: 15px 0 20px 0;
    }

    .title-clients.tc2 {
        margin: 40px 0 20px 0;
    }

    .help-you-img img {
        width: 80%;
    }

    /* Modals */
    .modal-dialog-custom {
        padding: 0;
    }

    .custom-modal-content {
        padding: 30px 15px 30px 15px;
    }

    .modal-dialog-custom .modal-body {
        padding: 0;
    }
    .modal-dialog-custom.modal-dialog-width-form .modal-body {
        padding: 1rem;
    }

    .annotation-head-logo {
        max-width: 100px;
        padding-right: 10px;
    }

    .annotation-head .annotation-logo-text {
        font-size: 1rem;
    }

    .annotation-description h5 {
        font-size: 0.8rem;
    }

    .annotation-description span {
        font-size: 0.7rem;
    }

    .annotation-modal-content {
        padding: 30px 0 0 0;
    }

    .modal-dialog-custom {
        margin: 6rem 0.5rem 0.5rem 0.5rem;
    }

    .modal-dialog-custom .modal-header > .modal-title {
        font-size: 1rem;
    }

    .head-title-description {
        font-size: 0.9rem;
        line-height: 1.1;
    }

    .service-head-logo {
        width: 100px;
    }

    .modal-footer.service-modal-footer {
        justify-content: center;
    }

    /* Sliders */

    .slider-it-help {
        padding: 0 15px;
    }
    .slider-it-help-solutions {
        padding: 0 30px;
    }

    .agragator-text h4 {
        font-size: 1.1rem;
    }

    .left {
        padding-right: 15px;
    }
    .right {
        padding-left: 15px;
    }
}

@media screen and (max-width: 440px) {

    .service-head-title {
        font-size: 1.45rem;
    }
    .service-modal-body h2 {
        font-size: 1.45rem;
    }

    .service-modal-head {
        margin: 0 0 15px 0;
    }

    .service-modal-content h6 {
        font-size: 0.95rem;
    }
}