@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

* {
    font-family: Manrope, sans-serif
}

body {
    margin: 0;
    overflow-x: hidden;
    background: #fff
}

.course-intro b {
    font-size: 11px;
    color: #354949;
    background: #eef3fc;
    display: inline-block;
    padding: 3px 9px;
    border-radius: 30px;
    margin-bottom: 7px;
}

* {
    outline: 0
}

a {
    text-decoration: none;
    color: #00a8b9
}

a:hover {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%
}

b,
strong {
    font-weight: 600
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px
    }
}

::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 5px;
    height: 0
}

::-webkit-scrollbar-track {
    background-color: #ecedee
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #f6b136
}

::-webkit-scrollbar-thumb:hover {
    background-color: #f6b136
}

::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 6px;
    height: 0
}

::-webkit-scrollbar {
    width: 8px
}

i {
    color: #868686;
    letter-spacing: 1px;
    font-weight: 300
}

p {
    color: #112f41;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400
}

h1 {
    color: #112f41;
    margin: 0 0 15px 0;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.1
}

h2 {
    font-weight: 700;
    font-size: 43px;
    line-height: 1.2;
    color: #112f41;
    margin-top: 0;
    margin-bottom: 20px
}

h3 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #112f41
}

h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #112f41
}

h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #112f41
}

