@font-face {
    font-family: 'ProductSansBold';
    src: url('../fonts/ProductSansBold.eot');
    src: url('../fonts/ProductSansBold.eot') format('embedded-opentype'),
    url('../fonts/ProductSansBold.woff2') format('woff2'),
    url('../fonts/ProductSansBold.woff') format('woff'),
    url('../fonts/ProductSansBold.ttf') format('truetype'),
    url('../fonts/ProductSansBold.svg#ProductSansBold') format('svg');
}

body {
    font-family: 'Roboto', sans-serif;
}

header.header .logo {
    font-family: 'ProductSansBold';
}
header.header .logo span {
    color: #4285f4;
}
/*header.header .logo span:nth-of-type(1) {*/
/*    color: #4285f4;*/
/*}*/

/*header.header .logo span:nth-of-type(2) {*/
/*    color: #ea4335;*/
/*}*/

/*header.header .logo span:nth-of-type(3) {*/
/*    color: #fbbc05;*/
/*}*/

header.header .logo {
    font-size: 32px;
}

header.header {
    border-bottom: 1px solid rgba(60, 60, 67, 0.18);
    padding: 8px 16px 8px 68px;
}

header.header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header.header .wrapper nav.main_menu {
}

header.header .wrapper nav.main_menu a {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #065FD4;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 6px;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

header.header .wrapper nav.main_menu ul {
    display: flex;
    gap: 16px;
}

a.b_but {
    background: #065FD4;
    border-radius: 4px;
    padding: 12px 16px;
    color: #F2F2F7;
}

header.header .wrapper nav.main_menu a.b_but {
    color: #F2F2F7;
    padding: 12px 16px;
}

header.header .logo img {
    width: 1.47rem;
    height: 1.47rem;
    margin-right: 7px;
}

header.header .logo {
    display: flex;
    align-items: baseline;
}


section.page .wrapper {
    /*padding: 32px 16px 32px 220px;*/
    max-width: 970px;
}

section.page h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 16px 0;
}

section.page .subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 32px 0;
}

.urls {
    margin: 0 0 32px 0;
}

.urls .urls_wrap {
    background: rgba(120,120,128,.2);
    border-radius: 100px;
    height: 72px;
    min-width: 130px;
    padding: 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.urls .urls_wrap input[type="text"] {
    margin: 0 auto 0 0;
}

.urls .urls_wrap [type="submit"] {
    background: #065FD4;
    border-radius: 100px;
    height: 48px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    padding: 12px 16px;
    box-sizing: border-box;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    border: 0;
    color: #F2F2F7;
}

[type="submit"] {
    cursor: pointer;
}


.urls .icon {
    padding: 12px 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.urls .icon i {
    font-size: 24px;
}

.urls .urls_wrap input[type="text"] {
    width: 100%;
    padding: 0 32px 0 6px;
    background: transparent;
    border: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

.urls .urls_wrap input[type="text"]::placeholder {
    color: #636366;
}


section.page h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 16px 0;
}

section.page p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}

section.page a {
    color: #065FD4;
}

.corusel {
    margin: 31px 0;
}

.corusel .item {
    background: #FFFFFF;
    border: 1px solid rgba(60, 60, 67, 0.18);
    border-radius: 8px;
    padding: 16px 24px 16px 16px;
    box-sizing: border-box;
    display: flex;
    gap: 16px;
}

.corusel .item .title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 8px 0;
}

.corusel .item .text {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #1C1C1E;
}

.corusel .item .icon i {
    font-size: 48px;
}

button.owl-prev.disabled {
    display: none !important;
}

section.page .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    background: #C7C7CC !important;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.page {
}

section.page .owl-nav button.owl-next {
    right: -20px;
}

section.page .owl-nav button.owl-prev {
    left: -20px;
}

section.page .owl-nav button i {
    opacity: 0.5;
    font-size: 24px;
}

section.page .owl-nav button i.left {
    transform: rotate(-180deg) !important;
    display: block;
}

section.page .image {
    margin: 32px 0;
}

section.page .image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-sizing: border-box;
}

