:root{
    --violet:#062540;
    --blue:#4f9cde;
    --blue2: #4b97e1;
}

html{
}
.hystmodal{
    z-index: 4000;
}
.hystmodal__shadow {
    z-index: 3999;
}


.hdr {
    background: #fff;
    position: relative;
    z-index: 100;
    position: sticky;
    top: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.hdr .container{
    align-items: center;
    height: 90px;
}
.hdr__burger{
    display: none;
    width: 35px;
    height: 35px;
    border:none;
    background: none;
    cursor: pointer;
    margin-right: 20px;
}
.hdr__burger img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.hdr__logo {
    display: block;
    width: 130px;
    height: auto;
}
.hdr__logo img{
    display: block;
    width: 100%;
    height: auto;
}
.hdr__menu {
    margin-left: auto;
    align-self: stretch;
}
.hdr__menu>ul{
    display: flex;
    height: 100%;
}
.hdr__menu>ul>li{
    display: block;
    height: 100%;
    position: relative;
    padding-bottom: 0;
}
.hdr__menu a{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #fff;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    color:#000;
    text-decoration: none;
    position: relative;
    z-index: 10;
}
.hdr__menu li:hover>a,
.hdr__menu li.header__nav-link--active>a{
    background: #f9f9f9;
}
.hdr__menu ul ul{
    z-index: 20;
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    min-width: 200px;
    transition:transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 4px 5px rgba(0,0,0,0.1);
}
.hdr__menu>ul li:hover ul{
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}
.hdr__menu ul ul a{
    padding: 15px 20px;
    text-align: left;
    display: block;
    font-size: 18px;
    background: #f0f0f0;
}
.hdr__menu ul ul li{
    border: 1px solid #e5e5e5;
    border-top: none;
}
.hdr__menu ul ul li:first-child{
    border-top: 1px solid #e5e5e5;
}
.hdr__right {
    margin-left: 55px;
}
.hdr__button {
    width: 190px;
}





.heroscr{
    position: relative;
    overflow: hidden;
}
.heroscr__main {
    min-height: 580px;
    align-items: stretch;
    justify-content: center;
    padding: 0 100px;
    flex-flow: column nowrap;
    position: relative;
}
.heroscr__ctrl{
    position: absolute;
    z-index: 30;
    height: 0;
    top: 50%;
    left: 50%;
    transform:translateX(-50%);
}
.ctrl{
    width: 27px;
    height: 27px;
    border:none;
    cursor: pointer;
    background: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ctrl-next{
    left: auto;
    right: 0;
}
.ctrl img{
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
}
.ctrl-next img{
    transform: rotate(-90deg);
}
.heroscr__slide{
    position: relative;
    display: block;
}
.heroscr__pic{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.heroscr__box{
    position: relative;
    z-index: 20;
    color:#fff;
    height: calc(100vh - 90px - 140px);
    max-height: 700px;
    min-height: 400px;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: center;
    padding-left: 70px;
    padding-right: 70px;
    box-sizing: border-box;
}
@media (min-width:1200px){
    .heroscr__box{
        transform:translateY(-30px);
        opacity: 0;
        transition: transform 0.4s ease 0.3s, opacity 0.4s ease 0.3s;
    }
}
.heroscr__h1 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: 0.3px;

}
.heroscr__h1x{
    font-size: 47px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.03em;
}
.heroscr__sub {
    font-size: 32px;
    font-weight: 500;
}
.heroscr__small {
    font-size: 24px;
    line-height: 1.5;
}
.swiper-slide-active .heroscr__box{
    transform:translateY(0);
    opacity: 1;
}


.firstbanner {
    background: var(--blue);
    color:#fff;
}
.firstbanner .container{
    min-height: 140px;
    align-items: center;
    justify-content: space-between;
    max-width: 1265px;
}
.firstbanner__title {
    font-size: 32px;
}
.firstbanner__title strong{
    font-weight: 800;
}
.firstbanner__button {
    background: #fff;
    height: 70px;
    width: 283px;
    font-size: 22px;
    font-weight: 500;
    color:var(--blue);
}
.firstbanner__button:hover{
    background: #fcfcfc;
    color:var(--blue2);
}



.partnerresslider {
    padding-top: 6rem;
    overflow: hidden;
}
.blocktitle {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}
.blocksub {
    text-align: center;
    padding-top: 2rem;
    font-size: 24px;
}
.partnerresslider__swiper {
    padding-top: 4.5rem;
    /* max-width: 1270px; */
    margin: 0 auto;
    width: 100%;
}
.partnerresslider__swiper .swiper{
    width: 100%;
}
.partnerresslider__swiper .swiper-slide{
    width: 388px;
}
.partnerslide {
    box-sizing: border-box;
    height: 220px;
    border-radius: 0px;
    background-color: #fff;
    color:var(--blue);
    position: relative;
    padding: 30px 25px;
}
.partnerslide__logo {
    height: 40px;
    display: block;
    width: auto;
    max-width: 170px;
    object-fit: contain;
}
.partnerslide__txt {
    padding-top: 20px;
    font-size: 17px;
}
.partnerslide__txt p{
    margin-bottom: 1rem;
}
.partnerslide__min{
    padding-top: 20px;
}
.partnerslide__min .partnerslide__logo{
    height: 30px;
}
.partnerslide__min .partnerslide__txt{
    padding-top: 15px;
    font-size: 16px;
}
.partnerslide__proc {
    position: absolute;
    top: 60px;
    right: 25px;
    font-size: 92px;
    line-height: 1;
    padding-right: 30px;
}
.partnerslide__proc small{
    font-size: 35px;
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
}
.partnerslide__line,
.partnerslide__line i{
    position: absolute;
    bottom: 30px;
    left: 25px;
    right: 25px;
    height: 1px;
    background-color:var(--blue);
}
.partnerslide__line i{
    left: 0;
    right: 0;
    z-index: 2;
    top:0;
    height: 2px;
}


.personalization {
    padding-top: 120px;
    padding-bottom: 100px;
    overflow: hidden;
    min-height: 595px;
}
.personalization__picwrap,
.personalization__pic{
    width: 680px;
    margin-left: auto;
    flex-shrink: 0;
    height: auto;
    object-fit: contain;
    z-index: 10;
    pointer-events: none;
    position: relative;
    order: 10;
}
.personalization__picbg{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.personalization__over{
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.personalization__main {
    padding-top: 20px;
    position: relative;
    z-index: 10;
    width: 46%;
    flex-grow: 0;
}
.personalization__title {
    font-size: 48px;
    font-weight: 900;
}
.personalization__text {
    font-size: 20px;
    line-height: 1.75;
}
.personalization__text p{
    margin-bottom: 1rem;
}
.personalization__text li{
    padding-left: 36px;
    position: relative;
    background: url('../img/icon-check.png') left 4px no-repeat;
    background-size: 20px;
    padding-bottom: 6px;
}


.omni {
    background: var(--violet);
    color:#fff;
    overflow: hidden;
    padding: 100px 0;
}
.omni__pic {
    /* position: absolute;
    left: 55px;
    top: 50%; */
    /* transform: translateY(-50%); */
    width: 523px;
    margin-left: 55px;
    flex-shrink: 0;
    object-fit: contain;
    z-index: 10;
    pointer-events: none;
}
.omni__main {
    max-width: 46%;
    margin-left: 100px;
    padding-top: 20px;
    flex-grow: 1;
}
.omni__title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 900;
}
.omni__text{
    padding-top: 25px;
    font-size: 20px;
    line-height: 1.75;
}
.omni__text p{
    margin-bottom: 2rem;
}




.easyscreen {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
.easyscreen .personalization__main{
    width: 54%;
}
.easyscreen__pic{
    width: 550px;
    object-fit: contain;
    margin-right: 20px;
}
.easyscreen .learnmorelink{
    margin-bottom: 2rem;
}



.logotypes {
    padding-top: 0px;
    padding-bottom: 60px;
}
.logotypes__wrap {
    padding-top: 80px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    align-content: flex-start;
}
.logotypes__item {
    display: block;
    margin: 0 45px 75px;
}
.logotypes__item img{
    display: block;
    max-width: 300px;
    max-height: 50px;
    object-fit: contain;
}



.transformscreen {
    background: var(--violet);
    color:#fff;
    padding: 80px 0;
    overflow: hidden;
}
.transformscreen__wrap {
    padding-top: 55px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    grid-gap: 40px;
}
.transformitem {
    font-size: 16px;
    line-height: 1.5;
}
.transformitem__icon {
    width: 43px;
    height: 43px;
    display: block;
    object-fit: contain;
    object-position: center bottom;
}
.transformitem__title {
    padding-top: 1rem;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 12px;
}
.transformscreen__bottom {
    padding-top: 60px;
    text-align: center;
}
.transformscreen__bottom .button{
    margin: 0 auto;
}



.testimonials {
    padding: 80px 0 100px;
}
.testimonials__sliderwrap {
    position: relative;
    width: calc(990px + 160px);
    margin: 60px auto 0;
}
.testimonials__sliderwrap .swiper{
    max-width: 100%;
    max-width: 990px;
}
.testimonials__box{
    min-height: 240px;
    border-radius: 20px;
    background-color: #e9f3fb;
    padding: 34px;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 1.35;
}
.testimonials__quote {
    font-style: italic;
}
.testimonials__name {
    padding-top: 15px;
    font-weight: 500;
}
.testimonials__proff {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #707070;
}



.readyscreen {
    background: var(--violet);
    color:#fff;
}
.readyscreen__wrap {
    height: 220px;
    align-items: center;
    justify-content: space-between;
}
.readyscreen__title {
    font-size: 36px;
    font-weight: 900;
    padding-right: 60px;
}
.readyscreen__title strong{
    font-weight: 900;
    color:var(--blue);
}
.readyscreen__right {
    flex-shrink: 0;
}
.readyscreen__button {
    flex-shrink: 0;
}





.frontplank{
    background: #4f9cde;
    padding: 16px 0;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color:#fff;
}
.frontplank__wrap{
}
@media (max-width:767px){
    .frontplank br{
        display: none;
    }
    .frontplank{
        font-size: 13px;
        line-height: 1.5;
    }
}





.newfooter {
    background: #fff;
    border-bottom: 8px solid var(--violet);
    font-size: 16px;
    line-height: 1.5;
}
.newfooter .container{
    align-items: center;
    min-height: 18rem;
    padding-top: 2rem;
}
.newfooter--bordered{
    border-top:7px solid #4f9cde;
}
.newfooter--bordered .container{
    padding-top: 0;
}
.newfooter__soc {
    display: grid;
    grid-template-columns: repeat(3, min-content);
    grid-gap: 34px;
}
.newfooter__soclink {
    display: block;
    width: 47px;
    height: 47px;
}
.newfooter__soclink img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.newfooter__copy {
    margin: 0 auto;
    font-size: 14px;
    line-height: 18px;
    max-width: 585px;
}
.newfooter__right {
    width: 21.5%;
    flex-shrink: 0;
}









/* ========== START MOBILE MENU ==========  */
.mobmenu{
    min-height: 100vh;
    margin: 0;
    width: 240px;
    transform: translateX(-100%);
    opacity: 1;
    align-self: flex-start;
    transition-duration: 0.3s;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    height: 100vh;
}
.mobmenu .hystmodal__close{
    top: 10px;
    right: 10px;
    opacity: 0.9;
    width: 24px;
    height: 24px;
    filter: brightness(0);
}
.mobmenu__wrap{
    overflow: hidden;
}
.mobmenu__logo {
    margin: 20px auto 30px;
    width: 130px;
    display: block;
}
.mobmenu__logo img{
    display: block;
    width: 100%;
    margin-left: -15px;
}
.mobmenu__menu {
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 40px;
}
.mobmenu__h1 {
    font-weight: bold;
    padding-left: 30px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.4;
    padding-bottom: 10px;
}
.mobmenu__menu a{
    display: block;
    padding: 7px 30px;
    border-bottom: 1px solid #f0f0f0;
    color:#000;
    text-decoration: none;
}
.mobmenu__menu li:last-child a{
    border:none;
}
.mobmenu__menu li.current-menu-item a{
    background: #f0f0f0;
}
.mobmenu__menu li ul{
    padding: 10px 0;
    font-size: 13px;
}
.mobmenu__menu li ul a{
    border:none;
    padding: 5px 30px;
    font-weight: 400;
    opacity: 0.8;
}
.mobmenu__menu li:last-child a{
    border:none;
}
/* ========== END MOBILE MENU ==========  */






/* ========== START MODAL FORM ==========  */
.actionform{
    width: 670px;
    padding: 42px 75px 60px;
}
.actionform__wrap{
    position: relative;
}
.actionform__title{
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-align: center;
}
.actionform__wrap .wpcf7{
    padding-top: 50px;

}
.actionform__wrap .wpcf7-submit{
    margin: 60px auto 0;
}
@media (max-width:767px){
    .actionform{
        padding: 40px 30px;
        width: 99%;
    }
    .actionform__title{
        font-size: 25px;
        letter-spacing: normal;
    }
    .actionform__wrap .wpcf7{
        padding-top: 30px;
    }
    .wpcf7-form-control-wrap{
        margin-bottom: 30px;
    }
    .themed, .themedselect{
        font-size: 18px;
        height: 50px;
    }
    .actionform__wrap .wpcf7-submit{
        margin-top: 50px;
    }
}
/* ========== END MODAL FORM ==========  */







@media (max-width:1439px) {
    .hdr__right{
        margin-left: 40px;
    }
    .hdr__button{
        width: 120px;
    }
    .hdr__menu a{
        padding-left: 15px;
        padding-right: 15px;
    }
    .hdr__menu ul ul a{
        padding-left: 15px;
        padding-right: 15px;
    }
    .heroscr__h1{
        font-size: 55px;
    }
    .heroscr__h1x{
        font-size: 40px;
    }
    .personalization__pic,
    .personalization__picwrap{
        width: 43%;
        right: -15px;
    }
    .omni__pic{
        width: 42%;
    }
    .readyscreen__title{
        font-size: 32px;
    }
    .personalization__title{
        font-size: 40px;
    }
    .personalization__title br{
        display: none;
    }
    .personalization__text br{
        display: none;
    }
} /* END MEDIA 1430px */













/* === === === === === === INNER PAGE AND TEAM === === === === === === */
.innerpage {
    padding-top: 105px;
    padding-bottom: 60px;
}
.innerpage__title {
    text-align: center;
    font-size: 48px;
    line-height: 1.1;
}
.innerpage__sub{
    font-size: 24px;
    line-height: 1.5;
    padding-top: 24px;
    text-align: center;
}
.storypage {
    padding-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 0 70px;
    max-width: 1200px;
    margin: 0 auto;
}
.storypage__left {
    min-width: 0;
}
.teamitem {
    margin-bottom: 75px;
}
.teamitem__avawrap {
    width: 180px;
    flex-shrink: 0;
    flex-grow: 0;
}
.team__photo {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 150px;
}
.team__photo-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    object-fit: cover;
}
.teamitem__content {
    padding-top: 30px;
}
.teamitem__name {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    padding-bottom: 5px;
}
.teamitem__position {
    font-size: 18px;
}
.teamitem__biolink {
    display: inline-block;
    margin-top: 18px;
    color:#6cb1ec;
    padding-right: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height:1.5;
    position: relative;
    margin-bottom: 20px;
    text-decoration: none;
}
.teamitem__biolink::after{
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.18 0.180176L12 9.34018L2.82 0.180176L0 3.00018L12 15.0002L24 3.00018L21.18 0.180176Z' fill='%236CB1EC'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -7.5px;
    transition: transform 0.3s ease;
}
.teamitem__biolink.isopen::after{
    transform:rotate(180deg);
}
.teamitem__biolink:hover{
    color:var(--blue2);
}
.teamitem__bio {
    font-size: 14px;
    line-height: 1.5;
}
.teamitem__bio p:not(:last-child){
    margin-bottom: 15px;
}
.storypage__right {
    min-width: 0;
}


@media (max-width:1199px){
    .innerpage{
        padding-top: 90px;
    }
    .innerpage__title{
        font-size: 35px;
    }
    .innerpage__sub{
        font-size: 18px;
        padding-top: 20px;
    }
    .storypage{
        grid-gap: 0 30px;
        padding-top: 70px;
    }
    .teamitem__avawrap{
        width: 130px;
    }
    .team__photo{
        width: 110px;
        height: 110px;
    }
}
@media (max-width:992px) {
    .innerpage__sub br{
        display: none;
    }
    .storypage{
        grid-template-columns: 1fr;
    }
    .teamitem{
        margin-bottom: 40px;
    }
    .teamitem__content{
        padding-top: 10px;
    }
}
@media (max-width:767px) {
    .innerpage{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .innerpage__title{
        font-size: 25px;
    }
    .innerpage__sub{
        font-size: 15px;
        padding-top: 14px;
    }
    .storypage{
        padding-top: 50px;
    }
    .teamitem{
        margin-bottom: 30px;
    }
    .teamitem:last-child{
        margin-bottom: 0;
    }
    .teamitem__avawrap{
        width: 110px;
    }
    .team__photo{
        width: 90px;
        height: 90px;
    }
    .teamitem__name{
        font-size: 18px;
    }
    .teamitem__position{
        font-size: 15px;
    }
    .teamitem__biolink{
        font-size: 15px;
    }
    .teamitem__bio{
        margin-left: -110px;
    }
}
/* === === === === === === END INNER PAGE AND TEAM === === === === === === */















/* === === === === === === CONTACT US PAGE === === === === === === */
.contactmap {
    margin-top: 20px;
    position: relative;
}
.contactmap__map {
    height: 715px;
    position: relative;
}
.contactmap__mapframe {
    display: block;
    width: 100%;
    height: 100%;
    border:none;
    /* pointer-events: none; */
}
.contactbox {
    position: absolute;
    top: 157px;
    left: calc(50% + 182px);
    z-index: 10;
    width: 307px;
    min-height: 188px;
    background-color: #062540;
    color:#fff;
    padding: 23px 20px 15px;
}
.contactbox__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}
.contactbox__content {
    padding-top: 22px;
}
.contactbox__line {
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.contactbox__icon {
    flex-shrink: 0;
    width: 21px;
    margin-right: 15px;
}
.contactbox__icon--loc{
    width: 25px;
}
.contactbox__link {
    color:#fff;
    font-weight: 700;
    text-decoration: none;
}
.contactpageform {
    padding-top: 60px;
    padding-bottom: 105px;
}
.contactpageform__title {
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
}
.contactpageform__descr {
    padding-top: 17px;
    font-size: 24px;
    text-align: center;
}
.contactpageform__wrap {
    padding-top: 75px;
    width: 990px;
    max-width: 100%;
    margin: 0 auto;
}
.contactpageform .contacts__form-inputs-wrap{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    margin-left: -45px;
    margin-right: -45px;
    padding-bottom: 3px;
    max-width: 950px;
}
.contactpageform .contacts__form-inputs-wrap .wpcf7-form-control-wrap{
    display: block;
    width: calc(50% - 90px);
    flex-shrink: 1;
    flex-grow: 0;
    margin: 0 45px;
    padding-bottom: 30px;
}
.contactpageform .contacts__form-inputs-wrap .wpcf7-form-control-wrap input{
    height: 45px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    color:#000;
    font-size: 20px;
    font-family: inherit;
    background: #fff;
    border:none;
    border-bottom: 2px solid #47b7f0;
    outline: none;
}
.contactpageform .contacts__form-lab{
    font-size: 20px;
    line-height: 34px;
}
.contactpageform .your-message{
    display: block;
    padding-top: 18px;
}
.contactpageform .your-message textarea{
    height: 165px;
    border:none;
    background-color: #f8f8f8;
    box-sizing: border-box;
    color:#000;
    font-size: 20px;
    line-height: 1.4;
    padding: 15px;
    overflow: auto;
    font-family: inherit;
    box-sizing: border-box;
    width: 100%;
}
.contactpageform textarea.wpcf7-not-valid{
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.contactpageform .your-message textarea:focus{
    background: #fafafa;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
}
.contactpageform .wpcf7-submit{
    margin: 0 auto;
    width: 267px;
    height: 64px;
    font-size: 22px;
}
@media (max-width:1199px){
    .contactmap__map{
        height: 450px;
    }
    .contactbox{
        top: 60px;
        right: 30px;
        transform: none;
        left: auto;
    }
    .contactpageform__descr{
        font-size: 18px;
    }
}
@media (max-width:767px){
    .contactmap{
        margin-top: -20px;
    }
    .contactmap__map{
        height: 450px;
    }
    .contactbox{
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        display: block;
    }
    .contactpageform{
        padding-bottom: 80px;
    }
    .contactpageform .contacts__form-inputs-wrap{
        flex-flow: column nowrap;
        align-items: stretch;
        margin-left: 0;
        margin-right: 0;
    }
    .contactpageform .contacts__form-inputs-wrap .wpcf7-form-control-wrap{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .contactpageform__title{
        font-size: 25px;
    }
    .contactpageform__descr{
        font-size: 15px;
    }
    .contactpageform__wrap{
        padding-top: 20px;
    }
    .contactpageform .contacts__form-inputs-wrap .wpcf7-form-control-wrap input{
        font-size: 16px;
    }
    .contactpageform .wpcf7-submit{
        font-size: 18px;
        height: 60px;
    }
}
/* === === === === === === END CONTACT US PAGE === === === === === === */











/* === === === === === === LOGIN AND REGISTER PAGE === === === === === === */
@media(min-width:1200px){
    .innerpage--login{
        padding-top: 70px;
        padding-bottom: 20px;
    }
}
.loginbox {
    width: 490px;
    min-height: 430px;
    border:2px solid #6cb1ec;
    background: #fff;
    padding: 45px 50px 35px;
    margin: 0 auto 90px;
    max-width: 100%;
}
.loginform__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    line-height: 1;
}
.loginform__from {
    padding-top: 45px;
}
.loginform__from .themed {
    margin-bottom: 30px;
    font-size: 20px;
    height: 48px;
}
.loginbox__submit {
    width: 186px;
    height: 66px;
    font-size: 22px;
    font-weight: 500;
    margin: 0 auto 15px;
}
.loginform__accept {
    padding-top: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}



.signupbox{
    width: 900px;
}


.loginform__from--signup{
    padding-top: 40px;
}
.signupbox__grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 50px;
    grid-auto-rows: auto;
}
.loginform__from--signup .themed{
    margin-bottom: 0;
}
.loginform__row{
    padding-bottom: 26px;
}
.loginform__from--signup .loginbox__submit{
    margin-top: 20px;
}
#cemail-error{
    display: none;
}


.login__success-block,
.login__error-block{
    display: none;
}

.signup-success,
.signup-login__error{
    display: block;
    padding: 15px 20px;
    border: 2px solid #92cfb3;
    background: #e4ffe4;
    font-size: 14px;
    line-height: 1.5;
    margin: 55px 0 0;
}
.signup-login__error{
    margin-top: 20px;
    border: 2px solid #f99b9b;
    background: #ffebeb;
}
.signup-success__title{
    font-weight: 700;
    margin-bottom: 9px;
    font-size: 17px;
    line-height: 1.3;
}


@media (max-width:767px){
    .loginbox{
        padding: 35px 20px;
    }
    .loginform__title{
        font-size: 24px;
    }
    .loginform__accept{
        font-size: 15px;
    }
    .loginform__from .themed{
        font-size: 18px;
    }
    .signupbox__grid{
        grid-template-columns: 1fr;
    }
}
/* === === === === === === LOGIN AND REGISTER PAGE === === === === === === */













/* === === === === === === NEWS PAGE === === === === === === */
.newspage {
    padding-top: 40px;
    padding-bottom: 60px;
}
.newstablinks {
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
}
.newstablinks i{
    display: block;
    flex-shrink: 0;
    width: 3px;
    height: 27px;
    margin: 0 20px;
    background: #4f9cde;
}
.newstablink {
    color: #4f9cde;
    display: block;
    text-decoration: none;
}
.newstablink:not(.active):hover{
    color: #4185c0;
}
.newstablink.active {
    font-weight: 700;
}
.newspage__tabswrap {
    padding-top: 50px;
}
.newspage__tab {
    position: relative;
    display: none;
}
.newspage__tab.active{
    display: block;
}
.newsitem {
    max-width: 995px;
    margin: 0 auto;
    min-height: 300px;
    background: #fff;
    align-items: stretch;
    border: 2px solid #4f9cde;
    margin-top: 50px;
}
.newsitem:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.newsitem:first-child{
    margin-top: 0;
}
.newsitem__pic {
    height: auto;
    position: relative;
    width: 420px;
    flex-shrink: 0;
    flex-grow: 0;
}
.newsitem__pic img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsitem__right {
    flex-grow: 1;
    padding: 35px 35px 35px 50px;
}
.newsitem__date {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #4f9cde;
}
.newsiem__title {
    display: block;
    margin-top: 20px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color:#000;
    text-decoration: none;
}
.newsiem__title:hover{
    color:#000;
}
.newsitem__company {
    padding-top: 15px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}
.newsitem__person {
    padding-top: 12px;
    align-items: center;
}
.newsitem__avatar {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    margin-right: 12px;
    font-size: 12px;
    line-height: 1;
}
.newsitem__avatar img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    object-fit: cover;
}
.newsitem__link {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    padding-right: 30px;
}
.newsitem__link::after{
    width: 22px;
    height: 22px;
    margin-top: -10px;
}
.newspage__more {
    margin-top: 50px;
    overflow: hidden;
    height: 0;
    transition:height 0.3s ease;
}
.newspage__more .newsitem:last-child{
    margin-bottom: 25px;
} 
.newspage__morelinkwrap{
    margin-top: 25px;
    text-align: center;
}
.newspage__morelink {
    display: inline-block;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    padding-right: 25px;
    text-decoration: none;
}
.newspage__morelink::after{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.18 0.180176L12 9.34018L2.82 0.180176L0 3.00018L12 15.0002L24 3.00018L21.18 0.180176Z' fill='%236CB1EC'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -6px;
    transition: transform 0.3s ease;
}
.newspage__morelink.isopen::after{
    transform: rotate(180deg);
}
@media (max-width:992px){
    .newspage{
        padding-bottom: 50px;
    }
    .newspage__tabswrap{
        padding-top: 30px;
    }
    .newsitem__pic{
        width: 40%;
    }
    .newsitem__right{
        padding: 25px;
    }
    .newsiem__title{
        font-size: 20px;
        line-height: 1.3;
    }
    .newsitem:not(:first-child){
        margin-top: 30px;
    }
    .newspage__more{
        margin-top: 30px;
    }
}
@media (max-width:767px){
    .newspage{
        padding-top: 30px;
    }
    .newstablinks{
        font-size: 20px;
    }
    .newsitem{
        flex-flow: column nowrap;
        align-items: stretch;
    }
    .newsitem__pic{
        width: 100%;
        height: 0;
        padding-bottom: 60%;
    }
    .newsiem__title{
        margin-top: 15px;
        font-size: 18px;
    }
    .newsitem__avatar{
        width: 50px;
        height: 50px;
    }
    .newsitem__right{
        padding: 25px 15px;
    }
    .newsitem__company{
        padding-top: 10px;
        font-size: 14px;
    }
    .newspage__morelink{
        font-size: 18px;
    }
    .newspage__morelink::after{
        margin-top: -7px;
    }
    .newspage__morelinkwrap{
        margin-top: 15px;
    }
}
/* === === === === === === END NEWS PAGE === === === === === === */















.simplepage{
    max-width: 1200px;
    margin: 0 auto;
}
#ccpa_submit{
    width: 200px;
    height: 50px;
    font-family: inherit;
    background-color: var(--blue);
    border-radius: 100px;
    cursor: pointer;
    color:#fff;
}
#ccpa_form{
    font-size: 13px;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    width: 100%;
    overflow: auto;
}
#ccpa_form select,
#ccpa_form input[type="text"]{
    width: 100%;
    height: 30px;
    padding: 0 15px;
    font-family: inherit;
}

.opt-out-status{
    border-collapse:collapse;
    border-spacing:0;
}
.opt-out-status td{
    border-style:none;
    overflow:hidden;
    word-break:normal;
    padding: 10px 10px 10px 10px;
}
.opt-out-status th{
    border:1px solid #ccc;
    font-size: 17px;
    font-weight: 200;
    overflow:hidden;
    word-break:normal;
    padding: 10px 15px 10px 15px;
}
.opt-out-status .tr-title{
    text-align:left;
    vertical-align:top;
}
.opt-out-status .opted-out{
    text-align:center;
    vertical-align:top;
    width: 160px;
}
.opt-out-status .opted-in{
    text-align:center;
    vertical-align:top;
    background-color: #4185c0;
    color: white;
    width: 160px;
    border-color:#4185c0;
}
  