/**
 * Theme Name: Profedu

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup

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


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

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */


html,
body {
    border: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
}

blockquote::before,
blockquote::after {
    content: "";
}



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

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
    font-size: 62.5%;
    /* 1rem = 10px */
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    box-sizing: border-box;
    color: #000;
    font-family: "TTNorms", sans-serif;
    text-align: left;
}

*,
*::before,
*::after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2;
}

ul,
ol {
    line-height: calc(23/16);
    font-size: 16px;
}

#site-content {
    overflow: hidden;
}


/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
    clear: both;
    content: "";
    display: block;
}


/* Base Transitions -------------------------- */

a,
path {
    transition: all 0.15s linear;
}

/* Accessibility Settings -------------------- */

@media (prefers-reduced-motion: reduce) {

    * {
        animation-duration: 0s !important;
        transition-duration: 0s !important;
    }
}


/* Main Style ------------------- */

body.admin-bar #site-header {
    top: 32px;
    transition: 0.3s;
}

a {
    width: fit-content;
    color: #E72951;
    font-weight: 700;
    text-decoration: none;
    z-index: 5;
	word-break: break-word;
}

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

.container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.main-page .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.first-block .container,
.second-block .container {
    padding: 0;
}

@media (max-width: 1150px) {

    .container,
    .first-block .container,
    .second-block .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}


.recognition.container {
    padding-top: 120px;
}

#site-content {
    margin-top: 144px;
}

#site-content {
    margin-top: 160px;
    background: #F2F8FC;
}

.breadcrumbs {
    padding-top: 35px;
    text-align: center;
    font-size: 12px;
}

.breadcrumbs-arrow {
    width: 5px;
    vertical-align: middle;
    margin: 3px;
}

.breadcrumbs .kb_title {
    color: #00ACC4;
    font-weight: 700;
}

.breadcrumbs a,
.kb_sep {
    text-decoration: none;
    font-weight: 700;
    color: #B0C1CB;
}

h2 {
    font-weight: 700;
    font-size: 28px;
    font-style: normal;
    line-height: 1.18;
}

.h2-title {
    color: #0E5166;
}

.home h2 {
    font-size: 36px;
}

.center-title,
.center-title~.subtitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.subtitle {
    color: #0E5166;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
}

h2.white-title,
h2.white-title~.subtitle {
    color: #ffffff;
}

button {
    border-radius: 30px;
    text-align: center;
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'TTNorms';

}

.pink-button {
    background: linear-gradient(to left, #FF1640, #CF0032);
    color: #ffffff;
    font-size: 16px;
    position: relative;
    transition: 0.7s;
    z-index: 1;
}

.pink-button span.btn-text {
    z-index: 10;
    position: relative;
	word-break: normal;
}

span.btn-hover-helper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: #B0C1CB;
    opacity: 0;
    border: none;
    border-radius: 30px;
    transition: 0.7s;
}

.pink-button:hover span.btn-hover-helper {
    opacity: 1;
}


input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-family: 'TTNorms';
    font-size: 16px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #B0C1CB;
}

@media (min-width: 1101px) {

    li#menu-item-1114 ul.header-menu__dropdown-list {
        right: -115px;
        left: auto;
    }

}

.cuntact-us__button {
    margin: 30px 0 15px;
}

.cuntact-us__button button {
    padding: 15px 65px;
}

.box-border {
    border: 30px solid #DDECF2;
}

.simple-text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: calc(23/16);
}

.clearfix {
    clear: both;
}

.pink-link {
    color: #E72951;
    font-weight: 700;
}

.certificates__img img {
    max-height: 300px;
    border: 10px solid #FFFFFF;
}

/*---HEADER / FOOTER---*/

#site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #F2F8FC;
    padding-top: 10px;
}

.header__logo img {
    max-width: fit-content;
}

footer {
    background: #585858;
    color: #B5B5B5;
}

.header-top,
.footer-bottom,
header ul.menu__list,
footer ul.menu__list,
#header-widget-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top {
    padding-bottom: 10px;
}

.header-menu__container {
    width: 100%;
}

.header__menu {
    background: #0E809E;
}

.menu-main-menu-container a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6;
}

.header__menu a {
    color: #ffffff;
}

.footer__menu a {
    color: #ffffff;
}

ul.menu__list {
    list-style: none;
}

.menu__list li {
    padding: 10px 5px;
    position: relative;
}