input::placeholder {
    color: #b6b8c7
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.py-6 {
    padding-bottom: 5rem;
    padding-top: 5rem
}

.pt-6 {
    padding-top: 5rem
}

.pb-6 {
    padding-bottom: 5rem
}

@media(max-width:1400px) {
    .py-6 {
        padding-bottom: 3rem;
        padding-top: 3rem
    }

    .pt-6 {
        padding-top: 3rem
    }

    .pb-6 {
        padding-bottom: 3rem
    }

    .startsect {
        overflow: hidden;
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
}

.divinput input {
    width: 100%;
    height: 45px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border: 1px solid rgb(160 160 160 / 32%);
    padding: 14px;
    color: #ffffff8f;
    background-color: rgba(255, 255, 255, .04);
    border-radius: 4px
}

.bgblue {
  
    background-image: url(/images/bgkazach.svg);
    background-size: contain;
    background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 70%;
}

.bggrey {
    background: #f8fafb;
}

.bgtop {
    background-color: #f8fafb;
    /* background-image: url(/images/bgkazach.svg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    background-attachment: fixed;
}

.h-send a {
    color: #fff
}

.start-screen {
    height: 100%;
    text-align: center;
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
}

.banner-wrapper-content h1 {
    color: #112f41;
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2
}

.banner-wrapper-content .banstart {
    font-size: 21px;
    color: #112f41
}

.banner-wrapper-content form {
    margin-top: 15px;
    position: relative;
    box-shadow: 0 10px 50px rgb(54 54 126 / 24%);
    border-radius: 25px
}

.banner-wrapper-content form span {
    width: 19px;
    height: 19px;
    display: inline-block;
    border: none;
    outline: 0;
    background-color: #73737300;
    background-image: url(/images/icons/search_light-gray.svg);
    position: absolute;
    top: 15px;
    left: 18px;
    opacity: .5;
    background-size: contain
}

.banner-wrapper-content form .input-search:focus {
    box-shadow: 0 10px 50px rgb(54 54 126 / 12%)
}

.banner-wrapper-content form label {
    position: absolute;
    display: inline-block;
    margin-bottom: 0;
    left: 15px;
    top: 13px;
    color: #fe4a55;
    line-height: 1;
    font-size: 22px
}

.banner-wrapper-content form .input-search {
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #eee8e27a;
    border-radius: 10px;
    transition: .5s;
    color: #221638;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 60px
}

.banner-wrapper-content form button {
    position: absolute;
    right: 0;
    border-radius: 0 10px 10px 0;
    height: 48px;
    background-color: #f6b136;
    color: #fff;
    border: none;
    transition: .5s;
    padding: 0 25px;
    top: 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer
}

.banner-wrapper-content form button:hover {
    background-color: #00a8b9
}

.banner-wrapper-content .popular-search-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px
}

.banner-wrapper-content .popular-search-list li {
    display: inline-block;
    margin-right: 10px;
    color: #112f41;
    font-size: 16px;
    font-weight: 600
}

.banner-wrapper-content .popular-search-list li a {
    display: block;
    color: #00a8b9;
    font-weight: 500;
    border-bottom: 1px #00a8b9 dashed
}

.banner-wrapper-content .popular-search-list li a:hover {
    color: #fe4a55;
    border-bottom: 1px #fb558b dashed
}

.policy-toggle {
    margin-right: 5px
}

.titlemain {
    font-size: 50px;
    color: #45446c
}

.pretitle {
    font-size: 19px;
    color: #45446c
}

.h-100vh {
    height: 80vh
}

.pretitle-section,
.pretitle-section p {
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 25px
}

.uadv_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #112f41
}

.uadv_txt {
    font-size: 14px;
    color: #898895;
    line-height: 1.5;
}

.block-uadv {
    background: #fff;
    padding: 25px;
    box-shadow: 0 10px 50px rgb(54 54 126 / 11%);
    border-radius: 10px;
    height: 235px;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: 240px 110px
}

.block-uadv .uadv_img {
    margin-left: 5px
}

.button-order {
    border: none;
    border-radius: 4px;
    text-transform: none !important;
    color: #fff;
    background-color: var(--pink);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 10px 40px;
    transition: .3s
}

.button-order:hover {
    text-decoration: none;
    box-shadow: 0 0 12px 0 #de5f8a73;
    transition: .3s
}

.section_video {
    background: #f8fafc;
    padding: 60px 0
}

.steps__info p {
    font-size: 15px;
    line-height: 1.5
}

.steps__content h3 {
    margin-top: 5px;
    font-size: 22px;
    margin-bottom: 10px
}

.steps__content p {
    font-size: 15px
}

.steps__content i {
    margin-left: 5px;
    font-size: 13px;
    color: #fff
}

.steps__content a {
    color: #fff;
    background: #efa216;
    padding: 12px 10px;
    border-radius: 10px;
    box-shadow: rgb(70 70 86 / 20%) 0 5px 20px;
    font-weight: 600;
    font-size:13px;
}

.iner {
    box-shadow: rgb(54 54 126 / 11%) 0 10px 30px;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fff;
    transition: .3s
}

.iner:hover .btn-details {
transition: all 0.3s ease 0s;
    background-color: #00a8b9;
}

.steps__price {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #112f41
}

.block-spec {
    background: #fff;
    padding: 1rem;
    border: 1px solid #edeff8;
    min-height: 190px;
    border-radius: 5px;
    box-shadow: 1px 1px 16px 0 #abb6c01c
}

.block-spec-dir {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    margin: 10px
}

.course-widget-block {
    box-shadow: rgb(54 54 126 / 15%) 0 6px 50px;
    border-radius: 10px;
    background: #fff;
    height: 450px;
    position: relative;
    overflow: hidden;
    padding: 1rem;
    transform: scale(1);
    transition: all .3s ease 0s;
    margin-bottom: 1.7rem
}

.course-widget-block:hover {
    box-shadow: 0 15px 30px rgb(29 23 77 / 11%);
    transition: .3s;
    transition: .3s
}

.course-widget-block .art-img {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    height: 45%
}
.art-info{
    text-align: center;
}


.course-widget-block .art-item .btn-link {
    font-size: 15px;
    color: #f14d5d;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    position: absolute;
    bottom: 30px;
    right: 30px
}

.course-widget-block .art-item .btn-link i {
    font-size: 13px;
    color: #f14d5d;
    vertical-align: middle;
    margin-left: 4px
}

.course-widget-block .art-info h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #112f41;
    transition: .3s;
    line-height: 1.3
}

.course-widget-block .art-info a:hover {
    text-decoration: none;
    transition: .3s
}

.course-widget-block .art-info a:hover h3 {
    transition: .3s;
    color: #00a8b9
}

.course-widget-block .art-txt {
    font-size: 14px;
    margin-top: 10px;
    color: rgb(76 73 110);
    line-height: 1.5;
    overflow: hidden
}

.course-widget-block .art-img.spec img {
    transition: .35s;
    height: 100%;
    margin: 0 auto
}

.course-widget-block .art-img.prof img {
    transition: .35s;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.course-widget-block:hover .art-img img {
    transform: scale(1.05);
    transition: .35s
}

.course-widget-block .btn-link {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700
}

.course-widget-block:hover .btn-link {
    color: #ff2b66;
    transition: .3s
}

.course-widget-block .btn-link i {
    font-size: 12px;
    color: #00a8b9;
    margin-left: 4px;
    transition: .3s
}

.course-widget-block:hover .btn-link i {
    transition: .3s;
    color: #ff2b66;
    transition: .3s
}

.link-block {
    color: #45446c
}

.link-block:hover {
    text-decoration: none
}

.art-name {
    font-size: 14px;
    color: #112f41;
    line-height: 1.5
}

.tooltip {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    margin: 5px 0;
    cursor: pointer;
    padding: 5px;
    margin-bottom: 5px;
    box-shadow: 0 10px 20px rgb(54 54 126 / 18%);
}

.tooltip img {
    filter: grayscale(1);
}

.tooltip:hover {
    overflow: visible
}

.tooltip:hover .tooltip-content {
    opacity: 1
}

.tooltip .tooltip-content {
    background: #fff;
    color: #112f41;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
    padding: 8px;
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
    z-index: 5;
    box-shadow: 0 0 17px 0 #c4c3cf85;
    min-width: 185px
}

.tooltip .tooltip-content::after {
    background: #fff;
    content: "";
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px
}

.tooltip.left .tooltip-content {
    right: calc(100% + 1.5em);
    top: 50%;
    transform: translateY(-50%)
}

.tooltip.left .tooltip-content::after {
    right: -5px;
    margin-top: -5px;
    top: 50%
}

.tooltip.right .tooltip-content {
    left: calc(100% + 1.5em);
    top: 50%;
    transform: translateY(-50%)
}

.tooltip.right .tooltip-content::after {
    left: -5px;
    margin-top: -5px;
    top: 50%
}

#kviz-begin {
    border: 1px #45446c solid;
    text-align: center;
    padding: 10px 20px;
    margin: 0 auto;
    color: #fff;
    border-radius: 5px;
    background: #45446c
}

.about_btnblock {
    display: flex;
    margin: 0 auto
}

.navigation-steps {
    margin: 0 10px;
    font-size: 16px
}

.navigation-steps a {
    color: #abb6c0
}

.navigation-steps .selected {
    color: #45446c;
    font-weight: 600;
    border-bottom: 1px #45446c solid;
    padding-bottom: 11px
}

.leftblock {
    display: inline-block;
    width: 50%
}

.rightblock {
    display: inline-block;
    width: 50%
}

.howenter li {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #112f41;
    font-weight: 500
}

input.error,
textarea.error {
    outline: 1px solid #e92b63 !important;
    border: none !important
}

.call-form-submit[disabled] {
    opacity: .3;
    cursor: not-allowed
}

.call-form-processing {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #4d76b8, #6296e9);
    top: 0;
    left: 0;
    z-index: 2
}

.call-form-processing-close {
    font-size: 32px;
    color: #fff;
    position: absolute;
    right: 22px;
    top: 10px;
    line-height: 1;
    cursor: pointer
}

.ui-error,
.ui-success {
    width: 150px;
    height: 150px;
    margin: 40px
}

.ui-success-circle {
    stroke-dasharray: 260.75219025px, 260.75219025px;
    stroke-dashoffset: 260.75219025px;
    transform-origin: center center;
    stroke-linecap: round;
    animation: ani-success-circle 1s ease-in both
}

.ui-success-path {
    stroke-dasharray: 60px 64px;
    stroke-dashoffset: 62px;
    stroke-linecap: round;
    animation: ani-success-path .4s 1s ease-in both
}

@keyframes ani-success-circle {
    to {
        stroke-dashoffset: 782.25657074px
    }
}

@keyframes ani-success-path {
    0% {
        stroke-dashoffset: 62px
    }

    65% {
        stroke-dashoffset: -5px
    }

    84% {
        stroke-dashoffset: 4px
    }

    100% {
        stroke-dashoffset: -2px
    }
}

.ui-error-circle {
    stroke-dasharray: 260.75219025px, 260.75219025px;
    stroke-dashoffset: 260.75219025px;
    animation: ani-error-circle 1.2s linear
}

.ui-error-line1 {
    stroke-dasharray: 54px 55px;
    stroke-dashoffset: 55px;
    stroke-linecap: round;
    animation: ani-error-line .15s 1.2s linear both
}

.ui-error-line2 {
    stroke-dasharray: 54px 55px;
    stroke-dashoffset: 55px;
    stroke-linecap: round;
    animation: ani-error-line .2s .9s linear both
}

@keyframes ani-error-line {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes ani-error-circle {
    0% {
        stroke-dasharray: 0, 260.75219025px;
        stroke-dashoffset: 0
    }

    35% {
        stroke-dasharray: 120px, 120px;
        stroke-dashoffset: -120px
    }

    70% {
        stroke-dasharray: 0, 260.75219025px;
        stroke-dashoffset: -260.75219025px
    }

    100% {
        stroke-dasharray: 260.75219025px, 0;
        stroke-dashoffset: -260.75219025px
    }
}

.notifics {
    background: #fff;
    box-shadow: 0 4px 8px 0 #c7c7c7;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    cursor: pointer;
    position: relative;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    z-index: 5
}

.notifics a {
    color: #00a8b9;
    text-decoration: underline
}

.notifics-title {
    background: #fff;
    font-size: 14px;
    border-bottom: 1px #dedede solid;
    padding-bottom: 3px;
    margin-bottom: 5px;
    color: #191919;
    font-family: Proxima Nova Bold
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.lo-progress-container {
    width: 100%;
    height: 3px;
    background-color: #e2e2e2;
    border-radius: 15px;
    margin-top: 5px
}

.lo-progress {
    height: 100%;
    animation: fillIn linear 5s;
    overflow: hidden;
    -webkit-animation: fillIn linear 5s;
    -moz-animation: fillIn linear 5s;
    -o-animation: fillIn linear 5s;
    -ms-animation: fillIn linear 5s
}

.lo-progress.error {
    background-color: #dc3545
}

.lo-progress.success {
    background-color: #25ae88
}

@keyframes fillIn {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-moz-keyframes fillIn {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes fillIn {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-o-keyframes fillIn {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-ms-keyframes fillIn {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.not-container {
    position: fixed;
    right: 15px;
    top: 150px;
    z-index: 1000
}

.not-close {
    position: absolute;
    right: 18px;
    top: 12px;
    font-size: 24px;
    font-weight: 600
}

.not-content {
    font-size: 14px;
    line-height: 1.5
}

.not-descr {
    font-size: 16px;
    font-weight: 600
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 25px;
    width: 35px;
    height: 35px;
    border: none;
    background: #f6b136;
    cursor: pointer;
    transition: .35s;
    opacity: .4;
    font-size: 25px;
    color: #fff;
    font-weight: 600
}

.slick-arrow.slick-disabled:hover {
    opacity: .2
}

.slick-arrow.slick-disabled {
    opacity: .2;
    cursor: not-allowed
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 15px
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #efa216
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .35;
    color: #767592;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-arrow:hover {
    opacity: 1
}

.slick-arrow.slick-prev {
    left: -10px
}

.slick-arrow.slick-next {
    right: -10px
}

.similar-prof-slick .course-widget-block,
.similar-spec-slick .course-widget-block {
    box-shadow: none
}

.similar-spec-slick .slick-slide {
    padding: 0 !important
}

@media(min-width:992px) {
    .similar-prof-slick .slick-slide {
        padding: 0 !important
    }
}

.top-labels-block li {
    font-size: 14px;
    color: #112f41ab
}

.top-labels-block li i {
    color: #112f41
}

.nitem_d {
    background: #00a8b9;
    padding: 5px 10px;
    color: #fff;
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: rgb(70 70 86 / 20%) 0 5px 20px;
    position: absolute;
    top: -12px;
    left: 20px
}

.nitem_txt {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5
}

.nitem_title {
    font-size: 19px;
    font-weight: 600;
    color: #112f41;
    line-height: 1.4
}

.news_item {
    height: 450px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    transform: scale(1);
    transition: all .3s ease 0s;
    box-shadow: rgb(54 54 126 / 7%) 0 10px 30px
}

.news_item:hover {
    transition: .3s;
    z-index: 1;
    box-shadow: rgb(54 54 126 / 11%) 0 10px 50px
}

.news_item:hover .art-img {
    transform: scale(1.05);
    transition: .35s
}

.news_item .art-img {
    transition: .35s
}

.section-news .slick-list {
    padding: 30px 0
}

.news-slick .news_item {
    box-shadow: none
}

.badge {
    background: #dce6f7;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    color: #112f41 !important;
    text-transform: capitalize;
    line-height: 24px;
    letter-spacing: 1px;
    z-index: 1;
    box-shadow: 0 10px 20px rgb(54 54 126 / 9%)
}

.badge-price {
    background: #00a8b9;
    display: inline-block;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    padding: 0 10px;
    color: #fff !important;
    line-height: 20px;
    box-shadow: 0 10px 20px rgb(54 54 126 / 9%);
    z-index: 1;
}

.spec-info-block {
    position: absolute;
    top: 20px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.spec-info-block-alt {
    position: absolute;
    top: 35%;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.badge-alt {
    background: rgb(80 151 45);
    display: inline-block;
    border-radius: 3px;
    padding: 4px 10px;
    line-height: 17px;
    z-index: 1;
    box-shadow: rgb(54 54 126 / 9%) 0px 10px 20px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

.content-all {
    color: #112f41
}

.content-all iframe {
    width: 100%;
    height: 350px
}

.content-all p {
    font-weight: 400
}

.content-all .spec_c_item {
    font-weight: 400;
    color: #112f41;
    font-size: 18px;
    line-height: 1.7;
}

.content-all ul {
    padding-left: 30px;
    margin-top: 0
}

.content-all ul li a {
    border-bottom: 1px #5184f3 dashed;
    padding-bottom: 3px;
    color: #00a8b9
}

.content-all ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    display: block !important
}

.content-all ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #00a8b9;
    font-size: 14px;
    margin-right: 10px
}

.content-all ol {
    padding-left: 30px;
    margin-top: 0
}

.content-all ol li a {
    border-bottom: 1px #00a8b9 dashed;
    padding-bottom: 3px;
    color: #00a8b9
}

.content-all ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 10px
}

.content-all-blue {
    background: linear-gradient(90deg, #366cab, #6296e9);
    border-radius: 0;
    color: #fff
}

.content-all-blue p {
    color: #fff;
    font-weight: 400
}

.content-all-blue ul {
    padding-left: 0;
    margin-top: 0
}

.content-all-blue ul li a {
    border-bottom: 1px #5184f3 dashed;
    padding-bottom: 3px;
    color: #fff
}

.content-all-blue ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8
}

.content-all-blue ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    margin-right: 10px
}

.content-all-blue ol {
    padding-left: 15px;
    margin-top: 0
}

.content-all-blue ol li a {
    border-bottom: 1px #fff dashed;
    padding-bottom: 3px;
    color: #fff
}

.content-all-blue ol li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8
}

.content-all-blue h2 {
    color: #fff
}

.content-all-blue h3 {
    color: #fff
}

.stickyspecialnav {
    position: sticky;
    top: 75px;
    background: #fff;
    z-index: 2;
    border-bottom: 1px solid #dee2e6
}

.stickyspecnav .nav-tabs {
    border-bottom: none
}

.stickyspecialnav .nav-tabs {
    border-bottom: none
}

@media (max-width:768px) {
    .stickyspecnav {
        display: none
    }
}

#navTabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 0
}

.stickyspecnav ul li {
    list-style: none;
    border-bottom: 2px #fff solid;
    line-height: 45px;
    margin-bottom: 0
}

.stickyspecnav ul li:hover {
    border-bottom: 2px #5184f3 solid
}

.stickyspecnav a {
    color: #fff
}

.stickyspecialnav .nav-item.active .nav-link {
    border-bottom: 2px #00a8b9 solid;
    color: #00a8b9
}

.stickyspecialnav ul li a {
    line-height: 30px;
    margin-bottom: 0;
    display: block;
    color: #112f41
}

.course-widget-block-vuz {
    padding: 25px;
    margin-bottom: 30px;
    -ms-border-radius: 16px;
    -webkit-border-radius: 10px;
    background: #fff;
    position: relative;
    transition: .3s;
    box-shadow: 0 0 25px rgb(29 23 77 / 11%);
    min-height: 400px;
    transform: scale(1);
    transition: .3s;
    text-decoration: none
}

.course-widget-block-vuz:hover {
    text-decoration: none;
    transform: scale(1.02);
    transition: .3s
}

.course-widget-block-vuz a:hover {
    text-decoration: none
}

.course-widget-block-vuz p {
    font-size: 15px
}

.course-widget-block-vuz h4 {
    font-size: 20px;
    display: inline
}

.course-widget-block-vuz img {
    margin-right: 15px;
    height: max-content
}

.vuz-adv_img {
    max-width: 50px;
    max-height: 50px;
    margin: auto;
    filter: brightness(2)
}

.vuz-adv_title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #ffe000;
    margin-top: 10px
}

.vuz-adv_txt {
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5
}

.to-top {
    display: block;
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 10px;
    left: 10px;
    border: solid 1px #bccade;
    border-radius: 25px;
    padding: 10px;
    cursor: pointer;
    z-index: 5;
    background: #74a6ed33;
    box-shadow: rgb(70 70 86 / 20%) 0 5px 20px
}

.to-top span {
    display: block;
    width: 100%;
    color: #00a8b9;
    text-align: center;
    line-height: 1.3
}

.to-top i {
    color: #9dadc5
}

.lazy-hidden {
    opacity: 0
}

.lazy-loaded {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1
}

.course-widget {
    -webkit-box-shadow: 0 10px 50px rgb(54 54 126 / 7%);
    box-shadow: 0 10px 50px rgb(54 54 126 / 7%);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff
}

.course-widget ul {
    padding-left: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff
}

.btn_toall {
    padding: 15px 30px;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    background: #efa216;
    border-radius: 10px;
    border: none;
    box-shadow: rgb(70 70 86 / 20%) 0 5px 20px
}

.btn_toall i {
    color: #fff;
    font-size: 13px
}

.btn_toall:hover {
    background: #00a8b9;
    color: #fff;
    transition: .3s;
    text-decoration: none
}

.stepspec {
    margin-bottom: 3rem
}

.form-img {

    bottom: -230px;
    left: 20px;
    width: 420px
}

.form-style {
    border-radius: 15px;
    background-color: #112f41;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    padding: 2rem 1rem;
    position: relative
}

.program-by-email p {
    font-size: 19px;
    color: #fff
}

.blockvideo {
    align-items: flex-end;
    padding-bottom: 3rem
}

.u-section-2 .u-text-3 {
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 14px !important;
    margin-top: 10px;
    font-weight: 500
}

.rt-item-designation {
    font-size: 12px
}

.blockvideo1 {
    z-index: 4;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px
}

.blockvideo2 {
    z-index: 6;
    font-size: 11px;
    color: #fff
}

.pens {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #112f41;
    z-index: 2;
    box-shadow: 1px 1px 31px 0 #000;
    opacity: .8
}

@media(max-width:500px) {
    h1 {
        color: #112f41;
        margin: 0 0 15px 0;
        font-weight: 700;
        line-height: 1.3;
        font-size: 30px
    }

    h2 {
        font-size: 25px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #112f41
    }

    h5 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #112f41
    }

    .quiz-trigger {
        display: none !important
    }

    .text-md-center {
        text-align: center
    }

    .start-screen .banner-wrapper-image img {
        display: none
    }

    p {
        color: #112f41;
        font-size: 16px;
        line-height: 1.6;
        font-weight: 400
    }

    .bgtop {
        background-color: #fff;
        background-image: url(/images/WorldMaptop.svg);
        background-repeat: no-repeat;
        background-position: 0 20px;
        background-size: 100%
    }

    .py-5 {
        padding: 2rem 0 !important
    }

    .py-6 {
        padding: 2rem 0 !important
    }

    .my-5 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .header-content .h-send {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .mainpage .orderspec {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .breadcrumb {
        text-align: center;
        justify-content: center
    }

    .banner-wrapper-content h1 {
        color: #112f41;
        margin: 0 0 15px 0;
        font-weight: 700;
        font-size: 30px;
        line-height: 35px
    }

    .banner-wrapper-content .banstart {
        font-size: 18px;
        color: #112f41;
        line-height: 1.4
    }

    .banner-wrapper-content form .input-search {
        display: block;
        width: 100%;
        height: 48px;
        border: 1px solid #eee8e27a;
        border-radius: 10px;
        transition: .5s;
        color: #221638;
        font-size: 15px;
        font-weight: 400;
        padding: 0 0 0 50px
    }

    .banner-wrapper-content form button {
        position: absolute;
        right: 0;
        border-radius: 0 10px 10px 0;
        background-color: #00a8b9;
        color: #fff;
        border: none;
        transition: .5s;
        padding: 0 15px;
        top: 0;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer
    }

    .banner-wrapper-content form button:hover {
        background-color: #fb558b
    }

    .steps__content p {
        font-size: 14px
    }

    .steps__content a {
        color: #fff;
        background: #efa216;
        padding: 10px 10px;
        border-radius: 5px;
        font-size: 14px
    }

    .steps__content i {
        font-size: 11px
    }

    .steps__price {
        font-size: 16px
    }

    .steps__content h3 {
        font-size: 22px
    }

    .pretitle-section,
    .pretitle-section p {
        font-size: 15px;
        text-align: center;
        line-height: 1.6;
        margin-bottom: 25px
    }

    .stepspec {
        margin-bottom: 1rem
    }

    .course-widget-block {
        box-shadow: 0 10px 50px rgb(54 54 126 / 24%);
        height: 450px;
        margin-bottom: 1rem
    }

    .block-univer p {
        text-align: center;
        font-size: 13px !important;
        margin-top: 0
    }

    .our-vuzes .block-univer {
        background: #fff;
        padding: 20px;
        transform: scale(1);
        transition: .3s;
        border-radius: 10px
    }

    .course-widget-block .art-img.spec img {
        transition: .35s;
        height: 100%;
        margin: 0 auto;
    }




    .block-uadv {
        height: auto;
        padding: 20px;
        box-shadow: 0 10px 50px rgb(54 54 126 / 13%);
        background-position: 260px 80px !important
    }

    .course-widget-block .art-info h3 {
        font-size: 18px
    }

    .program-by-email .btn_toall {
        width: 100%;
        text-align: center
    }

    .form-img {
        display: none
    }

    .content-all ul li {
        list-style: none;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 5px;
        line-height: 1.7;
        display: block !important
    }

    .content-all ol li {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.7;
        margin-bottom: 10px
    }

    .form-style {
        border-radius: 10px;
        background-color: #112f41;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        padding: 2rem 1rem;
        position: relative;
        border-radius: 0
    }

    .program-by-email p {
        font-size: 16px;
        color: #fff
    }

    .slick-arrow.slick-next {
        right: 5px
    }

    .slick-arrow.slick-prev {
        left: 5px
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 15px;
        height: 10px;
        margin: 0 3px;
        padding: 0;
        cursor: pointer
    }

    .slick-dots li button:before {
        font-size: 20px
    }

    .slick-dots {
        margin-top: 0
    }

    .block-uadv {
        height: auto;
        padding: 20px;
        box-shadow: 0 10px 50px rgb(54 54 126 / 13%)
    }

    .news_item {
        height: auto;
        margin-bottom: 10px
    }

    .mankakpost {
        display: none
    }

    .blockvideo {
        align-items: flex-end;
        padding-bottom: 0
    }

    .u-section-2 .u-text-3 {
        line-height: 1.8;
        margin-bottom: 0;
        font-size: 14px !important;
        margin-top: 10px
    }

    .content-all iframe {
        width: 100%;
        height: 200px
    }

    .course-widget-block .btn-link {
        margin-top: 20px
    }

    .content-all ul {
        padding-left: 15px;
        margin-top: 0;
        text-align: left
    }

    .h-send {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 10px
    }

    .pretitle-vishee {
        font-size: 17px;
        color: #112f41
    }

    .search-box {
        bottom: -10px !important
    }
}

.colored-rating {
    position: absolute;
    bottom: 57%;
    right: 10px;
    z-index: 999;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    line-height: 3.1;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer
}

td {
    font-weight: unset;
    padding-right: 10px;
    padding: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

td img {
    height: auto
}

table {
    margin: 25px auto;
    width: 100%;
    border-collapse: collapse;
    width: 100%;
    display: table;
    overflow-x: auto;
    width: 100%;
    border: none;
    margin-bottom: 20px;
    border-collapse: separate;
    border-radius: 10px
}

table thead th {
    font-weight: 700;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #ededed;
    font-size: 14px;
    border-top: 1px solid #ddd
}

table thead td {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    padding: 5px 15px
}

table thead tr {
    height: 57px;
    background: #00a8b9;
    color: #fff
}

.table tr td:first-child,
table tr th:first-child {
    border-left: 1px solid #ddd
}

.table tr td:last-child,
table tr th:last-child {
    border-right: 1px solid #ddd
}

table thead tr th:first-child {
    border-radius: 20px 0 0 0
}

table thead tr th:last-child {
    border-radius: 0 20px 0 0
}

table tbody td {
    text-align: left;
    border: none;
    padding: 10px;
    font-size: 15px;
    font-weight: 400
}

table tbody tr:nth-child(even) {
    background: #eff6ff
}

table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px
}

table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0
}

@media(max-width:960px) {
    table {
        display: block !important
    }
}

.notifics {
    width: 340px
}

.not-descr {
    font-size: 13px
}

ul[class^="contacts"] {
    list-style: none;
    padding-left: 0
}

ul[class^="contacts"] i {
    color: #fff;
    font-size: 16px
}

ul[class^="contacts"] a {
    color: #fff;
    font-size: 16px
}

#footer .h_i:hover i {
    color: #78b5fb
}

.contacts-widget .soc i {
    color: #0099b5;
    font-size: 30px
}

.contacts-widget .search input {
    transition: all 0.25s ease;
    width: 100%;
    height: 45px;
    background-color: #f5f8fb;
    outline: none;
    padding: 0 35px 0 20px;
    display: inline-block;
    color: inherit;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px
}

.contacts-widget .search button {
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    display: inline-block;
    border: none;
    outline: none;
    background-color: #73737300;
    background-repeat: no-repeat;
    background-image: url(/images/icons/search_light-gray.svg);
    position: absolute;
    top: 14px;
    right: 14px;
    opacity: .5
}

.contacts-widget .title_h {
    color: #fff;
    font-size: 17px;
    font-weight: 600
}

#site-nav .contacts-widget * {
    color: #45446c !important
}

#site-nav .contacts-widget .search input {
    border: solid 1px #fff;
    box-shadow: rgb(54 54 126 / 13%) 0 5px 25px;
    background: #fff
}

.videilbock {
    height: 350px;
    width: 100%;
    position: relative;
    z-index: 3;
    border-radius: 10px;
    box-shadow: 1px 1px 34px 0 #0000008a;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat
}

.video-play-button {
    z-index: 3;
    transform: translateX(0%) translateY(-10%);
    box-sizing: content-box;
    display: block;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    border: none;
    box-shadow: 0 0 54px 0 #fff
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ff2b66;
    border-radius: 50%;
    animation: pulse-border 2500ms ease-out infinite
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ff2b66;
    border-radius: 50%;
    transition: all 200ms
}

/* .video-play-button:hover:after {
    background-color: darken(#fa183d, 10%)
} */

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.modal-layout .ldio div>div,
.loaded-quiz .ldio div>div {
    background: #fff
}

.menu-layout .ldio div>div {
    background: #00a8b9
}

@keyframes ldio {
    0% {
        opacity: 1;
        backface-visibility: hidden;
        transform: translateZ(0) scale(1.5, 1.5)
    }

    100% {
        opacity: 0;
        backface-visibility: hidden;
        transform: translateZ(0) scale(1, 1)
    }
}

.ldio div>div {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    animation: ldio 1.282051282051282s linear infinite
}

.ldio div:nth-child(1)>div {
    left: 77px;
    top: 44px;
    animation-delay: -1.1217948717948718s
}

.ldio>div:nth-child(1) {
    transform: rotate(0deg);
    transform-origin: 83px 50px
}

.ldio div:nth-child(2)>div {
    left: 67px;
    top: 67px;
    animation-delay: -0.9615384615384615s
}

.ldio>div:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 73px 73px
}

.ldio div:nth-child(3)>div {
    left: 44px;
    top: 77px;
    animation-delay: -0.8012820512820512s
}

.ldio>div:nth-child(3) {
    transform: rotate(90deg);
    transform-origin: 50px 83px
}

.ldio div:nth-child(4)>div {
    left: 21px;
    top: 67px;
    animation-delay: -0.641025641025641s
}

.ldio>div:nth-child(4) {
    transform: rotate(135deg);
    transform-origin: 27px 73px
}

.ldio div:nth-child(5)>div {
    left: 11px;
    top: 44px;
    animation-delay: -0.4807692307692307s
}

.ldio>div:nth-child(5) {
    transform: rotate(180deg);
    transform-origin: 17px 50px
}

.ldio div:nth-child(6)>div {
    left: 21px;
    top: 21px;
    animation-delay: -0.3205128205128205s
}

.ldio>div:nth-child(6) {
    transform: rotate(225deg);
    transform-origin: 27px 27px
}

.ldio div:nth-child(7)>div {
    left: 44px;
    top: 11px;
    animation-delay: -0.16025641025641024s
}

.ldio>div:nth-child(7) {
    transform: rotate(270deg);
    transform-origin: 50px 17px
}

.ldio div:nth-child(8)>div {
    left: 67px;
    top: 21px;
    animation-delay: 0s
}

.ldio>div:nth-child(8) {
    transform: rotate(315deg);
    transform-origin: 73px 27px
}

.loadingio-spinner-spin {
    width: 58px;
    height: 58px;
    display: inline-block;
    overflow: hidden;
    background: none
}

.ldio {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(.58);
    backface-visibility: hidden;
    transform-origin: 0 0
}

.ldio div {
    box-sizing: content-box
}

.badgiki .badge-price {
    position: absolute;
    left: 3%;
    top: 2%;
}
.block-var {
    float: none;
      height: auto;
}
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::before, .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}
.ribbon span {
    position: absolute;
    display: block;
    width: 235px;
    padding: 12px 0;
    background-color: #F44336;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    z-index: 2;
}

.specialclass{
    color: #749ee3;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    border-bottom: none !important;
}