.blogs .article {
    background: #FFFFFF;
    /* divider-02/light */
    border: 1px solid rgba(60, 60, 67, 0.18);
    border-radius: 8px;
}

.blogs .article .images {
    margin: -1px -1px 0 -1px;
}

.blogs .article .images img {
    border-radius: 8px 8px 0px 0px;
    display: block;
    width: 100%;
}

.blogs .article .title {
    margin: 16px 16px 8px 16px;
}

.blogs .article .title a {
    color: #1C1C1E;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.blogs .article .desc {
    color: #1C1C1E;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 8px 16px 16px 16px;
}

.blogs {
    margin: 32px 0;
}

.show_all {
    margin: 16px 0 0 0;
    text-align: center;
    position: relative;
}

.show_all a {
    background: #C7C7CC;
    border-radius: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    padding: 8px 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 10;
}

.show_all i {
    opacity: 0.5;
    font-size: 24px;
}

.show_all:after {
    content: '';
    background: rgba(60, 60, 67, 0.18);
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
}

.corusel_v2 {
    margin: 32px 0;
}

.corusel_v2 .group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}

.corusel_v2 .group .item {
    background: #FFFFFF;
    border: 1px solid rgba(60, 60, 67, 0.18);
    border-radius: 8px;
    padding: 16px;
    box-sizing: border-box;
    /* height: calc(50% - 4px); */
    /* min-height: calc(50% - 4px); */
    min-height: 140px;
}

.corusel_v2 .group .item .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 16px 0 0 0;
}

.corusel_v2 .group .item .desc a {
    color: #065FD4;
    text-decoration-line: underline;
}