.menu__list li:hover {
    cursor: pointer;
}

.menu__list li:hover>a {
    color: #90D7EC;
}

.header__burger {
    display: none;
}

.header-widgets-area-1,
.header-widgets-area-2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.header-widget {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    color: #6D6E71;
    margin-top: 7px;
}

div#header-widgets-area-4 .header-widget.widget {
    margin: 0;
}

.header-widgets-area-1 {
    max-width: 130px;
}

.header-top__content-block {
    max-width: 260px;
}

.header-top__content-1 {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
}

.header-top__content-2 {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
}

.page-head-title {
    margin-top: 30px;
    padding: 30px 42px 0 42px;
    background: #fff;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
}

.header__banner {
    position: relative;
    display: block;
    max-width: 300px;
    background: url('/wp-content/uploads/birka.png') no-repeat center;
    height: 85px;
    width: 100%;
}

.header-banner__invisible-block {
    display: none;
}


.header__banner .header-banner__content-block {
    display: none;
}

.header-banner__content-block {
    z-index: 1;
    background: linear-gradient(to right, #61CDE4, #2DB9D0);
    display: flex;
    justify-content: end;
    padding: 10px;
    width: 315px;
    align-items: center;
}

.header-banner__content {
    width: 250px;
}

.header-banner__content p {
    color: #ffffff;
    font-size: 10px;
    line-height: 1.18;
}

.header-banner__content p span {
    color: #00576F;
    font-size: 11px;
    line-height: 1.18;
    margin-left: 3px;
}

.header-banner__img {
    border-radius: 50%;
    background: #fdfdfd;
	min-width: 35px;
    min-height: 35px;
    margin-right: 10px;
    text-align: center;
	display:flex;
}

.header-banner__img img {
    margin: auto;
	max-width: none;
}

.header-banner__invisible-block img.shadow-rectangle {
    position: absolute;
    z-index: 0;
    top: -25px;
    left: -40px;
}

.header-banner__invisible-block img.invisible-block {
    position: absolute;
    z-index: 1;
    top: -15px;
    left: -30px;
}

.header-widgets-area-1 .widget {
    position: relative;
}

.header-widgets-area-1 .widget::before {
    content: url(/wp-content/uploads/location.png);
    position: absolute;
    top: 0;
    left: -15px;
}

#site-header .contact-info-wrapper a,
footer#footer a {
    font-weight: 500;
}

.main-page {
    background-image: url(/wp-content/uploads/background-blokcs.png);
    background-position: 0 735px;
    background-repeat: no-repeat;
    background-color: #F2F8FC;
}

/*===slider===*/

.slider-image {
    text-align: center;
}

.siema-calculator-container {
    margin: 0 auto;
    position: relative;
}

.slider-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.siema__prev {
    position: absolute;
    z-index: 10;
    left: 20px;
    cursor: pointer;
}

.siema__next {
    position: absolute;
    z-index: 10;
    right: 20px;
    cursor: pointer;
}

.siema__prev img {
    width: 40px;
}

.siema__next img {
    width: 40px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-content: center;
    padding-bottom: 40px;
}

.pagination__item {
    display: block;
    padding: 0;
    min-height: auto;
}

.siema__prev img:first-of-type,
.siema__next img:first-of-type {
    opacity: 0;
    position: absolute;
}

.siema__prev:hover img:first-of-type,
.siema__next:hover img:first-of-type {
    opacity: 1;
}

.siema__prev:hover img:last-of-type,
.siema__next:hover img:last-of-type {
    opacity: 0;
}

.siema__prev img {
    transform: rotate(180deg);
}

/*===Всплывающее окно===*/

.popup {
    display: flex;
    justify-content: center;
}

.openPopup {
    margin: 20px;
}

.popup-overlay {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.8;
    z-index: 99999;
}

.popup-banner {
    display: none;
    position: fixed;
    z-index: 100000;
    border-radius: 2%;
    max-height: 100vh;
    width: fit-content;
    background: #fff;
    top: 5%;
    left: 0;
    right: 0;
    margin-top: -300px;
    margin-left: -400px;
    overflow: scroll;
    background: #F2F8FC;
}

