html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr,
img {
    border: none;
}

hr {
    border-bottom: 1px solid #ccc;
}

img {
    vertical-align: middle;
}

ol,
ul {
    /* list-style-position: outside; */
}

table td,
table th {
    vertical-align: top;
}

big {
    font-size: larger;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: smaller;
    line-height: 0;
}

sub {
    vertical-align: sub;
}

sup {
    vertical-align: super;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:visited {
    text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input,
textarea {
    -webkit-appearance: none;
}

input,
select {
    vertical-align: middle;
    border: 0;
}

textarea {
    overflow: auto;
}

button {
    cursor: pointer;
    border: 0;
}

:focus,
 :active {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder {
    color: #000;
}

input:-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder {
    color: #000;
}

#form_footer input#inputPhone::-webkit-input-placeholder,
.forma_new input#inputPhone::-webkit-input-placeholder,
#buy_form input#inputPhone::-webkit-input-placeholder {
    color: #fff;
}

#form_footer input#inputPhone::-moz-placeholder,
.forma_new input#inputPhone::-moz-placeholder,
#buy_form input#inputPhone::-moz-placeholder {
    color: #fff;
}

#form_footer input#inputPhone:-ms-input-placeholder,
.forma_new input#inputPhone:-ms-input-placeholder,
#buy_form input#inputPhone:-ms-input-placeholder {
    color: #fff;
}

textarea::-webkit-input-placeholder {
    color: #000;
}

textarea::-moz-placeholder {
    color: #000;
}

textarea:-moz-placeholder {
    color: #000;
}

textarea:-ms-input-placeholder {
    color: #000;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder {
    color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

textarea:focus::-moz-placeholder {
    color: transparent !important;
}

textarea:focus:-moz-placeholder {
    color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}


/*==============================COMMON==============================*/

.center-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    min-width: 320px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: normal;
}

h2,
.h2 {
    margin-bottom: 20px;
    color: #2D3160;
    font-size: 40px;
    font-weight: 300;
}


/*---*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
html,
body {
    width: 100%;
    height: auto;
    font-style: normal;
    font-weight: normal;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #222222;
}

.clr:after {
    content: '';
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #1645ad;
    font-family: 'Open Sans', sans-serif;
    /* font-size: 14px; */
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    outline: none;
}

a:link,
a:active,
a:visited,
a:focus {
    color: #1645ad;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #0f3c7b;
    text-decoration: underline;
}