.corusel_v2 .group .item .title {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.corusel_v2 .group .item .title i {
    font-size: 24px;
}

active .owl-stage {
}

.corusel_v2 .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

button.owl-next.disabled {
    display: none !important;
}

.corusel_v3 {
    margin: 32px 0;
}

.corusel_v3 {
}

.corusel_v3 .item {
    background: #FFFFFF;
    /* divider-02/light */
    border: 1px solid rgba(60, 60, 67, 0.18);
    border-radius: 8px;
    padding: 16px;
    box-sizing: border-box;
    margin: 0 1px;
}

.corusel_v3 .item .title {
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    gap: 12px;
}

.corusel_v3 .item .title i {
    background: #FFFFFF;
    /* divider-02/light */
    border: 1px solid rgba(60, 60, 67, 0.18);
    padding: 4px;
    border-radius: 160px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corusel_v3 .item .url {
    margin: 8px 0 0 0;
}

.corusel_v3 .item .url {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 28px;
    color: #065FD4;
}

.corusel_v3 .item .url a {
    color: inherit;
}


.accordions {
    margin: 32px 0;
    border: 1px solid rgba(60, 60, 67, 0.18);
    border-radius: 8px;
}

.accordions .accord {
    padding: 8px 8px 8px 0;
    border-bottom: 1px solid rgba(60, 60, 67, 0.18);
    margin: 0 0 0 16px;
}

.accordions .accord .answer {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #636366;
    margin: 4px 0 0 0;
    display: none;
    overflow: hidden;

}

.accordions .accord .question {
    color: #1C1C1E;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.accordions .accord:last-of-type {
    border: 0;
}

.accordions .accord .question {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.accordions .accord .question i {
    font-size: 24px;
}

.accordions .accord .question {
    user-select: none;
    cursor: pointer;
}

.accordions .accord.open .answer {


}

.accordions .accord.open .question i {
    transform: rotate(90deg);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.accordions .accord .question i {
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

footer.footer {

    /* divider-02/light */

    background: #F2F2F7;
    /* divider-02/light */

    border-top: 1px solid rgba(60, 60, 67, 0.18);
}

footer.footer .wrapper {
    /*padding: 16px 16px 16px 220px;*/
    max-width: 970px;
}

.copy {
    font-style: normal;
    font-weight: 400;
    /*font-size: 14px;*/
    font-size: 1.08rem;
    line-height: 16px;
    color: #636366;
}

a.open_menu {
    display: none;
}

.win {
    display: none;
}

.win.open {
    background: #fff0;
    position: fixed;
    right: 0;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 98;
}

.pops {
    background: #065FD4;
    /* divider-02/light */
    border: 1px solid rgba(60, 60, 67, 0.18);
    border-radius: 8px;
    position: absolute;
    width: 360px;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.urls {
    position: relative;
}

.pops .text {
    padding: 24px;
    text-align: center;
    color: #fff;
}

.pops .text .title {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 4px 0;
}

.pops .text .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.pops .button {
    display: flex;
    justify-content: space-between;
}

.pops .button a {
    padding: 12px 16px;
    height: 48px;
    display: block;
    box-sizing: border-box;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    box-shadow: inset 0px 1px 0px rgb(255 255 255 / 18%), inset 1px 0px 0px rgb(255 255 255 / 18%);
}

.pops .button a:first-of-type {
    box-shadow: inset 0px 1px 0px rgb(255 255 255 / 18%);
}

.pops:after {
}

.pops:after {
    background: linear-gradient(135deg, transparent 8px, #065fd4 0) top left, linear-gradient(225deg, transparent 0px, #065fd4 0) top right, linear-gradient(315deg, transparent 0px, #065fd4 0) bottom right, linear-gradient(45deg, transparent 0px, #065fd4 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-image: radial-gradient(circle at 0 0, rgba(204, 0, 0, 0) 11px, #065fd4 12px);
    position: absolute;
    width: 20px;
    content: '';
    height: 24px;
    z-index: 10;
    top: -12px;
    left: calc(50% - 12px);
}

.pops:before {
    background: linear-gradient(135deg, transparent 8px, #065fd4 0) top left, linear-gradient(225deg, transparent 0px, #065fd4 0) top right, linear-gradient(315deg, transparent 0px, #065fd4 0) bottom right, linear-gradient(45deg, transparent 0px, #065fd4 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-image: radial-gradient(circle at 0 0, rgba(204, 0, 0, 0) 11px, #065fd4 12px);
    position: absolute;
    width: 24px;
    content: '';
    height: 20px;
    z-index: 10;
    top: -10px;
    left: calc(50% - 14px);
    transform: rotate(90deg);
}

body {
    margin: 64px 0 0 0;
}

header.header {
    height: 64px;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 99;
    top: 0;
}


a:hover, [type="submit"]:hover {
    opacity: 0.8;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a, [type="submit"] {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


section.page .owl-nav button:hover {
    background: #d7d7dc !important;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


section.page .owl-nav button {

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.more {
    overflow: hidden;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;

    width: 2rem;
    height: 2rem;

    animation: spinner-border .75s linear infinite;
    vertical-align: text-bottom;

    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;

    border-width: .2em;
}

.is-invalid {
    border: 2px solid #f25767;
}

.is-invalid:focus {
    border: 2px solid #f25767;
    box-shadow: 0 0 0 0 rgba(242, 87, 103, .25);
}

.sr-only {
    display: none;
}

.pops .button a.login {
    display: none;
}


 a.b_but {
    color: #F2F2F7;!important;
    padding: 12px 16px;
}



a.b_but{
    color: #fff!important;
}

.text-end{
    text-align: end!important;
}

.footer-menu a,.footer-menu a:hover,.footer-menu a:visited{
    color: #000!important;

}
.footer-menu{
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.page {
    min-height: calc(100vh - 65px);
}
h3{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 8px 0;
}
/*.copy strong{*/
/*    color: black;*/
/*}*/


h1,h2,h3{
    font-weight: bold!important;
}
h1{
    font-size: 24px!important;
}
h2{
    font-size: 22px!important;
}

h3{
    font-size: 20px!important;
}
.main_menu ul ,ul.footer-menu{
    list-style: none;
}
.urls_wrap .icon-link:before{
    color: #0c66ff;
}

.urls .urls_wrap input[type="text"]{
    outline: none;
}
.urls{
    margin-bottom: 16px;
}



.copy p{
    margin-top:  10px;
    color: red;
    font-size: 14px;
}

.more2{
    overflow: hidden;
}