.popup-banner .popup-tips {
    position: absolute;
    right: 10%;
    color: #332200;
    z-index: 200000;
    top: 4%;
    font-size: 20px;
    font-weight: bold;
    background: #ffcf4c;
    padding: 8px 32px;
    text-decoration: none;
    box-shadow: 8px 8px 5px 0px rgba(104, 69, 0, 0.64);
}

.banner-readme {
    height: fit-content;
}

.popup-image {
    border-radius: 5%;
}

.CloseBtn {
    background: transparent;
    margin: 5px 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    z-index: 10;
    border: none;
}

.CloseBtn:hover {
    opacity: 1;
}

.CloseBtn:before,
.CloseBtn:after {
    position: absolute;
    top: 0;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.CloseBtn:before {
    transform: rotate(45deg);
}

.CloseBtn:after {
    transform: rotate(-45deg);
}

.h2-title.center-title.form-title {
    font-size: 28px;
}

@media only screen and (max-device-width: 1024px) {
    .popup-banner {
        margin-left: 0%;
    }
}

@media (max-width: 767px) {
    .popup-banner .popup-tips {
        position: relative;
        color: #332200;
        z-index: 200000;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
        background: #ffcf4c;
        padding: 8px 32px;
        top: 0;
        right: 0;
        display: block;
        margin: 18px auto;
        max-width: 160px;
    }

    .bannerreadme {
        text-align: center;
    }

    .h2-title.center-title.form-title {
        font-size: 25px;
    }
}

@media (max-width: 550px) {
    .CloseBtn {
        margin: 15px 0;
    }

    .banner-readme .contact-us__box {
        padding: 30px 50px;
    }
}

/*===Первый блок===*/

.first-block {
    background: linear-gradient(to right, #F2F8FC 45%, #F2F8FC00 75%), url(/wp-content/uploads/new-main-page.jpg) no-repeat right top;
    padding-top: 68px;
}

@media (min-width: 2070px) {
    .first-block {
        background-size: cover;
    }
}

.first-block__content {
    max-width: 750px;
}

.first-block__text-1 {
    font-weight: 800;
    font-size: 20px;
    line-height: 2.4;
    color: #00ACC4;
}

.first-block__text-2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #0E809E;
}

.first-block__text-3 {
    font-weight: 400;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #0E809E;
}

.first-block__text-4 {
    font-weight: 300;
    font-size: 27px;
    line-height: 1.78;
    color: #0E809E;
}

.first-block__button {
    margin: 46px 0 86px;
    font-size: 16px;
    font-weight: 700;
    width: 253px;
    height: 50px;
}

/*===Второй блок===*/

.second-block {
    background: linear-gradient(90.36deg, #00ACC4 0.05%, #0E809E 100%);
}

.second-block__container {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.second-block__item {
    display: flex;
}

.second-block__img {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.second-block__text {
    max-width: 165px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}

/*===Подбор программы===*/

.select-program__filter {
    margin: 35px 0;
}

/*===Скоро начнутся===*/

.start-soon {
    background: linear-gradient(90.36deg, #00ACC4 0.05%, #0E809E 100%);
}

.start-soon__slider {
    margin-top: 33px;
}

.start-soon__slider .products.columns-3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.start-soon__slider .woocommerce ul.products.columns-3 li.product {
    width: 32%;
    padding: 10px 20px 25px;
}

.start-soon__slider ul.products.columns-3 li.product .product_meta>div,
.select-program__programs ul.products li.product .product_meta>div {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    width: 100%;
}

.start-soon__slider ul.products.columns-3 li.product .product_meta .sku_wrapper,
.select-program__programs ul.products li.product .product_meta .sku_wrapper {
    text-align: right;
    color: #2A7B94;
    font-size: 12px;
}

.start-soon__slider ul.products.columns-3 li.product .product_meta .posted_in,
.select-program__programs ul.products li.product .product_meta .posted_in {
    display: flex;
    flex-direction: column;
}

.start-soon__slider ul.products.columns-3 li.product .product_meta .posted_in a,
.select-program__programs ul.products li.product .product_meta .posted_in a {
    margin-bottom: 6px;
}

.start-soon__slider ul.products.columns-3 li.product .woocommerce-loop-product__title,
.select-program__programs ul.products li.product .woocommerce-loop-product__title {
    margin: 15px 0 20px;
    padding: 0;
}

.start-soon__slider ul.products.columns-3 li.product .woocommerce-loop-product__title a,
.select-program__programs ul.products li.product .woocommerce-loop-product__title a {
    color: #2A7B94 !important;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}

.start-soon__slider ul.products.columns-3 li.product .widget-interest .widget-interest_item,
.select-program__programs ul.products li.product .widget-interest .widget-interest_item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.42;
    margin-bottom: 10px;
}

.start-soon__slider ul.products.columns-3 li.product .widget-interest .widget-interest_item .widget-interest-item_text-small,
.select-program__programs ul.products li.product .widget-interest .widget-interest_item .widget-interest-item_text-small {
    font-weight: bold;
    word-break: keep-all;
    margin-right: 10px;
}

.start-soon__slider ul.products.columns-3 li.product .price,
.select-program__programs ul.products li.product .price {
    font-weight: bold;
    font-size: 20px;
    color: #2A7B94;
    margin-bottom: 0;
}

/*===Где проходит обучение?===*/

.where-training__box {
    width: 80%;
    padding: 65px 70px 72px 360px;
    margin-left: auto;
    display: flex;
    position: relative;
}

.where-training__gallery {
    position: absolute;
    top: 30px;
    left: -275px;
}

.place-training__text {
    margin: 33px 0;
}

.where-training__gallery .slider {
    padding: 25px 0;
}

.where-training__gallery .slider-image {
    max-height: 370px;
    width: 100%;
}

.where-training__gallery .siema-calculator-container {
    max-height: 421px;
    width: 545px;
}

.where-training__gallery .siema__prev {
    bottom: -13%;
    left: 88%;
}

.where-training__gallery .siema__next {
    bottom: -13%;
    right: 0;
}

.where-training__gallery .siema__prev,
.where-training__gallery .siema__next {
    width: 23px;
    height: 20px;
}

.where-training__gallery .siema__prev img,
.where-training__gallery .siema__next img {
    width: 100%;
    height: 100%;
}

.where-training__gallery .pagination button {
    border-radius: 50%;
}

.where-training__gallery .pagination__item {
    width: 10px;
    height: 10px;
    margin: 24px 10px;
    background-color: #7F91A1;
}

.where-training__gallery .pagination__item.pagination__item--active {
    background-color: #FA2950;
}

.where-training__gallery .siema__prev img {
    transform: none;
}

/*===Обучение на оборудовании===*/

a.training-on-equipment_watch-all-videos.adaptive-open {
    margin-top: 50px;
    display: none;
}

.training-on-equipment {
    display: flex;
    justify-content: space-between;
}

.training-on-equipment_watch-all-videos {
    text-decoration: none;
    display: block;
    max-width: 205px;
}

a.training-on-equipment_watch-all-videos:hover {
    text-decoration: none;
}

.training-on-equipment__pink-link:hover {
    color: #B0C1CB;
}

.training-on-equipment__text {
    margin: 28px 0 31px;
}

.training-on-equipment__pink-link {
    color: #E40A38;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    width: 100%;
}

.training-on-equipment__pink-link::after {
    content: url(/wp-content/uploads/pink-arrow-right.png);
    position: absolute;
    top: -7px;
    right: -35px;
}

.training-on-equipment__links-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.training-on-equipment__links-block a {
    margin: 7.5px;
}

.training-on-equipment__link {
    border: 10px solid #FFFFFF;
    width: 298px;
    height: 188px;
    box-sizing: content-box;
}

.training-on-equipment__content {
    max-width: 485px;
}

/*.page-inner{
	background: #fff;
}*/

/*===Наши партнёры===*/

.our-partners__box {
    width: 100%;
    max-width: 1280px;
    padding: 60px 0 100px;
}

.our-partners__slider {
    margin-top: 75px;
}

.our-partners .pagination {
    display: none;
}

.our-partners__slider .siema-calculator-container {
    max-width: 85%;
}

.our-partners .siema__prev,
.our-partners .siema__next {
    top: 25%;
}

.our-partners .siema__prev {
    left: -6%;
}

.our-partners .siema__next {
    right: -6%;
}

.siemaCalc2>div {
    display: flex;
    align-items: center;
}

/*===Шаги поступления===*/

.steps {
    text-align: center;
}

.steps__items-block {
    display: flex;
    justify-content: space-between;
    margin: 78px 0 56px;
}

.steps__item {
    text-align: center;
    max-width: 200px;
}

.steps__item-title {
    font-weight: 800;
    font-size: 16px;
    color: #0E5166;
}

.steps__img {
    border-radius: 50%;
    width: 123px;
    height: 123px;
    background: #00ACC4;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 27px auto;
}

.steps__img::after {
    width: 147px;
    height: 147px;
    background-color: transparent;
    border: solid 6px #00ACC4;
    position: absolute;
    content: '';
    border-radius: 50%;
    left: -12px;
    top: -12px;
}

.steps__item-description {
    font-size: 16px;
    font-weight: 700;
    color: #0E5166;
}

.steps .pink-button {
    margin: auto;
}

/*===Для иностранных студентов===*/

.for-students {
    background: url(/wp-content/uploads/background-girl.jpg) no-repeat top center;
}

@media (min-width: 1921px) {
    .for-students {
        background-size: cover;
    }
}

.for-students__list {
    line-height: 3;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin: 20px 0 34px;
    margin-left: 50px;
}

.for-students__list li {
    list-style: none;
    position: relative;
    padding-left: 23px;
}

.for-students__list li::before {
    position: absolute;
    content: url(/wp-content/uploads/circular_check-icon.svg);
    width: 31px;
    height: 31px;
    left: -30px;
    top: 12px;
}

/*===Международное признание===*/

.recognition {
    padding: 60px 0;
}

.recognition__items-block {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
}

.recognition__item {
    max-width: 360px;
    text-align: center;
    margin: 34px 44px;
}

.recognition__item-img {
    display: flex;
    align-items: center;
    height: 150px;
    justify-content: center;
}

.recognition__item-title {
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0;
}

.recognition__item-eng-title {
    color: #7F91A1;
    font-size: 15px;
    font-weight: 500;
}

/*===Услуги профессионального образования===*/

.professional-services__items-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 55px;
}

.professional-services__item {
    margin: 11px;
    padding: 45px 65px;
    width: 474px;
    height: 347px;
    border: 10px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.professional-services__item:first-of-type {
    background: linear-gradient(90.36deg, rgba(0, 172, 196, 0.87) 0.05%, rgba(14, 128, 158, 0.87) 100%), url(/wp-content/uploads/depositphotos_133117244.jpg);
}

.professional-services__item:first-of-type .professional-services__item-text {
    margin-top: 5px;
}

.professional-services__item:nth-of-type(2) {
    background: linear-gradient(90.36deg, rgba(0, 172, 196, 0.87) 0.05%, rgba(14, 128, 158, 0.87) 100%), url(/wp-content/uploads/depositphotos_97967580.jpg);
}

.professional-services__item:nth-of-type(2) .professional-services__item-text {
    margin-top: 15px;
}

.professional-services__item:nth-of-type(3) {
    background: linear-gradient(90.36deg, rgba(0, 172, 196, 0.87) 0.05%, rgba(14, 128, 158, 0.87) 100%), url(/wp-content/uploads/depositphotos_12517991.jpg);
}

.professional-services__item:last-of-type {
    background: linear-gradient(90.36deg, rgba(0, 172, 196, 0.87) 0.05%, rgba(14, 128, 158, 0.87) 100%), url(/wp-content/uploads/book-library-with-open-textbook.jpg);
}

.professional-services__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.125;
    color: #ffffff;
}

.professional-services__item-text {
    font-size: 16px;
    font-weight: 500;
    line-height: calc(21/16);
    color: #ffffff;
}

.professional-services__item button {
    width: 170px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
}

.professional-services__item-button {
    margin: 25px 0 0;
}

/*===Сертификаты и лицензии===*/

.certificates__items-block {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.certificates__item {
    text-align: center;
}

.certificates__img {
    width: fit-content;
}

.certificates__description {
    font-weight: 500;
    font-size: 15px;
    margin-top: 30px;
    color: #000;
    max-width: 236px;
}

/*===Нам доверяют обучение===*/

.us-trust .subtitle {
    font-size: 16px;
    line-height: calc(22/16);
    padding: 0 20px;
}

.us-trust .container {
    padding-bottom: 0;
}

.us-trust__slider {
    margin-top: 34px;
}

.siemaCalc3 {
    overflow: visible !important;
}

.us-trust__slider .siema-calculator-container {
    max-width: 405px;
    position: static;
}

.us-trust__slider .pagination {
    display: none;
}

.us-trust__slider .siema__prev,
.us-trust__slider .siema__next {
    height: 281px;
    padding-top: 120px;
}

.owl-item:hover {
    cursor: grab;
}

.owl-item:active {
    cursor: grabbing;
}

.siemaCalc2 .slider-image {
    margin: 0 40px;
}

.steps.container {
    padding-bottom: 120px;
}

/*===Свяжитесь с нами===*/

.contact-us {
    padding-bottom: 60px;
    margin-top: 96px;
}

.contact-us__box {
    max-width: 1070px;
    padding: 45px 55px;
    margin: auto;
}

.popup-banner.contact-us__box {
    max-width: 600px;
}

.contact-us__form-block {
    margin: 20px auto;
}

.contact-us .form-bottom_fields {
    justify-content: space-between;
    flex-wrap: nowrap;
}

div.contact-us__field .wpcf7-form-control {
    margin: 8px 0;
    background: #ffffff;
    width: 100%;
    text-align: left;
    padding: 18px 10%;
    outline-color: #2A7B94;
    color: #2A7B94;
    font-weight: 500;
}

div.contact-us__field .wpcf7-form-control::placeholder {
    color: #7F91A1
}

input::placeholder {
    font-weight: 400 !important;
}

textarea::placeholder {
    font-weight: 400 !important;
}

.contact-us__first-part,
.contact-us__second-part {
    width: 100%;
    max-width: 435px;
    margin: 0 8px;
}

.contact-us__field textarea {
    height: 136px;
}

.cuntact-us__bottom-part {
    text-align: center;
}

.cuntact-us__button input.wpcf7-form-control.wpcf7-submit {
    max-width: 260px;
    width: 100%;
    margin: 21px 0 15px;
}

.cuntact-us__checkbox span.wpcf7-list-item-label {
    color: #2A7B94;
    font-size: 13px;
    font-weight: 500;
}

.cuntact-us__checkbox .wpcf7-checkbox input[type=checkbox]+span:before {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #B2C0BE;
}

.cuntact-us__checkbox .wpcf7-checkbox:hover input[type=checkbox]+span:before {
    border: 2px solid #2A7B94;
}

.cuntact-us__checkbox .wpcf7-checkbox input[type=checkbox]+span:after {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: #00ACC4;
    top: -2px;
}

.wpcf7-form-control::placeholder {
    color: #B0C1CB;
}

/*|=|=|=Внутренние страницы=|=|=|*/

.page-template-default .page-head-title {
    text-align: center;
    box-shadow: none;
    background: none;
    padding: 0;
    margin: 20px auto 25px;
}

.inner-page__first-block {
    padding: 15px;
}

.first-block__first-img {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat !important;
    margin: auto;
}

.inner-simple-block {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 45px;
    margin: 8px 0;
}

a.info-link:hover {
    text-decoration: none;
}

.info-link-block__text {
    color: #000;
}

a.info-link:hover .info-link-block__text {
    color: #FFF;
}

span.inner-info-link {
    color: #E72951;
}

a.info-link:hover span.inner-info-link {
    color: #fff;
}

.inner-h3 {
    color: #000;
    font-size: 25px;
    line-height: 1.28;
    margin-bottom: 10px;
}

.simple-ol li::marker,
.necessary-expenses__inner-list li::marker {
    color: #00ACC4;
}

.simple-ol {
    padding-left: 10px;
    font-size: 16px;
}

.simple-ol li {
    padding-left: 6px;
    margin: 10px 0;
}

.docs-list {
    list-style-image: url(/wp-content/uploads/folder.png);
    line-height: 1.4375;
    padding-left: 25px;
}

.docs-list li {
    margin: 8px 0;
}

.small-mark-list {
    padding-left: 20px;
    list-style: none;
}

.small-mark-list li {
    position: relative;
    margin: 12px 0;
    padding-left: 15px;
}

.small-mark-list li::before {
    content: url(/wp-content/uploads/2021/11/small-circle-mark-2.svg);
    position: absolute;
    top: 0;
    left: -20px;
}

.blue-marks-list {
    padding-left: 25px;
    list-style: url(/wp-content/uploads/2021/11/blue-mark.svg);
    margin: 15px 0;
}

.blue-marks-list li {
    padding-left: 5px;
    margin-bottom: 8px;
}

.big-counter-list__table {
    padding-left: 15px;
}

.big-counter-list__table td {
    padding: 15px 0;
}

.big-counter-list {
    counter-reset: my-counter;
    font-size: 16px;
}

.big-counter-list .big-counter-list__for-before {
    position: relative;
    width: 30px;
    height: 30px;
}

.big-counter-list .big-counter-list__for-before::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    color: #ffffff;
    background: #DDECF2;
    border: solid 5.3px #F2F8FC;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    width: 42px;
    height: 42px;
    left: -20px;
    top: -6px;
}

/*Прибытие в РБ*/

.before-arrive__items-block,
.before-arrive__item {
    display: flex;
    justify-content: space-around;
}

.before-arrive__items-block {
    width: 100%;
    max-width: 100%;
}

.before-arrive__item {
    margin: 20px 0;
}

.before-arrive__img {
    background: url(/wp-content/uploads/big-circle-mark.svg);
    min-width: 57px;
    height: 57px;
}

.before-arrive__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    margin: 0 20px;
}

.necessary-expenses__first-list {
    line-height: 1.4375;
}

.necessary-expenses__inner-list {
    list-style: inside;
    list-style-type: disc;
}

.necessery-expenses__3-lvl-inner-list {
    list-style: '- ';
    padding-left: 60px;
}

.necessery-expenses__3-lvl-inner-list li::marker {
    color: #000;
}

.blue-info-block {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    max-width: 815px;
    margin-top: 20px;
}

.blue-info-block__img {
    background: url(/wp-content/uploads/info.svg);
    min-width: 30px;
    height: 30px;
    margin-right: 15px;
}

.blue-info-block__text {
    font-style: italic;
    color: #2A7B94;
    font-size: 17px;
    line-height: calc(18/15);
}

.info-link-block.inner-simple-block {
    padding: 20px 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: calc(23/16);
    font-weight: 700;
    transition: 0.5s;
}

.info-link-block.inner-simple-block:hover {
    background: #B0C1CB;
}

.info-link-block__img {
    background: url(https://profedu.allintop.by/wp-content/uploads/arrow-right-pink.svg) center center no-repeat;
    width: 38px;
    height: 38px;
    margin-left: 20px;
}

/*Приглашение на обучение*/

.invite-docs__docs-list {
    margin: 6px 0 25px;
}

.visa-free-countries a:nth-child(n+2) {
    line-height: 2;
    font-size: 16px;
}

.visa-free-countries p.simple-text {
    margin-bottom: 5px;
}

/*Центры компетенций*/

.centers__first-img {
    max-width: 1108px;
}

.alone-title {
    margin: 38px auto;
}

.we-offer__items-block {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 30px;
    flex-wrap: wrap;
}

.we-offer__item {
    text-align: center;
    margin: 10px;
}

.we-offer__text {
    margin-top: 15px;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: calc(18/15);
    max-width: 185px;
}

.inner-border-block {
    padding: 30px 50px;
    display: flex;
    width: 958px;
    font-size: 16px;
    margin: 17px 0;
    margin-left: auto;
    align-items: center;
}

.eco-teh-park-block {
    align-items: flex-start;
}

.inner-border-block .inner-h3 {
    line-height: 1.18;
}

.inner-border-block__img {
    margin-left: -240px;
    min-width: 550px;
    margin-right: 39px;
}

.inner-border-block__img img {
    width: 100%;
}

.inner-border-block__subtitle {
    color: #7F91A1;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.inner-border-block__text_b {
    margin: 10px 0 5px;
}

.inner-border-block__content ol {
    margin-bottom: 10px;
}

.inner-border-block__content {
    max-width: 530px;
}

.inner-border-block__counter-list {
    padding-left: 15px;
}

.centers .training-on-equipment {
    margin-top: 60px;
}

/*Где учиться?*/

.our-exp-team__items-block {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 20px 0;
}

.our-exp-team__item {
    text-align: center;
    max-width: 250px;
    margin: 10px;
}

.our-exp-team__text {
    line-height: calc(18/15);
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}

.where-study .inner-border-block__text_b:last-of-type {
    margin-bottom: 15px;
}

/*Worldskills*/



/*Benefits*/



/*Создание центров компетенций*/

.centers-in-belarus div.simple-text {
    margin: 24px 0 17px;
}

div.h2-title.center-title.alone-title {
    max-width: 900px;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.18;
	color: #00ACC4;
}

.in-center .pink-button {
    margin-top: 25px;
}

/*404*/

.page-id-573 .container.page-inner {
    max-width: 100%;
    padding: 0;
}

.page-id-573 .page-head-title,
.page-id-573 .breadcrumbs {
    display: none;
}

.page-404 {
    background: url(/wp-content/uploads/404for.jpg) center top;
    background-size: cover;
}

.page-404 .container {
    padding: 100px 0 80px 80px;
    text-align: left;
}

.page-404__text-1 {
    font-size: 204px;
    font-weight: 700;
    line-height: 1;
    color: #F2F8FC;
}

.page-404__text-2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    color: #F2F8FC;
}

.page-404__text-3 {
    color: #7F91A1;
    font-size: 19px;
    line-height: calc(21/19);
    font-weight: 700;
    margin-top: 15px;
    margin-left: 5px;
}

.pink-text {
    color: #E72951;
    font-weight: 700;
    font-size: 14px;
}

.page-404__pink-text {
    margin-top: 66px;
    position: relative;
    margin-left: 30px;
}

.page-404__pink-text div::before {
    content: url(/wp-content/uploads/pink-arrow-right.png);
    transform: rotate(180deg) scale(0.55);
    position: absolute;
    left: -30px;
    top: -11px;
}

.wpcf7-response-output {
    font-size: 18px;
}

/* Informaczionnye resursy  */

.download-materials-item-block {
    display: flex;
    max-width: calc(100%/2);
    margin-bottom: 90px;
	width: 100%;
}

.download-materials-headline-block {
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #0E5166;
}

.download-materials-main-block {
    display: flex;
    flex-wrap: wrap;
	padding: 0 40px;
}

.download-materials-image-block {
    margin-right: 35px;
    max-width: 175px;
    width: 100%;
}


.download-materials-text-block {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}

.download-materials-text-block button.pink-button span.btn-text img {
    margin-left: 15px;
    position: relative;
    top: 4px;
}

.download-materials-image-block img {
   max-width: 175px;
    max-height: 200px;
}

@media (max-width: 1100px) {
    .header__burger {
        display: block;
        position: relative;
        max-width: 30px;
        width: 100%;
        height: 25px;
        z-index: 3;
        cursor: pointer;
    }

    .header__burger::before,
    .header__burger::after,
    .header__burger span {
        content: '';
        background: #2A7B94;
        position: absolute;
        width: 100%;
        height: 2px;
        top: 9px;
    }

    .header__burger::before {
        top: 0;
    }

    .header__burger::after {
        top: 18px;
    }

    .header__burger span {
        width: 70%;
    }

    .active.header__burger::before,
    .active.header__burger::after,
    .active.header__burger span {
        background: #B0C1CB;
    }

    .header__menu {
        position: absolute;
        left: -100%;
        top: 120px;
        transition: 0.5s;
        width: 90%;
        height: 100vh;
        z-index: 9999;
        background: lightblue;
        border-right: solid 1px grey;
        overflow: auto;
        max-width: 550px;
    }

    header ul.menu__list {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 130px;
    }

    .header__menu.active {
        left: 0;
        background: #2A7B94;
        top: 115px;
    }

    .header__menu.active.scroll {
        top: 180px;
    }

    .header-menu__container {
        margin-top: 60px;
    }
}


@media (max-width: 950px) {
	.download-materials-item-block {
		max-width: initial;
	}
}


@media (max-width: 767px) {
    .contact-us .form-bottom_fields {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 3%;
    bottom: 3%;
    background: url('/wp-content/uploads/arrow-left.svg') no-repeat center !important;
    width: 27px;
    height: 25px;
    transform: rotate(180deg);
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 3%;
    bottom: 3%;
    background: url('/wp-content/uploads/arrow-left.svg') no-repeat center !important;
    width: 27px;
    height: 25px;
}

.owl-dots {
    display: flex;
    justify-content: center;
}

.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    margin: 24px 10px;
    background-color: #7F91A1 !important;
}

button.owl-dot.active {
    background: #FA2950 !important;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: url('/wp-content/uploads/arrow-left-pink.svg') no-repeat center !important;
}

.widgets_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
    outline-color: #2A7B94;
    color: #2A7B94;
    font-weight: 500;
}

@media (max-width: 550px) {
.download-materials-image-block img {
    width: 100px;
}
	.professional-services__item-button button.pink-button {
    padding: 15px 20px;
}
	
	.download-materials-image-block {
    width: auto; 
}

}