input.gradient1,
.gradient1 {
    background: rgb(126, 54, 151);
    background: -moz-linear-gradient(249deg, rgba(126, 54, 151, 1) 0%, rgba(219, 32, 135, 1) 100%);
    background: -webkit-linear-gradient(249deg, rgba(126, 54, 151, 1) 0%, rgba(219, 32, 135, 1) 100%);
    background: linear-gradient(249deg, rgba(126, 54, 151, 1) 0%, rgba(219, 32, 135, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#7e3697", endColorstr="#db2087", GradientType=1);
}

.gradient2 {
    background: rgb(15, 175, 252);
    background: -moz-linear-gradient(249deg, rgba(15, 175, 252, 1) 0%, rgba(120, 57, 200, 1) 100%);
    background: -webkit-linear-gradient(249deg, rgba(15, 175, 252, 1) 0%, rgba(120, 57, 200, 1) 100%);
    background: linear-gradient(249deg, rgba(15, 175, 252, 1) 0%, rgba(120, 57, 200, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0faffc", endColorstr="#7839c8", GradientType=1);
}

.gradient3 {
    background: rgb(15, 175, 252);
    background: -moz-linear-gradient(249deg, rgba(15, 175, 252, 0.5) 0%, rgba(120, 57, 200, 0.5) 100%);
    background: -webkit-linear-gradient(249deg, rgba(15, 175, 252, 0.5) 0%, rgba(120, 57, 200, 0.5) 100%);
    background: linear-gradient(249deg, rgba(15, 175, 252, 0.5) 0%, rgba(120, 57, 200, 0.5) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0faffc", endColorstr="#7839c8", GradientType=1);
}

.gradient4 {
    background: rgb(0, 51, 153);
    background: -moz-linear-gradient(24deg, rgba(0, 51, 153, 1) 0%, rgba(0, 204, 255, 1) 100%);
    background: -webkit-linear-gradient(24deg, rgba(0, 51, 153, 1) 0%, rgba(0, 204, 255, 1) 100%);
    background: linear-gradient(24deg, rgba(0, 51, 153, 1) 0%, rgba(0, 204, 255, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#003399", endColorstr="#00ccff", GradientType=1);
}

.title_text {
    margin-bottom: 50px;
}

.title_text h1,
.title_text h2 {
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
    color: #2D3160;
}

.title_text h3 {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    text-align: center;
}

section,
.section {
    padding: 60px 0;
}

.section_pt10 {
    padding-top: 10px;
}

.abso_link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 5;
}

.footer_form input.standart_btn,
.footer_form.modal_form input.standart_btn,
input.standart_btn,
button.standart_btn,
.standart_btn a {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 18px 36px;
    white-space: nowrap;
    text-decoration: none;
    background: linear-gradient(266.56deg, #7E3697 -2.18%, #DB2087 96.47%)!important;
    border-radius: 50px;
    background-size: 100%;
    border: none;
}

.footer_form input.standart_btn:hover,
input.standart_btn:hover,
button.standart_btn:hover,
.standart_btn a:hover {
    background-size: 200%;
    /*box-shadow: 0px 0px 20px rgb(255 255 255 / 20%);*/
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45);
}

.fs_btn a {
    /*font-weight: bold;*/
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 18px 36px;
    display: inline-block;
    text-decoration: none;
    /*background: linear-gradient(249.26deg, #0FAFFC 15.83%, #7839C8 76.81%);*/
    box-shadow: 0px 0px 47px rgba(0, 0, 0, 0.15);
    background: -webkit-linear-gradient(249deg, rgba(126, 54, 151, 1) 0%, rgba(219, 32, 135, 1) 100%);
    background: linear-gradient(249deg, rgba(126, 54, 151, 1) 0%, rgba(219, 32, 135, 1) 100%) !important;
    border-radius: 32px;
    position: relative;
    background-size: 100%;
}

.fs_btn a:hover {
    background-size: 200%;
    /*box-shadow: 0px 0px 20px rgb(255 255 255 / 20%);*/
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.bg_gray {
    background-color: #F1F1F7;
    background-image: none !important;
}

.bg_white {
    background-color: #fff;
}

.btn_bigpadding a {
    padding: 20px 70px;
}

.gradient-text {
    background: linear-gradient(45deg, #7839C8 33%, #0FAFFC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
}

.gradient-text2 {
    background: linear-gradient(45deg, #003399 33%, #00CCFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
}

.gradient-all {
    background: linear-gradient(45deg, #7839C8 33%, #0FAFFC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-image: linear-gradient(45deg, #7839C8 33%, #0FAFFC);
    border-image-slice: 1;
}


/*==============================Старт Секция==============================*/

.header {}

.logo_head {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}

.logo_head img.logo {
    width: 100%;
    height: auto;
}

.logo_head svg {
    width: 100%;
}

.headet_top_menu {}

.headet_top_menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    margin-left: 15px;
    justify-content: space-around;
}

.headet_top_menu ul li {
    margin-right: 0px;
    height: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.headet_top_menu ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.headet_top_menu ul li a {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 5px solid transparent;
    outline: none;
}

.headet_top_menu ul li a:hover {
    text-decoration: none;
    border-color: #0FAFFC;
}

.headet_top_menu ul li.active {}

.headet_top_menu ul li.current-menu-item>a,
.headet_top_menu ul li.current-page-ancestor a,
.headet_top_menu ul li.active a {
    font-weight: 600;
    border-color: #0FAFFC;
}

.header_top_right {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 4px;
    padding-left: 0;
}

.header_top_right__btn_call {
    /*margin-right: 40px;*/
}

.header_top_right__btn_call a {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline;
    color: #34398A;
}

.header_top_right__btn_call a:hover {
    text-decoration: none;
    text-shadow: 0px 0px 1px rgba(52, 57, 138, 0.7);
}

.header_top_right__lang {}

.header_top_right__lang ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header_top_right__lang ul li {
    margin-right: 15px;
}

.header_top_right__lang ul li:last-child {
    margin-right: 0;
}

.header_top_right__lang ul li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
    color: #000000;
}

.header_top_right__lang ul li a:hover {
    text-shadow: 0px 0px 1px rgba(52, 57, 138, 0.85);
}

.header_top_right__lang ul li a img {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    margin-right: 10px;
}

.header_top_right__lang ul li.active {}

.header_top_right__lang ul li.active a {}

.header_top_right__lang ul li.active a img {}


/*==============================Конец Секция==============================*/


/*==============================Начало Первый Экран==============================*/

.firstscreen {
    background-image: url(../img/bg_home_edu.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    /*padding: 150px 0 0;*/
    padding: 140px 0 0;
    /*min-height: 90vh;*/
    position: relative;
    /*overflow: hidden;*/
    background-attachment: fixed;
    overflow: hidden;
}


/*
@media only screen and (max-height: 700px) {
    .firstscreen { 
        background-size: auto calc(100vh - 17px);
    }
}*/

.bottom_circleline {
    position: absolute;
    bottom: -1px;
    margin: auto;
    width: calc(100% + 2px);
    right: -1px;
    left: -1px;
    z-index: 3;
}

.bottom_circleline img {
    width: 100%;
    height: auto;
}

.fs_title_wr {
    padding-bottom: 140px;
    display: flex;
    align-items: center;
    z-index: 10;
}

.fs_title {}

.fs_title h1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 121%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.fs_title h2 {
    font-size: 18px;
    line-height: 150%;
    color: #F3F3F3;
    margin-bottom: 20px;
}

.fs_title .fs_btn {
    margin-top: 40px;
}

.fs_btn {}

.fs_image {
    height: 100%;
    padding: 0;
    /*min-height: calc(90vh - 120px);*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}


/*==============================Конец Первый Экран==============================*/


/*==============================Начало Навигация==============================*/

.main_menu_wr {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /*padding-top: 20px;*/
    z-index: 99;
}

.navigation_wr .standart_btn {
    padding: 30px 0;
}

.main_menu {}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navigation_wr .menu-item,
.navigation_wr .nav-item {
    padding-right: .5rem;
    padding-left: .5rem;
}

.navigation_wr .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    border-bottom: 4px solid transparent;
}

.navigation_wr .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 4px solid #0faffc;
}

.navigation_wr .navbar-nav .active .nav-link {
    font-weight: 600;
    border-bottom: 4px solid #0faffc;
}

.navigation_wr .navbar {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.navigation_wr .menu-item,
.navigation_wr .nav-item {
    margin-right: 20px;
    white-space: nowrap;
    position: relative;
}

.navigation_wr .menu-item:last-child,
.navigation_wr .nav-item:last-child {
    margin-right: 0;
}

.navigation_wr .dropdown-menu {
    /*background-color: transparent;*/
    border: none;
}

.menu-item-has-childrennav-item>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.navigation_wr .dropdown-item a.nav-link,
.navigation_wr .dropdown-item {
    font-size: 16px;
    line-height: 200%;
    color: #34398A;
    border-bottom: 0 !important;
    /*color: #F3F3F3;*/
}

.navigation_wr .dropdown-item a.nav-link {
    padding: .25rem 1.5rem;
}

.navigation_wr .dropdown-item {
    padding: 0;
}

.navigation_wr .dropdown-item a.nav-link:focus,
.navigation_wr .dropdown-item a.nav-link:hover,
.navigation_wr .dropdown-item:focus,
.navigation_wr .dropdown-item:hover {
    color: #44c0f0;
    text-decoration: none;
    background-color: transparent;
}


/*- Меню первого элемента -*/

.has1screen .navigation_wr .menu-item-has-childrennav-item:nth-child(2) .dropdown-item a.nav-link:focus,
.has1screen .navigation_wr .menu-item-has-childrennav-item:nth-child(2) .dropdown-item a.nav-link:hover,
.has1screen .navigation_wr .menu-item-has-childrennav-item:first-child .dropdown-item a.nav-link:focus,
.has1screen .navigation_wr .menu-item-has-childrennav-item:first-child .dropdown-item a.nav-link:hover,
.has1screen .navigation_wr .dropdown:nth-child(2) .dropdown-item:focus,
.has1screen .navigation_wr .dropdown:nth-child(2) .dropdown-item:hover,
.has1screen .navigation_wr .dropdown:first-child .dropdown-item:focus,
.has1screen .navigation_wr .dropdown:first-child .dropdown-item:hover {
    color: #44c0f0;
    text-decoration: none;
    background-color: transparent;
    /*text-shadow: 0 0 2px #fff;*/
}

.has1screen .navigation_wr .menu-item-has-childrennav-item:nth-child(2) .dropdown-menu::after,
.has1screen .navigation_wr .menu-item-has-childrennav-item:first-child .dropdown-menu::after,
.has1screen .navigation_wr .dropdown:nth-child(2) .dropdown-menu::after,
.has1screen .navigation_wr .dropdown:first-child .dropdown-menu::after {
    content: '';
    position: absolute;
    height: calc(100% - 7px);
    border-left: 2px solid #fff;
    top: -20px;
    border-bottom: 2px solid #fff;
    left: -9px;
    width: 8px;
    border-radius: 0 8px 0;
}

.has1screen .navigation_wr .menu-item-has-childrennav-item:nth-child(2) .dropdown-menu::before,
.has1screen .navigation_wr .menu-item-has-childrennav-item:first-child .dropdown-menu::before,
.has1screen .navigation_wr .dropdown:nth-child(2) .dropdown-menu::before,
.has1screen .navigation_wr .dropdown:first-child .dropdown-menu::before {
    content: '';
    position: absolute;
}

.has1screen .navigation_wr .menu-item-has-childrennav-item:nth-child(2) .dropdown-menu,
.menu-item-has-childrennav-item.has1screen .navigation_wr .dropdown:nth-child(2) .dropdown-menu,
.has1screen .navigation_wr .dropdown:first-child .dropdown-menu {
    background-color: transparent;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-top: -50px;
    /*background: rgb(46,80,167);
    background: linear-gradient(180deg, rgba(46,80,167,0) 0%, rgba(46,80,167,1) 70%, rgba(46,80,167,1) 100%);*/
}

.has1screen .navigation_wr .menu-item-has-childrennav-item:nth-child(2) .dropdown-menu,
.has1screen .navigation_wr .menu-item-has-childrennav-item:first-child .dropdown-menu,
.has1screen .navigation_wr .dropdown:nth-child(2) .dropdown-menu,
.has1screen .navigation_wr .dropdown:first-child .dropdown-menu {
    margin-top: 0;
}

.has1screen .navigation_wr .menu-item-has-childrennav-item:nth-child(2) .dropdown-item a.nav-link,
.has1screen .navigation_wr .menu-item-has-childrennav-item:first-child .dropdown-item a.nav-link,
.has1screen .navigation_wr .dropdown:nth-child(2) .dropdown-item,
.has1screen .navigation_wr .dropdown:first-child .dropdown-item {
    color: #F3F3F3;
    padding: 4px 8px;
}


/* бизнес меню */


/*- Меню первого элемента -*/

.has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item .dropdown-item a.nav-link:focus,
.has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item:nth-child(2) .dropdown-item a.nav-link:hover,
.has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item:first-child .dropdown-item a.nav-link:focus,
.has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item:first-child .dropdown-item a.nav-link:hover,
.has1screen.main_menu_bui .navigation_wr .dropdown:nth-child(2) .dropdown-item:focus,
.has1screen.main_menu_bui .navigation_wr .dropdown:nth-child(2) .dropdown-item:hover,
.has1screen.main_menu_bui .navigation_wr .dropdown:first-child .dropdown-item:focus,
.has1screen.main_menu_bui .navigation_wr .dropdown:first-child .dropdown-item:hover {
    color: #44c0f0;
    text-decoration: none;
    background-color: transparent;
    /*text-shadow: 0 0 2px #fff;*/
}

.has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item .dropdown-menu::after,
.has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item:first-child .dropdown-menu::after,
.has1screen.main_menu_bui .navigation_wr .dropdown:nth-child(2) .dropdown-menu::after,
.has1screen.main_menu_bui .navigation_wr .dropdown:first-child .dropdown-menu::after {
    content: '';
    position: absolute;
    height: calc(100% - 7px);
    border-left: 2px solid #fff;
    top: -20px;
    border-bottom: 2px solid #fff;
    left: -9px;
    width: 8px;
    border-radius: 0 8px 0;
}

.has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item .dropdown-menu::before,
.has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item:first-child .dropdown-menu::before,
.has1screen.main_menu_bui .navigation_wr .dropdown:nth-child(2) .dropdown-menu::before,
.has1screen.main_menu_bui .navigation_wr .dropdown:first-child .dropdown-menu::before {
    content: '';
    position: absolute;
}

.has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item .dropdown-menu,
.menu-item-has-childrennav-item.has1screen.main_menu_bui .navigation_wr .dropdown:nth-child(2) .dropdown-menu,
.has1screen.main_menu_bui .navigation_wr .dropdown:first-child .dropdown-menu {
    background-color: transparent;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-top: -50px;
    /*background: rgb(46,80,167);
    background: linear-gradient(180deg, rgba(46,80,167,0) 0%, rgba(46,80,167,1) 70%, rgba(46,80,167,1) 100%);*/
}

.has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item .dropdown-menu,
.has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item:first-child .dropdown-menu,
.has1screen.main_menu_bui .navigation_wr .dropdown:nth-child(2) .dropdown-menu,
.has1screen.main_menu_bui .navigation_wr .dropdown:first-child .dropdown-menu {
    margin-top: 0;
}

.has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item .dropdown-item a.nav-link,
.has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item .dropdown-item a.nav-link {
    color: #F3F3F3;
    padding: 4px 8px;
}

.has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item .dropdown-item a.nav-link:hover,
.has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item .dropdown-item a.nav-link:hover {
    color: #44c0f0;
    text-decoration: none;
    background-color: transparent;
}


/*-- Навигация ------*

.navigation_wr .dropdown .dropdown-item a.nav-link:focus, 
.navigation_wr .dropdown .dropdown-item a.nav-link:hover,
.navigation_wr .dropdown .dropdown-item:focus, 
.navigation_wr .dropdown .dropdown-item:hover {
    
    color: #44c0f0;
    text-decoration: none;
    background-color: transparent;
}
.navigation_wr .dropdown .dropdown-menu::after {
    content: '';
    position: absolute;
    height: calc(100% - 7px);
    border-left: 2px solid #fff;
    top: -20px;
    border-bottom: 2px solid #fff;
    left: -9px;
    width: 8px;
    border-radius: 0 8px 0;
}
.navigation_wr .dropdown:first-child .dropdown-menu::before {
    content: '';
    position: absolute;
}
.navigation_wr .dropdown .dropdown-menu {
    background-color: transparent;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-top: -50px;
    background: rgb(46,80,167);
    background: linear-gradient(180deg, rgba(46,80,167,0) 0%, rgba(46,80,167,1) 70%, rgba(46,80,167,1) 100%);
}
.navigation_wr .dropdown .dropdown-menu {
    margin-top: 0;
}
.navigation_wr .dropdown .dropdown-item a.nav-link,
.navigation_wr .dropdown .dropdown-item {
    color: #F3F3F3;
    padding: 4px 8px;
}
/*-- // Навигация ------*/

.standart_btn {
    padding: 40px 0;
}

.navigation_wr .standart_btn a {
    padding: 15px 25px;
}


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item:hover .nav-link {}
    .navbar .menu-item:hover .dropdown-menu,
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 0;
    }
}


/* ============ desktop view .end// ============ */

.navbarmobile_flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}


/*==============================Конец Навигация==============================*/


/*==============================Начало Преимущества==============================*/

.pluses_main {
    margin-top: -130px;
    padding: 0;
    padding-bottom: 50px;
}

.pluses_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0px 4px 123px rgba(0, 0, 0, 0.12);
    border-radius: 50px;
    padding: 30px;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    position: relative;
    z-index: 11;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pluses_item:hover {
    box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.1);
}

.pluses_item img {
    margin: auto;
}

.pluses_item svg {
    margin: auto;
    max-width: 100%;
    height: auto;
}

.pluses_item svg path {
    fill: rgb(68, 192, 240);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pluses_item .pluses_item__img {
    margin-bottom: 30px;
    height: 90px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.pluses_item .pluses_item__text {
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
}

.pluses_item__texthidden {
    position: absolute;
    border-radius: 50px;
    padding: 30px;
    padding-top: 150px;
    box-shadow: 0px 4px 123px rgba(0, 0, 0, 0.12);
    top: 0;
    right: 0;
    left: 0;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    max-height: 300px;
    overflow: hidden;
}


/*
.pluses_item.pluses_item_hover:hover .pluses_item__text {
    text-align: left;
    opacity: 0;
}
.pluses_item.pluses_item_hover:hover {
    
}
.pluses_item.pluses_item_hover:hover svg path {
    fill: #fff;
}
.pluses_item.pluses_item_hover:hover .pluses_item__texthidden {
    opacity: 1;
}*/

.pluses_item__img svg {
    fill: #44C0F0;
    width: 99px;
    max-height: 90px;
}

.pluses_itemwr {}


/*==============================Конец Преимущества==============================*/


/*==============================Начало Видео==============================*/

.video_wr {
    background-image: url(../img/bg_1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.tab-content {
    background: #F1F1F7;
    border-radius: 0 0 34px 34px;
}

#videosection .tab_content_left {
    padding: 15px 50px;
    min-height: 200px;
}

.tab_content_left {
    padding: 50px;
}

.tab_content_left h3 {
    font-size: 24px;
    line-height: 150%;
    /* or 36px */
    color: #000000;
}

.tab_content_right {
    padding: 40px 50px;
}

.tab_content_right .tab_content_video {
    position: relative;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 10%);
    border-radius: 18px;
    overflow: hidden;
}

.tab_content_video img.tab_content_videobg {
    width: 100%;
    object-fit: cover;
    /*height: 350px;*/
}

.tabs_wrap .tab_content_video img.tab_content_videobg {
    height: 350px;
}

.tab_content_videoplay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100px;
    width: 100px;
    object-fit: contain;
    padding: 20px;
    /*border: 5px solid #fff;*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.4);
}

.tab_content_videoplay .gradient2 {
    background: space !important;
}

.video_hover_wrap .tab_content_playbtnbg,
.tab_content_video .tab_content_playbtnbg {
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.video_hover_wrap:hover .tab_content_playbtnbg,
.tab_content_video:hover .tab_content_playbtnbg {
    opacity: 1;
}


/*
.tab_content_video:hover .tab_content_videoplay {
    border: 3px solid #fff;
    padding: 22px;
}*/

.tab_content_videoplay img {
    width: 90%;
    z-index: 2;
    padding-left: 5px;
}

.tab_content_video .abso_link_videobg {
    background: radial-gradient(61.43% 61.43% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%), linear-gradient( 256.56deg, rgba(15, 175, 252, 0.15) 1.09%, rgba(120, 57, 200, 0.15) 73.44%);
}

.video_hover_wrap:hover .abso_link_videobg,
.tab_content_video:hover .abso_link_videobg {
    opacity: 0.5;
}

.tabs_wrap .nav-pills {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 50px 50px 0 0;
}

.tabs_wrap .nav-pills .menu-item,
.tabs_wrap .nav-pills .nav-item {
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}


/*
.video_wr .tabs_wrap .nav-pills .nav-item {
    width: 33.3%;
}
*/

.tabs_wrap .nav-pills .nav-link {
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    /* identical to box height, or 16px */
    text-align: center;
    color: #FFFFFF;
}

.tabs_wrap .nav-pills .nav-link.active,
.tabs_wrap .nav-pills .show>.nav-link {
    color: #000000;
    background-color: #F1F1F7;
}

.tabs_wrap .nav-pills .nav-item a {
    padding: 26px;
    border-radius: 50px 50px 0 0;
}

.align_center {
    align-items: center;
    display: flex;
}


/*==============================Конец Видео==============================*/


/*==============================Начало Партнёры==============================*/

.partners {}

.partnersbtn {
    text-align: center;
}

.logo_part_wr {}

.logo_part_wr .logo_item {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_item .logo_item_img {
    max-height: 60px;
    max-width: 55%;
    width: auto;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.65;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.logo_item:hover .logo_item_img {
    width: auto;
    object-fit: contain;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}


/*==============================Конец Партнёры==============================*/


/*==============================Начало Для кого==============================*/

.user_edu {}

.users_item {
    background: #FFFFFF;
    box-shadow: 0px 4px 88px rgba(0, 0, 0, 0.12);
    border-radius: 50px;
    overflow: hidden;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.users_item:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}

.users_item__image {}

.users_item__image img {
    border-radius: 50px;
    height: auto;
    width: 100%;
    object-fit: cover;
    max-height: 214px;
    aspect-ratio: 1.2;
}

.users_item_top {
    padding: 30px;
}

.users_item__title a,
.users_item__title {
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 15px;
    color: #000000;
    text-decoration: none;
}

.users_item__subtitle {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.users_item__btns {
    text-align: center;
    padding-bottom: 30px;
}

.users_item__btns a {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-decoration-line: underline;
    color: #34398A;
}

.users_item__btns a:hover {
    text-decoration-line: none;
    color: rgb(68, 192, 240);
}


/*==============================Конец Для кого==============================*/


/*==============================Начало Что входит==============================*/

.complekt {
    background-image: url(../img/bg_2.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.complekt_item {
    height: 100%;
    margin-bottom: 45px;
}

.complekt_item__img {
    position: relative;
    margin-bottom: 30px;
    border-radius: 50px;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.complekt_item:hover .complekt_item__img {
    box-shadow: 0px 4px 43px rgb(0 0 0 / 12%);
}

.complekt_item__img::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1;
    top: 0;
    bottom: 0;
    background: rgb(15, 175, 252);
    background: -moz-linear-gradient(223deg, rgba(15, 175, 252, 0) 0%, rgba(120, 57, 200, 0.3) 100%);
    background: -webkit-linear-gradient(223deg, rgba(15, 175, 252, 0) 0%, rgba(120, 57, 200, 0.3) 100%);
    background: linear-gradient(223deg, rgba(15, 175, 252, 0) 0%, rgba(120, 57, 200, 0.3) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0faffc", endColorstr="#7839c8", GradientType=1);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.complekt_item:hover .complekt_item__img::after {
    opacity: 0.4;
}

.complekt_item__img img {
    height: 205px;
    width: 100%;
    object-fit: cover;
}

.complekt_item__title {
    font-size: 24px;
    line-height: 150%;
    /* or 36px */
    text-align: center;
    color: #000000;
}


/*==============================Конец Что входит==============================*/


/*==============================Начало Методичка==============================*/

.post_id-5261 .metodichka {
    padding-top: 58px;
}

.metod_wr {
    border-radius: 50px;
}

.metod_wr .standart_btn {
    margin-bottom: 10px;
}

.metod_textwr {
    padding: 40px;
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.metod_text {
    font-size: 24px;
    line-height: 150%;
    color: #000000;
}

.metodichka .standart_btn {
    text-align: left;
    padding-bottom: 20px;
}

.metodichka .standart_btn a {}

.metod_img {
    padding: 40px;
}

.metod_img img {
    border-radius: 40px;
}


/*==============================Конец Методичка==============================*/


/*==============================Начало Требования==============================*/

.requirements {}

.req_wr {
    margin-bottom: 40px;
}

.req_img_wr {
    padding: 0;
}

.req_img_wr .metod_img {
    /* padding: 0; */
    height: 100%;
}

.req_img_wr .metod_img img {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.metod_desc ul {
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.metod_desc ul>li {
    position: relative;
    list-style: none;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 10px;
}

.modal_content_pwr ul {
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.modal_content_pwr ul>li {
    position: relative;
    list-style: none;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    list-style: disc;
    margin-bottom: 10px;
}

.modal_content_pwr ol {
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.modal_content_pwr ol>li {
    position: relative;
    list-style: none;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    list-style: decimal;
    margin-bottom: 10px;
}

.modal_content_pwr h2 {
    font-size: 22px;
    line-height: 150%;
    color: #000000;
    font-weight: 500;
}

.modal_content_pwr h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
}

.modal_content_pwr h4 {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}

.modal_content_pwr h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.modal_content_pwr h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}


/*==============================Конец Требования==============================*/


/*==============================Начало Кейсы==============================*/

.cases {}

.slidercases {}

.slideitem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}

.slide_img_wr {
    width: 50%;
    padding: 15px;
}

.slide_img_wr img {
    border-radius: 50px;
    max-height: 220px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slide_text_wr {
    width: 50%;
    padding: 15px;
}

.slide_text_wr_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide_text_wr .slide_text_title {
    font-size: 24px;
    line-height: 150%;
    /* or 36px */
    color: #000000;
    margin-bottom: 10px;
}


/*
.slide_text_wr .slide_text_desc {
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    line-clamp: 8;
    box-orient: vertical;
}*/

.slide_text_wr .slide_text_desc {
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    box-orient: vertical;
    margin-bottom: 15px;
}

.cases_img_video {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    height: 100%;
}

.cases_img_video:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 4;
    background: rgb(255, 255, 255);
    background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35057773109243695) 35%);
    background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35057773109243695) 35%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35057773109243695) 35%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

.cases_img_video:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 4;
    background: rgb(120, 57, 200);
    background: -moz-linear-gradient(45deg, rgba(120, 57, 200, 0.15) 15%, rgba(15, 175, 252, 0.15) 85%);
    background: -webkit-linear-gradient(45deg, rgba(120, 57, 200, 0.15) 15%, rgba(15, 175, 252, 0.15) 85%);
    background: linear-gradient(45deg, rgba(120, 57, 200, 0.15) 15%, rgba(15, 175, 252, 0.15) 85%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#7839c8", endColorstr="#0faffc", GradientType=1);
}

.cases_img_video .tab_content_playbtnbg {
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.cases_img_video:hover .tab_content_playbtnbg {
    opacity: 1;
}

.slideitem:hover .tab_content_playbtnbg {
    opacity: 1;
}

.cases_img_video .tab_content_videoplay {
    padding: 10px;
}

.cases_img_video .tab_content_videoplay img {
    width: 70%;
    z-index: 2;
    padding-left: 5px;
    border-radius: 0;
    max-height: 100%;
    object-fit: contain;
}

.cases_img_video img.img_cases_h {
    min-height: 220px;
}


/*
.tab_content_video:hover .tab_content_videoplay {
    border: 3px solid #fff;
    padding: 22px;
}*/

.tab_content_videoplay img {
    width: 70%;
    z-index: 2;
    padding-left: 5px;
}


/*
.tab_content_video .abso_link_videobg {
    background: radial-gradient(61.43% 61.43% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%), linear-gradient(
256.56deg
, rgba(15, 175, 252, 0.15) 1.09%, rgba(120, 57, 200, 0.15) 73.44%);
}
.tab_content_video:hover .abso_link_videobg {
    opacity: 0.5;
}*/


/*==============================Конец Кейсы==============================*/


/*==============================Начало Тарифы==============================*/

.pricing {
    background-image: url(../img/bg_3_1.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.tabs_wrap.tabs_price_wr .nav-pills .nav-link {
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    /* identical to box height, or 36px */
    text-align: center;
    padding: 10px;
}

.tabs_wrap.tabs_price_wr .nav-pills .nav-link span {
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    display: block;
    text-align: center;
    color: #fff;
}

.tabs_wrap.tabs_price_wr .nav-pills .nav-link.active span {
    color: #000000;
}

.tab_content_desc {}

.tab_content_ul {
    padding-left: 15px;
    margin-top: 15px;
}

.tab_content_ul li {
    list-style: disc;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
}

.price_content_wr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}

.price_cont_it_left {}

.price_cont_it_left .pcil_new {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.price_cont_it_left .pcil_old {
    font-size: 16px;
    line-height: 150%;
    text-decoration-line: line-through;
    color: #A9A9A9;
}

.price_cont_it_right {}

.price_cont_it_right .pcir_sale {
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    padding: 6px 20px;
    border-radius: 168px;
    background: #E7E7E7;
}


/*==============================Конец Тарифы==============================*/


/*==============================Начало Отзывы==============================*/

.reviews {}

.rewiewsslider {}

.rew_itemslide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rew_it_img {
    width: 170px;
}

.rew_it_img img {
    border-radius: 50%;
}

.rew_it_text {
    width: calc(100% - 270px);
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #858585;
    padding-left: 60px;
    position: relative;
}

.rew_it_text::after {
    content: '';
    width: 45px;
    height: 40px;
    position: absolute;
    background-image: url(../img/quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    left: 0px;
}

.rew_it_text span {
    display: block;
    margin-top: 10px;
    font-weight: 600;
}


/*==============================Конец Отзывы==============================*/


/*==============================Начало Мастер класс==============================*/

.masterclass {
    background-image: url(../img/bg_4_1.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.masterclass .metod_desc ul>li {
    list-style: disc;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
}

.masterclass .standart_btn {
    padding-top: 20px;
}


/*==============================Конец Мастер класс==============================*/

.pricesvrresh .row {
    justify-content: center;
}


/*==============================Начало Видео==============================*/

.videosection {}

.videosection .tab_content_left {
    padding-left: 0;
}

.videosection .tab_content_right {
    padding-right: 0;
}

.videosection_bg {
    /*box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);*/
    border-radius: 18px;
    border-radius: 50px;
}

.videosection_bg .tab_content_left {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.videosection_bg .tab_content_right {
    padding: 0;
    padding-left: 30px;
}


/*==============================Конец Видео==============================*/


/*==============================Начало Новости на главной==============================*/

.newshome {}

.newshome_item .users_item_top {
    height: 225px;
}

.newshome_item .users_item {
    box-shadow: none;
}

.newshome_item .users_item__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.newshome_item .users_item__subtitle {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.newshome_item .users_item__image {
    position: relative;
    overflow: hidden;
    border-radius: 50px
}

.newshome_item .users_item__image a {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(15, 175, 252);
    background: -moz-linear-gradient(223deg, rgba(15, 175, 252, 0) 0%, rgba(120, 57, 200, 0.3) 100%);
    background: -webkit-linear-gradient( 223deg, rgba(15, 175, 252, 0) 0%, rgba(120, 57, 200, 0.3) 100%);
    background: linear-gradient( 223deg, rgba(15, 175, 252, 0) 0%, rgba(120, 57, 200, 0.3) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0faffc", endColorstr="#7839c8", GradientType=1);
}


/*==============================Конец Новости на главной==============================*/


/*==============================Начало Подвал==============================*/

.footer {
    background-image: url(../img/bg_home_edu.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0 0;
    /*min-height: 90vh;*/
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}

.bg_top_footer {
    height: 2000px;
    border-radius: 0 0 50% 50%;
    position: absolute;
    top: -1930px;
    width: 300%;
    margin: auto;
    right: -100%;
    left: -100%;
}

.footer_main {
    background: rgb(51, 57, 138);
    padding-top: 30px;
}

.footer_form_wr {
    /*background: rgb(51,57,138);
background: -moz-linear-gradient(0deg, rgba(51,57,138,1) 0%, rgba(51,57,138,1) 2%, rgba(51,57,138,0.39539565826330536) 50%, rgba(51,57,138,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(51,57,138,1) 0%, rgba(51,57,138,1) 2%, rgba(51,57,138,0.39539565826330536) 50%, rgba(51,57,138,0) 100%);
background: linear-gradient(0deg, rgba(51,57,138,1) 0%, rgba(51,57,138,1) 2%, rgba(51,57,138,0.39539565826330536) 50%, rgba(51,57,138,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33398a",endColorstr="#33398a",GradientType=1);
    padding-bottom: 60px;*/
    background: rgb(0 51 153);
    background: -moz-linear-gradient(0deg, rgba(51, 57, 138, 1) 0%, rgba(51, 57, 138, 1) 2%, rgba(51, 57, 138, 0.39539565826330536) 50%, rgba(51, 57, 138, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(0 51 153) 0%, rgb(0 51 153) 2%, rgba(51, 57, 138, 0.39539565826330536) 50%, rgba(51, 57, 138, 0) 100%);
    background: linear-gradient(0deg, rgb(0 51 153) 0%, rgb(0 51 153) 2%, rgba(51, 57, 138, 0.39539565826330536) 50%, rgba(51, 57, 138, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#33398a", endColorstr="#33398a", GradientType=1);
    padding-bottom: 60px;
}

.titleform h2 {
    font-size: 36px;
    line-height: 150%;
    color: #FFFFFF;
}

.titleform h3 {
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}

.titleform {
    margin-bottom: 30px;
}

.footer_form label {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.footer_form .form-group {
    padding-right: 20px;
}

.footer_form textarea:focus,
.footer_form input:focus,
.footer_form textarea,
.footer_form select,
.footer_form input {
    margin-bottom: 20px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 32px;
    background-color: transparent;
    color: #fff;
    padding: 22px .75rem;
}

.footer_form textarea:focus,
.footer_form textarea {
    padding: 20px .75rem;
}


/*--------------*/

.footer_form select.select-css,
.select-css {
    padding: 10.3px .75rem;
    display: block;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, 0) 0%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    color: #fff;
}

.footer_form.modal_form select.select-css,
.select-css {
    color: #000;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {}

.select-css:focus {
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .2);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #fff;
    outline: none;
}

.select-css option {
    font-weight: normal;
    color: #343a40;
}

*[dir="rtl"] .select-css,
:root:lang(ar) .select-css,
root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
}

.form-group {
    margin-bottom: 0;
}


/*--------------*/

.footer_logo {
    margin-bottom: 30px;
}

.footer_logo svg {
    max-width: 90%;
}

.footer_contact {
    margin-bottom: 30px;
}

.footer_phone a {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    text-decoration: none;
}

.footer_adress {
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}

.footer_mail a {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    text-decoration: none;
}

.footer_column a:hover {
    color: rgb(68, 192, 240);
}

.footer_title {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.footer_menu ul {
    margin-bottom: 30px;
    list-style: none;
    padding-left: 0;
}

.footer_menu ul li {
    margin-bottom: 6px;
}

.footer_menu ul li a {
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    text-decoration: none;
}

.footer_menu ul li a svg,
.footer_menu ul li a img {
    width: 22px;
    margin-right: 15px
}

.footer_copytext {
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn_form {
    text-align: center;
    margin-top: 15px
}


/*==============================Конец Подвал==============================*/


/*==============================Начало Разное==============================*/

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    bottom: -3px;
    left: calc(50% - 120px);
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    bottom: -3px;
    right: calc(50% - 120px);
}

.owl-theme .owl-nav {
    margin-top: 25px;
}

.education .owl-theme .owl-dots .owl-dot span {
    border: 3px solid #D2D2D2;
}

.education .owl-theme .owl-dots .owl-dot.active span,
.education .owl-theme .owl-dots .owl-dot:hover span {
    background: #D2D2D2;
}

.education .owl-carousel .owl-nav button.owl-next,
.education .owl-carousel .owl-nav button.owl-prev,
.education .owl-carousel button.owl-dot {
    color: #D2D2D2;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 3px solid;
    box-sizing: border-box;
    background: transparent;
}

.business .owl-theme .owl-dots .owl-dot span {
    border: 3px solid #D2D2D2;
}

.business .owl-theme .owl-dots .owl-dot.active span,
.business .owl-theme .owl-dots .owl-dot:hover span {
    background: #D2D2D2;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 50px;
    line-height: 1;
}

.business .owl-carousel .owl-nav button.owl-next,
.business .owl-carousel .owl-nav button.owl-prev,
.business .owl-carousel button.owl-dot {
    color: #D2D2D2;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #aaaaaa;
    text-decoration: none;
}

.navbar-toggler {
    display: none;
}

.requirements_oppo .metod_textwr {
    justify-content: flex-start;
}


/*.fs_title_wr {
    padding-right: 0;
}*/

.tab_content_left h3.text_standart,
.text_standart {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.border_radius {
    border-radius: 50px;
}

.before_gradient {
    position: relative;
    overflow: hidden;
}

.before_gradient::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(15, 175, 252);
    background: -moz-linear-gradient(223deg, rgba(15, 175, 252, 0) 0%, rgba(120, 57, 200, 0.3) 100%);
    background: -webkit-linear-gradient(223deg, rgba(15, 175, 252, 0) 0%, rgba(120, 57, 200, 0.3) 100%);
    background: linear-gradient(223deg, rgba(15, 175, 252, 0) 0%, rgba(120, 57, 200, 0.3) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0faffc", endColorstr="#7839c8", GradientType=1);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
}

.navigation_wr .dropdown:nth-child(2) .dropdown-item.active,
.navigation_wr .dropdown:first-child .dropdown-item.active,
.navigation_wr .dropdown:nth-child(2) .dropdown-item:focus,
.navigation_wr .dropdown:nth-child(2) .dropdown-item:hover,
.navigation_wr .dropdown:first-child .dropdown-item:focus,
.navigation_wr .dropdown:first-child .dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #0faffc;
    background-color: transparent;
}

form.standart_form {
    padding: 0 20px 0;
}

form.standart_form .btn_form {
    margin-left: 0;
}

form.standart_form .btn_form {
    text-align: left;
}

form.standart_form .metod_text {
    margin-bottom: 25px;
}

.who {
    padding-bottom: 60px;
}

.who .metod_desc ul>li {}

.whoform {
    background-image: url(../img/bg_1.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

.marbot40 {
    margin-bottom: 40px;
}

.who .metod_desc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

.who .metod_desc ul>li {
    width: calc(50% - 15px);
    padding-left: 35px;
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 2px dotted #575FD9;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.who .metod_desc ul>li:last-child {
    border-bottom: 2px dotted transparent !important;
    margin-bottom: 0;
}

.who .metod_desc ul>li>span {
    padding-right: 10%;
    display: inline-block;
}

.who .metod_desc ul>li::before {
    content: '';
    background-image: url(../img/list-disc.svg);
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: calc(50% - 21px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.who .metod_desc ul>li:hover {
    border-color: #73d0f4;
}

.who .metod_desc ul>li:hover::before {
    opacity: 0.7;
    left: 5px;
}

.btmargintop {
    margin-top: 20px;
}

.martop_60 {
    margin-top: 60px;
}


/*==============================Конец Разное==============================*/


/*==============================Начало Модалка==============================*/

.modal-footer_close {
    position: absolute;
    right: 25px;
    top: 25px;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited,
.btn-secondary:target,
.btn-secondary:focus,
.modal-footer_close .btn-secondary {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

svg.close-icon {
    width: 35px;
    height: 35px;
}

.modal_content_wr {
    padding-top: 30px;
    box-shadow: 0px 0px 92px rgb(0 0 0 / 25%);
    border-radius: 50px;
}

.modal_title {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 150%;
    color: #2D3160;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .modal_dialog700 {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}

.modal_form {
    padding: 0 70px 30px;
}

.footer_form.modal_form textarea:focus,
.footer_form.modal_form input:focus,
.footer_form.modal_form textarea,
.footer_form.modal_form input {
    border: 2px solid #000000;
    color: #000000;
}

.footer_form.modal_form label {
    color: #000000;
}

.footer_form.modal_form .form-check label {
    font-size: 18px;
    line-height: 150%;
}

.footer_form .form-check label a {
    font-size: 18px;
    line-height: 150%;
    color: #0FAFFC;
}

.footer_form.modal_form .form-check label a {
    font-size: 18px;
    line-height: 150%;
    color: #0FAFFC;
}

.form-check {
    margin-top: 30px;
}

.footer_form.modal_form .form-group {
    padding-right: 0;
}

.modal_form input[type="checkbox"]:checked,
.modal_form input[type="checkbox"]:not(:checked),
.footer_form input[type="checkbox"]:checked,
.footer_form input[type="checkbox"]:not(:checked),
.footer_form input[type="radio"]:checked,
.footer_form input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.modal_form input[type="checkbox"]:checked+.wpcf7-list-item-label,
.modal_form input[type="checkbox"]:not(:checked)+.wpcf7-list-item-label,
.footer_form input[type="checkbox"]:checked+.wpcf7-list-item-label,
.footer_form input[type="checkbox"]:not(:checked)+.wpcf7-list-item-label,
.footer_form input[type="radio"]:checked+.wpcf7-list-item-label,
.footer_form input[type="radio"]:not(:checked)+.wpcf7-list-item-label,
.modal_form input[type="checkbox"]:checked+label,
.modal_form input[type="checkbox"]:not(:checked)+label,
.footer_form input[type="checkbox"]:checked+label,
.footer_form input[type="checkbox"]:not(:checked)+label,
.footer_form input[type="radio"]:checked+label,
.footer_form input[type="radio"]:not(:checked)+label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

.modal_form input[type="checkbox"]:checked+.wpcf7-list-item-label:before,
.modal_form input[type="checkbox"]:not(:checked)+.wpcf7-list-item-label:before,
.footer_form input[type="checkbox"]:checked+.wpcf7-list-item-label:before,
.footer_form input[type="checkbox"]:not(:checked)+.wpcf7-list-item-label:before,
.footer_form input[type="radio"]:checked+.wpcf7-list-item-label:before,
.footer_form input[type="radio"]:not(:checked)+.wpcf7-list-item-label:before,
.modal_form input[type="checkbox"]:checked+label:before,
.modal_form input[type="checkbox"]:not(:checked)+label:before,
.footer_form input[type="checkbox"]:checked+label:before,
.footer_form input[type="checkbox"]:not(:checked)+label:before,
.footer_form input[type="radio"]:checked+label:before,
.footer_form input[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: transparent;
}

.footer_form.modal_form input[type="checkbox"]:checked+.wpcf7-list-item-label:before,
.footer_form.modal_form input[type="checkbox"]:not(:checked)+.wpcf7-list-item-label:before,
.footer_form.modal_form input[type="radio"]:checked+.wpcf7-list-item-label:before,
.footer_form.modal_form input[type="radio"]:not(:checked)+.wpcf7-list-item-label:before,
.footer_form.modal_form input[type="checkbox"]:checked+label:before,
.footer_form.modal_form input[type="checkbox"]:not(:checked)+label:before,
.footer_form.modal_form input[type="radio"]:checked+label:before,
.footer_form.modal_form input[type="radio"]:not(:checked)+label:before {
    border: 2px solid #000000;
    background-color: #ffffff;
}

.footer_form input[type="checkbox"]:checked+label:before,
.footer_form input[type="checkbox"]:checked+.wpcf7-list-item-label:before,
.footer_form input[type="checkbox"]:not(:checked)+label:before,
.footer_form input[type="checkbox"]:not(:checked)+.wpcf7-list-item-label:before {
    border-radius: 2px;
}

.footer_form input[type="radio"]:checked+.wpcf7-list-item-label:before,
.footer_form input[type="radio"]:not(:checked)+.wpcf7-list-item-label:before,
.footer_form input[type="radio"]:checked+label:before,
.footer_form input[type="radio"]:not(:checked)+label:before {
    border-radius: 100%;
}

.footer_form input[type="checkbox"]:checked+.wpcf7-list-item-label:after,
.footer_form input[type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after,
.footer_form input[type="radio"]:checked+.wpcf7-list-item-label:after,
.footer_form input[type="radio"]:not(:checked)+.wpcf7-list-item-label:after,
.footer_form input[type="checkbox"]:checked+label:after,
.footer_form input[type="checkbox"]:not(:checked)+label:after,
.footer_form input[type="radio"]:checked+label:after,
.footer_form input[type="radio"]:not(:checked)+label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer_form input[type="checkbox"]:checked+.wpcf7-list-item-label:after,
.footer_form input[type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after,
.footer_form input[type="checkbox"]:checked+label:after,
.footer_form input[type="checkbox"]:not(:checked)+label:after {
    left: 3px;
    top: 3px;
    width: 20px;
    height: 10px;
    border-radius: 1px;
    border-left: 4px solid #e145a3;
    border-bottom: 4px solid #e145a3;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.business .footer_form.modal_form input[type="checkbox"]:checked+.wpcf7-list-item-label:after,
.business .footer_form.modal_form input[type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after,
.business .footer_form.modal_form input[type="checkbox"]:checked+label:after,
.business .footer_form.modal_form input[type="checkbox"]:not(:checked)+label:after {
    border-left: 4px solid #039;
    border-bottom: 4px solid #039;
}

.education .footer_form.modal_form input[type="checkbox"]:checked+.wpcf7-list-item-label:after,
.education .footer_form.modal_form input[type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after,
.education .footer_form.modal_form input[type="checkbox"]:checked+label:after,
.education .footer_form.modal_form input[type="checkbox"]:not(:checked)+label:after {
    border-left: 4px solid #e145a3;
    border-bottom: 4px solid #e145a3;
}

.footer_form input[type="radio"]:checked+.wpcf7-list-item-label:after,
.footer_form input[type="radio"]:not(:checked)+.wpcf7-list-item-label:after,
.footer_form input[type="radio"]:checked+label:after,
.footer_form input[type="radio"]:not(:checked)+label:after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #e145a3;
}

.footer_form.modal_form input[type="radio"]:checked+.wpcf7-list-item-label:after,
.footer_form.modal_form input[type="radio"]:not(:checked)+.wpcf7-list-item-label:after,
.footer_form.modal_form input[type="radio"]:checked+label:after,
.footer_form.modal_form input[type="radio"]:not(:checked)+label:after {
    background-color: #e145a3;
}


/*
.footer_form .form-check a {
    color: #fff;
}
.footer_form.modal_form .form-check a {
    color: #000;
}*/

.footer_form input[type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after,
.footer_form input[type="radio"]:not(:checked)+.wpcf7-list-item-label:after,
.footer_form input[type="checkbox"]:not(:checked)+label:after,
.footer_form input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
}

.footer_form input[type="checkbox"]:checked+.wpcf7-list-item-label:after,
.footer_form input[type="radio"]:checked+.wpcf7-list-item-label:after,
.footer_form input[type="checkbox"]:checked+label:after,
.footer_form input[type="radio"]:checked+label:after {
    opacity: 1;
}

.metod_textwr_modal {
    padding: 20px 0;
}

.modal_content_pwr {}

.modal_content_title {
    margin-bottom: 20px;
}

.modal_content_pwr p {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 20px;
}


/*
.modal_content_pwr ol li,
.modal_content_pwr ul li {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 10px;
}
.modal_content_pwr ol {
    
}
.modal_content_pwr ul { 

}*/

.modal_content_pwr img {
    max-width: 100%;
    margin-bottom: 20px;
}

.modal_price {}

.modal_dialog1000 {
    max-width: 1000px;
    margin: 1.75rem auto;
}

.modal_dialog1170 {
    max-width: 1170px;
    margin: 1.75rem auto;
}

.modprice_item {
    background: #F1F1F7;
    border-radius: 34px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.modprice_wr {
    padding: 20px;
    margin-bottom: auto;
}

.modprice_title {
    border-radius: 50px;
    padding: 20px 40px;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}

.modprice_title span {
    font-weight: 100;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    display: block;
    opacity: 0.8;
}

.price_cont_it_left .pcil_new {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    /* identical to box height, or 36px */
    color: #000000;
}

.price_cont_it_left .pcil_new span {
    font-size: 16px
}

.price_cont_it_left .pcil_old {
    font-size: 14px;
    line-height: 1.2;
    /* identical to box height, or 24px */
    text-decoration-line: line-through;
    color: #A9A9A9;
}

.modprice_item .standart_btn {
    padding: 40px 0;
    text-align: center;
    padding-top: 20px;
}

.price_cont_it_left.price_cont_it_left100 {
    width: 100%;
}

.price_cont_it_right.price_cont_it_rightmodal {
    margin-top: 15px;
}

.price_cont_it_right.price_cont_it_rightmodal .pcir_sale {
    text-align: center;
    font-weight: bold;
}

.price_cont_it_right.price_cont_it_rightmodal .pcir_sale span {
    display: block;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    font-weight: 100;
}

.price_content_wr.price_content_wr_modal {
    justify-content: center;
}

.modprice_text {}

.modprice_btn {
    text-align: center;
    margin-top: 10px;
}

.modprice_btn a {
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    text-align: center;
    text-decoration-line: underline;
    color: #0FAFFC;
}

.modprice_wr .standart_btn {
    padding: 15px 0;
}

.modprice_wr .standart_btn a {
    padding: 18px 0;
    display: block;
    text-align: center;
}

.modprice_wr .price_content_wr {
    margin-top: 30px;
    margin-bottom: 25px;
}

.modprice_wr .price_content_wr {
    margin-top: 30px;
    margin-bottom: 0px;
}

.modal_form textarea:focus,
.modal_form input:focus,
.modal_form input:focus-within,
.modal_form input:hover,
.modal_form input:target,
.modal_form input:visited,
.modal_form input:active,
.modal_form textarea,
.modal_form select,
.modal_form input {
    border: 2px solid #020202;
    color: #000;
}

.getlicenze_img_wr {
    display: flex
}

.getlicenze_img_wr img {
    margin: auto;
}


/*==============================Конец Модавлка==============================*/


/*==============================Начало Возможности==============================*/

.opportunities {
    background-image: url(../img/bg_1.jpg);
    background-repeat: no-repeat;
    background-position: center 105px;
}

.oppo_wrap {}

.oppo_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    margin-bottom: 30px;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.oppo_item:hover {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 12%);
}

.business .oppo_item {
    border-radius: 18px;
}


/*.gg {
    background: rgb(15,175,252);
    background: -moz-linear-gradient(200deg, rgba(15,175,252,0) 25%, rgba(120,57,200,0.3) 75%);
    background: -webkit-linear-gradient(200deg, rgba(15,175,252,0) 25%, rgba(120,57,200,0.3) 75%);
    background: linear-gradient(200deg, rgba(15,175,252,0) 25%, rgba(120,57,200,0.3) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0faffc",endColorstr="#7839c8",GradientType=1);
}*/

.oppo_item__img {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    flex: 1;
}

.business .oppo_item__img {
    border-radius: 18px;
}

.oppo_item__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.oppo_item__img::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(15, 175, 252);
    background: -moz-linear-gradient(223deg, rgba(15, 175, 252, 0) 0%, rgba(120, 57, 200, 0.3) 100%);
    background: -webkit-linear-gradient(223deg, rgba(15, 175, 252, 0) 0%, rgba(120, 57, 200, 0.3) 100%);
    background: linear-gradient(223deg, rgba(15, 175, 252, 0) 0%, rgba(120, 57, 200, 0.3) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0faffc", endColorstr="#7839c8", GradientType=1);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
}

.oppo_item:hover .oppo_item__img::before {
    opacity: 0.2;
}

.otto_item__txt {
    flex: 2;
    padding: 30px;
}

.otto_item__txt h3 {
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 22px;
}

.otto_item__txt h3 a,
.otto_item__txt h3 a:hover {
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 22px;
    text-decoration: none
}

.otto_item__txt p {
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}


/*==============================Конец Возможности==============================*/


/*==============================Начало Цифры==============================*/

.numbers {}

.numb_wrap {
    background-image: url(../img/bg_home_edu.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
    background-attachment: fixed;
}

.numb_item {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.numb_item__big {
    font-weight: 300;
    font-size: 72px;
    /*line-height: 150%;*/
    line-height: 1;
    color: #FFFFFF;
    /*flex: 1;*/
    padding-right: 15px;
    text-align: right;
    display: flex;
    align-items: flex-end;
}

.numb_item__txt {
    flex: 3;
    display: flex;
    align-items: flex-end;
}

.numb_item__txt p {
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}


/*==============================Конец Цифры==============================*/


/*==============================Начало Подходит для детей==============================*/

.kidskills {}

.kidskills .metod_textwr {
    padding-left: 0px;
}

.kidskills .metod_img img {
    /*height: 100%;*/
    object-fit: cover;
}

.kidskills_li {}

.kidskills_li span {
    color: #fff;
    border-radius: 50px;
    padding: 15px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}


/*==============================Конец Подходит для детей==============================*/


/*==============================Начало Дети смогут==============================*/

.kidscan {}

.kids_col {}

.kids_col .users_item__image img {
    height: 200px;
}

.kids_col .users_item__subtitle {
    overflow: visible;
    display: block;
}

.kids_col .users_item_top {
    padding: 30px 25px;
}

.kids_col {
    margin-bottom: 30px;
}


/*==============================Конец Дети смогут==============================*/


/*==============================Начало Как происходит обучение==============================*/

.howstudy {
    background-image: url(../img/bg_4_1.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.howstudy_item {
    background: #FFFFFF;
    box-shadow: 0px 4px 88px #F1F1F7;
    border-radius: 40px;
    padding: 18px 21px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 10;
    position: relative;
    height: 100%;
    width: 93%;
    margin-right: auto;
    margin-left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.howstudy_item:hover {
    box-shadow: 0px 4px 88px rgb(0 0 0 / 12%);
}

.howstudy_itemdot:nth-child(5) .howstudy_item,
.howstudy_itemdot:nth-child(2) .howstudy_item {
    margin-left: auto;
    margin-right: 0;
}

.howstudy_item__left {
    flex: 1;
    z-index: 10;
}

.howstudy_item__left .numberbig {
    font-weight: 300;
    font-size: 72px;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.howstudy_item__left .stagemin {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}

.howstudy_item__right {
    flex: 4;
    padding-left: 10px;
    z-index: 10;
}

.howstudy_item__right p {}

.howstudy_itemdot::after {
    position: absolute;
    content: '';
    width: calc(100% - 15px);
    top: 50%;
    border-top: 1px dashed #3485EA;
    z-index: 1;
    left: auto;
    right: 0;
}

.howstudy_itemdot:nth-child(5)::after,
.howstudy_itemdot:nth-child(2)::after {
    left: 0;
    right: auto;
}

.howstudy_itemdot:last-child::after {
    display: none;
}

.linecenter {
    padding-top: 35px;
    padding-bottom: 35px;
}

.howstudy_itemdot.linecenter::after {
    position: absolute;
    content: '';
    width: 50%;
    top: calc(50% - 1px);
    border-top: 1px dashed #3485EA;
    border-left: 1px dashed #3485EA;
    z-index: 1;
    left: 0;
    right: auto;
    border-radius: 40px 0;
    height: 35px;
}

.howstudy_itemdot.linecenter::before {
    position: absolute;
    content: '';
    width: 50%;
    top: 0;
    border-bottom: 1px dashed #3485EA;
    border-right: 1px dashed #3485EA;
    z-index: 1;
    left: auto;
    right: 0;
    border-radius: 40px 0;
    height: 35px;
}


/*==============================Конец Как происходит обучение==============================*/


/*==============================Начало Мастер класс==============================*/

.freemaster {}

.freemaster .users_item__subtitle {
    overflow: visible;
    display: block;
}

.info_wrap {
    margin-top: 35px;
    margin-bottom: 40px;
}

.item_info {
    padding: 20px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 150%;
}

.item_info .users_item_top {
    padding: 15px 30px;
}


/*==============================Конец Мастер класс==============================*/


/*==============================Начало Контакты Соц==============================*/

.offersoc {
    background-image: url(../img/bg_home_edu.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.offersoc_left {}

.offersoc_left p {
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
}

.offersoc_right {}

.offersoc_right h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.big_social_wr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.big_social_item {
    position: relative;
    text-align: center;
    margin-right: 45px;
}

.big_social_item:last-child {
    margin-right: 0;
}

.big_social_item p {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #F3F3F3;
    margin-top: 5px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.big_social_item svg {
    box-shadow: inset 1px 4px 13px rgb(0 0 0 / 25%);
    border-radius: 50%;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 1;
}

.big_social_item path {
    fill: #fff;
}

.big_social_item:hover p {
    color: #0faffc;
}

.big_social_item:hover svg {
    opacity: 0.7;
}


/*==============================Конец Контакты Соц==============================*/


/*==============================Начало Правки==============================*/

.user_edu .users_item__subtitle {
    display: block;
}

.user_edu .users_item {
    display: flex;
    flex-direction: column;
}

.users_item__btns {
    margin-top: auto;
}

a.slide_text_link {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-decoration-line: underline;
    color: #34398A;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.slideitem:hover a.slide_text_link {
    text-decoration-line: none;
    color: rgb(68, 192, 240);
}

.wpcf7-form-control.wpcf7-file,
.footer_form input.wpcf7-form-control.wpcf7-file:focus {
    padding-top: 8.3px;
    padding-bottom: 8.3px;
    width: 100%;
    border: none;
    padding-left: 0;
}

.wpcf7-form-control.wpcf7-textarea.form-control.form-height {
    height: 260px;
}


/*==============================Конец Правки==============================*/


/*==============================Начало Тарифы Новые==============================*/

.pricing_new {
    background-image: url(../img/bg_3_1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.pricing_new_item {
    background: #F1F1F7;
    border-radius: 34px;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-bottom: 30px;
}

.pricing_new_item:hover {
    background: rgba(241, 241, 247, 0.8);
    box-shadow: 0px 4px 10px rgb(0 0 0 / 12%);
}

.price_new__title {
    padding: 20px 15px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    border-radius: 50px;
}

.price_new__subtitle {
    font-size: 16px;
    line-height: 1;
    /* identical to box height, or 24px */
    text-align: center;
    color: #8FC9FF;
}

.price_new__descwr {
    padding: 5px 30px 20px;
}

.price_new__description {}

.price_new__description li {
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    color: #000000;
    padding: 15px 0;
    border-bottom: 2px dotted #575FD9;
}

.price_new__price {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    /* or 36px */
    text-align: right;
    color: #000000;
    padding: 15px 0 0;
}

a.price_new__btnmore {
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    text-align: center;
    text-decoration-line: underline;
    color: #0FAFFC;
    display: block;
    text-align: center;
}

a.price_new__btnmore:hover {
    text-decoration-line: none;
    color: #0FAFFC;
}

.pricing_new_item .standart_btn {
    padding: 20px 0 10px;
}

.pricing_new_item .standart_btn a {
    display: block;
}


/*==============================Конец Тарифы Новые==============================*/

.package {}

.package_slider {
    background: #F1F1F7;
    border-radius: 50px;
    padding: 40px 55px;
}

.package_wr__title {
    font-size: 24px;
    line-height: 150%;
    /* identical to box height, or 36px */
    color: #000000;
    margin-bottom: 15px;
}

.package_wr__desc {
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    color: #000000;
    /*padding-bottom: 15px;*/
    margin-bottom: 15px;
    /*border-bottom: 2px dotted #575FD9;*/
}

.package_wr__hints {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 15px;
    border-top: 2px dotted #575FD9;
}

.package_hints__item {
    width: 50%;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    color: #000000;
}

.package_hints__item span {
    padding-right: 20%;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    color: #000000;
}

.package_slider.owl-carousel .owl-nav button.owl-next,
.package_slider.owl-carousel .owl-nav button.owl-prev {
    bottom: 35px;
}

.package_img_slider img {
    border-radius: 40px;
}

.package_img_slider img {
    height: 265px;
    object-fit: cover;
}

.package_wr_left {
    height: 100%;
    display: flex;
    flex-direction: column;
}


/*==============================Начало Пакеты==============================*/


/*==============================Конец Пакеты==============================*/

.display_mob {
    display: none;
}

.nodisplay_mob {
    display: block;
}

.tableprices .table td,
.tableprices .table th {
    width: 25%;
    font-weight: 100;
    border: none;
}

.tableprices_header {
    text-align: center;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
}


/*==============================Начало Внутренние==============================*/

.firstscreen.firstscreen_inside {
    overflow: visible;
    padding: 0;
}

.firstscreen.firstscreen_inside .main_menu_wr {
    position: relative;
}

.firstscreen.firstscreen_inside .main_menu_wr .navigation_wr .navbar {
    padding: 0;
}

.contentblock_wr {
    padding: 33px 40px;
    border-radius: 50px;
}

.contentblock__logo {
    margin-bottom: 15px;
}

.contentblock__logo svg {
    max-width: 190px;
}

.desc_btn a {
    text-decoration-line: underline;
    color: #00CCFF;
}

.desc_btn a:hover {
    text-decoration-line: none;
}

.desc_btn {
    font-size: 16px;
    line-height: 150%;
    color: #757575;
}

.contentblock_btn {
    font-size: 16px;
    line-height: 150%;
    color: #757575;
    background: #E7E7E7;
    border-radius: 36px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contentblock_btn span {
    padding: 0 40px 0 25px;
}

.contentblock_wr2 {
    margin-top: 60px;
    padding: 0 40px;
}

.contentblock_wr h3 {
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
}

.contentblock_wr ul {
    padding-left: 20px;
}

.contentblock_wr ul>li {
    list-style: disc;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.contentblock_har_item {
    margin-bottom: 45px;
}

.contentblock_iconlink {
    display: block;
}

.contentblock_iconlink svg {
    margin-right: 10px;
}

.contentblock_iconlink a {
    text-decoration-line: underline;
    color: #00CCFF;
    font-size: 16px;
}

.contentblock_iconlink a:hover {
    text-decoration-line: none;
    color: #003399;
}

.contentblock_wr h2 {
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 25px;
}

.contentblock_wr h3 {
    font-size: 22px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 25px;
}

.contentblock_wr h4 {
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 25px;
}

.contentblock_wr h5 {
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 25px;
}

.contentblock_wr p {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
}

.contentblock_mart0 {
    margin-top: 0;
}


/*==============================Конец Внутренние==============================*/


/*==============================Начало Цены==============================*/

.prices_tableflex__row {}

.prices_tableflex__inside {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background: #f1f1f7;
    border-bottom: 2px dotted #575FD9;
    padding: 15px;
    width: 100%;
}

.prices_tableflex__inside_img {
    justify-content: center;
}

.prices_tableflex__inside_title {
    border-radius: 50px 50px 0 0;
    border: none;
    padding: 0;
}

.prices_tableflex__inside_title_ins {
    padding: 20px 15px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.prices_tableflex__inside_desc {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.prices_tableflex__inside_pluses_about {
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    color: #000000;
    padding: 15px;
    background-color: #fff;
    justify-content: flex-end;
    text-align: right;
    position: relative;
}


/*.prices_tableflex__inside_pluses_about::before,*/

.prices_tableflex__inside_pluses_about::after {
    content: '';
    position: absolute;
    height: 3px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    width: 70%;
    left: 0;
    bottom: -2px;
}

.prices_tableflex__inside_pluses svg {
    width: 22px;
    max-height: 30px;
}

.r_noborder {
    border: none;
}

.price_tableflex_btn {
    border-radius: 0 0 50px 50px;
    padding: 0;
    padding-top: 25px;
    align-items: flex-end;
}

.price_tableflex_btn .standart_btn {
    width: 100%;
    padding: 0;
}

.price_tableflex_btn .btn_bigpadding a {
    width: 100%;
    display: block;
}


/*==============================Конец Цены==============================*/

.fs_title_wr {
    padding-bottom: 200px;
}

#lang-menu .menu_item_wpglobus_menu_switch .sub-menu {
    position: absolute;
    margin-left: 0;
    z-index: 100;
    background-color: #fff;
    padding-top: 15px;
    border-radius: .25rem;
}

#lang-menu .wpglobus-current-language a {
    padding: 0 5px;
}

#lang-menu .wpglobus_flag {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}

#lang-menu .wpglobus_language_name {
    padding-left: 25px;
}

.slide_img_wr {
    max-height: 250px;
}

.slide_text_wr .slide_text_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.modal_form .wpcf7 .ajax-loader {
    position: absolute;
}

.footer .wpcf7 form.invalid .wpcf7-response-output,
.footer .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
}

.footer .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}

.wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: -22px;
}

.footer_menu_img img {
    max-height: 70px;
}

.footer_menu_img p {
    color: #fff;
    line-height: 150%;
    font-size: 14px;
    margin-top: 15px;
}

.align_404 {
    align-items: flex-start;
    display: flex;
    justify-content: center;
}


/*
.firstscreen,
.footer {
    background-position: left;
}
@media only screen and (min-width: 1799px) {
    .firstscreen_home {
        background-size: calc(100vw - 17px) auto;
    }
}
@media only screen and (min-width: 1599px) {
    .firstscreen {
        background-size: calc(100vw - 17px) auto;
    }
}
@media only screen and (max-width: 1799px) {
    .firstscreen_home {
        background-size: cover;
    }
}
@media only screen and (max-width: 1599px) {
    .firstscreen {
        background-size: cover;
    }
}*/


/*==============================Начало Секция==============================*/

.fs_title_wr .fs_btn a {
    margin-right: 30px;
}

.fs_title_wr .fs_btn a:last-child {
    margin-right: 0;
}

.fs_btn a.btnwhite {
    /*box-shadow: 0px 3px 0px #fff, 0px -3px 0px #fff, 3px 0px 0px #fff, -3px 0px 0px #fff; */
    border: 3px solid #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.fs_btn a.btnwhite:hover {
    background-color: #fff;
    color: #3256aa;
}

.fs_title ul {
    list-style: disc;
    padding-left: 20px;
}

.fs_title ul li {}

.fs_btn.fs_btn_big a {
    padding: 20px 60px;
}

.fs_btn.fs_btn_big a.btnwhite {
    padding: 17px 60px;
}

.breadcrumb_wrap {
    /*display: flex;
    align-items: center;*/
    background: #F1F1F7;
    border-radius: 34px;
    padding: 12px 25px;
    color: #0FAFFC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

.breadcrumb_wrap a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #0FAFFC;
}

span.breadcrumb_last {
    color: #A9A9A9;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

.breadhome {
    padding-right: 5px;
    white-space: nowrap;
    float: left;
}

section.breadcrumb_section {
    padding-bottom: 10px;
}

.videosteps {
    background-image: url(../img/bg_4_1.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.tab_content_steps {
    padding: 40px 0 40px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tc_steps_item {
    background: #FFFFFF;
    box-shadow: 0px 4px 13px #DADAEE;
    border-radius: 40px;
    padding: 12px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.tc_steps_item_numb {
    width: 18%;
}

.tcsitem_numb {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 1;
}

.tcsitem_ntxt {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.tc_steps_item_txt {
    width: 80%;
}

.tc_steps_item_txt_inside {
    border-radius: 40px;
    padding: 12px 24px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

.tab_content_right_steps img.tab_content_videobg {
    height: 330px;
}

.creatorsteps {
    padding: 0;
}

.creatorsteps_item {
    background-color: #F1F1F7;
    padding: 35px 0;
}

.creatorsteps_item:nth-child(2n) {
    background-color: #fff;
}

.creatorsteps_item {}

.crst_title_top {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
    color: #2D3160;
}

.crst_subtitle_top {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
}

.crst_center_wrap {
    margin-top: 40px;
    margin-bottom: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 31px rgba(157, 185, 193, 0.25);
    border-radius: 50px;
    padding: 40px;
}

.crst_center_wrap_content {}

.crst_center_wrap_content ol {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    list-style: decimal;
    padding-left: 20px;
}

.crst_center_wrap_content ol>li {
    margin-bottom: 5px;
}

.crst_center_wrap_img {}

.crst_center_wrap_img img {}

.crst_title_bot {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
}

.crst_subtitle_bot {
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.creatorsteps_item:last-child .crst_img_bot {
    display: none;
}

.crst_img_bot {
    text-align: center;
    margin-top: 15px;
}

.crst_img_bot svg {}


/*----- shortcode-teachblockimg3.php --*/

.blockimg3_txt {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

.blockimg3_discord_wr {
    background: #F1F1F7;
    border-radius: 223px;
    padding: 45px 75px;
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.blockimg3_discord_txt {
    font-size: 24px;
    line-height: 150%;
    /* or 36px */
    color: #000000;
    width: 80%;
}

.blockimg3_discord_icon {
    width: 20%;
    text-align: center;
}

.blockimg3_discord_icon a {}

.blockimg3_discord_icon a svg {
    width: 142px;
    height: 142px;
}

.blockimg3_title {
    text-align: center;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 5px;
}

.blockimg3_btn {
    text-align: center;
    padding: 15px 0;
    padding-bottom: 0;
}

.blockimg3_btn a {
    display: block;
}

.kids_col .users_item_top.users_item_topblockimg3_btn {
    padding-top: 20px;
}

.homeblock4 {}

.homeblock4 .home_pluses_item {
    /* padding: 30px 20px;*/
    padding: 40px 12px;
}

.homeblock4 .home_pluses_item .home_pluses_item__text {
    font-size: 16px;
}

.homevideo_left {}

.homevideo_left .tab_content_right {
    padding: 0 0 0 15px;
}

.homevideo_left .tab_content_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 1;
}

.homevrbuy .home_slideitem {
    height: 195px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.homevrbuy .home_slide_text_title_abso {
    bottom: 25px;
    right: 20px;
    left: 20px;
}

.pricesvrresh_item {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricesvrresh_item_title {
    font-size: 22px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 30px 15px;
    text-align: center;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;*/
}

.pricesvrresh_item_content {
    padding: 22px 30px;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    color: #000000;
}

.pricesvrresh_item_price {
    color: #C31C2C;
    font-size: 24px;
    line-height: 150%;
    /* or 36px */
    text-align: center;
    padding: 24px 30px 5px;
    border-top: 2px dotted #575FD9;
    margin-top: auto;
}

.pricesvrresh_item_price span {}

.pricesvrresh_item_btn {
    text-align: center;
}

.pricesvrresh_bottomtitle {
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    text-align: center;
    color: #000000;
    margin-top: 35px;
}

.pricesvrresh_bottomtitle span {
    color: #C31C2C;
}

.whatinside_item {
    padding: 15px 15px 15px 50px;
    height: 100%;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 0 25px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDM0Ljc2IDM0Ljc2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnPgoJCTxwYXRoIGQ9Ik0xNy4zOCwzNC43NmMtOS41ODMsMC0xNy4zNzktNy43OTYtMTcuMzc5LTE3LjM4UzcuNzk3LDAsMTcuMzgsMHMxNy4zNzksNy43OTYsMTcuMzc5LDE3LjM4UzI2Ljk2MywzNC43NiwxNy4zOCwzNC43NnogICAgIE0xNy4zOCw2LjQ5NWMtNi4wMDIsMC0xMC44ODUsNC44ODItMTAuODg1LDEwLjg4NXM0Ljg4MywxMC44ODUsMTAuODg1LDEwLjg4NXMxMC44ODUtNC44ODIsMTAuODg1LTEwLjg4NSAgICBTMjMuMzgyLDYuNDk1LDE3LjM4LDYuNDk1eiIgZmlsbD0iIzU3NWZkOSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=);
}

.whatinside_item_wrap {
    margin-bottom: 25px;
}

.whatinside_item_wrap .whatinside_item {
    border-bottom: 2px dotted #575FD9;
}

.whatinside_item_wrap:last-child .whatinside_item,
.whatinside_item_wrap:nth-last-child(-n+2) .whatinside_item {
    border-bottom: 2px dotted transparent;
}

.whatinside_item_title {
    font-size: 24px;
    line-height: 150%;
    /* or 36px */
    color: #000000;
    margin-bottom: 10px;
}

.whatinside_item_content {
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    color: #000000;
}

{}

.grayblock1_wrap {
    background: #F1F1F7;
    border-radius: 18px;
    padding: 40px;
}

.bg_gray.grayblock1 .grayblock1_wrap {
    background: #fff;
}

.grayblock1_wrap_item {}

.grayblock1_wrap_item_img {}

.grayblock1_wrap_item_img img {
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
}

.grayblock1_wrap_item_content {}

.grayblock1_wrap_item_content ul {}

.grayblock1_wrap_item_content ul li {
    position: relative;
    padding: 15px 0 15px 40px;
}

.education .grayblock1_wrap_item_content ul li {
    border-bottom: 2px dotted #575FD9;
}

.grayblock1_wrap_item_content ul li:last-child {
    border-bottom: 2px dotted transparent;
}

.grayblock1_wrap_item_content ul li::before {
    content: '';
    width: 24px;
    height: 18px;
    left: 0;
    top: 18px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon_check.svg);
}

.grayblock1_contprice {
    display: flex;
}

.grayblock1_newprice {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    /* or 36px */
    color: #0054AF;
    margin-left: auto;
}

.grayblock1_oldprice {
    font-size: 24px;
    line-height: 150%;
    text-decoration-line: line-through;
    color: #BCBCBC;
    margin-right: auto;
}

.grayblock1_wrap_item_content .standart_btn {
    padding: 20px 0;
}

.awards {}

.awards_item_wrap {}

.whatinside_item {}

.awards_item_date {
    font-size: 36px;
    line-height: 150%;
    position: absolute;
    left: 0;
}

.awards_item_title {
    font-size: 24px;
    line-height: 150%;
    color: #000;
    margin-bottom: 10px;
}

.awards_item_content {
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    color: #000000;
}

.awards_item {
    padding-left: 30px;
    border-left: 2px dotted #575FD9;
    margin-bottom: 2px;
    padding-bottom: 40px;
}

.awards_item_wrap:last-child .awards_item {
    padding-bottom: 0;
}


/*--------------------------*/

.load-more-container {
    position: relative;
}

.load-more-container ul {
    list-style-type: none;
    padding: 0;
}

.load-more-container ul:after {
    content: "";
    display: table;
    clear: both;
}

.load-more-container ul li {
    width: 100%;
    position: relative;
    padding-left: 130px;
}

.load-more-container ul li:nth-child(1n+2) {
    max-height: 0;
    opacity: 0;
    transition: 0.1s ease-in;
}

.load-more-container .load-more-btn {
    /*width: 150px;
  line-height: 40px;
  border-radius: 2px;
  margin: 0 auto;
  display: block;
  background:   #494747;
  color: #fff;
  cursor: pointer;
  text-align: center;*/
    z-index: 9;
    position: relative;
    padding: 0;
    display: block;
    margin-top: 40px;
    padding-left: 160px;
}

.load-more-container .load-more-btn a {
    /*width: 150px;
  line-height: 40px;
  border-radius: 2px;
  margin: 0 auto;
  display: block;
  background:   #494747;
  color: #fff;
  cursor: pointer;
  text-align: center;*/
    /* color: #000000; */
    /* border: 3px solid #000000; */
    display: inline-block;
    cursor: pointer;
}

.load-more-container .load-more-btn a:hover {
    color: #fff;
    background-color: #000;
}


/*
.load-more-container .load-more-btn:hover {
  background: #333;
}*/

.load-more-container .load-more-btn .loaded {
    display: none;
}

.load-more-container #load-more {
    display: none;
}

.load-more-container #load-more:checked~ul li:nth-child(1n+2) {
    max-height: 999px;
    opacity: 1;
    transition: 0.2s ease-in;
}

.load-more-container #load-more:checked~.load-more-btn .loaded {
    display: inline-block;
}

.load-more-container #load-more:checked~.load-more-btn .unloaded {
    display: none;
}

.load-more-container #load-more~ul .awards_item_wrap:first-child .awards_item {
    padding-bottom: 0;
}

.load-more-container #load-more:checked~ul .awards_item_wrap:first-child .awards_item {
    padding-bottom: 40px;
}


/*--------------------------*/

.grayblock4 h2 {
    font-weight: 400;
}

.grayblock3 h2 {
    font-weight: 400;
}

.grayblock2 h2 {
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    /* identical to box height, or 36px */
    color: #000000;
}

.grayblock2 .grayblock1_wrap_item_content ul li {
    padding: 10px 0 10px 40px;
    border-bottom: 0 dotted transparent;
}

.grayblock2 .grayblock1_wrap_item_content ul li::before {
    top: 13px;
    background-image: url(../img/icon_check2.svg);
}

.grayblock2 .grayblock1_wrap_item_content ul {
    margin-bottom: 20px;
}

.home_casesbig .video_hover_wrap .home_slide_tagimg {
    width: auto;
    max-width: 25%;
    top: 40px;
}

.home_casesbig .home_slideitem.video_hover_wrap:hover .home_slide_tagimg {
    top: 45px;
}

.home_casesbig .home_slide_text_title_abso {
    left: auto;
    max-width: 25%;
}

.home_casesbig .home_slideitem.video_hover_wrap:hover .home_slide_text_title_abso {
    bottom: 35px;
}

.home_casesbig .video_hover_wrap .home_slide_tagimg img {
    max-width: 165px;
}

.home_pluses.homeblock6 {
    margin-top: 0;
    padding: 60px 0;
}


/*.homeblock6 .home_pluses_item.pluses_item_hover svg path {
    fill: #fff;
}*/

.homeblock6 .pluses_itemwr {
    margin-bottom: 30px;
}

.homeblock6 .home_pluses_item.pluses_item_hover .home_pluses_item__bg,
.homeblock6 .home_pluses_item.pluses_item_hover .home_pluses_item__texthidden a {
    color: #fff;
    opacity: 1;
}

.homeblock6 .home_pluses_item.pluses_item_hover .home_pluses_item__text {
    background: linear-gradient( 45deg, #ffffff 33%, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
}

.howit {}

.howit_wrap {}

.howit_wrap_item {}

.howit_wrap_item_txt {}

.howit_wrap_item_txt ul {
    padding-left: 20px;
}

.howit_wrap_item_txt ul li {
    list-style: disc;
    padding-left: 5px;
}

.howit_wrap_item_img {}

.howit .req_img_wr .metod_img img {
    border-radius: 12px;
}

.howit .metod_wr {
    border-radius: 12px;
}

.howit_wrap:nth-child(2n) .howit_wrap_item_txt {
    order: 2;
}

.howit_wrap:nth-child(2n) .howit_wrap_item_img {
    order: 1;
}

.grayblock3 h2 {
    font-size: 24px;
    line-height: 150%;
    /* or 36px */
    color: #000000;
}

.grayblock3 .grayblock1_wrap_item_content ul {
    margin-bottom: 15px;
}

.grayblock3 .grayblock1_wrap_item_img img {
    object-fit: contain;
}

.grayblock3 .grayblock1_wrap_item_content ul li::before {
    display: none;
}


/*
.grayblock3 .grayblock1_wrap_item_content ul li {
    border-bottom: 2px dotted transparent;
}*/

.grayblock3 .grayblock1_wrap_item_content ul li {
    position: relative;
    padding: 15px 0 15px 40px;
    border-bottom: 2px dotted transparent;
    padding: 15px 15px 15px 35px;
    height: 100%;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 21px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDM0Ljc2IDM0Ljc2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnPgoJCTxwYXRoIGQ9Ik0xNy4zOCwzNC43NmMtOS41ODMsMC0xNy4zNzktNy43OTYtMTcuMzc5LTE3LjM4UzcuNzk3LDAsMTcuMzgsMHMxNy4zNzksNy43OTYsMTcuMzc5LDE3LjM4UzI2Ljk2MywzNC43NiwxNy4zOCwzNC43NnogICAgIE0xNy4zOCw2LjQ5NWMtNi4wMDIsMC0xMC44ODUsNC44ODItMTAuODg1LDEwLjg4NXM0Ljg4MywxMC44ODUsMTAuODg1LDEwLjg4NXMxMC44ODUtNC44ODIsMTAuODg1LTEwLjg4NSAgICBTMjMuMzgyLDYuNDk1LDE3LjM4LDYuNDk1eiIgZmlsbD0iIzU3NWZkOSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=);
}

.grayblock4 h2 {
    font-size: 36px;
    line-height: 150%;
    /* or 54px */
    color: #2D3160;
}

.grayblock4 .grayblock1_wrap_item_content ul {
    margin-bottom: 15px;
}

.grayblock4 .grayblock1_wrap_item_content ul li {
    line-height: 18px;
}

.grayblock4 .grayblock1_wrap_item_content ul li span {
    font-size: 24px;
    line-height: 18px;
    color: #003399;
}

.grayblock4 .grayblock1_wrap_item_content ul li::before {
    top: auto;
    bottom: 18px;
}

.grayblock1_wrap {
    box-shadow: 0px 8px 12px rgb(95 109 124 / 32%);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.grayblock1_wrap:hover {
    box-shadow: 0px 8px 12px rgb(95 109 124 / 12%);
}

.wpcf7 .ajax-loader {
    position: absolute;
}

.col-8 .form-group {
    padding-right: 0;
}

.firstscreen_home.firstscreen_study {
    background-image: url(../img/bg_study-min.jpg);
}

.home_footer.home_footer_study {
    background-image: url(../img/bg_study_bottom-min.jpg);
}

.home_footer.home_footer_study .home_footer_main {
    background: #2C363A;
}

.home_footer.home_footer_study .footer_form_wr {
    background: rgb(44 54 58);
    background: -moz-linear-gradient(0deg, rgba(51, 57, 138, 1) 0%, rgba(51, 57, 138, 1) 2%, rgba(51, 57, 138, 0.39539565826330536) 50%, rgba(51, 57, 138, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(44 54 58) 0%, rgb(44 54 58) 2%, rgb(44 54 58 / 40%) 50%, rgba(51, 57, 138, 0) 100%);
    background: linear-gradient(0deg, rgb(44 54 58) 0%, rgb(44 54 58) 2%, rgb(44 54 58 / 40%) 50%, rgba(51, 57, 138, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#2C363A", endColorstr="#2C363A", GradientType=1);
}

.tab_content_left p {
    margin-top: 15px;
}

.class_study_sec {}

.class_study_sec .videosection_bg {
    border-radius: 18px;
}

.checkboxbg .whatinside_item_wrap .whatinside_item {
    border-bottom: 0 dotted transparent;
    background-image: url(../img/icon_check2.svg);
    background-size: 28px;
    background-color: #fff;
    border-radius: 18px;
    padding: 15px 20px 15px 55px;
    background-position: 15px 25px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.programmcurs .whatinside_item_wrap .whatinside_item {
    background-image: none;
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 4px 88px #f1f1f7;
    border-radius: 40px;
    border-bottom: 0 solid transparent;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.programmcurs .whatinside_item_wrap .whatinside_item:hover {
    box-shadow: 0px 4px 10px #f1f1f7;
}

.programmcurs .whatinside_item_wrap .whatinside_item_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    background: linear-gradient(45deg, #7839c8 33%, #0faffc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #7839c8;
    margin-bottom: 10px;
}

.whatinside.programmcurs {
    background-image: url(../img/bg_4_1.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

p.whatinside_subtitle {
    margin-top: 15px;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.studyvideo {}

.studyvideo .tab_content_right {
    padding: 0;
    padding-right: 15px;
}

.studyvideo .owl-item.active .item .studyvideo_col {
    background: #F1F1F7;
    /*box-shadow: 0px 4px 25px rgb(0 0 0 / 10%);*/
    border-radius: 18px;
    margin-bottom: 30px;
}

.studyvideo .tab_content_video img.tab_content_videobg {
    width: 100%;
    object-fit: cover;
    height: 350px;
}

.studyvideo .tab_content_left {
    align-items: center;
    display: flex;
}

.studyvideo .tab_content_video_min img.tab_content_videobg {
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.studyvideo .tab_content_video.tab_content_video_min {
    overflow: hidden;
    position: relative;
    border-radius: 18px;
    cursor: pointer;
}

.current .tab_content_video .abso_link_videobg {
    opacity: 0;
}

.studyteacher .metod_img {
    padding: 40px 25px;
}

.studyteacher .metod_dolzhnost {
    font-size: 16px;
    line-height: 150%;
    color: #5C5C5C;
    margin-bottom: 20px;
}

.studyteacher .metod_textwr {
    padding: 40px 0;
}

.studyteacher .metod_img img {
    border-radius: 18px;
}

.studyformat .prices_tableflex__inside_title_ins {
    font-size: 16px;
    line-height: 1.4;
}

.styleblock2 .kidskills_li {
    font-size: 24px;
    line-height: 150%;
    /* identical to box height, or 36px */
    color: #000000;
}

.styleblock2 .kidskills_li span {
    font-size: 24px;
    line-height: 150%;
    /* identical to box height, or 36px */
    color: #000000;
    margin-bottom: 10px;
    text-align: left;
    padding: 0;
}

.styleblock2 .metod_text {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.styleblock2.kidskills .metod_textwr {
    padding-left: 40px;
}

.blockquestion {}

.blockquestion .grayblock1_wrap_item_content h3 {
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 2px dotted #575FD9;
}

.blockquestion .punktspiska {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    background-position: 15px 5px;
    padding-left: 50px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDM0Ljc2IDM0Ljc2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnPgoJCTxwYXRoIGQ9Ik0xNy4zOCwzNC43NmMtOS41ODMsMC0xNy4zNzktNy43OTYtMTcuMzc5LTE3LjM4UzcuNzk3LDAsMTcuMzgsMHMxNy4zNzksNy43OTYsMTcuMzc5LDE3LjM4UzI2Ljk2MywzNC43NiwxNy4zOCwzNC43NnogICAgIE0xNy4zOCw2LjQ5NWMtNi4wMDIsMC0xMC44ODUsNC44ODItMTAuODg1LDEwLjg4NXM0Ljg4MywxMC44ODUsMTAuODg1LDEwLjg4NXMxMC44ODUtNC44ODIsMTAuODg1LTEwLjg4NSAgICBTMjMuMzgyLDYuNDk1LDE3LjM4LDYuNDk1eiIgZmlsbD0iIzU3NWZkOSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=);
    background-size: 16px;
    background-repeat: no-repeat;
}

.blockquestion .grayblock1_wrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 88px rgb(0 0 0 / 12%);
    border-radius: 34px;
    margin-bottom: 30px;
}


/*==============================Конец Секция==============================*/


/*==============================Начало Секция==============================*/

.grecaptcha-badge {
    z-index: -999;
    opacity: 0;
}

.tab_content_videoplay .tab_content_playbtnbg {
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.tab_content_videoplay .tab_content_playbtnbg .abso_link_videobg {
    display: block !important;
}


/*
.tab_content_videoplay:hover .tab_content_playbtnbg {
    opacity: 1;
}*/

.oppo_item__img:hover .tab_content_playbtnbg {
    opacity: 1;
}

.who .metod_desc ul>li {
    display: flex;
    align-items: center;
}

.who .metod_desc ul>li:nth-last-child(-n+2) {
    border-bottom: 2px dotted transparent !important;
    margin-bottom: 0;
}

.col-lg.col-md.users_col.image_col_kids {
    padding: 0;
}

.col-lg.col-md.users_col.image_col_kids .users_item {
    box-shadow: none !important;
    border-radius: 0;
    position: relative;
}

.col-lg.col-md.users_col.image_col_kids .users_item .users_item_top {
    position: relative;
}

.col-lg.col-md.users_col.image_col_kids .users_item .users_item_top::before {
    content: '';
    background-image: url(../img/list-disc.svg);
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.col-lg.col-md.users_col.image_col_kids:first-child {
    padding-left: 15px;
}

.col-lg.col-md.users_col.image_col_kids:first-child .users_item_top {
    padding-left: 45px;
}

.col-lg.col-md.users_col.image_col_kids:first-child .users_item_top::before {
    left: 15px;
}

.col-lg.col-md.users_col.image_col_kids:first-child .users_item {
    border-radius: 30px 0 0 30px;
}

.col-lg.col-md.users_col.image_col_kids:last-child {
    padding-right: 15px;
}


/*
.col-lg.col-md.users_col.image_col_kids:last-child .users_item_top {
    padding-right: 45px;
}*/

.col-lg.col-md.users_col.image_col_kids:last-child .users_item {
    border-radius: 0 30px 30px 0;
}

.freemaster_icons .kids_col .users_item__image img {
    height: 150px;
    padding: 35px;
    object-fit: contain;
}

.freemaster_icons .users_item {
    background: transparent;
    box-shadow: none !important;
    border-radius: 0;
}

.freemaster_icons .before_gradient::before {
    opacity: 0;
}

.freemaster_icons .kids_col .users_item_top {
    padding-top: 10px;
    text-align: center;
}


/*==============================Конец Секция==============================*/

.home_cases .row {
    justify-content: center!important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 7px;
}

.owl-carousel .owl-nav button.owl-prev {
    bottom: -5px;
}

.owl-carousel .owl-nav button.owl-next {
    bottom: -5px;
}

.kama_breadcrumbs {
    margin-top: 50px;
    font-size: 16px;
    color: #a9a9a9;
}

.kama_breadcrumbs a {
    color: #0FAFFC;
    font-size: 16px;
}

.new_page h1 {
    color: #2D3160;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 150%;
    /* identical to box height, or 54px */
    text-align: center;
    margin: 41px 0;
}

.container_graynew {
    background: #F1F1F7;
    border-radius: 50px;
    padding: 33px 39px;
}

body .container_graynew .text {
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 20px;
}

body .container_graynew .box_btns {
    display: flex;
    float: left;
    background: #E7E7E7;
    border-radius: 36px;
    margin-bottom: 20px;
}

body .container_graynew .box_btns:after {
    content: ' ';
    display: block;
    clear: both;
}

body .container_graynew .box_btns a {
    background: #003399;
    border-radius: 36px;
    color: #fff;
    font-size: 16px;
    min-width: 370px;
}

body .container_graynew.rozov .box_btns a {
    background: linear-gradient(266.56deg, #7E3697 -2.18%, #DB2087 96.47%);
    border-radius: 36px;
    color: #fff;
    font-size: 16px;
    min-width: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .container_graynew .box_btns .nadpis {
    display: flex;
    align-items: center;
    padding: 0 30px;
    color: #757575;
    font-size: 16px;
}

.container_graynew .podknopkoj_tekst {
    color: #757575;
    font-size: 16px;
}

.container_graynew .podknopkoj_tekst a {
    font-size: 16px;
    color: #0FAFFC;
}

.list_tchk {
    margin-top: 64px;
    margin-bottom: 70px;
}

.list_tchk b {
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 14px;
    display: block;
}

.list_tchk ul {
    list-style: disc;
    margin-left: 0;
    padding-left: 20px;
}

.homeblock4 h2 {
    text-align: center;
    font-size: 36px;
    color: #2D3160;
    margin-bottom: 41px;
}

.list_tchk .item {
    margin-bottom: 93px;
}

#videosection_new_tpl .text_standart {
    font-size: 24px;
}

#videosection_new_tpl h3 {
    text-align: center;
    font-size: 36px;
    color: #2D3160;
    margin-bottom: 70px;
    margin-top: -89px;
}

.block_new_tpl .desc_btn a {
    font-size: 16px;
}

.tabs_new_tpl a.btn {
    background: #F1F1F7;
    border-radius: 40px;
    padding: 17px 20px;
    font-size: 16px;
    min-width: 235px;
    margin: 0 5px;
    color: #000;
    font-weight: bold;
}

.tabs_new_tpl a.btn:focus {
    outline: none;
    box-shadow: none;
}

.tabs_new_tpl a.btn.active {
    background: linear-gradient(266.56deg, #7E3697 -2.18%, #DB2087 96.47%);
    color: #fff;
}

.tab_contents {
    margin-top: 40px;
}

.tab_contents .tab_content {
    display: none;
}

.tab_contents .tab_content.active {
    display: block;
}

.tab_contents .tab_content h3 {
    font-size: 36px;
    color: #2D3160;
    text-align: center;
    margin-bottom: 69px;
}

.tab_contents ul {
    list-style-type: disc;
    margin-left: 20px;
}

#videosection_new_tpl.videosection.gray {
    background: #F1F1F7;
    border-radius: 50px;
}

.whoform_new_tpl {
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 47px 0;
}

.whoform_new_tpl .who {
    padding-bottom: 5px;
}

h3.t_a_b {
    color: #2D3160;
    font-size: 36px;
    margin-top: 70px;
}

.flex {
    display: flex;
}

.block_t_a_b .row p {
    font-size: 22px;
}

.row .desc {
    color: #757575;
    font-size: 16px;
}

.download_prj {
    padding-top: 10px;
}

.download_prj h3 {
    font-size: 36px;
    text-align: center;
    color: #2D3160;
    margin-bottom: 70px;
}

.download_prj .img img {
    border-radius: 50px;
    position: relative;
}

.download_prj .img .mark {
    padding: 17px;
    ;
    background: linear-gradient(254.16deg, #0FAFFC -9.77%, #7839C8 107.58%), #F1F1F7;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    display: inline;
    font-size: 14px;
    position: absolute;
    top: 18px;
    right: 32px;
    z-index: 999;
}

.download_prj .row .item .row_item {
    background: #FFFFFF;
    box-shadow: 0px 4px 31px rgba(157, 185, 193, 0.25);
    border-radius: 50px;
    padding-bottom: 35px;
}

.download_prj .row .item .row_item .title {
    margin-top: 25px;
    padding-bottom: 21px;
    border-bottom: 1px dotted #575FD9;
    text-align: center;
}

.download_prj .row .item .row_item .cont {
    padding: 0 34px;
}

.opts span {
    margin-right: 20px;
    font-size: 16px;
}

.opts {
    font-size: 16px;
    margin-top: 18px;
}

.dbtn {
    text-align: center;
    margin-top: 42px;
}

.dbtn a {
    color: #00CCFF;
    text-decoration: none;
}

.dbtn a span {
    border-bottom: 1px solid #00CCFF;
}

.prj_modal .modal_content_wr {
    padding: 0;
}

.prj_modal .modal-body {
    padding: 0;
}

.prj_modal .modal-body .col-lg-6.content {
    padding-right: 42px;
}

.prj_modal .modal-body .img {
    border-radius: 50px;
}

.prj_modal .modal-body .content {
    padding-top: 21px;
    padding-bottom: 21px;
}

.prj_modal .modal-body h3 {
    font-size: 24px;
    text-align: left;
    margin-top: 11px;
    margin-bottom: 11px;
    color: #000;
}

.prj_modal .modal-body .opisanie {
    padding-bottom: 24px;
    border-bottom: 1px dotted #575FD9;
}

.btn_d {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.btn_d a {
    background: linear-gradient(266.56deg, #7E3697 -2.18%, #DB2087 96.47%);
    border-radius: 36px;
    height: 50px;
    display: flex;
    align-items: center;
    width: 220px;
    text-align: center;
    color: #fff;
    justify-content: center;
}

.btn_d a:hover {
    text-decoration: none;
}

.prj_modal .modal-body .img {
    display: flex;
}

.prj_modal .modal-body .imgs {
    position: relative;
}

.prj_modal .modal-body .imgs .owl-dots {
    position: absolute;
    bottom: 24px;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%, 0);
}

.prj_modal .modal-body .imgs .owl-nav {
    position: absolute;
    bottom: 24px;
    z-index: 9991;
    left: 50%;
    transform: translate(-50%, 0);
}

.prj_modal .modal-body .imgs .owl-item {
    display: flex;
    align-items: center;
    height: 100%;
}

.prj_modal .modal-body .imgs .owl-item img {
    width: auto;
}

h3.block_4 {
    font-size: 36px;
    text-align: center;
    color: #2D3160;
    margin-top: 10px;
}

.text p,
.text {
    margin-bottom: 10px;
    line-height: 150%;
}

.text h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #000000;
}

.block_new_tpl h2.contentblock__title {
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    margin-top: 0;
}

.block_new_tpl .contentblock__logo {
    margin-bottom: 6px;
}

.block_new_tpl .contentblock__logo svg {
    max-width: 100%;
}

.block_new_tpl .row p {
    font-size: 16px;
}

#videosection_new_tpl .tab_content_right .tab_content_video {
    box-shadow: none;
}

.t_ab p {
    line-height: 150%;
}

.t_ab p.desc {
    margin-top: 15px;
}

.tabs_new_tpl {
    margin-top: -33px;
}

.container_graynew #svg2,
.contentblock__logo #svg2 {
    width: 200px;
    height: auto;
}


/* моб */

.business .opportunities {
    background-image: none;
}

@media (max-width: 768px) {
    .otto_item__txt {
        flex: 0;
    }
    .oppo_item__img {
        flex: 2;
    }
    body .container_graynew .box_btns {
        display: block;
        float: none;
        border-radius: 0;
        background: none;
    }
    body .container_graynew .box_btns .nadpis {
        justify-content: center;
        padding: 5px 0;
    }
    body .container_graynew .box_btns a,
    body .container_graynew.rozov .box_btns a {
        width: 100%;
        min-width: 0;
    }
}

@media ( max-width: 991px) {
    .prj_modal .modal-body .col-lg-6.content {
        padding: 21px 42px;
    }
    .prj_modal .modal-body .imgs .owl-item img {
        width: 100%;
    }
}

body .container_graynew.block_new_tpl .box_btns {
    background: none;
}

.krugi {
    margin-bottom: 70px;
}

.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
    clip: rect(auto, auto, auto, auto);
}

.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
    position: absolute;
    border: 0.08em solid #003399;
    width: 1.30em;
    height: 1.30em;
    clip: rect(0em, 0.73em, 1.46em, 0em);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c100 {
    position: relative;
    font-size: 120px;
    width: 1.46em;
    height: 1.46em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;
    background-color: #F1F1F7;
}

.c100 *,
.c100 *:before,
.c100 *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.c100.center {
    float: none;
    margin: 0 auto;
}

.c100.big {
    font-size: 240px;
}

.c100.small {
    font-size: 80px;
}

.c100>span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    left: 0;
    top: 0;
    font-size: 44px;
    color: #000;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.c100:after {
    position: absolute;
    top: 0.08em;
    left: 0.08em;
    display: block;
    content: " ";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    width: 1.30em;
    height: 1.30em;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.c100 .slice {
    position: absolute;
    width: 1.46em;
    height: 1.46em;
    clip: rect(0em, 1.46em, 1.46em, 0.73em);
}

.c100.p1 .bar {
    -webkit-transform: rotate(3.6deg);
    -moz-transform: rotate(3.6deg);
    -ms-transform: rotate(3.6deg);
    -o-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
}

.c100.p2 .bar {
    -webkit-transform: rotate(7.2deg);
    -moz-transform: rotate(7.2deg);
    -ms-transform: rotate(7.2deg);
    -o-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
}

.c100.p3 .bar {
    -webkit-transform: rotate(10.8deg);
    -moz-transform: rotate(10.8deg);
    -ms-transform: rotate(10.8deg);
    -o-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
}

.c100.p4 .bar {
    -webkit-transform: rotate(14.4deg);
    -moz-transform: rotate(14.4deg);
    -ms-transform: rotate(14.4deg);
    -o-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
}

.c100.p5 .bar {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}

.c100.p6 .bar {
    -webkit-transform: rotate(21.6deg);
    -moz-transform: rotate(21.6deg);
    -ms-transform: rotate(21.6deg);
    -o-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
}

.c100.p7 .bar {
    -webkit-transform: rotate(25.2deg);
    -moz-transform: rotate(25.2deg);
    -ms-transform: rotate(25.2deg);
    -o-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
}

.c100.p8 .bar {
    -webkit-transform: rotate(28.8deg);
    -moz-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    -o-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}

.c100.p9 .bar {
    -webkit-transform: rotate(32.4deg);
    -moz-transform: rotate(32.4deg);
    -ms-transform: rotate(32.4deg);
    -o-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
}

.c100.p10 .bar {
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
}

.c100.p11 .bar {
    -webkit-transform: rotate(39.6deg);
    -moz-transform: rotate(39.6deg);
    -ms-transform: rotate(39.6deg);
    -o-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
}

.c100.p12 .bar {
    -webkit-transform: rotate(43.2deg);
    -moz-transform: rotate(43.2deg);
    -ms-transform: rotate(43.2deg);
    -o-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
}

.c100.p13 .bar {
    -webkit-transform: rotate(46.8deg);
    -moz-transform: rotate(46.8deg);
    -ms-transform: rotate(46.8deg);
    -o-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
}

.c100.p14 .bar {
    -webkit-transform: rotate(50.4deg);
    -moz-transform: rotate(50.4deg);
    -ms-transform: rotate(50.4deg);
    -o-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
}

.c100.p15 .bar {
    -webkit-transform: rotate(54deg);
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    transform: rotate(54deg);
}

.c100.p16 .bar {
    -webkit-transform: rotate(57.6deg);
    -moz-transform: rotate(57.6deg);
    -ms-transform: rotate(57.6deg);
    -o-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
}

.c100.p17 .bar {
    -webkit-transform: rotate(61.2deg);
    -moz-transform: rotate(61.2deg);
    -ms-transform: rotate(61.2deg);
    -o-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
}

.c100.p18 .bar {
    -webkit-transform: rotate(64.8deg);
    -moz-transform: rotate(64.8deg);
    -ms-transform: rotate(64.8deg);
    -o-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
}

.c100.p19 .bar {
    -webkit-transform: rotate(68.4deg);
    -moz-transform: rotate(68.4deg);
    -ms-transform: rotate(68.4deg);
    -o-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
}

.c100.p20 .bar {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
}

.c100.p21 .bar {
    -webkit-transform: rotate(75.6deg);
    -moz-transform: rotate(75.6deg);
    -ms-transform: rotate(75.6deg);
    -o-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
}

.c100.p22 .bar {
    -webkit-transform: rotate(79.2deg);
    -moz-transform: rotate(79.2deg);
    -ms-transform: rotate(79.2deg);
    -o-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
}

.c100.p23 .bar {
    -webkit-transform: rotate(82.8deg);
    -moz-transform: rotate(82.8deg);
    -ms-transform: rotate(82.8deg);
    -o-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
}

.c100.p24 .bar {
    -webkit-transform: rotate(86.4deg);
    -moz-transform: rotate(86.4deg);
    -ms-transform: rotate(86.4deg);
    -o-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
}

.c100.p25 .bar {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.c100.p26 .bar {
    -webkit-transform: rotate(93.6deg);
    -moz-transform: rotate(93.6deg);
    -ms-transform: rotate(93.6deg);
    -o-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
}

.c100.p27 .bar {
    -webkit-transform: rotate(97.2deg);
    -moz-transform: rotate(97.2deg);
    -ms-transform: rotate(97.2deg);
    -o-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
}

.c100.p28 .bar {
    -webkit-transform: rotate(100.8deg);
    -moz-transform: rotate(100.8deg);
    -ms-transform: rotate(100.8deg);
    -o-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
}

.c100.p29 .bar {
    -webkit-transform: rotate(104.4deg);
    -moz-transform: rotate(104.4deg);
    -ms-transform: rotate(104.4deg);
    -o-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
}

.c100.p30 .bar {
    -webkit-transform: rotate(108deg);
    -moz-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    -o-transform: rotate(108deg);
    transform: rotate(108deg);
}

.c100.p31 .bar {
    -webkit-transform: rotate(111.6deg);
    -moz-transform: rotate(111.6deg);
    -ms-transform: rotate(111.6deg);
    -o-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
}

.c100.p32 .bar {
    -webkit-transform: rotate(115.2deg);
    -moz-transform: rotate(115.2deg);
    -ms-transform: rotate(115.2deg);
    -o-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
}

.c100.p33 .bar {
    -webkit-transform: rotate(118.8deg);
    -moz-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    -o-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
}

.c100.p34 .bar {
    -webkit-transform: rotate(122.4deg);
    -moz-transform: rotate(122.4deg);
    -ms-transform: rotate(122.4deg);
    -o-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
}

.c100.p35 .bar {
    -webkit-transform: rotate(126deg);
    -moz-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    -o-transform: rotate(126deg);
    transform: rotate(126deg);
}

.c100.p36 .bar {
    -webkit-transform: rotate(129.6deg);
    -moz-transform: rotate(129.6deg);
    -ms-transform: rotate(129.6deg);
    -o-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
}

.c100.p37 .bar {
    -webkit-transform: rotate(133.2deg);
    -moz-transform: rotate(133.2deg);
    -ms-transform: rotate(133.2deg);
    -o-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
}

.c100.p38 .bar {
    -webkit-transform: rotate(136.8deg);
    -moz-transform: rotate(136.8deg);
    -ms-transform: rotate(136.8deg);
    -o-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
}

.c100.p39 .bar {
    -webkit-transform: rotate(140.4deg);
    -moz-transform: rotate(140.4deg);
    -ms-transform: rotate(140.4deg);
    -o-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
}

.c100.p40 .bar {
    -webkit-transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    transform: rotate(144deg);
}

.c100.p41 .bar {
    -webkit-transform: rotate(147.6deg);
    -moz-transform: rotate(147.6deg);
    -ms-transform: rotate(147.6deg);
    -o-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
}

.c100.p42 .bar {
    -webkit-transform: rotate(151.2deg);
    -moz-transform: rotate(151.2deg);
    -ms-transform: rotate(151.2deg);
    -o-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
}

.c100.p43 .bar {
    -webkit-transform: rotate(154.8deg);
    -moz-transform: rotate(154.8deg);
    -ms-transform: rotate(154.8deg);
    -o-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
}

.c100.p44 .bar {
    -webkit-transform: rotate(158.4deg);
    -moz-transform: rotate(158.4deg);
    -ms-transform: rotate(158.4deg);
    -o-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
}

.c100.p45 .bar {
    -webkit-transform: rotate(162deg);
    -moz-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    -o-transform: rotate(162deg);
    transform: rotate(162deg);
}

.c100.p46 .bar {
    -webkit-transform: rotate(165.6deg);
    -moz-transform: rotate(165.6deg);
    -ms-transform: rotate(165.6deg);
    -o-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
}

.c100.p47 .bar {
    -webkit-transform: rotate(169.2deg);
    -moz-transform: rotate(169.2deg);
    -ms-transform: rotate(169.2deg);
    -o-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
}

.c100.p48 .bar {
    -webkit-transform: rotate(172.8deg);
    -moz-transform: rotate(172.8deg);
    -ms-transform: rotate(172.8deg);
    -o-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
}

.c100.p49 .bar {
    -webkit-transform: rotate(176.4deg);
    -moz-transform: rotate(176.4deg);
    -ms-transform: rotate(176.4deg);
    -o-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
}

.c100.p50 .bar {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c100.p51 .bar {
    -webkit-transform: rotate(183.6deg);
    -moz-transform: rotate(183.6deg);
    -ms-transform: rotate(183.6deg);
    -o-transform: rotate(183.6deg);
    transform: rotate(183.6deg);
}

.c100.p52 .bar {
    -webkit-transform: rotate(187.2deg);
    -moz-transform: rotate(187.2deg);
    -ms-transform: rotate(187.2deg);
    -o-transform: rotate(187.2deg);
    transform: rotate(187.2deg);
}

.c100.p53 .bar {
    -webkit-transform: rotate(190.8deg);
    -moz-transform: rotate(190.8deg);
    -ms-transform: rotate(190.8deg);
    -o-transform: rotate(190.8deg);
    transform: rotate(190.8deg);
}

.c100.p54 .bar {
    -webkit-transform: rotate(194.4deg);
    -moz-transform: rotate(194.4deg);
    -ms-transform: rotate(194.4deg);
    -o-transform: rotate(194.4deg);
    transform: rotate(194.4deg);
}

.c100.p55 .bar {
    -webkit-transform: rotate(198deg);
    -moz-transform: rotate(198deg);
    -ms-transform: rotate(198deg);
    -o-transform: rotate(198deg);
    transform: rotate(198deg);
}

.c100.p56 .bar {
    -webkit-transform: rotate(201.6deg);
    -moz-transform: rotate(201.6deg);
    -ms-transform: rotate(201.6deg);
    -o-transform: rotate(201.6deg);
    transform: rotate(201.6deg);
}

.c100.p57 .bar {
    -webkit-transform: rotate(205.2deg);
    -moz-transform: rotate(205.2deg);
    -ms-transform: rotate(205.2deg);
    -o-transform: rotate(205.2deg);
    transform: rotate(205.2deg);
}

.c100.p58 .bar {
    -webkit-transform: rotate(208.8deg);
    -moz-transform: rotate(208.8deg);
    -ms-transform: rotate(208.8deg);
    -o-transform: rotate(208.8deg);
    transform: rotate(208.8deg);
}

.c100.p59 .bar {
    -webkit-transform: rotate(212.4deg);
    -moz-transform: rotate(212.4deg);
    -ms-transform: rotate(212.4deg);
    -o-transform: rotate(212.4deg);
    transform: rotate(212.4deg);
}

.c100.p60 .bar {
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
}

.c100.p61 .bar {
    -webkit-transform: rotate(219.6deg);
    -moz-transform: rotate(219.6deg);
    -ms-transform: rotate(219.6deg);
    -o-transform: rotate(219.6deg);
    transform: rotate(219.6deg);
}

.c100.p62 .bar {
    -webkit-transform: rotate(223.2deg);
    -moz-transform: rotate(223.2deg);
    -ms-transform: rotate(223.2deg);
    -o-transform: rotate(223.2deg);
    transform: rotate(223.2deg);
}

.c100.p63 .bar {
    -webkit-transform: rotate(226.8deg);
    -moz-transform: rotate(226.8deg);
    -ms-transform: rotate(226.8deg);
    -o-transform: rotate(226.8deg);
    transform: rotate(226.8deg);
}

.c100.p64 .bar {
    -webkit-transform: rotate(230.4deg);
    -moz-transform: rotate(230.4deg);
    -ms-transform: rotate(230.4deg);
    -o-transform: rotate(230.4deg);
    transform: rotate(230.4deg);
}

.c100.p65 .bar {
    -webkit-transform: rotate(234deg);
    -moz-transform: rotate(234deg);
    -ms-transform: rotate(234deg);
    -o-transform: rotate(234deg);
    transform: rotate(234deg);
}

.c100.p66 .bar {
    -webkit-transform: rotate(237.6deg);
    -moz-transform: rotate(237.6deg);
    -ms-transform: rotate(237.6deg);
    -o-transform: rotate(237.6deg);
    transform: rotate(237.6deg);
}

.c100.p67 .bar {
    -webkit-transform: rotate(241.2deg);
    -moz-transform: rotate(241.2deg);
    -ms-transform: rotate(241.2deg);
    -o-transform: rotate(241.2deg);
    transform: rotate(241.2deg);
}

.c100.p68 .bar {
    -webkit-transform: rotate(244.8deg);
    -moz-transform: rotate(244.8deg);
    -ms-transform: rotate(244.8deg);
    -o-transform: rotate(244.8deg);
    transform: rotate(244.8deg);
}

.c100.p69 .bar {
    -webkit-transform: rotate(248.4deg);
    -moz-transform: rotate(248.4deg);
    -ms-transform: rotate(248.4deg);
    -o-transform: rotate(248.4deg);
    transform: rotate(248.4deg);
}

.c100.p70 .bar {
    -webkit-transform: rotate(252deg);
    -moz-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    -o-transform: rotate(252deg);
    transform: rotate(252deg);
}

.c100.p71 .bar {
    -webkit-transform: rotate(255.6deg);
    -moz-transform: rotate(255.6deg);
    -ms-transform: rotate(255.6deg);
    -o-transform: rotate(255.6deg);
    transform: rotate(255.6deg);
}

.c100.p72 .bar {
    -webkit-transform: rotate(259.2deg);
    -moz-transform: rotate(259.2deg);
    -ms-transform: rotate(259.2deg);
    -o-transform: rotate(259.2deg);
    transform: rotate(259.2deg);
}

.c100.p73 .bar {
    -webkit-transform: rotate(262.8deg);
    -moz-transform: rotate(262.8deg);
    -ms-transform: rotate(262.8deg);
    -o-transform: rotate(262.8deg);
    transform: rotate(262.8deg);
}

.c100.p74 .bar {
    -webkit-transform: rotate(266.4deg);
    -moz-transform: rotate(266.4deg);
    -ms-transform: rotate(266.4deg);
    -o-transform: rotate(266.4deg);
    transform: rotate(266.4deg);
}

.c100.p75 .bar {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.c100.p76 .bar {
    -webkit-transform: rotate(273.6deg);
    -moz-transform: rotate(273.6deg);
    -ms-transform: rotate(273.6deg);
    -o-transform: rotate(273.6deg);
    transform: rotate(273.6deg);
}

.c100.p77 .bar {
    -webkit-transform: rotate(277.2deg);
    -moz-transform: rotate(277.2deg);
    -ms-transform: rotate(277.2deg);
    -o-transform: rotate(277.2deg);
    transform: rotate(277.2deg);
}

.c100.p78 .bar {
    -webkit-transform: rotate(280.8deg);
    -moz-transform: rotate(280.8deg);
    -ms-transform: rotate(280.8deg);
    -o-transform: rotate(280.8deg);
    transform: rotate(280.8deg);
}

.c100.p79 .bar {
    -webkit-transform: rotate(284.4deg);
    -moz-transform: rotate(284.4deg);
    -ms-transform: rotate(284.4deg);
    -o-transform: rotate(284.4deg);
    transform: rotate(284.4deg);
}

.c100.p80 .bar {
    -webkit-transform: rotate(288deg);
    -moz-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    -o-transform: rotate(288deg);
    transform: rotate(288deg);
}

.c100.p81 .bar {
    -webkit-transform: rotate(291.6deg);
    -moz-transform: rotate(291.6deg);
    -ms-transform: rotate(291.6deg);
    -o-transform: rotate(291.6deg);
    transform: rotate(291.6deg);
}

.c100.p82 .bar {
    -webkit-transform: rotate(295.2deg);
    -moz-transform: rotate(295.2deg);
    -ms-transform: rotate(295.2deg);
    -o-transform: rotate(295.2deg);
    transform: rotate(295.2deg);
}

.c100.p83 .bar {
    -webkit-transform: rotate(298.8deg);
    -moz-transform: rotate(298.8deg);
    -ms-transform: rotate(298.8deg);
    -o-transform: rotate(298.8deg);
    transform: rotate(298.8deg);
}

.c100.p84 .bar {
    -webkit-transform: rotate(302.4deg);
    -moz-transform: rotate(302.4deg);
    -ms-transform: rotate(302.4deg);
    -o-transform: rotate(302.4deg);
    transform: rotate(302.4deg);
}

.c100.p85 .bar {
    -webkit-transform: rotate(306deg);
    -moz-transform: rotate(306deg);
    -ms-transform: rotate(306deg);
    -o-transform: rotate(306deg);
    transform: rotate(306deg);
}

.c100.p86 .bar {
    -webkit-transform: rotate(309.6deg);
    -moz-transform: rotate(309.6deg);
    -ms-transform: rotate(309.6deg);
    -o-transform: rotate(309.6deg);
    transform: rotate(309.6deg);
}

.c100.p87 .bar {
    -webkit-transform: rotate(313.2deg);
    -moz-transform: rotate(313.2deg);
    -ms-transform: rotate(313.2deg);
    -o-transform: rotate(313.2deg);
    transform: rotate(313.2deg);
}

.c100.p88 .bar {
    -webkit-transform: rotate(316.8deg);
    -moz-transform: rotate(316.8deg);
    -ms-transform: rotate(316.8deg);
    -o-transform: rotate(316.8deg);
    transform: rotate(316.8deg);
}

.c100.p89 .bar {
    -webkit-transform: rotate(320.4deg);
    -moz-transform: rotate(320.4deg);
    -ms-transform: rotate(320.4deg);
    -o-transform: rotate(320.4deg);
    transform: rotate(320.4deg);
}

.c100.p90 .bar {
    -webkit-transform: rotate(324deg);
    -moz-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    -o-transform: rotate(324deg);
    transform: rotate(324deg);
}

.c100.p91 .bar {
    -webkit-transform: rotate(327.6deg);
    -moz-transform: rotate(327.6deg);
    -ms-transform: rotate(327.6deg);
    -o-transform: rotate(327.6deg);
    transform: rotate(327.6deg);
}

.c100.p92 .bar {
    -webkit-transform: rotate(331.2deg);
    -moz-transform: rotate(331.2deg);
    -ms-transform: rotate(331.2deg);
    -o-transform: rotate(331.2deg);
    transform: rotate(331.2deg);
}

.c100.p93 .bar {
    -webkit-transform: rotate(334.8deg);
    -moz-transform: rotate(334.8deg);
    -ms-transform: rotate(334.8deg);
    -o-transform: rotate(334.8deg);
    transform: rotate(334.8deg);
}

.c100.p94 .bar {
    -webkit-transform: rotate(338.4deg);
    -moz-transform: rotate(338.4deg);
    -ms-transform: rotate(338.4deg);
    -o-transform: rotate(338.4deg);
    transform: rotate(338.4deg);
}

.c100.p95 .bar {
    -webkit-transform: rotate(342deg);
    -moz-transform: rotate(342deg);
    -ms-transform: rotate(342deg);
    -o-transform: rotate(342deg);
    transform: rotate(342deg);
}

.c100.p96 .bar {
    -webkit-transform: rotate(345.6deg);
    -moz-transform: rotate(345.6deg);
    -ms-transform: rotate(345.6deg);
    -o-transform: rotate(345.6deg);
    transform: rotate(345.6deg);
}

.c100.p97 .bar {
    -webkit-transform: rotate(349.2deg);
    -moz-transform: rotate(349.2deg);
    -ms-transform: rotate(349.2deg);
    -o-transform: rotate(349.2deg);
    transform: rotate(349.2deg);
}

.c100.p98 .bar {
    -webkit-transform: rotate(352.8deg);
    -moz-transform: rotate(352.8deg);
    -ms-transform: rotate(352.8deg);
    -o-transform: rotate(352.8deg);
    transform: rotate(352.8deg);
}

.c100.p99 .bar {
    -webkit-transform: rotate(356.4deg);
    -moz-transform: rotate(356.4deg);
    -ms-transform: rotate(356.4deg);
    -o-transform: rotate(356.4deg);
    transform: rotate(356.4deg);
}

.c100.p100 .bar {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.c100.dark {
    background-color: #777777;
}

.c100.dark .bar,
.c100.dark .fill {
    border-color: #c6ff00 !important;
}

.c100.dark>span {
    color: #777777;
}

.c100.dark:after {
    background-color: #666666;
}

.krugi {
    margin-top: -11px;
}

.krugi .row .item {
    margin-top: 70px;
}

.krugi .row .item .name {
    text-align: center;
    margin-top: 28px;
    font-size: 20px;
    line-height: 150%;
}

.gallery_s_desc {
    margin-bottom: 70px;
}

.gallery_s_desc .desc {
    font-size: 16px;
    line-height: 150%;
}

.gallery_s_desc .gallery {
    margin-top: 20px;
}

.gallery_s_desc .gallery .item img {
    border-radius: 18px;
}

.gallery_s_desc .gallery .owl-stage {
    display: flex;
    align-items: center;
}

.gallery_s_desc .gallery.owl-carousel .owl-nav button.owl-next,
.gallery_s_desc .gallery.owl-carousel .owl-nav button.owl-prev,
.gallery_s_desc .gallery.owl-carousel button.owl-dot {
    font-size: 80px;
}

.gallery_s_desc .gallery.owl-carousel .owl-nav button.owl-next {
    right: 34px;
    bottom: calc(50% - 30px);
}

.gallery_s_desc .gallery.owl-carousel .owl-nav button.owl-prev {
    left: 34px;
    bottom: calc(50% - 30px);
}

.grayblock5_new {
    margin-bottom: 100px;
}

.grayblock5_new section {
    padding-top: 30px;
    padding-bottom: 0px;
}

.grayblock5_new .title_text h2 {
    text-align: left;
}

.grayblock5_new .item {
    font-size: 16px;
}

.grayblock5_new .item span.big {
    font-size: 24px;
    color: #003399;
}


/* .keysy_new { */


/* margin-bottom: 60px; */


/* margin-top: 60px; */


/* } */

.keysy_new h2 {
    text-align: center;
    color: #2D3160;
    font-size: 36px;
    line-height: 150%;
}

.keysy_new .cases {
    background: #F1F1F7;
    border-radius: 18px;
    padding: 30px;
}

.keysy_new .cases .case .zagolovok {
    font-size: 24px;
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 15px;
}

.keysy_new .cases .case .tekst {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 13px;
}

.keysy_new .cases .case .svojstva {
    font-size: 14px;
    line-height: 150%;
    opacity: 0.7;
}

.keysy_new .cases .case .btn_block a {
    max-width: 356px;
    width: 100%;
    background: #003399;
    border-radius: 36px;
    color: #fff;
    padding: 13px 0;
    margin-top: 18px;
    background: -webkit-linear-gradient(249deg, rgba(126, 54, 151, 1) 0%, rgba(219, 32, 135, 1) 100%);
    background: linear-gradient(249deg, rgba(126, 54, 151, 1) 0%, rgba(219, 32, 135, 1) 100%) !important;
    box-shadow: unset;
}

.keysy_new .cases .case .btn_block a:focus {
    box-shadow: none;
}

.keysy_new .cases .case .cost {
    font-size: 16px;
    line-height: 150%;
    margin-top: 15px;
}

.keysy_new .cases .case .cost span.ml {
    margin-left: 35px;
    font-size: 24px;
    line-height: 150%;
    color: #003399;
}

.keysy_new .cases .case .video {
    position: relative;
}

.keysy_new .cases .case .video .tab_content_videobg {
    border-radius: 18px;
}

.keysy_new .cases .case .video .abso_link_videobg {
    background: linear-gradient(256.56deg, rgba(15, 175, 252, 0.15) 1.09%, rgba(120, 57, 200, 0.15) 73.44%);
    border-radius: 18px;
}

.video_hover_wrap:hover .abso_link_videobg,
.video:hover .abso_link_videobg {
    opacity: 0.5;
}

.video_hover_wrap:hover .tab_content_playbtnbg,
.video:hover .tab_content_playbtnbg {
    opacity: 1;
}

.pagecont .video {
    max-height: 283px;
    overflow: hidden;
}

.case .video {
    max-height: 293px;
    overflow: hidden;
}

.video {
    border-radius: 18px;
}

.video .tab_content_videobg {
    object-fit: cover;
}

.keysy_new .cases .case .options .name {
    font-size: 16px;
    line-height: 150%;
}

.keysy_new .cases .case .options .val {
    font-size: 50px;
    line-height: 150%;
    margin-top: 10px;
    margin-bottom: 4px;
}

.keysy_new .cases .owl-nav button {
    bottom: -40px;
    z-index: 2;
}

.keysy_new .cases .owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -36px;
    z-index: 0;
}

.block_pages {
    margin-bottom: 70px;
}

.block_pages .pages .page .video {
    position: relative;
}

.block_pages .pages .page .pagecont {
    background: #F1F1F7;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    padding-bottom: 100px;
}

.block_pages .pages .page .video .abso_link_videobg {
    background: linear-gradient( 256.56deg, rgba(15, 175, 252, 0.15) 1.09%, rgba(120, 57, 200, 0.15) 73.44%);
    border-radius: 12px;
}

.block_pages .pages .page .video .tab_content_videobg {
    border-radius: 12px;
}

.block_pages .pages .page .title {
    font-size: 24px;
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 15px;
    min-height: 72px;
}

.block_pages .pages .page .tekst {
    font-size: 16px;
    line-height: 150%;
}

.block_pages .pages .page .btn_block {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}

.block_pages .btn_block a {
    max-width: 300px;
    width: 100%;
    /* background: linear-gradient(249deg, rgba(15,175,252,1) 0%, rgba(120,57,200,1) 100%) !important; */
    border-radius: 36px;
    color: #fff;
    padding: 13px 0;
    margin-top: 18px;
    background: linear-gradient(249deg, rgba(126, 54, 151, 1) 0%, rgba(219, 32, 135, 1) 100%) !important;
}

.block_pages .pages .page .btn_block a:focus {
    box-shadow: none;
}

.block_pages .btn_block a:hover {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 45%)
}

.block_pages .pages .page .logot {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 10px 20px;
    z-index: 6;
}

.block_pages .pages .page .item {
    margin-bottom: 30px;
}

.block_pages .pages .page {
    display: none;
}

.block_pages .pages .page.active {
    display: flex;
}

.pages_init {
    max-width: 300px;
    margin: 0 auto;
}

.pages_init .p_box {
    flex-wrap: wrap;
    min-height: 56px;
    padding: 0 50px;
    background: linear-gradient(0deg, #F1F1F7, #F1F1F7);
    border-radius: 18px;
}

.pages_init .back {
    margin-right: 57px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    color: #000;
}

.pages_init a:hover {
    text-decoration: none;
}

.pages_init .p {
    display: flex;
    align-items: center;
    padding: 0 30px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.pages_init .p:hover {
    text-decoration: none;
}

.pages_init .p.active {
    background: linear-gradient(0deg, #003399, #003399), #F1F1F7;
    border-radius: 20px;
    color: #fff;
}

.pages_init div.p:first-child {
    margin: 0;
}

.pages_init .next {
    margin-left: 57px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    color: #000;
}

.pages_init .disabled {
    opacity: 0.5;
    pointer-events: none;
}

.block_pages .pages .page .logot img {
    height: 20px;
    max-width: none !important;
}


/* страница кейсы бизнес */

.blockss3 {
    margin-top: -122px;
    margin-bottom: 69px;
    position: relative;
    z-index: 999;
}

.blockss3 .item_block .cont {
    background: #FFFFFF;
    box-shadow: 0px 4px 123px rgba(0, 0, 0, 0.12);
    border-radius: 50px;
    height: 100%;
    padding: 30px;
    text-align: center;
}

.blockss3 .item_block .cont .txt1 {
    color: #4573e1;
    font-weight: 600;
    font-size: 60px;
    line-height: 82px;
    margin-bottom: 10px;
}

.blockss3 .item_block .cont .txt2 {
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
}

.block_logo_text {
    margin-bottom: 70px;
}

.block_logo_text .row {
    background: #F1F1F7;
    border-radius: 18px;
    margin: 0;
}

.block_logo_text .img_block {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
}

.block_logo_text .text_block {
    display: flex;
    align-items: center;
    padding-right: 50px;
    padding-left: 50px;
}

.block_logo_text .text_block .tekst_title {
    font-size: 36px;
    line-height: 150%;
    color: #2D3160;
    margin-bottom: 20px;
}

.block_logo_text .text_block .tekst_txt {
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

.block_logo_text .img {
    background: #FFFFFF;
    box-shadow: 0px 4px 31px rgba(157, 185, 193, 0.25);
    border-radius: 18px;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.predhistory {
    margin-bottom: 70px;
}

.predhistory h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 20px;
}

.predhistory .text {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 20px;
}

.razdtchk {
    height: 1px;
    border-top: 2px dotted #575fd9;
}

.predhistory .punkty {
    margin-top: 20px;
}

.predhistory .punkty .punkt {
    font-size: 16px;
    line-height: 150%;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDM0Ljc2IDM0Ljc2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnPgoJCTxwYXRoIGQ9Ik0xNy4zOCwzNC43NmMtOS41ODMsMC0xNy4zNzktNy43OTYtMTcuMzc5LTE3LjM4UzcuNzk3LDAsMTcuMzgsMHMxNy4zNzksNy43OTYsMTcuMzc5LDE3LjM4UzI2Ljk2MywzNC43NiwxNy4zOCwzNC43NnogICAgIE0xNy4zOCw2LjQ5NWMtNi4wMDIsMC0xMC44ODUsNC44ODItMTAuODg1LDEwLjg4NXM0Ljg4MywxMC44ODUsMTAuODg1LDEwLjg4NXMxMC44ODUtNC44ODIsMTAuODg1LTEwLjg4NSAgICBTMjMuMzgyLDYuNDk1LDE3LjM4LDYuNDk1eiIgZmlsbD0iIzU3NWZkOSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=) 15px 4px no-repeat;
    background-size: 16px;
    padding-left: 46px;
}

.predhistory .punkty .punkt .podpis {
    font-size: 14px;
    line-height: 150%;
    opacity: 0.7;
    margin-top: 10px;
}

.tasks_client {
    margin-bottom: 70px;
    background: #F1F1F7;
    padding: 40px 50px;
    border-radius: 12px;
}

.tasks_client h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 20px;
}

.tasks_client .text {
    font-size: 16px;
    line-height: 150%;
}

.techhar {
    margin-bottom: 70px;
}

.techhar h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 30px;
}

.techhar .hars .har .box {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 31px rgba(157, 185, 193, 0.25);
    border-radius: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resh_etapy {
    margin-bottom: 70px;
    padding: 60px 0;
    background: #F1F1F7;
}

.resh_etapy h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
}

.resh_etapy .podzag {
    font-size: 20px;
    line-height: 170%;
    text-align: center;
    margin-bottom: 30px;
}

.resh_etapy .etapy .etap .box {
    display: flex;
    border-top: 2px dotted #575fd9;
    border-bottom: 2px dotted #575fd9;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
}

.resh_etapy .etapy .czifra {
    color: #0FAFFC;
    font-weight: 600;
    font-size: 40px;
    line-height: 37px;
    background: linear-gradient(254.16deg, #0FAFFC -9.77%, #7839C8 107.58%), linear-gradient(0deg, #000000, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 20px;
}

.t_a_t {
    font-size: 16px;
    line-height: 150%;
}

.resh_etapy .etapy .t_a_t .t {
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 15px;
}

.gallery_with_text {
    margin-bottom: 100px;
}

.gallery_with_text h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 30px;
}

.gallery_with_text .podzag {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 46px;
}

.gallery_with_text .punkty .punkt {
    font-size: 16px;
    line-height: 150%;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDM0Ljc2IDM0Ljc2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnPgoJCTxwYXRoIGQ9Ik0xNy4zOCwzNC43NmMtOS41ODMsMC0xNy4zNzktNy43OTYtMTcuMzc5LTE3LjM4UzcuNzk3LDAsMTcuMzgsMHMxNy4zNzksNy43OTYsMTcuMzc5LDE3LjM4UzI2Ljk2MywzNC43NiwxNy4zOCwzNC43NnogICAgIE0xNy4zOCw2LjQ5NWMtNi4wMDIsMC0xMC44ODUsNC44ODItMTAuODg1LDEwLjg4NXM0Ljg4MywxMC44ODUsMTAuODg1LDEwLjg4NXMxMC44ODUtNC44ODIsMTAuODg1LTEwLjg4NSAgICBTMjMuMzgyLDYuNDk1LDE3LjM4LDYuNDk1eiIgZmlsbD0iIzU3NWZkOSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=) 15px 4px no-repeat;
    background-size: 16px;
    padding-left: 46px;
}

.gallery_with_text .gallery_new {
    margin-top: 70px;
    margin-left: 0;
    margin-right: 0;
}

.gallery_with_text .desc {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 70px;
    margin-top: 20px;
}

.gallery_with_text .gallery_new .item {}

.gallery_with_text .gallery_new .item img {
    border-radius: 18px;
}

.gallery_with_text .gallery_new .owl-stage {
    display: flex;
    align-items: center;
}

.gallery_with_text .gallery_new.owl-carousel .owl-nav button.owl-next,
.gallery_with_text .gallery_new.owl-carousel .owl-nav button.owl-prev,
.gallery_with_text .gallery_new.owl-carousel button.owl-dot {
    font-size: 80px;
}

.gallery_with_text .gallery_new.owl-carousel .owl-nav button.owl-next {
    right: 34px;
    bottom: calc(50% - 30px);
}

.gallery_with_text .gallery_new.owl-carousel .owl-nav button.owl-prev {
    left: 34px;
    bottom: calc(50% - 30px);
}

.gallery_with_text .zag2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 30px;
}

.gallery_with_text .txt_box {
    padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
    font-size: 16px;
    line-height: 150%;
}

.reviews_block_new {
    padding: 38px 0;
    margin-bottom: 70px;
}

.reviews_block_new.gray {
    background: #F1F1F7;
}

.reviews_block_new h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 32px;
}

.block_video_new {
    margin-bottom: 70px;
}

.block_video_new h2 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
}

.block_video_new .tab_content_video {
    position: relative;
    border-radius: 12px;
}

.block_video_new .abso_link_videobg {
    border-radius: 12px;
}

.block_video_new .img_logo {
    position: absolute;
    z-index: 999;
    left: 30px;
    top: 30px;
    padding: 5px 19px;
    background: #F1F1F7;
    border-radius: 4px;
}

.block_video_new .text_v {
    position: absolute;
    z-index: 999;
    right: 33px;
    bottom: 40px;
    padding: 16px 10px;
    background: linear-gradient(65.55deg, #003399 -24.66%, #00CCFF 103.65%), #F1F1F7;
    border-radius: 12px;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.result_rab {
    margin-bottom: 100px;
}

.result_rab h2 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 150%;
    color: #2D3160;
    text-align: center;
}

.result_rab .podzagolovok {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;
}

.result_rab .box_gray {
    padding: 40px 50px;
    background: #F1F1F7;
    border-radius: 12px;
}

.result_rab .box_gray .t {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 21px;
}

textarea.form-control.h153 {
    height: 258px;
}

.result_rab .box_gray .itogi_punkty .punkt {
    margin-bottom: 30px;
    background: url('../img/strelka.svg') 15px top no-repeat;
    padding-left: 50px;
}

.result_rab .text_cost .txt {
    margin-top: 32px;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #2D3160;
}

.result_rab .tags {
    margin-top: 70px;
}

.result_rab .tags_list a {
    text-decoration: underline;
    font-size: 16px;
    line-height: 150%;
    color: #858585;
}

.result_rab .cost_text {
    margin-top: 32px;
    margin-bottom: 27px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
}

.result_rab .cost_box {
    text-align: center;
    display: flex;
    justify-content: right;
    /* align-items: flex-end; */
}

.result_rab .cost_text .t_c {
    color: #3a80e8;
}

.result_rab .cost_box .standart_btn {
    padding: 0px;
}

.result_rab .cost_box .standart_btn a {
    display: block;
}

.result_rab .h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-top: 100px;
    margin-bottom: 32px;
}

.forma_new {
    padding: 38px;
    margin-bottom: 70px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.forma_new h2 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}

.forma_new .podzagolovok {
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}

.forma_new .forma .form-control {
    background: transparent;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 32px;
    padding: 11px 23px;
    height: auto;
    color: #ffffff;
}

.forma_new .forma {
    margin-top: 15px;
}

.forma_new .wpcf7-list-item {
    margin: 0;
    font-size: 14px;
    line-height: 150%;
}

.forma_new .wpcf7-list-item a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}

.forma_new .wpcf7-list-item a:hover {
    text-decoration: none;
}

.forma_new .forma .col-md-4 label {
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
}

.forma_new .forma .col-md-4 label span.red {
    color: #C31C2C;
}

.forma_new .forma .btn_form input.standart_btn {
    width: 100%;
}

.forma_new .forma .wpcf7-list-item-label {
    position: relative;
    padding-left: 35px;
    display: block;
}

.forma_new .forma .wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    background-color: transparent;
}

.forma_new .forma input[type="checkbox"]:checked+.wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 2px;
    background-color: transparent;
}

.forma_new .forma input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
    position: absolute;
    left: 3px;
    top: 0;
    width: 20px;
    height: 10px;
    border-radius: 1px;
    border-left: 4px solid #e145a3;
    border-bottom: 4px solid #e145a3;
    -webkit-transform: rotate( -45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg);
    opacity: 1;
}

#keysy h2 {
    margin-bottom: 44px;
}

.tasks_new {
    margin-bottom: 70px;
}

.tasks_new h2 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
}

.tasks_new .tasks_box .task .czifra {
    font-weight: 300;
    font-size: 72px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(254.16deg, #0FAFFC -9.77%, #7839C8 107.58%), linear-gradient(0deg, #000000, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 25px;
}

.tasks_new .tasks_box .task .tekst {
    font-size: 16px;
    line-height: 150%;
}

.tasks_new .tasks_box .task .bx {
    display: flex;
    align-items: flex-start;
    padding: 18px 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 88px #F1F1F7;
    border-radius: 40px;
    height: 100%;
}

.decisions_new {
    margin-bottom: 70px;
    padding: 40px 50px;
    background: #F1F1F7;
    border-radius: 12px;
}

.decisions_new h2 {
    font-size: 36px;
    line-height: 150%;
    color: #2D3160;
    margin-bottom: 30px;
    text-align: center;
}

.decisions_new .decs_box .dec .bx {
    display: flex;
}

.decisions_new .decs_box .dec .bx .icon {
    padding-right: 21px;
    padding-top: 5px;
}

.decisions_new .decs_box .dec {
    margin-bottom: 40px;
}

.decisions_new .decs_box .dec:last-child {
    margin-bottom: 0px;
}

.decisions_new .decs_box .dec .bx .title {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 20px;
}

.decisions_new .decs_box .dec .bx .tekst {
    font-size: 16px;
    line-height: 150%;
}

.prepod_new {
    margin-bottom: 70px;
}

.prepod_new .gray_box {
    background: #F1F1F7;
    border-radius: 50px;
    padding: 44px;
}

.prepod_new h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 30px;
}

.prepod_new .photo img {
    border-radius: 18px;
}

.prepod_new .info {
    display: flex;
    align-items: center;
    padding-left: 47px;
}

.prepod_new .info .name {
    font-size: 24px;
    line-height: 150%;
}

.prepod_new .info .dolzh {
    font-size: 16px;
    line-height: 150%;
    color: #5C5C5C;
    margin-bottom: 21px;
}

.prepod_new .info .tekst {
    font-size: 16px;
    line-height: 150%;
}

.keysy_new2 .nadzag {
    font-size: 16px;
    line-height: 150%;
}

.keysy_new2 .podzag {
    font-size: 14px;
    line-height: 150%;
    opacity: 0.7;
    margin-bottom: 20px;
}

.keysy_new2 .data {
    font-size: 14px;
    line-height: 150%;
    opacity: 0.7;
}

.keysy_new2 .ssylka {
    display: flex;
    align-items: center;
}

.keysy_new2 .ssylka a {
    color: #00CCFF;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
}

.keysy_new2 .ssylka a span {
    text-decoration: underline;
    margin-left: 15px;
}

.keysy_new2 .ssylka a:hover {
    text-decoration: none;
}

.keysy_new2 .cases .case .btn_block a {
    margin: 0;
}

.btnsss {
    margin-top: 20px;
}

.keysy_new2 .txt_na_video {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    background: linear-gradient(254.16deg, #0FAFFC -9.77%, #7839C8 107.58%), #F1F1F7;
    border-radius: 18px;
    padding: 17px 30px;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
}

.block_pages2 h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
}

.block_pages2 h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 30px;
}

.block_pages2 .pages .page .btn_block a {
    background: linear-gradient(266.56deg, #7E3697 -2.18%, #DB2087 96.47%);
    border-radius: 36px;
}

.block_pages2 .data {
    font-size: 14px;
    line-height: 150%;
    opacity: 0.7;
    margin-top: 10px;
}

.block_pages2 .txt_na_video {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    background: linear-gradient(254.16deg, #0FAFFC -9.77%, #7839C8 107.58%), #F1F1F7;
    border-radius: 18px;
    padding: 17px 30px;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
}

.block_pages2 .nadzog {
    margin-top: 30px;
    font-size: 14px;
    line-height: 150%;
    opacity: 0.7;
}

.block_pages2 .itemIndex .itm {
    background: #F1F1F7;
    border-radius: 18px;
    padding: 30px;
    margin-bottom: 30px;
}

.block_pages .pages .page .itm .btn_block {
    position: static;
}

.block_pages2 .itm .nadzog {
    margin-top: 0;
    margin-bottom: 20px;
}

.block_pages2 .itm .zagolovok {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 150%;
}

.block_pages2 .pages .page .video .tab_content_videobg,
.block_pages .pages .page .video .abso_link_videobg {
    border-radius: 18px;
}

.new_page section.bg_white {
    padding: 0;
}

.block_pages2 .pages .page .itm .btn_block {
    text-align: left;
}

.block_pages2 .pages .page .pagecont {
    border-radius: 18px;
}

.new_page.education .block_pages2 .pages .page .pagecont {
    border-radius: 50px;
}

.pages_init.roz .p.active {
    background: linear-gradient(266.56deg, #7E3697 -2.18%, #DB2087 96.47%);
}

.keysy_new2 .cases .case .btn_block a {
    background: linear-gradient(266.56deg, #7E3697 -2.18%, #DB2087 96.47%);
    border-radius: 36px;
}

.new_page.business .block_pages2 .pages .page .video {
    border-radius: 18px;
}

.new_page.education .block_pages2 .pages .page .video {
    border-radius: 40px;
}

.cost span.gradient {
    font-weight: 600;
    color: #496fe0;
    font-size: 24px;
    line-height: 150%;
}

.new_page section {
    /*padding: 70px 0;*/
    margin-bottom: 70px;
}

.new_page .home_cases {
    margin-bottom: 70px;
}

.new_page .home_cases .standart_btn a.bluebg {
    margin: 0 auto;
}

.catalog_cases_tabs {
    margin-bottom: 70px;
}

.catalog_cases_tabs h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 40px;
}

.a_tabs {
    display: flex;
    justify-content: center;
    margin-left: -40px;
}

.a_tabs .a_tab {
    color: #000;
    padding: 22px 20px;
    margin-left: 40px;
    background: #F1F1F7;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 5px;
}

.a_tabs .a_tab.active,
.a_tabs .a_tab:hover {
    color: #fff;
    background: #003399;
    text-decoration: none;
}

.a_tabs {
    margin-bottom: 35px;
}

.a_tab_content {
    display: none;
}

.a_tab_content.active {
    display: block;
}

.block_pages2 .a_tab_content .btn_block a {
    color: #fff;
    display: block;
    padding: 13px 0;
    background: #003399;
    border-radius: 36px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.block_pages.catalog_cases_tabs .a_tab_content .page .btn_block a {
    max-width: 300px;
    width: 100%;
    background: #003399;
    border-radius: 36px;
    color: #fff;
    padding: 13px 0;
    margin: 0 auto;
    margin-top: 18px;
}

.block_pages.catalog_cases_tabs .a_tab_content .page .btn_block {
    left: 0;
}

.block_pages.catalog_cases_tabs .a_tab_content .pagecont {
    position: relative;
}

.block_pages.catalog_cases_tabs .a_tab_content .pages_init .p.active {
    background: linear-gradient(48.61deg, #003399 -51.73%, #00CCFF 140.61%), #F1F1F7;
}

.block_zakazhite {
    margin-bottom: 70px;
}

.block_zakazhite h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 30px;
}

.block_zakazhite .block {
    background: #F1F1F7;
    box-shadow: 0px 8px 12px rgba(95, 109, 124, 0.32);
    border-radius: 18px;
    padding: 42px;
}

.block_zakazhite .block .img img {
    border-radius: 12px;
}

.block_zakazhite .grayblock1_wrap_item_content {
    margin-top: -15px;
}

.block_zakazhite .grayblock1_wrap_item_content ul li {
    font-size: 16px;
    line-height: 150%;
}

.block_zakazhite .czena {
    color: #496fe0;
    font-weight: 600;
    font-size: 24px;
    margin-left: 15px;
    margin-right: 8px;
}

.block_zakazhite .staraya_czena {
    color: #bcbcbc;
    font-weight: 400;
    text-decoration: line-through;
    font-size: 24px;
}

.block_zakazhite .btn_block a {
    max-width: 300px;
    width: 100%;
    background: #003399;
    border-radius: 36px;
    color: #fff;
    padding: 13px 0;
    margin: 0 auto;
    margin-top: 18px;
}

.new_page .home_cases .items_cases .col-lg-3 {
    width: 100%;
    max-width: 100%;
}

.new_page .home_cases .items_cases.owl-carousel .owl-nav button {
    color: #fff;
}

.new_page .home_cases .items_cases.owl-carousel .owl-nav button.owl-prev {
    font-size: 80px;
    left: 34px;
    bottom: calc(50% - 20px);
}

.new_page .home_cases .items_cases.owl-carousel .owl-nav button.owl-next {
    font-size: 80px;
    right: 34px;
    bottom: calc(50% - 20px);
}

.tekst_pic_title h2 {
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 70px;
}

.tekst_pic_title .block {
    background: #F1F1F7;
    border-radius: 18px;
}

.tekst_pic_title .block .text {
    padding: 30px 30px 30px 45px;
    display: flex;
    align-items: center;
}

.tekst_pic_title .block .text .title {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 11px;
}

.tekst_pic_title .block .text .txt {
    font-size: 16px;
    line-height: 150%;
}

.tekst_pic_title .block img {
    max-width: 10000%;
    width: 100%;
    border-radius: 18px;
}

.offersoc2 {
    margin-bottom: 70px;
}

.offersoc2 .tags {
    margin-top: 15px;
    color: #fff;
    margin-left: -15px;
}

.offersoc2 .tags .teg {
    margin: 0 15px;
    text-decoration: underline;
    color: #fff;
}

.tekst_btrn_new {
    margin-bottom: 70px;
}

.tekst_btrn_new img {
    border-radius: 18px;
}

.tekst_btrn_new .block .text {
    display: flex;
    align-items: center;
}

.tekst_btrn_new .block .text .btn_block a {
    margin-top: 40px;
    background: linear-gradient(266.56deg, #7E3697 -2.18%, #DB2087 96.47%);
    border-radius: 36px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    padding: 13px;
    width: 100%;
}

#cases_new .cases .case .btn_block a {
    background: linear-gradient(266.56deg, #7E3697 -2.18%, #DB2087 96.47%);
    border-radius: 36px;
}

.block_pics_new {
    margin-bottom: 70px;
}

.block_pics_new h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
}

.block_pics_new .blocks_gray {
    background: #F1F1F7;
    border-radius: 18px;
    margin-bottom: 40px;
}

.block_pics_new .blocks_gray:last-child {
    margin-bottom: 0px;
}

.block_pics_new .blocks_gray .col-lg-4 img {
    border-radius: 18px;
}

.block_pics_new .blocks_gray .textblock {
    display: flex;
    align-items: center;
}

.block_pics_new .blocks_gray .textblock .zagolovok {
    font-size: 36px;
    line-height: 150%;
    color: #2D3160;
    margin-bottom: 16px;
}

.block_pics_new .blocks_gray .textblock .tekst {
    font-size: 20px;
    line-height: 150%;
}

.block_pics_new .blocks_gray .textblock {
    padding: 34px 65px 34px 35px;
}

.block_pics_new .blocks_gray .textblock.right {
    padding: 34px 35px 34px 65px;
}

.descript_block_new {
    margin-bottom: 70px;
    background: #F1F1F7;
    padding: 38px 0 96px 0;
}

.descript_block_new h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 31px;
}

.descript_block_new .tab_content_videobg {
    min-height: 200px;
    height: 100%;
    border-radius: 18px;
    height: 100%;
    width: auto;
    max-width: none;
}

.descript_block_new .tab_content_video {
    padding: 0;
    margin-left: 0;
    border-radius: 18px;
    position: relative;
    height: 100%;
}

.descript_block_new .videotext {
    background: #FFFFFF;
    border-radius: 18px;
    filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.18));
}

.descript_block_new .tekst {
    padding: 29px 48px 28px 29px;
    font-size: 20px;
    line-height: 150%;
    display: flex;
    align-items: center;
}

.descript_block_new .tekst_logo {
    margin-top: 70px;
}

.descript_block_new .tekst_logo .tekst_block {
    font-size: 20px;
    line-height: 150%;
}

.descript_block_new .tekst_logo .logo {
    text-align: right;
}

.descript_block_new .tekst_btn {
    margin-top: 70px;
    background: #FFFFFF;
    /* Тень у блока 2 */
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.18);
    border-radius: 18px;
    padding: 40px 46px;
}

.descript_block_new .tekst_btn .desc {
    margin-top: 14px;
}

.descript_block_new .tekst_btn .tekst_block_title {
    margin-bottom: 23px;
    font-size: 36px;
    line-height: 150%;
    color: #2D3160;
}

.descript_block_new .tekst_btn .tekst_block_tekst {
    font-size: 20px;
    line-height: 150%;
}

.descript_block_new .tekst_btn .btn_block a {
    background: #003399;
    border-radius: 36px;
    padding: 13px;
    width: 100%;
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.descript_block_new .tekst_btn .btn_desc .w100 {
    width: 100%;
}

.descript_block_new .tekst_btn .btn_desc {
    display: flex;
    align-items: end;
}

.descript_block_new .tab_content_video .abso_link_videobg {
    border-radius: 18px;
}

.garnitury_new {
    margin-bottom: 40px;
}

.garnitury_new h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 40px;
}

.garnitury_new .podpis_1 {
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 40px;
}

.garnitury_new .podpis_2 {
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 40px;
}

.garnitury_new .elements {
    justify-content: center;
}

.garnitury_new .elements .col-lg-4 {
    text-align: center;
    margin-bottom: 30px;
}

.garnitury_new .elements .col-lg-4 .photo {
    height: 211px;
    overflow: hidden;
}

.garnitury_new .elements .col-lg-4 .tekst {
    text-align: left;
    display: flex;
    justify-content: center;
}

.punkty_marker_new {
    margin-bottom: 70px;
    padding: 44px 0;
    background: #F1F1F7;
}

.punkty_marker_new .punkty .col-lg-6 {
    margin-bottom: 47px;
}

.punkty_marker_new .punkty .title {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 14px;
}

.punkty_marker_new .punkty ul {
    padding-left: 20px;
}

.punkty_marker_new .punkty ul li {
    font-size: 16px;
    line-height: 150%;
    list-style: disc;
}

.freemaster2 {
    margin-bottom: 70px;
}

.faq {
    margin-bottom: 70px;
}

.faq h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 45px;
}

.faq .faq_vopros {
    padding: 33px;
    background: #FFFFFF;
    box-shadow: 0px 4px 22px #E1E1EB;
    border-radius: 18px;
    font-size: 20px;
    line-height: 150%;
    margin: 33px 0;
    background: url('/plus.svg') 29px center no-repeat;
    padding-left: 100px;
    cursor: pointer;
}

.faq .faq_vopros.active {
    background: url('/minus.svg') 29px center no-repeat;
}

.faq .faq_otver * {
    font-size: 20px;
}

.faq .faq_otver p {
    margin-top: 10px;
}

.faq .faq_otver {
    padding: 0 62px;
    display: none;
}

.faq .faq_otver.active {
    display: block;
}

.punkty_s_btn {
    margin-bottom: 100px;
}

.punkty_s_btn h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 40px;
}

.punkty_s_btn .standart_btn {
    text-align: center;
    margin-top: 40px;
}

.block_s_pic_new_shadow {
    margin-bottom: 70px;
    padding: 52px 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 22px #E1E1EB;
    border-radius: 18px;
}

.block_s_pic_new_shadow h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 25px;
}

.block_s_pic_new_shadow .txt {
    font-size: 20px;
    line-height: 150%;
}

.block_gray_pic_new {
    background: #F1F1F7;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.18);
    border-radius: 18px;
    margin-bottom: 70px;
}

.block_gray_pic_new .foto img {
    border-radius: 0 18px 18px 0;
}

.block_gray_pic_new .tekst {
    font-size: 24px;
    line-height: 150%;
    display: flex;
    align-items: center;
    padding-right: 22px;
    padding-left: 54px;
}

.block_tree_new {
    margin-bottom: 70px;
    margin-top: -30px;
}

.block_tree_new h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 44px;
}

.block_tree_new .blocks {
    justify-content: center;
}

.block_tree_new .blocks .bl {
    position: relative;
}

.block_tree_new .blocks .bl .contr {
    text-align: center;
    width: 290px;
    padding: 40px 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.18);
    border-radius: 18px;
    height: 100%;
}

.block_tree_new .blocks .bl2 {
    display: flex;
    justify-content: center;
}

.block_tree_new .blocks .bl3 {
    display: flex;
    justify-content: end;
}

.block_tree_new .blocks .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    margin-top: 23px;
}

.block_tree_new .blocks .tekst {
    font-size: 16px;
    line-height: 150%;
}

.block_tree_new .punkty {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.18);
    border-radius: 18px;
    padding: 27px 47px 31px 63px;
    margin-top: 73px;
    margin-bottom: 50px;
}

.block_tree_new .punkty h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 26px;
}

.block_tree_new .punkty .itm {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 175%;
    position: relative;
    padding-left: 51px;
}

.block_tree_new .punkty .itm:before {
    content: '';
    width: 24px;
    height: 18px;
    left: 15px;
    top: 4px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(../img/icon_check.svg);
}

.block_tree_new .blocks .bl1:after {
    content: '';
    width: 236px;
    height: 70px;
    position: absolute;
    bottom: -70px;
    left: 160px;
    background: url('/soed_left.svg');
}

.block_tree_new .blocks .bl2:after {
    content: '';
    width: 2px;
    height: 70px;
    position: absolute;
    bottom: -73px;
    left: 50%;
    background: url('/soed_center.svg');
}

.block_tree_new .blocks .bl3:after {
    content: '';
    width: 250px;
    height: 70px;
    position: absolute;
    bottom: -70px;
    right: 160px;
    background: url('/soed_right.svg');
}

.table_new {
    margin-bottom: 70px;
}

.table_new h2 {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
}

.table_new .table_block .header .col {
    padding: 13px 0;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
}

.table_new .table_block .header .col2 {
    background: linear-gradient(249deg, rgba(15, 175, 252, 1) 0%, rgba(120, 57, 200, 1) 100%) !important;
    border-radius: 18px 0 0 18px;
    color: #fff;
    padding-right: 0;
}

.table_new .table_block .header .col3 {
    background: linear-gradient(249deg, rgba(120, 57, 200, 1) 0%, rgba(15, 175, 252, 1) 100%) !important;
    border-radius: 0 18px 18px 0;
    color: #fff;
    padding-right: 0;
}

.table_new .table_block .header {
    margin-bottom: 24px;
}

.table_new .table_block .tr.body .col {
    padding: 11px 15px;
    display: flex;
    align-items: center;
    min-height: 68px;
    margin-top: 2px;
    font-size: 16px;
    line-height: 100%;
}

.table_new .table_block .tr.body .col1 {
    font-weight: 600;
}

.table_new .table_block .tr.body .col b {
    font-weight: bold;
}

.table_new .table_block .tr.body .col2,
.tr.body .col3 {
    justify-content: center;
    text-align: center;
}

.table_new .table_block .tr.body .col2 {
    border-left: 2px dotted #575fd9;
    border-right: 2px dotted #575fd9;
}

.table_new .table_block .tr.body.row.gray .col {
    background-color: #F1F1F7;
}

.table_new .table_block .tr.body.row.gray .col1 {
    border-radius: 18px 0 0 18px;
}

.table_new .table_block .tr.body.row.gray .col3 {
    border-radius: 0 18px 18px 0;
}

.table_new .table_block .tr.body.row .col .txt {
    width: 100%;
    padding-left: 15px;
}

.table_new .table_block .tr.body.row .col .icon {
    padding-left: 35px;
}

.table_new .btn_block,
.table_new .btn_block .partnersbtn {
    text-align: right;
}

.table_new .table_block {
    margin-bottom: 20px;
}

.table_new .snoski {
    margin-top: 20px;
}

.table_new .snoski .snoska {
    margin-top: 5px;
}

.kurs_new {
    margin-top: 100px;
    margin-bottom: 70px;
    padding: 45px 43px;
    background: #F1F1F7;
    border-radius: 18px;
}

.kurs_new .img img {
    background: radial-gradient(61.43% 61.43% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%), linear-gradient(256.56deg, rgba(15, 175, 252, 0.15) 1.09%, rgba(120, 57, 200, 0.15) 73.44%);
    border-radius: 18px;
}

.kurs_new .har {
    font-size: 20px;
    line-height: 150%;
    margin-top: 32px;
}

.kurs_new .har a {
    font-size: 20px;
    color: #44c0f0;
    text-decoration: underline;
}

.faq .faq_otver a {
    color: #44c0f0;
    text-decoration: underline;
}

.kurs_new h2 {
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #172F65;
    margin-bottom: 36px;
}

.kurs_new .punkty {
    padding-left: 20px;
    margin-bottom: 47px;
}

.kurs_new .punkty li {
    font-size: 18px;
    line-height: 150%;
    list-style: disc;
}

.kurs_new .content {
    padding-left: 29px;
}

.kurs_new .cost {
    text-align: center;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 12px;
}

.kurs_new .cost span {
    font-size: 24px;
    line-height: 100%;
    color: #003399;
}

.kurs_new .snoska {
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    margin-top: 12px;
}

.kurs_new .snoska span.bold {
    font-size: 24px;
    line-height: 100%;
    color: #003399;
}

.block_punkty_video_new {
    margin-bottom: 100px;
}

.tab_content_video {
    position: relative;
}

.block_punkty_video_new .tab_content_video,
.block_punkty_video_new .tab_content_video .abso_link_videobg,
.block_punkty_video_new .tab_content_video img.tab_content_videobg {
    border-radius: 18px;
}

.block_punkty_video_new .podpis_k_video {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin-top: 26px;
}

.block_punkty_video_new .punkty .punkt {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.18);
    border-radius: 18px;
    padding: 17px 35px;
    margin-bottom: 17px;
    display: flex;
}

.block_punkty_video_new .punkty .punkt .czifra {
    background: linear-gradient(254.16deg, #0FAFFC -9.77%, #7839C8 107.58%), linear-gradient(0deg, #000000, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    line-height: 150%;
    padding-right: 37px;
}

.block_punkty_video_new .punkty .punkt .punkt_one {
    display: flex;
    align-items: center;
}

.docs_partner_new {
    margin-bottom: 70px;
}

.docs_partner_new .blocks {
    max-width: 800px;
    margin: 0 auto;
}

.docs_partner_new .blocks .block {
    background: #FFFFFF;
    box-shadow: 0px 4px 22px #E1E1EB;
    border-radius: 18px;
    padding: 34px 35px;
    margin-bottom: 20px;
}

.docs_partner_new .blocks .block .name {
    font-size: 20px;
    line-height: 150%;
    color: #2D3160;
}

.docs_partner_new .blocks .block .tekst {
    font-size: 16px;
    line-height: 150%;
    margin-top: 4px;
}

.docs_partner_new .blocks .block .standart_btn {
    padding: 20px 0;
    width: 100%;
}

.docs_partner_new .blocks .block .standart_btn.btn_bigpadding a {
    padding: 13px 0;
    display: block;
    width: 100%;
    text-align: center;
}

.docs_partner_new .blocks .btn_line {
    display: flex;
    align-items: center;
    width: 100%;
}

.post-password-form {
    max-width: 800px;
    margin: 70px auto;
}

.post-password-form p {
    margin: 30px 0;
}

.contacts_new .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -40px;
}

.contacts_new {
    margin-bottom: 70px;
}

.contacts_new .tabs a.taba {
    display: inline-block;
    background: #F1F1F7;
    border-radius: 10px;
    padding: 23px 20px;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 20px center;
    margin-left: 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}

.contacts_new .tabs a.taba:hover,
.contacts_new .tabs a.taba.active {
    text-decoration: none;
    background-color: rgba(126, 54, 151, 1);
    color: #fff;
}

.contacts_new .tab_content {
    display: none;
}

.contacts_new .tab_content.active {
    display: block;
}

.contacts_new .blocks_contact .block {
    background: #FFFFFF;
    border-radius: 18px;
    overflow: hidden;
    margin-top: 70px;
    min-height: 426px;
}

.contacts_new .blocks_contact .block:hover {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.18);
}

.contacts_new .blocks_contact .block .mapa {
    border-radius: 18px;
    overflow: hidden;
    padding-left: 0;
}

.contacts_new .blocks_contact .block .name {
    font-size: 36px;
    line-height: 150%;
    color: #2D3160;
    margin-bottom: 20px;
}

.contacts_new .blocks_contact .block .adres {
    font-size: 20px;
    line-height: 150%;
}

.contacts_new .blocks_contact .block .txt {
    display: flex;
    align-items: center;
    padding-left: 38px;
    padding-right: 28px;
    min-height: 426px;
}

.contacts_new .blocks_contact .block .row {
    min-height: 426px;
}

.contacts_new .blocks_contact .block .dopmetas {
    margin-top: 40px;
}

.contacts_new .blocks_contact .block .dopmetas b {
    display: block;
}

.contacts_new .blocks_contact .block .dopmetas b * {
    color: #000;
    text-decoration: none;
    font-size: 20px;
}

.contacts_new .blocks_contact .block .mapa iframe {
    min-height: 426px !important;
    height: 100% !important;
    width: 100% !important;
    border-radius: 18px;
}

.contacts_new .blocks_contact .block.left_map .txt {
    padding-left: 66px;
    padding-right: 38px;
}

.contacts_new .blocks_contact .block.left_map .mapa {
    padding-right: 0;
}

span.red {
    color: #C31C2C;
}

body .footer_form.borderradius_min .form-row.contacts_form input,
body .footer_form.borderradius_min .form-row.contacts_form textarea {
    border-radius: 18px;
}

.contacts_new .tab_contents {
    margin-top: -18px;
}


/* education */

.education .pages_init .p_box,
.education .block_pages2 .itemIndex .itm,
.education .keysy_new .cases,
.education .result_rab .box_gray,
.education .tekst_pic_title .block,
.education .gallery_with_text .txt_box,
.education .decisions_new {
    border-radius: 50px;
}

.education .pages_init .p_box a,
.education .block_pages2 .pages .page .video .tab_content_videobg,
.education .block_pages .pages .page .video .abso_link_videobg,
.education .keysy_new .cases .case .video .abso_link_videobg,
.education .keysy_new .cases .case .video .tab_content_videobg,
.education .keysy_new2 .txt_na_video,
.education .tekst_pic_title .block img,
.education .gallery_with_text .gallery_new .item img,
.education .prepod_new .photo img,
.education .tekst_btrn_new img,
.education .gallery_s_desc .gallery .item img,
.education .block_pages2 .txt_na_video {
    border-radius: 40px;
}

.home_bgimg .new_bg {
    align-items: end;
    margin-left: 33.333333%;
    flex: 0 0 75%;
    max-width: 75%;
}

.row.items_cases {
    margin-left: 0;
    margin-right: 0;
}

.descript_block_new .videotext,
.descript_block_new .tekst_btn,
.block_tree_new .blocks .bl .contr,
.block_tree_new .punkty,
.faq .faq_vopros,
.block_punkty_video_new .punkty .punkt {
    -webkit-transition: box-shadow 0.3s ease-in-out, filter 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.descript_block_new .videotext:hover {
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.18));
}

.descript_block_new .tekst_btn:hover {
    box-shadow: 0px 0px 1px rgb(0, 0, 0, 0.18);
}

.block_tree_new .blocks .bl .contr:hover,
.block_tree_new .punkty:hover,
.faq .faq_vopros:hover,
.faq_tabs_new .faq_vopros:hover,
.block_punkty_video_new .punkty .punkt:hover {
    box-shadow: 0px 0px 2px rgb(0, 0, 0, 0.18);
}

.faq_tabs_new {
    margin-bottom: 70px;
}

.faq_tabs_new .container h2 {
    text-align: center;
    color: #003399 !important;
}

.faq_tabs_new .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -40px;
}

.faq_tabs_new {
    margin-bottom: 70px;
}

.faq_tabs_new .tabs a.taba {
    display: inline-block;
    background: #F1F1F7;
    border-radius: 10px;
    padding: 22px 20px;
    background-repeat: no-repeat;
    background-position: 20px center;
    margin-left: 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}

.faq_tabs_new .tabs a.taba:hover,
.faq_tabs_new .tabs a.taba.active {
    text-decoration: none;
    background-color: #003399;
    color: #fff;
}

.faq_tabs_new .tab_content {
    display: none;
}

.faq_tabs_new .tab_content.active {
    display: block;
}

.faq_tabs_new .faq_vopros {
    padding: 33px;
    background: #FFFFFF;
    box-shadow: 0px 4px 22px #E1E1EB;
    border-radius: 18px;
    font-size: 20px;
    line-height: 150%;
    margin: 33px 0;
    background: url('/plus.svg') 29px center no-repeat;
    padding-left: 100px;
    cursor: pointer;
}

.faq_tabs_new .faq_vopros.active {
    background: url('/minus.svg') 29px center no-repeat;
}

.faq_tabs_new .faq_otver a {
    color: #44c0f0;
    text-decoration: underline;
}

.faq_tabs_new .faq_otver * {
    font-size: 20px;
}

.faq_tabs_new .faq_otver p {
    margin-top: 10px;
}

.faq_tabs_new .faq_otver {
    padding: 0 62px;
    display: none;
}

.faq_tabs_new .faq_otver.active {
    display: block;
}

.title_text_btn {
    margin-bottom: 70px;
}

.title_text_btn.gray {
    background: #F1F1F7;
    padding: 40px 0;
}

.title_text_btn .title {
    font-size: 30px;
    line-height: 150%;
    color: #2D3160;
    margin-bottom: 23px;
}

.title_text_btn .tekst {
    font-size: 18px;
    line-height: 150%;
}

.title_text_btn .row .col-lg-6 {
    display: flex;
    align-items: center;
}

.title_text_btn .row .col-lg-6.btna {
    justify-content: end;
}

.title_text_btn .standart_btn a.bluebg {
    display: block;
}

.title_text_btn .standart_btn {
    padding: 0px;
}

.btn_up {
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 10%;
    left: 3%;
    z-index: 999999999999;
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_up_block {
    opacity: 0.4;
    background: #cb2489;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 16px;
    width: 56px;
    height: 56px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_up .btn_up_block:hover {
    opacity: 1;
    border: 1px solid #cb2489;
}

.tekst_s_pics_podpis {
    padding-bottom: 100px;
}

.tekst_s_pics_podpis .pics {
    margin: 70px 0 10px 0;
}

.tekst_s_pics_podpis .pic_item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.tekst_s_pics_podpis .pic_item img {
    max-height: 150px;
    max-width: 100%;
    width: auto;
}

.tekst_s_pics_podpis .tekst {
    font-size: 20px;
    line-height: 150%;
}

.tekst_s_pics_podpis .podpis {
    font-size: 20px;
    line-height: 150%;
}

.tekst_s_fonom.gray {
    background: #F1F1F7;
}

.tekst_s_fonom h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
}

.tekst_s_fonom .tekst {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
}

.block_services .rows {
    justify-content: center;
}

.block_services .rows .col-lg-4 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.block_services .rows .a_link {
    text-align: center;
    height: 100%;
    display: block;
    width: 100%;
    padding: 38px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.18);
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    line-height: 150%;
}

.block_services .rows .a_link .pic {
    margin-bottom: 12px;
}

.block_services .rows .a_link .name {
    color: #000;
}

.block_services .rows .a_link:hover {
    background: linear-gradient(65.55deg, #003399 -24.66%, #00CCFF 103.65%), #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
}

.block_services .rows .a_link:hover svg path {
    fill: #fff;
}

.block_services .rows .a_link:hover .name {
    color: #FFFFFF;
}

.new_page .block_services {
    padding: 0;
}

.block_services h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 20px;
}

.his_company .awards_item_date.gradient-text {
    background: linear-gradient(65.55deg, #003399 -24.66%, #00CCFF 103.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
}

.his_company .awards_item {
    border-left: 2px dotted #01b5f0;
}

.his_company .load-more-container ul li {
    padding-left: 215px;
}

.his_company .load-more-container ul li:nth-child(1n+2) {
    opacity: 1;
    max-height: none;
}

.his_company .load-more-container ul li:nth-child(1n+4) {
    max-height: 0;
    opacity: 0;
    transition: 0.1s ease-in;
}

.his_company .load-more-container #load-more~ul .awards_item_wrap:first-child .awards_item {
    padding-bottom: 40px;
}

.new_page .nagrada_i_dosti {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.new_page .nagrada_i_dosti h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
    margin-bottom: 40px;
}

.nagrada_i_dosti .item {
    display: flex;
    justify-content: center;
}

.nagrada_i_dosti .item_box {
    max-width: 450px;
    text-align: center;
}

.nagrada_i_dosti .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.nagrada_i_dosti .item_box .name {
    font-size: 24px;
    line-height: 150%;
    margin-top: 15px;
}

.nagrada_i_dosti .item_box .tekst {
    font-size: 16px;
    line-height: 150%;
    margin-top: 4px;
}

.nagrada_i_dosti .item_box .god {
    font-size: 36px;
    line-height: 150%;
    margin-top: 40px;
    background: linear-gradient(65.55deg, #003399 -24.66%, #00CCFF 103.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
}

.desc_platform h2 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
}

.desc_platform .tekst1 {
    font-size: 20px;
    line-height: 150%;
}

.desc_platform .ikonki_s_podpisyu {
    margin-top: 74px;
}

.desc_platform .ikonki_s_podpisyu .col-lg-4 {
    text-align: center;
}

.desc_platform .ikonki_s_podpisyu .podpis {
    font-size: 16px;
    line-height: 150%;
    margin-top: 17px;
}

.desc_platform .block1 {
    background: #fff;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.18);
    border-radius: 18px;
    overflow: hidden;
    margin-top: 70px;
}

.desc_platform .block1 .text {
    display: flex;
    align-items: center;
    padding-left: 54px;
    font-size: 24px;
    line-height: 150%;
}

.desc_platform .tekst2 {
    font-size: 20px;
    line-height: 150%;
    margin-top: 108px;
}

.desc_platform .block2 {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.18);
    border-radius: 18px;
    padding: 29px 46px;
    margin-top: 70px;
}

.desc_platform .block2 .title {
    font-size: 20px;
    line-height: 150%;
    color: #2D3160;
}

.desc_platform .btn_block .btn_bigpadding a {
    display: block;
    text-align: center;
}

.desc_platform .btn_block .standart_btn {
    padding: 0;
}

.desc_platform .row_block2 .txt {
    font-size: 16px;
    line-height: 150%;
}

.new_page section.tekst_punkty_block {
    padding: 30px 0;
}

.tekst_punkty_block h2 {
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    color: #2D3160;
}

.tekst_punkty_block .tekst {
    font-size: 20px;
    line-height: 150%;
}

.tekst_punkty_block .punkty {
    margin-top: 28px;
}

.tekst_punkty_block .punkty .punkt {
    padding-left: 53px;
}

.tekst_punkty_block .punkty .punkt .line {
    padding-bottom: 12px;
    padding-top: 12px;
    border-bottom: 2px dotted #575fd9;
    margin-bottom: 12px;
    height: 100%;
    display: flex;
    align-items: center;
}

.tekst_punkty_block .punkty .punkt:before {
    content: '';
    background-image: url(../img/list-disc.svg);
    height: 16px;
    width: 16px;
    position: absolute;
    left: 15px;
    top: calc(50% - 8px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.tekst_punkty_block .block2 {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.18);
    border-radius: 18px;
    padding: 29px 46px;
    margin-top: 70px;
}

.tekst_punkty_block .block2 .title {
    font-size: 20px;
    line-height: 150%;
    color: #2D3160;
}

.tekst_punkty_block .btn_block .btn_bigpadding a {
    display: block;
    text-align: center;
}

.tekst_punkty_block .btn_block .standart_btn {
    padding: 0;
}

.tekst_punkty_block .row_block2 .txt {
    font-size: 16px;
    line-height: 150%;
}

.block_video_new .img_logo img {
    max-width: 150px;
}

.rewiewsslider2 .item .row {
    width: 100%;
}

.rewiewsslider2 .item .row .cola {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.radio-class {
    margin-left: -1em;
}

.footer_form input[type="radio"]:checked+.wpcf7-list-item-label:after {
    left: 3px;
    top: 0;
    width: 20px;
    height: 10px;
    border-radius: 1px;
    border-left: 4px solid #e145a3;
    border-bottom: 4px solid #e145a3;
    -webkit-transform: rotate( -45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg);
    background-color: transparent;
}

.footer_form input[type="radio"]:not(:checked)+.wpcf7-list-item-label:before,
.footer_form input[type="radio"]:checked+.wpcf7-list-item-label:before {
    border-radius: 2px;
}

.radio-class {
    display: block;
    margin-top: 23px;
    margin-bottom: 13px;
}

.text_block .form-group {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.text_block br {
    content: '';
}

.text_block .form-group .textarea-770 {
    height: 100%;
}

.text_block .form-group .textarea-770 textarea {
    height: calc(100% - 21px);
}

.block_news_tabs {
    justify-content: space-between;
    margin: 0;
}

.block_news_tabs a {
    font-size: 24px;
    line-height: 150%;
    color: #2D3160;
    white-space: nowrap;
    transition: none;
}

.block_news_tabs a:hover {
    border-bottom: 4px solid #0FAFFC;
    text-decoration: none;
}

.block_news_tabs .active a {
    border-bottom: 4px solid #0FAFFC;
    text-decoration: none;
    font-weight: bold;
}

.news_box {
    margin-bottom: 40px;
    padding-right: 0px;
}

.news_box .content {
    width: 100%;
}

.news_box .strelka {
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
}

.news_box .content .zag {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #172F65;
}

.news_box .content .txt {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.news_box .content .date {
    font-size: 20px;
    line-height: 27px;
    color: rgba(28, 28, 28, 0.5);
}

.news_box .photo img {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.18);
    border-radius: 18px;
}

.news_box .strelka svg {
    display: none;
}

.news_box:hover .strelka svg {
    display: block;
}

.news_box:hover *,
.news_box:hover {
    text-decoration: none;
}

.cols2 {
    margin-top: 40px;
}

.cols2 .zag {
    margin-top: 4px;
    min-height: 86px;
}

.pages_news.pages_init {
    margin-top: 60px;
}

.pages_news.pages_init .p.active {
    background: linear-gradient(249deg, rgba(126, 54, 151, 1) 0%, rgba(219, 32, 135, 1) 100%) !important
}

.date_and_min {
    font-size: 16px;
    line-height: 150%;
    color: #7E7F7C;
    margin-top: 41px;
}

.opisanie_photo {
    font-size: 16px;
    line-height: 150%;
    margin-top: 20px;
    font-style: italic;
}

.content_item {
    margin-top: 70px;
}

.content_item .glavnoe {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 70px;
}

.content_item .text {
    font-size: 18px;
    line-height: 150%;
}

.content_item .text blockquote {
    font-style: italic;
    font-weight: 600;
    font-size: 19px;
    line-height: 150%;
    color: #858585;
    background: url('../img/blockq.svg') 15px center no-repeat;
    padding-left: 97px;
}

.content_item .text ul {
    list-style: disc;
    margin: 0 0 1.5em 2em;
}

.page_news {
    max-width: 1010px;
}

.socka_forma {
    margin-top: 100px;
    margin-bottom: 73px;
}

.socka_forma .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
    margin-left: 20px;
}

.socka_forma .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item:first-child {
    margin-left: 0;
}

.socka_forma .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item a .ya-share2__badge {
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.1)
}

input.gradient4 {
    background: linear-gradient(65.55deg, #003399 -24.66%, #00CCFF 103.65%);
    border-radius: 18px;
    /*width: 100%;*/
}

.socka_forma .title {
    font-size: 36px;
    line-height: 150%;
    color: #2D3160;
    text-align: right;
    margin-bottom: 20px;
}

.socka_forma .soc {
    display: flex;
    padding-top: 90px;
}

.socka_forma input[type=email] {
    background: #FFFFFF;
    border: 2px solid #000000;
    box-sizing: border-box;
    border-radius: 18px;
    padding: 20px 25px;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
}

.socka_forma .wpcf7-not-valid-tip {
    position: static;
}

.socka_forma .wpcf7-spinner {
    display: none !important;
}

.pages_pn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 73px;
    flex-wrap: wrap;
}

.pages_pn a {
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #172F65;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.pages_pn a.disabled {
    color: #D2D2D2;
    pointer-events: none;
}

@media (max-width: 1280px) {
    .btn_up {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 991px) {
    .tab_content_video .img_logo,
    .tab_content_video .text_v {
        display: none;
    }
    body .btn_costa .costa {
        font-size: 30px;
    }
    body .result_rab .cost_box {
        justify-content: center;
    }
    .techhar .hars .har .box {
        padding-left: 10px;
        padding-right: 10px;
    }
    .pages_pn a .title {
        display: none;
    }
    .news_box .strelka {
        display: none !important;
    }
    .block_news_tabs {
        justify-content: center;
    }
    .block_news_tabs div {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .news_box .photo {
        margin-bottom: 30px;
    }
    .news_box .content .zag {
        min-height: 86px;
        margin-top: 4px;
    }
    .socka_forma .title {
        display: none;
    }
    .socka_forma .soc {
        padding: 0;
        padding-bottom: 50px;
        justify-content: center;
    }
    .keysy_new .cases .case .options {
        text-align: center;
    }
    .block_zakazhite .grayblock1_wrap_item_content {
        margin-top: 30px;
    }
    .block_zakazhite .czena:before {
        content: ' ';
        position: relative;
        width: 100%;
        height: 1px;
        display: block;
    }
    .a_tabs {
        margin-top: 30px;
        display: block;
    }
    .a_tabs a.a_tab {
        display: block;
        margin-bottom: 20px;
    }
    .tekst_punkty_block .btn_block,
    .desc_platform .btn_block {
        margin-top: 30px;
    }
    .tekst_s_pics_podpis .pic_item {
        justify-content: center;
    }
    .title_text_btn .standart_btn {
        padding-top: 23px;
    }
    .title_text_btn .title {
        text-align: center;
    }
    .title_text_btn .row .col-lg-6 {
        text-align: center;
    }
    .title_text_btn .row .col-lg-6.btna {
        justify-content: center;
    }
    .contacts_new .tabs {
        margin-top: 30px;
        display: block;
    }
    .contacts_new .tabs a.taba {
        display: block;
        margin-bottom: 20px;
    }
    .faq_tabs_new .tabs {
        margin-top: 30px;
        display: block;
    }
    .faq_tabs_new .tabs a.taba {
        display: block;
        margin-bottom: 20px;
    }
    .contacts_new .blocks_contact .block .txt {
        align-items: start;
        min-height: 1px;
        padding: 20px 30px;
    }
    .home_bgimg .new_bg {
        align-items: end;
        margin-left: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .techhar .hars .har {
        margin-bottom: 30px;
    }
    .block_logo_text .text_block .tekst_txt {
        padding-bottom: 20px;
    }
    .new_page .home_cases .items_cases .col-lg-3 {
        padding: 0;
    }
    .blockss3 .item_block {
        margin-bottom: 30px;
    }
    .pages_init .next span {
        display: none;
    }
    .pages_init .back span {
        display: none;
    }
    .pages_init .back {
        padding: 0 5px;
        padding-left: 10px;
        margin: 0;
    }
    .pages_init .next {
        padding: 0 5px;
        margin: 0;
        padding-right: 10px;
    }
    .pages_init .p_box {
        justify-content: center;
        padding: 0;
    }
    .video_block_and_options {
        margin-top: 20px;
    }
    .picss {
        padding-top: 23px;
    }
    .fs_btn {
        text-align: left;
    }
    .block_pics_new .blocks_gray .col-lg-4 {
        display: flex;
        justify-content: center;
        padding-top: 0;
    }
    .block_pics_new .blocks_gray .textblock.right+.col-lg-4 {
        padding-bottom: 0;
        padding-top: 0;
    }
    .descript_block_new .tekst_btn .tekst_block_tekst {
        margin-bottom: 14px;
    }
    .descript_block_new .tekst_logo .logo {
        text-align: center;
        padding-top: 70px;
    }
    .block_gray_pic_new {
        padding: 34px;
    }
    .block_gray_pic_new .tekst {
        padding: 0 15px 30px 15px;
    }
    .block_gray_pic_new .foto img {
        border-radius: 18px;
    }
    .block_tree_new .blocks .bl .contr {
        width: 100%;
    }
    .block_tree_new .blocks .bl {
        margin-bottom: 30px;
    }
    .block_tree_new .blocks .bl:after,
    .block_tree_new .blocks .bl:before {
        content: '';
        background: none;
    }
    .block_tree_new .punkty {
        margin-top: 0;
        margin-left: 15px;
        margin-right: 15px;
    }
    .block_s_pic_new_shadow .col-lg-3 {
        text-align: center;
    }
    .overflow_mobile {}
    .overflow_mobile .table_block {
        padding-left: 15px;
    }
    .homevideo_left .tab_content_right {
        padding: 0 30px;
    }
    .row.items_cases {
        margin: 0px;
    }
    .fs_title_wr .fs_btn a {
        width: 100%;
        text-align: center;
    }
    .has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item .dropdown-item a.nav-link,
    .has1screen.main_menu_bui .navigation_wr .menu-item-has-childrennav-item .dropdown-item a.nav-link {
        color: #34398A;
    }
    .tekst_s_pics_podpis .pics {
        margin: 40px 0 10px 0;
    }
    .table_new h2,
    .block_pics_new .blocks_gray .textblock .zagolovok,
    .descript_block_new h2,
    .descript_block_new .tekst_btn .tekst_block_title,
    .garnitury_new h2,
    .block_tree_new h2,
    .keysy_new h2,
    .faq h2,
    .reviews_block_new h2,
    .punkty_s_btn h2,
    .block_s_pic_new_shadow h2,
    .tekst_s_fonom h2,
    .block_services h2,
    .new_page .nagrada_i_dosti h2,
    .desc_platform h2,
    .tekst_punkty_block h2,
    .new_page h2,
    .gallery_with_text .zag2,
    .forma_new h2,
    .resh_etapy h2,
    .result_rab .h2 {
        font-size: 24px;
    }
    .block_pics_new .blocks_gray .textblock .tekst,
    .descript_block_new .tekst,
    .descript_block_new .tekst_logo .tekst_block,
    .descript_block_new .tekst_btn .tekst_block_tekst,
    .garnitury_new .podpis_1,
    .garnitury_new .podpis_2,
    .garnitury_new .elements .col-lg-4 .tekst,
    .block_gray_pic_new .tekst,
    .table_new .snoski .snoska,
    .faq .faq_vopros,
    .faq .faq_otver *,
    .faq_tabs_new .faq_vopros,
    .faq_tabs_new .faq_otver *,
    .block_s_pic_new_shadow .txt,
    .block_punkty_video_new .punkty .punkt .punkt_one,
    .block_punkty_video_new .podpis_k_video,
    .kurs_new .har,
    .kurs_new .punkty li,
    .kurs_new .cost,
    .tekst_s_pics_podpis .tekst,
    .tekst_s_pics_podpis .podpis,
    .tekst_s_fonom .tekst,
    .desc_platform .tekst1,
    .desc_platform .block1 .text,
    .desc_platform .tekst2,
    .tekst_punkty_block .tekst,
    .predhistory .text {
        font-size: 16px;
    }
    .decisions_new .decs_box .dec .bx .title {
        font-size: 18px;
    }
    .desc_platform .ikonki_s_podpisyu .podpis {
        padding-bottom: 30px;
    }
    .desc_platform .block1 .text {
        padding: 15px 30px;
    }
    .tekst_s_fonom .tekst br {
        content: ' ';
    }
    .prepod_new .info {
        padding-left: 15px;
    }
    .tekst_btrn_new .block .text .btn_block a {
        margin: 18px 0 10px 0;
    }
    .btnsss {
        margin-top: 0;
    }
    .keysy_new .cases .case .zagolovok {
        margin-bottom: 15px;
    }
    .keysy_new .cases .case .cost span.ml {
        display: block;
        margin: 0;
        padding: 0;
    }
    .kurs_new .cost span {
        display: block;
        margin: 0;
        padding: 0;
        margin-top: 5px;
    }
    .kurs_new {
        padding: 15px 13px;
    }
    .kurs_new .har {
        text-align: center;
        margin-bottom: 32px
    }
    /* таблица */
    .table_block .header .col1 {
        display: none;
    }
    .table_block .header .col2,
    .table_block .header .col3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .table_block .tr.body.row,
    .table_block .header.row {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .table_block .tr.body .col1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .table_block .tr.body .col2,
    .table_block .tr.body .col3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .table_new .table_block .tr.body .col2 {
        border-left: none;
    }
    .table_new .table_block .tr.body.row.gray .col {
        background-color: #fff;
    }
    .table_new .table_block .tr.body .col {
        margin-top: 0;
    }
    .table_new .table_block .tr.body .col {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .table_new .table_block .tr.body .col .icon {
        width: 100%;
        margin-bottom: 7px;
    }
    .table_new .table_block .tr.body .col .txt {
        font-size: 16px;
    }
    .table_new .table_block .tr.body.row .col .icon {
        padding: 0;
    }
    .table_new .table_block .tr.body.row .col .txt {
        padding: 0;
        font-size: 11px;
    }
    .col3.col.col-lg-3.col-3.col-md-3.col-sm-3 {
        padding: 8px 1px 8px 1px;
    }
    .table_new .table_block .tr.body.row .col1,
    .table_new .table_block .tr.body.row.gray .col1 {
        background-color: #F1F1F7;
        border-radius: 0px;
    }
    .table_new .table_block .tr.body.row .col2,
    .table_new .table_block .tr.body.row .col3 {
        background-color: #fff;
    }
    .faq .faq_otver {
        padding: 0 30px;
    }
    .faq_tabs_new .faq_otver {
        padding: 0 30px;
    }
    .awards_item_date {
        position: static;
    }
    .his_company .load-more-container ul li {
        padding-left: 0;
    }
    .his_company .awards_item {
        border-bottom: 2px dotted #01b5f0;
        border-left: none;
    }
    .awards_item {
        padding-top: 40px;
    }
    .tasks_box .task {
        margin-bottom: 30px;
    }
    .tasks_box .task:last-child {
        margin-bottom: 0px;
    }
    .tasks_new .tasks_box .task .bx {
        align-items: center;
    }
}

@media (max-width: 400px) {
    .block_zakazhite .staraya_czena {
        display: block;
    }
}

.cases.owl-carousel.owl-drag .owl-item {
    padding: 0 5px;
}

.gallery_s_desc .gallery.owl-carousel .owl-nav button {
    color: #fff;
}

.package_img_slider {
    position: relative;
}

.package_img_slider .tab_content_videoplay img {
    object-fit: contain;
}

.package_img_slider:hover:before {
    opacity: 0.2;
}

.pics_owl.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 13px;
    z-index: 8;
}

.pics_owl.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: -29px;
}

.col-lg-6.picss .owl-nav button.owl-prev {
    margin-left: -24px;
}

.col-lg-6.picss .owl-nav button.owl-next {
    margin-right: -24px;
}

.pics2 .owl-stage-outer,
.pics2 .owl-stage,
.pics2 .itm,
.pics2 .owl-item {
    height: 100%;
}

.pics2.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 19px;
    z-index: 8;
}

.pics2.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: 13px;
}

.pics2.owl-theme .owl-nav button.owl-prev {
    left: calc(50% - 157px);
}

.pics2.owl-theme .owl-nav button.owl-next {
    right: calc(50% - 157px);
}

.owl-height {
    transition: none;
}

select.form-control {
    padding-top: 11px;
    padding-bottom: 11px;
    height: auto;
    width: 100%;
    appearance: none;
    background: url('/select.svg') no-repeat right;
    background-position-x: calc(100% - 21px);
    color: #BEBEBE;
}

select.form-control.select {
    color: black;
}

input::placeholder {
    color: #BEBEBE;
}

select.form-control option:first-child {
    color: #BEBEBE;
    display: none;
}

#form_footer select.form-control {
    /* background: url('/select2.svg') no-repeat right; */
    /* background-position-x: calc(100% - 21px); */
}

.new_page section.graynew {
    padding: 0;
}


/* #form_footer select.form-control.select { */


/* color: #fff; */


/* } */


/* select.form-control:focus { */


/* color: #000; */


/* } */


/* #form_footer select.form-control:focus { */


/* color: #fff; */


/* } */


/* #form_footer select.form-control:focus * { */


/* color: #000; */


/* } */

.headet_top_menu .menu-item {
    position: relative;
}

.headet_top_menu .menu-item>.sub-menu li a {
    border-bottom: 3px solid transparent;
}

body .headet_top_menu .menu-item>.sub-menu {
    position: absolute;
    display: none;
    margin: 0.125rem 0 0;
    background: #fff;
    top: calc(100% - 2px);
    z-index: 9999;
    height: auto;
    width: 250px;
    left: 0%;
    margin-left: -150px;
    padding: 0.5rem 0;
    border-radius: 0.25rem;
    box-shadow: -5px 2px 20px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid transparent;
}

body .headet_top_menu.display_mob .menu-item>.sub-menu {
    position: static;
    display: block;
    margin: 0.125rem 0 0;
    background: #fff;
    top: 0;
    z-index: 9999;
    height: auto;
    width: 250px;
    left: 0;
    margin-left: 0;
    padding: 0.5rem 0;
    border-radius: 0.25rem;
    box-shadow: none;
    border-bottom: 1px solid transparent;
}

body .headet_top_menu.display_mob .menu-item {
    white-space: normal;
}

body .headet_top_menu .menu-item>.sub-menu .sub-menu {
    position: absolute;
    display: none;
    background: #fff;
    top: 0px;
    z-index: 9999;
    height: auto;
    max-width: 300px;
    width: 200px;
    min-width: 200px;
    left: 100%;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    border-radius: 0.25rem;
    box-shadow: -5px 2px 20px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid transparent;
}

body .headet_top_menu.display_mob .menu-item>.sub-menu .sub-menu {
    position: static;
    display: block;
    margin: 0.125rem 0 0;
    background: #fff;
    top: 0;
    z-index: 9999;
    height: auto;
    width: 250px;
    left: 0;
    margin-left: 0;
    padding: 0.5rem 0;
    border-radius: 0.25rem;
    box-shadow: none;
    border-bottom: 1px solid transparent;
}

.headet_top_menu>ul li.current-menu-ancestor>a {
    border-color: #0FAFFC;
    font-weight: bold;
}

.headet_top_menu .menu-item>.sub-menu li.current_page_item>a {
    border-color: #0FAFFC;
    font-weight: bold;
}

.headet_top_menu .menu-item>.sub-menu li.current-menu-ancestor>a {
    border-color: #0FAFFC;
    font-weight: bold;
}

.headet_top_menu ul li.current-menu-item>a {
    border-color: none;
    font-weight: normal;
}

.headet_top_menu .sub-menu li .sub-menu li.current-menu-item>a {
    border-color: #0FAFFC;
    font-weight: 600;
}

.headet_top_menu>ul>li.current_page_item>a {
    border-color: #0FAFFC;
    font-weight: 600;
}

.headet_top_menu .menu-item>.sub-menu li {
    line-height: 200%;
    padding: 0 20px;
    /* justify-content: center; */
    /* text-align: center; */
}

.headet_top_menu .menu-item>.sub-menu li a {
    margin: 2px 0px;
    padding: 4px 0px;
}

.education .headet_top_menu .menu-item>.sub-menu li a {
    color: #000;
}

.headet_top_menu .menu-item>.sub-menu li a:hover {
    /* color: #44c0f0; */
    border-color: #0FAFFC;
}

.headet_top_menu .menu-item:hover>.sub-menu {
    display: block;
}

.headet_top_menu .menu-item:hover>.sub-menu .menu-item:hover>.sub-menu {
    display: block;
}

@media (max-width: 800px) {
    .page_news h1 {
        font-size: 24px;
    }
    .content_item .glavnoe {
        font-size: 20px;
    }
    .headet_top_menu .menu-item:hover>.sub-menu {
        display: none;
    }
}

.form-control:disabled,
.form-control[readonly] {
    background: none;
}

#lang-menu .menu_item_wpglobus_menu_switch .sub-menu {
    box-shadow: -5px 2px 20px rgba(0, 0, 0, 0.5);
    top: calc(100% + 5px);
    padding-top: 0;
}

.header_top_right__lang>ul {
    margin-bottom: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}

.header_top_right__lang>ul>li.active {
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: -9px;
    padding-bottom: 0px;
}

.header_top_right {
    padding-bottom: 0px;
    border-bottom: 5px solid #fff;
}

.header_top_right__lang {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 1.5em;
}

.header_top_right__lang>ul>li.active ul.menu {
    /* margin-left: 1.5em; */
    margin-left: 0;
}

.header_top_right__lang>ul>li.active:hover ul.menu .sub-menu {
    display: block;
}

.box_img_call2 {
    display: none;
}

.header_top_right__btn_call a:hover .box_img_call2 {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.header_top_right__btn_call a:hover .box_img_call {
    display: none;
}

.header_top_right__btn_call a {}

.header_top_right__lang .sub-menu li {
    height: 45px;
    display: flex;
    align-items: center;
}

.header_top_right__lang .sub-menu li a {}

.new_page section.bg_white.offersoc {
    padding: 60px 0;
}

.education .sbscr .wpcf7-email {
    border-radius: 32px;
}

.education .sbscr .btn_form .wpcf7-submit {
    width: 100%;
}

.text ol {
    list-style: decimal;
    margin-left: 50px;
}

.error404 .bottom_circleline {
    display: none !important;
}

.error404 .bg_top_footer {
    display: none !important;
}

.error404 .footer_form_wr {
    display: none !important;
}

.error404 .footer {
    padding-top: 45px !important;
}

.error404 .home_footer .home_footer_main {
    background: none !important;
}

.error404 .firstscreen_home {
    background: none !important;
}

.error404 .home_footer {
    background: none !important;
}

.firstscreen_home .fs_btn a.gradient1 {
    padding: 18px 36px !important;
}

.wpcf7-spinner {
    display: none;
}


/*страница 404*/

.home .s-p-404 {
    background-image: none;
}

.home .s-p-404 .fs_title h1 {
    font-weight: 300!important;
    color: #003399;
}

.home .s-p-404 .fs_title h2 {
    color: #000!important;
}

.home .s-p-404 .gradient3 {
    background: linear-gradient(249deg, rgba(15, 175, 252, 1) 0%, rgba(120, 57, 200, 1) 100%) !important;
}

@media (max-width: 480px) {
    .home .s-p-404 .hbi_wr img {
        width: 50%;
    }
    .home .s-p-404 {
        padding-top: 220px;
    }
    .home .s-p-404 .fs_title_wr {
        padding-bottom: 100px;
    }
}

body .home_footer {
    background-image: url(../img/bg_home_edu.jpg);
}

.home_pluses_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0px 4px 123px rgb(0 0 0 / 12%);
    border-radius: 50px;
    padding: 30px;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    position: relative;
    z-index: 11;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.home_pluses_item .home_pluses_item__texthidden {
    position: absolute;
    border-radius: 50px;
    padding: 30px;
    padding-top: 150px;
    box-shadow: 0px 4px 123px rgb(0 0 0 / 12%);
    top: 0;
    right: 0;
    left: 0;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    max-height: 300px;
    overflow: hidden;
}

.home_pluses_item .home_pluses_item__img svg {
    fill: #44C0F0;
    width: 99px;
    max-height: 90px;
}

.home_pluses_item .home_pluses_item__text {
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
}

.modal_form {
    padding-top: 30px;
    width: 100%;
    max-width: 700px;
}

.modal_form table tr td h3 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: #2D3160;
    /*    margin-bottom: 30px; */
}

.modal_form table.form-table th,
.modal_form table.form-table td {
    border: none;
    display: flex;
    padding-bottom: 0;
    padding-top: 0;
}

.modal_form {
    box-shadow: 0px 0px 92px rgb(0 0 0 / 25%);
    border-radius: 50px;
}

.modal_form tbody tr td label {
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 4px;
}

.modal_form .form-control {
    margin-bottom: 20px;
    border: 2px solid #000000;
    color: #000000;
    box-sizing: border-box;
    border-radius: 32px;
    background-color: transparent;
}

.modal_form tbody {
    display: flex;
    flex-direction: column;
}

.modal_form thead tr {
    display: none!important;
}

.modal_form .select-css {
    border: 2px solid #000000;
    color: #000000;
    box-sizing: border-box;
    border-radius: 32px;
    background-color: transparent;
    margin-bottom: 20px;
}

.modal_form tfoot th {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none!important;
}

.modal_form tfoot input[type="submit"] {
    background: linear-gradient(249deg, rgba(126, 54, 151, 1) 0%, rgba(219, 32, 135, 1) 100%) !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 18px 36px;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 50px;
    border: none;
}

.modal_form tfoot input[type="reset"] {
    display: none;
}

.modal_form_wrap form p {
    display: none;
}

.modal_form .close_form {
    position: absolute;
    right: 25px;
    top: 25px;
}

@media(max-width: 600px) {
    .modal_form_wrap {
        padding: 30px 0;
    }
    .modal_form table tr td h3 {
        font-size: 20px;
    }
    .modal_form {
        position: relative;
    }
    .modal_form .close_form {
        right: 10px;
        top: 10px;
    }
    .modal_form table tr td h3 {
        margin-bottom: 0;
    }
    .modal_form {
        border-radius: 20px;
    }
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
    text-align: center;
}

#package .paket .owl-nav button.owl-next,
.paket .owl-nav button.owl-prev {
    bottom: 39px !important;
}

.cf-turnstile-model {
    margin: 0 auto;
    margin-bottom: 10px;
}