html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
input,
textarea,
select,
a,
button {
    outline: none;
}

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

/*dl, ol, ul {margin-bottom:0;}
button, input, optgroup, select, textarea {
    margin: 0;
    border: 0;
    font: inherit;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    text-transform: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important;
    background-clip: padding-box;
    background-color: transparent;
}
button, button:focus, button:click, html input[type=button] {outline: none; cursor: pointer; -webkit-appearance: button; -moz-appearance: button; appearance: button; border: none;}*/

body {
    font-family: "Segoe UI", open-sans;
}

.greyBody {
    background: #F6F6F6;
}

.blueBody {
    background: #1A73E8;
}

.orangeBody{
    background: rgb(254, 91, 56);
}

.whiteBody {
    background: #fff;
}



.h2_titleProf {
    font-size: 1.25rem;
    font-weight: bolder;
    line-height: 1.5rem;
    margin-bottom: 2.5rem;
    margin-top: 2rem;
    text-align: center;
}


p {
    font-family: "Segoe UI";
}

.bb,
strong,
b {
    font-weight: bolder;
}

i,
.font-italic {
    font-style: italic;
}

a:hover {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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


.mb-15 {
    margin-bottom: 15px;
}

.mb-45 {
    margin-bottom: 45px;
}

#headerPhone a[href^="tel"] {
    font-family: "Segoe UI";
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.875rem;
    color: #333;
    text-decoration: none;
}

.logo a {
    display: block;
    outline: none;
}

.logo a img {
    max-width: 100%;
}

.submenuService {
    display: none;
}

.zap {
    display: none;
}

.nav-container {
    background: #1A73E8;
    height: 57px;
    color: #fff;
}

.btn-privacity a {
    font-family: "Segoe UI";
    text-decoration: none;
    display: block;
    height: 100%;
    height: 36px;
}

.btn-privacity .btn-to-login {
    color: #fff;
    font-size: 0.875rem;
    padding: 0 15px;
    line-height: 1.875rem;
    font-weight: 600;
}

.btn-privacity .btn-to-registr,
.btn-privacity .btn-to-logout {

    padding: 10px 33px;
    line-height: 1.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    background: rgb(254, 91, 56);
    color: rgb(255, 255, 255);
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0%;
}

.btn-privacity .btn-to-registr:hover,
.btn-privacity .btn-to-logout:hover {
    background: #EE4E4E;
}


.header-mail-and-adres {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
}

.header-mail-and-adres__mail {
    color: rgb(51, 51, 51) !important;
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    padding-left: 26px;
    background-image: url(../img/header-mail-and-adres__mail.svg);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none !important;
}

.header-mail-and-adres__adres {
    color: rgb(51, 51, 51);
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    padding-left: 26px;
     background-image: url(../img/header-mail-and-adres__adres.svg);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none !important;
}


.fa-angle-down-white {
    background: url('../img/down-arrow-white.svg') no-repeat center center;
    width: 12px;
    height: 12px;
    margin-left: 16px;
}

.search-page form {
    max-width: 600px;
}

.search-page form input[type="submit"] {
    height: 38px;
}

/*Main Carousel*/
#carouselMainSlider .carousel-item {
    background-color: #0F2F44;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

#carouselMainSlider .carousel-caption {
    justify-content: start;
    text-align: left;
}

#carouselMainSlider .carousel-caption .benefits-slide {
    display: inline-flex;
    text-align: left;
    margin-bottom: 1.25rem;
}

#carouselMainSlider .carousel-indicators {
    display: inline-flex !important;
    margin-bottom: 0 !important;
    height: 16px;
    justify-content: left;
}

#carouselMainSlider .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    padding: 0;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 8px;
    text-indent: -999px;
    cursor: pointer;
    background: rgb(254, 91, 56);
    background-clip: padding-box;
    border: 0;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0 !important;
    margin-top: 8px;
    opacity: .52;
    transition: opacity .6s ease;
}

#carouselMainSlider .carousel-indicators [data-bs-target]:nth-child(0) {
    margin-left: 0;
}

#carouselMainSlider .carousel-indicators [data-bs-target].active {
    opacity: 1;
    width: 16px;
    height: 16px;
    margin-top: 0;
}

#carouselMainSlider .carousel-indicators [data-bs-target]:not(.active) {
    margin-top: 4px;
}

/*END Main Carousel*/


/*menu modal*/
.modal_menu {
    position: fixed;
    background: #1A73E8;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    justify-content: flex-start;
    flex-direction: column;
    z-index: 1020;
    transition: .6s left;
    -webkit-transition: .6s left;
    -o-transition: .6s left;
    overflow: auto;
}

.modal_menu.active {
    left: 0 !important;
    padding-bottom: 4rem;
    overflow-y: auto;
    height: 100vh;
}

.modal_menu .mobile-close.btn-close,
.modal_menu.active>button.mobile-close.btn-close:hover,
.modal_menu.active>button.mobile-close.btn-close:focus {
    background: url('../img/btn-close.svg') no-repeat 0 0;
    width: 20px;
    height: 20px;
    padding: 0;
    opacity: 1;
    border-radius: 0;
    margin-left: 18px;
    margin-top: 24px;
    box-shadow: none;
}

.modal_menu .navbar-nav {
    width: 100%;
    padding-top: 2.375rem;
}

.modal_menu .navbar-nav>.nav-item {
    font-family: "Segoe UI";
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.688rem;
    color: #FFF;
}

.modal_menu .navbar-nav .nav-item a {
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.modal_menu .navbar-nav .nav-item a.parent {
    position: relative;
}

.modal_menu .navbar-nav .nav-item a.parent:after {
    display: inline-block;
    float: right;
    content: url(../img/fa-arrdown.svg);
    width: 12px;
    height: 12px;
    right: 27px;
    top: 50%;
    margin-top: -12px;
    position: absolute;
}

.modal_menu .navbar-nav .nav-item a.parent[aria-expanded="true"]:after {
    content: url(../img/fa-arrdown.svg);
    transform: rotate(180deg);
    margin-top: 0;
}

.modal_menu .navbar-nav .nav-item .sub-menu li a {
    color: #fff;
    text-transform: none;
    font-size: 1.25rem;
    font-weight: normal;
    padding-left: 40px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/*END mobile MENU*/

/*Ñ„Ð¾Ñ€Ð¼Ð° Ð¿Ð¾Ð¸ÑÐºÐ° Ð² ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚Ð½Ð¾Ð¹ Ñ‡Ð°ÑÑ‚Ð¸ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹*/
.cursePage input[type="text"] {
    border: 1px solid #D8D8D8;
    height: 38px;
    min-width: 250px;
    margin-right: 10px;
    font-size: 1rem;
    color: #333;
    padding: 1.125rem 0.8125rem;
}

.cursePage input[type="submit"] {
    background: #D04242;
    border: 1px solid #D04242;
    color: #fff;
    height: 38px;
    font-size: 0.875rem;
    padding: 0 15px;
    line-height: 1.875rem;
    font-weight: 600;
}

.cursePage input[type="submit"]:focus,
.cursePage input[type="submit"]:hover {
    background: #EE4E4E;
}

/*Ð¿Ð¾Ð¸ÑÐº Ð½Ð° ÑÐºÑ€Ð°Ð½Ð°Ñ… >=768px*/
.nav-search-header {
    position: relative;
    color: #A7A7A7;
    max-width: 217px;
}

.nav-search-header form {
    width: 100%;
    height: 38px;
    display: flex;
    border: 1px solid rgb(167, 167, 167);
    margin-bottom: 10px;
}

.nav-search-header__btn {
    border: 0;
    background: transparent;
}

.nav-search-header input[type="text"] {
    padding-left: 20px;

    color: rgb(167, 167, 167);
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: left;
    border: 0 !important;

}

.nav-search-header input[type="text"]::placeholder {
    font-size: 0.75rem;
    color: #A7A7A7;
}

.nav-search-header .btn-search {
    position: absolute;
    right: 0.45rem;
}

/*END Ð¿Ð¾Ð¸ÑÐº Ð½Ð° ÑÐºÑ€Ð°Ð½Ð°Ñ… >=768px*/


/*Ð²ÐµÑ€ÑÐ¸Ñ Ð´Ð»Ñ ÑÐ»Ð°Ð±Ð¾Ð²Ð¸Ð´ÑÑ‰Ð¸Ñ…*/
.size-selector {
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    background: url('../img/specversion-n.svg') no-repeat 0 center;
    padding-left: 48px;
    color: rgb(51, 51, 51);
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
}


/*Ñ…Ð»ÐµÐ±Ð½Ñ‹Ðµ ÐºÑ€Ð¾ÑˆÐºÐ¸ */
.breadcrumb {
    margin: 0.5rem 0 2rem;
}

.breadcrumb li:first-child {
    background: url('../img/home-solid.svg') no-repeat 0 center;
    background-size: 13px 12px;
    padding-left: 18px;
}

.breadcrumb li {
    color: #000;
    font-size: 0.75rem;
    line-height: 1.6875rem;
}

.breadcrumb li span {
    color: #000;
    font-size: 0.75rem;
    line-height: 1.6875rem;
    display: inline-block;
    margin: 0 10px;
}

.breadcrumb li a {
    color: #000;
    font-size: 0.75rem;
    line-height: 1.6875rem;
}

/*Ð‘Ð›ÐžÐšÐ˜*/
.itemBlock {
    border: 1px #EFEFEF solid;
    background: #fff;
    height: 100%;
    position: relative;
    padding-bottom: 3.1875rem;
}

.itemBlock .title,
.itemBlock .title a {
    color: #333;
    text-align: left;
}

.itemBlock p {
    padding: 0 1.625rem 1rem 1.625rem;
}

.itemBlock ul {
    list-style: none;
    margin: 0 1.625rem 1.875rem 1.625rem;
}

.itemBlock ul li {
    list-style: none;
    margin: 0 0 1rem 0;
    font-size: 0.875rem;
    line-height: 1.5rem;
    position: relative;
    vertical-align: middle;
    padding-left: 14px;
}

/*.itemBlock ul li:before {display: none !important;}  */
.itemBlock ul li:before {
    display: block;
    content: " ";
    background: #1A73E8;
    width: 5px;
    height: 5px;
    margin: 0 10px 0 0;
    float: left;
    top: 9px;
    left: 0;
    position: absolute;
}

.itemBlock ul li a {
    text-decoration: none;
    color: #333;
}

.itemBlock ul li a:hover {
    text-decoration: none;
    color: #1A73E8;
}

a.btn-all-training {
    display: flex;
    justify-content: space-between !important;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #333;
    font-weight: 600;
    border-top: 1px #EFEFEF solid;
    padding: 0.8125rem 1.875rem;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    width: 100%;
}

a.btn-all-training:hover {
    color: #fff;
    background: #D04242;
}

a.btn-all-training.active {
    color: #fff;
    background: #D04242;
    transition: all 0.3s ease;
}

a.btn-all-training.active:hover {
    color: #333;
    background: #fff;
}

a.btn-all-training .fa-arrow-right {
    width: 10px;
    height: 10px;
    right: 0;
    display: block;
    color: #333;
}

a.btn-all-training:hover .fa-arrow-right,
a.btn-all-training.active .fa-arrow-right {
    color: #fff;
}

a.btn-all-training.active:hover .fa-arrow-right {
    color: #333;
}


/*Ð¿Ñ€ÐµÐ¸Ð¼ÑƒÑ‰ÐµÑÑ‚Ð²Ð° Ñ Ð¸ÐºÐ¾Ð½ÐºÐ°Ð¼Ð¸*/
.benefits-item {
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #333;
}

.benefits-item span {
    min-height: 42px;
}

.benefits-item#one span {
    background: url('../img/certificate.svg') no-repeat 0 0;
    padding-left: 3.625rem;
    padding-bottom: 0.2rem;
    display: inline-flex;
}

.benefits-item#two span {
    background: url('../img/road.svg') no-repeat 0 0;
    padding-left: 3.625rem;
    display: inline-flex;
}

.benefits-item#tree span {
    background: url('../img/graduation.svg') no-repeat 0 0;
    padding-left: 3.625rem;
    display: inline-flex;
}

.benefits-item#four span {
    background: url('../img/chat-bubble.svg') no-repeat 0 0;
    padding-left: 3.625rem;
    display: inline-flex;
}

/*Ð²Ð¸Ð´ÐµÐ¾*/
a.video-item[data-fancybox^="video-gallery"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.video-item img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 0;
    top: 0;
    left: 0;
}

.video-item .btn-play {
    bottom: 1.25rem;
    left: 1.25rem;
    position: absolute;
    z-index: 11;
    background: url('../img/btn-play-video.svg') no-repeat center center;
    background-size: cover;
    display: block;
    width: 2.125rem;
    height: 2.125rem;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.video-item:focus .btn-play,
.video-item:hover .btn-play {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

/*Ð‘Ð»Ð¸Ð¶Ð°Ð¹ÑˆÐ¸Ðµ ÐºÑƒÑ€ÑÑ‹*/
.schedule-item {
    border: 1px #EFEFEF solid;
    background: #fff;
    height: 100%;
    position: relative;
    padding: 1.8125rem;
}

.schedule-item a:not(.more-btn-blue) {
    font-size: 1rem;
    line-height: 1.6875rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 1rem;
    display: inherit;
}

.schedule-item a.more-btn-blue {
    padding: 1rem 1.375rem;
    margin-bottom: 0rem;
}

a.more-btn-blue:hover {
    background: #4d9aff;
}

.schedule-type {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #676767;
}

.calendar {
    background: url('../img/calendar.png') no-repeat 0 center;
    padding-left: 1.875rem;
    color: #333;
    font-size: 0.875rem;
}

/*Ð¤ÐžÐ ÐœÐ Ð½Ð°  ÑÐ¸Ð½ÐµÐ¼*/
.form-consultation .form-control {
    display: block;
    width: 100%;
    padding: 1rem 1.3125rem;
    font-size: 1rem;
    font-weight: 400;
    /* line-height: 1.5; */
    color: #333;
    background-color: #fff;
    font-family: "Core Sans C";
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: none;
}

/*END Ð‘Ð›ÐžÐšÐ˜*/

/*ÑÐºÐ°Ñ‡Ð°Ñ‚ÑŒ ÐºÐ½Ð¾Ð¿ÐºÐ°*/
.save-btn {
    color: #fff;
    font-size: 1rem;
    line-height: 1.875rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
}

.save-btn span {
    border-bottom: 1px dashed #FFFFFF;
}

.save-btn:before {
    background: url('../img/save-btn.svg') no-repeat 0 0;
    display: inline-block;
    width: 21px;
    height: 21px;
    content: " ";
    margin-top: 8px;
    margin-right: 13px;
}

.save-btn:hover span {
    color: #fff;
    border-bottom: 1px transparent solid;
    text-decoration: none;
}



.fa-bars:before {
    content: url('../img/fa-bars.svg');
    color: #fff;
    width: 30px;
    height: 22px;
}

.btn-close:before,
.btn-close:after {
    background-color: #fff;
}


a.more-btn-blue {
    font-family: "Segoe UI";
    font-weight: 600;
    background: #1A73E8;
    padding: 1.125rem 1.875rem;
    text-decoration: none;
    outline: none;
    color: #fff;
    display: inline-flex;
    position: relative;
}


a.more-btn-orange {
    font-family: "Segoe UI";
    font-weight: 600;
    background: rgb(254, 91, 56);
    padding: 1.125rem 1.875rem;
    text-decoration: none;
    outline: none;
    color: #fff;
    display: inline-flex;
    position: relative;
}

a.more-btn-blue:hover {
    color: #fff;
}

a.more-btn-blue:after {
    margin-left: 1.25rem;
    content: url('../img/right-arrow.png');
    display: block;
    width: 12px;
    height: 12px;
}

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

a[data-fancybox="demo"] {
    overflow: hidden;
    cursor: pointer;
}

a[data-fancybox="demo"] img {
    width: 100%;
    height: auto;
}


/*INFO PAGE*/
.leftTitle {
    font-size: 1.125rem;
    color: #333;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: 22px;
}

.leftTitle:after {
    height: 1px;
    background: #1A73E8;
    width: calc(25% - 15px);
    display: block;
    content: " ";
}

ul.leftMenu {
    margin: 0 0 1.5rem 0;
    list-style: none;
    border-top: 1px #EEEEEE solid;
    border-left: 1px #EEEEEE solid;
}

ul.leftMenu li {
    border-bottom: 1px #EEEEEE solid;
    border-right: 1px #EEEEEE solid;
    background: #fff;
    transition: all .6s ease;
}

ul.leftMenu li:hover,
ul.leftMenu li.selected {
    background: #eee;
}

ul.leftMenu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 1.125rem;
    color: #333;
    font-weight: normal;
    line-height: 1.625rem;
    padding: 1rem 1.625rem;
}


.site-content:not(container) {
    margin-bottom: 0;
}

.site-content.container {
    margin-bottom: 30px;
}

#contentBlock h1 {
    font-size: 2rem;
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
}

#contentBlock h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
    font-weight: bold;
}

#contentBlock h3 {
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 0.25rem;
    font-weight: bold;
}

#contentBlock ul {
    list-style-type: disc;
    margin-left: 5px;
    margin-bottom: 1.875rem;
    padding-left: 1em;
    line-height: 1.5rem;
}

#contentBlock ol {
    list-style: decimal;
    margin-left: 1rem;
    padding-left: 1em;
    line-height: 1.5rem;
}

#contentBlock ol.column2 {
    list-style-position: inside;
    counter-reset: num;
    list-style-type: none;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    margin-left: 0;
    padding-left: 0;
}

#contentBlock ol.column2 li {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}

#contentBlock ol.column2 li:before {
    content: counter(num)".";
    counter-increment: num;
    display: inline-block;
    color: #333;
    text-align: center;
    padding-right: 10px;
    font-weight: bold;
}

.site-content ul.breadcrumb li:before,
.site-content ul.leftMenu li:before,
#contentBlock ul.leftMenu li:before,
.site-content ul.leftMenu li:before {
    display: none;
}


#contentBlock ul.disc {
    list-style-type: disc;
    margin: 0 1.125rem 1.875rem 1.125rem;
    padding-left: 0;
}

#contentBlock ul.disc li {
    list-style-type: disc;
}


#FormConsultation {
    background: #1A73E8;
    width: 100%;
    padding: 1.625rem 1.625rem 1rem;
    color: #fff;
    margin-bottom: 2rem;
}

#FormConsultation form {
    width: 100%;
}

#FormConsultation form textarea {
    height: 85px;
}

#FormConsultation .title {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: left;
}

#FormConsultation p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6875rem;
    text-align: left;
}

#FormConsultation #buttonBlock .save-btn {
    display: inline-flex !important;
    margin: 0.2rem auto 0.55rem;
}

.form-consultation .save-btn#saveBtnXL {
    display: none;
}

#addOk h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

#addOk p {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

/*6 ÑˆÐ°Ð³Ð¾Ð²*/
.stepsBlock {
    background: #F6F6F6;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    font-family: "Segoe UI";
}

.stepsBlock .titleH1 {
    color: #333;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}

.stepsBlock .titleH1 span {
    font-size: 2rem;
}

.stepsBlock .whiteParent {
    background: #fff;
    position: relative;
    padding: 1.4375rem 2.75rem;
    height: 100%;
    width: calc(100% - 27px);
}

.stepsBlock .col span {
    position: absolute;
    left: -27px;
    top: 50%;
    margin-top: -27px;
    background: #fff;
    border-radius: 50%;
    border: 1px #fff solid;
    font-size: 2rem;
    font-weight: bolder;
    color: #333;
    text-align: center;
    line-height: 55px;
    display: inline-block;
    width: 55px;
    height: 55px;
}

.stepsBlock .col .zagStep {
    font-size: 1.125rem;
    font-weight: bolder;
    color: #333;
    line-height: 1.3125rem;
    margin-bottom: 0.5rem;
}

.stepsBlock .col p {
    font-size: 1rem;
    line-height: 1.3rem;
    color: #333;
}

.stepsBlock .col a {
    font-size: 1rem;
    line-height: 1.3rem;
    color: #333;
    text-decoration: none;
    background: url('../img/icn-download.svg') no-repeat 0 4px;
    padding-left: 27px;
    display: block;
}


.stepsBlock .whiteParent#step1 {
    background: url('../img/icn-step-1.svg') no-repeat #fff;
    background-position: calc(100% - 15px) calc(100% - 15px);
}

.stepsBlock .whiteParent#step2 {
    background: url('../img/icn-step-2.svg') no-repeat #fff;
    background-position: calc(100% - 15px) calc(100% - 15px);
}

.stepsBlock .whiteParent#step3 {
    background: url('../img/icn-step-3.svg') no-repeat #fff;
    background-position: calc(100% - 15px) calc(100% - 15px);
}

.stepsBlock .whiteParent#step4 {
    background: url('../img/icn-step-4.svg') no-repeat #fff;
    background-position: calc(100% - 15px) calc(100% - 15px);
}

.stepsBlock .whiteParent#step5 {
    background: url('../img/icn-step-5.svg') no-repeat #fff;
    background-position: calc(100% - 15px) calc(100% - 15px);
}

.stepsBlock .whiteParent#step6 {
    background: url('../img/icn-step-6.svg') no-repeat #fff;
    background-position: calc(100% - 15px) calc(100% - 15px);
}


/*ÐšÑƒÑ€ÑÑ‹*/
.itemCourse {
    border: 1px #EFEFEF solid;
    background: #fff;
    height: 100%;
    position: relative;
}

.itemCourse .title {
    color: #333;
    text-align: left;
    padding: 1.125rem 1.875rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: bolder;
    /*border-bottom: 1px solid #EFEFEF; margin-bottom: 0.875rem;*/
}

.itemCourse .title a {
    color: #333;
}

.itemCourse p {
    padding: 0 1.625rem 1rem 1.625rem;
}

div.learn-course-start {
    margin-top: 3px;
}

.profItem {
    min-height: 130px;
    justify-content: center;
    align-items: center;
}

a.profItem {
    width: 100%;
    min-height: 150px;
    display: inline-block;
    padding: 2rem 1.2rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 1rem;
    background: #1a73e8;
    transition: 0.3s ease all;
}

a.profItem:hover {
    background: #378BFA;
}

/* Small devices (landscape phones, 576px and up)  */


/*BUTTON*/
input.btn-save {
    background: #D04242;
    color: #fff;
    font-size: 1rem;
    padding: 5px 20px;
    line-height: 1.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 0;
    text-transform: uppercase;
}

.btn-save:hover {
    background: #EE4E4E;
    color: #fff;
}

input.btn-reset {
    background: #fff;
    border: 1px #D04242 solid;
    color: #D04242;
    font-size: 1rem;
    padding: 5px 20px;
    line-height: 1.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 0;
}

input.btn-reset:hover,
input.btn-reset:focus {
    background: #D04242;
    border: 1px #D04242 solid;
    color: #fff;
}


.main-page-about-text {
    background: linear-gradient(270.00deg, rgba(255, 255, 255, 0.38) 2.812%,rgba(255, 255, 255, 0) 81.302%),rgb(246, 246, 246);
    padding: 28px 0;
    overflow: visible;
    overflow-x: clip;
}

.main-page-about-text .container{
    position: relative;
}


.main-page-about-text .container:before{
    content: '';
    display: block;
    width: 372.06px;
    height: 591.08px;
    position: absolute;
    top: -190px;
    left: -290px;
    background-image: url('../img/main-page-about-text-before.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}


.main-page-about-text .container:after{
    content: '';
    display: block;
    width: 261px;
    height: 379px;
    position: absolute;
    bottom: -28px;
    right: -280px;
    background-image: url('../img/main-page-about-text-after.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

p:last-child{
    margin-bottom: 0 !important;
}

.about-reason__title{
color: rgb(26, 115, 232);
margin-bottom: 1em;
}


.download-sample-application {
    padding: 15px 30px 15px 30px;
    /* Ñ‚ÐµÐ¼Ð½Ñ‹Ð¹ */
    /*background: rgb(33, 37, 41);*/
    background: rgb(254, 91, 56);
    color: rgb(255, 255, 255) !important;
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    text-decoration: none;
    display: inline-block;
}

.download-sample-application:hover{
    background: rgb(50 56 62);
}

.download-sample-application-description {
    color: rgb(142, 151, 160);
font-family: Segoe UI;
font-size: 16px;
font-weight: 400;
line-height: 22px;
text-align: center;
max-width: 278px;
margin-top: 15px;
}

.download-sample-application__container{
text-align: center;
}

.main-page-license-items__item{
    max-width: 100%;
}

.main-page-license-items__link{
}

.main-page-license-items__link img{
    width: 100%;
    max-width: 231px;
}

.educational-activities-nav {
}

.educational-activities-nav a:hover{
    color: #fff;
}

.educational-activities-nav__col {
}
.educational-activities-nav__title {
    color: rgb(51, 51, 51);
    font-family: Segoe UI;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
}
.educational-activities-nav__more {
    color: rgb(255, 255, 255);
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    text-align: left;
    padding: 8px 40px 8px 40px;
    border-radius: 5px;
    background: rgb(33, 37, 41);
    margin-bottom: 40px;
    text-decoration: none;
    background-image: url(../img/educational-activities-nav__more.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 37px) center;
    padding-right: 63px;
}
.educational-activities-nav__item {
    min-height: 145px;
    background: linear-gradient(180.00deg, rgb(57, 143, 255) -27.586%,rgba(57, 143, 255, 0) 100%),rgb(26, 115, 232);
    color: rgb(255, 255, 255);
    font-family: Segoe UI;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 20px;
    margin-bottom: 30px;
    word-break: break-word;
}

.educational-activities-nav__col:nth-child(1) .educational-activities-nav__item:nth-child(4){
    background: linear-gradient(180.00deg, rgb(57, 143, 255) -27.586%,rgba(57, 143, 255, 0) 100%),rgb(26, 115, 232);
}

.educational-activities-nav__col:nth-child(1) .educational-activities-nav__item:nth-child(5){
    background: linear-gradient(12.60deg, rgb(57, 143, 255) 8.006%,rgba(57, 143, 255, 0) 40.34%),rgb(26, 115, 232);
}


.educational-activities-nav__col:nth-child(2) .educational-activities-nav__item:nth-child(3){
    background: linear-gradient(193.15deg, rgb(57, 143, 255) 12.435%,rgba(57, 143, 255, 0) 69.652%),rgb(26, 115, 232);
}

.educational-activities-nav__col:nth-child(2) .educational-activities-nav__item:nth-child(4){
    background: linear-gradient(162.62deg, rgb(57, 143, 255) 4.613%,rgba(57, 143, 255, 0) 66.615%),rgb(26, 115, 232);
}

.educational-activities-nav__col:nth-child(2) .educational-activities-nav__item:nth-child(5){
    background: linear-gradient(-36.57deg, rgb(57, 143, 255) 43.956%,rgba(57, 143, 255, 0) 77.994%),rgb(26, 115, 232);
}



.educational-activities-nav__col:nth-child(3) .educational-activities-nav__item:nth-child(3){
    background: linear-gradient(193.15deg, rgb(57, 143, 255) 12.435%,rgba(57, 143, 255, 0) 69.652%),rgb(26, 115, 232);   
}

.educational-activities-nav__col:nth-child(3) .educational-activities-nav__item:nth-child(4){
    background: linear-gradient(12.60deg, rgb(57, 143, 255) 8.006%,rgba(57, 143, 255, 0) 40.34%),rgb(26, 115, 232);
}

.educational-activities-nav__col:nth-child(3) .educational-activities-nav__item:nth-child(5){
    background: linear-gradient(160.24deg, rgb(57, 143, 255) 6.796%,rgba(57, 143, 255, 0) 42.34%),rgb(26, 115, 232);
}

.educational-activities-nav__item:hover{
    background: rgb(254, 91, 56) !important;
}

.on-line-preparation{
    color: rgb(26, 115, 232);
    font-family: Segoe UI;
    font-size: 32px;
    font-weight: 400;
    line-height: 43px;
    text-align: center;
    text-decoration-line: underline;
}

.educational-activities-nav__item span{
    color: rgb(255, 255, 255);
    font-family: Segoe UI;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    text-decoration-line: underline;
}


.main-page-form-container{
    padding-top: 178px !important;
    background-image: url('../img/main-page-form-container-ico.svg');
    background-position: center 40px;
    background-repeat: no-repeat;
    overflow: visible;
    overflow-x: clip;
}

.main-educational-activities__text{
     display: flex;
     flex-direction: column;
     align-items: center;
}

.main-educational-activities__text,
.main-educational-activities__text p{
    
 
    font-size: 1em;
    color: #333;
   
}
.main-educational-activities__list {font-size: 1em;margin-left: 0px;padding-left: 1em;}

.main-educational-activities__list li{font-size: 1em;list-style: disc;}

.form-consultation .check-yes a{
    color: #fff;
}

.main-educational-activities__list li::marker {
  color: #3187f8;
}

/*MAX width*/

@media (max-width: 576px) {

    .educational-activities-nav__more{
        margin-bottom: 25px;
    }

    .educational-activities-nav__item{min-height: auto;font-size: 1rem;line-height: normal;gap: .3rem;padding: 1rem;margin-bottom: 25px;}

    .educational-activities-nav__item span{
        font-size: 1rem;
        line-height: normal;
    }

    .on-line-preparation{
        font-size: 20px;
    }

    .main-page-form-container{
        padding-top: 89px !important;
        background-size: 60px;
        background-position: center 26px;
    }

    h1,
    .h1 {
        font-size: 1.375rem;
        font-weight: bolder;
        line-height: 1.875rem;
        margin-bottom: 1.25rem;
    }

    .h3 {
        font-size: 1.125rem;
        font-weight: bolder;
        line-height: 1.125rem !important;
        margin-bottom: 1.5rem;
    }

    #contentBlock h1 {
        font-size: 1.375rem;
        line-height: 1.875rem;
        margin-bottom: 1.25rem;
    }

    p {
        color: #333;
        font-size: 0.875rem;
        line-height: 1.25rem;
        margin-bottom: 1.5rem;
    }

    #contentBlock ul {
        font-size: 0.875rem;
    }

    #contentBlock img {
        max-width: 100%;
    }

    header>.container {
        padding-top: 11px;
        padding-bottom: 0.875rem;
    }

    .logo a {
        display: block;
        outline: none;
        margin-top: -13px;
    }

    .logo img {
        max-width: 100%;
    }

    .phone-xs .fa-phone-alt:before {
        color: #1A73E8;
        width: 18px;
        height: 18px;
        display: block;
    }

    .phone-xs a {
        text-decoration: none;
        outline: none;
    }

    .fa-search:before {
        content: url('../img/fa-search.svg');
        width: 18px;
        height: 18px;
        color: #333;
    }

    #carouselMainSlider {
        height: 252px;
        width: 100%;
    }

    #carouselMainSlider .carousel-item {
        height: 252px;
        width: 100%;
    }

    #carouselMainSlider .carousel-item:before {
        position: absolute;
        z-index: 0;
        background: rgba(51, 51, 51, 0.5);
        width: 100%;
        height: 100%;
        display: block;
        content: " ";
    }


    #carouselMainSlider .carousel-indicators {
        display: inline-flex !important;
        margin-bottom: 0 !important;
        height: 16px;
        justify-content: left;
        position: absolute;
        left: 170px;
        bottom: 40px;
    }

    #carouselMainSlider .carousel-caption {
        width: calc(100% - 2rem);
        left: 1rem;
        bottom: 0;
    }

    #carouselMainSlider .carousel-caption h5 {
        font-family: "Segoe UI";
        text-align: left;
        font-style: normal;
        font-weight: bold;
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 1.5rem;
        color: #FFF;
    }

    #carouselMainSlider .carousel-caption .benefits-slide {
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 1.25rem;
        width: 75%;
        vertical-align: middle;
        display: flex;
        align-items: center;
    }

    #carouselMainSlider .carousel-caption .benefits-slide:before {
        width: 31px;
        height: 31px;
        content: url('../img/orel-icn.png');
        display: block;
        margin-right: 1.125rem;
    }


    .sectionInfo {
        padding-top: 1.5rem;
    }

    .sectionInfo h1 {
        font-size: 1.375rem;
        font-weight: bolder;
        line-height: 1.875rem;
        text-align: center;
        margin-bottom: 1.875rem;
    }

    .itemBlock .title {
        font-size: 1rem;
        line-height: 1.3125rem;
        font-weight: bolder;
        border-bottom: 1px solid #EFEFEF;
        padding: 1.0625rem 1.625rem;
        margin-bottom: 0.875rem;
    }

    .btn-privacity {
        float: right;
    }

    /*Ð²Ñ‹ÐµÐ·Ð¶Ð°ÑŽÑ‰Ð¸Ð¹ Ð¿Ð¾Ð¸ÑÐº*/
    .nav-search form {
        position: absolute;
        top: -55px;
        left: 0;
        width: 100%;
        height: 0;
        background: #f6f6f6;
        line-height: 55px;
        padding-right: 0;
        border-radius: none;
        padding: 1rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        transition: all 0.5s ease;
    }

    .nav-search form.active,
    #modal-form {
        width: 100%;
        height: 75px;
        top: 0;
        left: 0;
        padding: 0 1rem;
        z-index: 99;
        transition: all 0.5s ease;

        background: #f6f6f6;
    }

    #modal-form.fancybox__content {
        position: fixed;
    }

    #modal-form.fancybox__content .carousel__button.is-close {
        position: fixed;
    }

    #modal-form.fancybox__content form {
        height: 100%;
    }

    #modal-form.fancybox__content .btn-close,
    #modal-form.fancybox__content .carousel__button.is-close {
        position: absolute;
        top: 1.5rem;
        right: 1rem;
        padding: 1rem;
        color: #000;
        background: transparent url('../img/is-close.svg') center/1em auto no-repeat;
        border: 0;
        border-radius: 0;
        width: 1.5em;
        height: 1.5em;
        background-size: cover;
    }


    .nav-search form.active input[type="text"] {
        padding: 0 1rem;
        background: #fff;
        width: 100%;
        height: 55px;
    }

    .nav-search .inner-search {
        position: relative;
        z-index: 99;
    }

    .nav-search .btn-close {
        position: absolute;
        z-index: 105;
        right: 1rem;
        top: 50%;
        padding: 1rem;
        margin-top: -1.5em;
        display: flex;
    }

    .stepsBlock {
        background: #F6F6F6;
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
        font-family: "Segoe UI";
    }

    .stepsBlock .row {
        padding-left: 30px;
    }

    .stepsBlock .titleH1 {
        color: #333;
        font-size: 1rem;
        line-height: 1.875rem;
        font-weight: bold;
        margin-bottom: 1.5rem;
        text-align: left;
        text-transform: uppercase;
    }

    .stepsBlock .titleH1 span {
        font-size: 1.125rem;
    }

    .stepsBlock .col {
        margin-bottom: 1.5rem;
    }

    .stepsBlock .whiteParent {
        background: #fff;
        position: relative;
        padding: 1.4375rem 1.75rem;
        height: 100%;
        width: 100%;
    }

    .infoKursPO {
        border: 1px #EFEFEF solid;
        padding: 1.5625rem;
        margin: 0 0 1.875rem 0;
    }

    .infoKursPO .itemDesc {
        color: #333;
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 1.3125rem;
    }

    .infoKursPO .itemDesc:last-child {
        margin-bottom: 0rem;
    }

    .infoKursPO .itemDesc#nameMetodist {
        background: url('../img/icn-metodist.svg') no-repeat 0 4px;
        padding-left: 46px;
    }

    .infoKursPO .itemDesc#srokKurse {
        background: url('../img/icn-clock.svg') no-repeat 0 4px;
        padding-left: 46px;
    }

    .infoKursPO .itemDesc#telMetodist {
        background: url('../img/icn-phonem.svg') no-repeat 0 4px;
        padding-left: 46px;
    }

    .infoKursPO .itemDesc#telMetodist ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        list-style: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    .infoKursPO .itemDesc#telMetodist ul li {
        list-style: none !important;
    }

    .infoKursPO .itemDesc#telMetodist ul li:before {
        display: none !important;
    }

    /*Ñ„Ð¾Ñ€Ð¼Ð° Ð½Ð° ÑÐ¸Ð½ÐµÐ¼*/
    .form-consultation {
        overflow: hidden;
    }

    .form-consultation button[type="submit"] {
        font-family: "Core Sans C 55";
        width: 100%;
        background: rgb(33, 37, 41);
        font-size: 1rem;
        line-height: 1.875rem;
        text-align: center;
        border: none;
        border-radius: 0;
    }

    .form-consultation button[type="submit"]:focus,
    .form-consultation button[type="submit"]:hover {
        background: rgb(53 59 64);
    }

    .form-consultation .title {
        font-size: 1.375rem;
        line-height: 1.8125rem;
        text-align: center;
        color: #FFF;
        font-weight: bolder;
        margin-bottom: 1rem;
    }

    .form-consultation p {
        font-size: 0.8125rem;
        line-height: 1.25rem;
        text-align: center;
        color: #FFF;
        font-weight: normal;
        margin-bottom: 1.625rem;
    }

    .form-consultation .check-yes {
        font-family: "Core Sans C";
        font-size: 0.6875rem;
        line-height: 1.125rem;
        color: #D8EFFF;
        display: flex;
        text-align: left;
        position: relative;
        text-align: left
            /*center*/
        ;
        width: 100%;
        margin: 0.5rem 0
            /*1rem*/
        ;
    }

    .form-consultation .check-yes:before {
        content: url('../img/check.png');
        padding-left: 0;
        display: block;
        width: 0.5rem;
        height: 0.5rem;
        margin-right: 10px;
    }

    /*.form-consultation .check-yes:before { content: url('../img/check.png'); padding-left: 1rem; display: block; width: 0.5rem; height: 0.5rem; margin-right: 10px;}    */


    footer {
        background: #F6F6F6;
        padding-top: 2rem;
        padding-bottom: 1.5rem;
    }

    footer .logo-footer {
        text-align: center;
        margin-bottom: 2rem;
        display: block;
        text-decoration: none;
    }

    footer a[href^="tel"] {
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 1.875rem;
        text-decoration: none;
        color: #333;
        display: block;
    }

    footer a[href^="mailto"] {
        font-weight: normal;
        font-size: 0.875rem;
        line-height: 1.6875rem;
        text-decoration: none;
        color: #333;
    }

    footer adress {
        font-size: 0.875rem;
        line-height: 1.6875rem;
        color: #333;
        margin-bottom: 2.8125rem;
        display: inherit;
    }

    footer adress a {
        text-decoration: none;
        color: #333;
    }

    hr.footerHR {
        background: #DEDEDE;
        height: 1px;
        width: 100%;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    footer .footer-nav ul {
        margin: 0;
        padding: 0;
    }

    footer .footer-nav ul li {
        list-style: none;
        color: #333;
        font-size: 0.875rem;
        font-weight: bold;
    }

    footer .footer-nav ul li>a {
        font-size: 0.75rem;
        line-height: 1.625rem;
        color: #8D8D8D;
        text-decoration: none;
        font-weight: normal;
    }

    footer .footer-nav ul li>a:hover {
        text-decoration: underline;
    }

    footer .infoOrg {
        font-size: 0.75rem;
        line-height: 1.5rem;
        width: 100%;
    }

    footer .infoOrg ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

    footer .copright p {
        font-size: 0.75rem;
        line-height: 1.25rem;
        color: #333;
        margin-bottom: 0;
    }


    .benefitsBlock {
        border: 1px #EFEFEF solid;
        padding: 1.875rem 1.125rem 0;
        margin: 2.5rem 0;
    }

    .itemBen {
        text-align: center;
        font-size: 1rem;
        color: #333;
        line-height: 1.875rem;
        width: 100%;
        margin-bottom: 2rem;
    }

    .itemBen span {
        display: block;
        font-size: 2.25rem;
        line-height: 1.875rem;
        color: #1A73E8;
        font-weight: 600;
        margin-bottom: 1.625rem;
    }


    .titleItem {
        font-size: 1rem;
        font-weight: bolder;
        margin-bottom: 1rem;
    }

    .titleItem .fas,
    .titleItem .far {
        font-size: 1rem;
        color: #1A73E8;
    }

    .descItem {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 2rem;
    }

    .pb-55 {
        padding-bottom: 25px;
    }

    .pb-65 {
        padding-bottom: 35px;
    }

    .mb-lg-45 {
        margin-bottom: 15px;
    }

    .mb-lg-55 {
        margin-bottom: 25px;
    }

    .mb-lg-65 {
        margin-bottom: 35px;
    }

}

@media (max-width: 768px) {


    .educational-activities-nav__col{
        /* margin-bottom: 20px; */
    }

    .educational-activities-nav__col:last-child{
        margin-bottom: 0px;
    }


    .nav-container .btn-mobile {
        display: inline-flex;
        padding-left: 0;
        border: 0;
        background-color: transparent;
    }

    .modal_menu.active {
        left: 0 !important;
        top: 0;
    }

    .btn-privacity {
        float: right;
    }

    .nav-search-header {
        padding-top: 0.75rem;
    }
}

@media (max-width: 1023px){

    .main-educational-activities__text{
        margin-bottom: 1em;
    }


    .on-line-preparation{
        margin-bottom: 1em;
        display: inline-block;
    }
}

/*MIN width*/

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 100%;
    }

    h1,
    .h1 {
        font-size: 1.375rem;
        font-weight: bolder;
        line-height: 1.875rem;
        margin-bottom: 1.25rem;
    }

    h1.mainPageH1 br {
        display: none;
    }

    .h3 {
        font-size: 1.125rem;
        font-weight: bolder;
        line-height: 1.125rem;
        margin-bottom: 1.5rem;
    }

    p {
        color: #333;
        font-size: 0.875rem;
        line-height: 1.25rem;
        margin-bottom: 1.5rem;
    }

    #contentBlock ul {
        font-size: 0.875rem;
    }

    header>.container {
        padding-top: 0.6875rem;
        padding-bottom: 0.875rem;
    }

    .logo a {
        display: block;
        outline: none;
        margin-top: -13px;
    }

    .phone-xs .fa-phone-alt:before {
        color: #1A73E8;
        width: 18px;
        height: 18px;
        display: block;
    }

    .phone-xs a {
        text-decoration: none;
        outline: none;
    }

    .fa-search:before {
        content: url('../img/fa-search.svg');
        width: 18px;
        height: 18px;
        color: #333;
    }

    .fa-search:before {
        content: url('../img/fa-search.svg');
        width: 18px;
        height: 18px;
        color: #333;
    }

    #carouselMainSlider {
        height: 252px;
        width: 100%;
    }

    #carouselMainSlider .carousel-item {
        height: 252px;
        width: 100%;
    }

    #carouselMainSlider .carousel-item:before {
        position: absolute;
        z-index: 0;
        background: rgba(51, 51, 51, 0.5);
        width: 100%;
        height: 100%;
        display: block;
        content: " ";
    }

    #carouselMainSlider .carousel-indicators {
        display: inline-flex !important;
        margin-bottom: 0 !important;
        height: 16px;
        justify-content: left;
        position: absolute;
        left: 135px;
        bottom: 40px;
    }

    #carouselMainSlider .carousel-caption {
        width: calc(100% - 2rem);
        left: 1rem;
        bottom: 0;
    }

    #carouselMainSlider .carousel-caption h5 {
        font-family: "Segoe UI";
        text-align: left;
        font-style: normal;
        font-weight: bold;
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 1.5rem;
        color: #FFF;
    }

    #carouselMainSlider .carousel-caption .benefits-slide {
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 1.25rem;
        width: 75%;
        vertical-align: middle;
        display: flex;
        align-items: center;
    }

    #carouselMainSlider .carousel-caption .benefits-slide:before {
        width: 31px;
        height: 31px;
        content: url('../img/orel-icn.png');
        display: block;
        margin-right: 1.125rem;
    }

    .sectionInfo {
        padding-top: 1.5rem;
    }

    .sectionInfo h1 {
        font-size: 1.375rem;
        font-weight: bolder;
        line-height: 1.875rem;
        text-align: center;
        margin-bottom: 1.875rem;
    }

    .itemBlock .title {
        font-size: 1rem;
        line-height: 1.3125rem;
        font-weight: bolder;
        border-bottom: 1px solid #EFEFEF;
        padding: 1.0625rem 1.625rem;
        margin-bottom: 0.875rem;
    }

    .btn-privacity {
        float: right;
    }

    .titleItem {
        font-size: 1.125rem;
        font-weight: bolder;
        margin-bottom: 1rem;
    }

    .titleItem .fas,
    .titleItem .far {
        font-size: 1.125rem;
        color: #1A73E8;
    }

    .descItem {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 2rem;
    }

    /*Ð²Ñ‹ÐµÐ·Ð¶Ð°ÑŽÑ‰Ð¸Ð¹ Ð¿Ð¾Ð¸ÑÐº*/
    /*   .nav-search-header {padding-top: 12px;}*/
    .nav-search form {
        position: absolute;
        top: -55px;
        left: 0;
        width: 100%;
        height: 0;
        background: #f6f6f6;
        line-height: 55px;
        padding-right: 0;
        border-radius: none;
        padding: 1rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        transition: all 0.5s ease;
    }

    .nav-search form.active,
    #modal-form {
        width: 100%;
        height: 75px;
        top: 0;
        left: 0;
        padding: 0 1rem;
        z-index: 99;
        transition: all 0.5s ease;

        background: #f6f6f6;
    }

    #modal-form.fancybox__content {
        position: fixed;
    }

    #modal-form.fancybox__content .carousel__button.is-close {
        position: fixed;
    }

    #modal-form.fancybox__content form {
        height: 100%;
    }

    #modal-form.fancybox__content .btn-close,
    #modal-form.fancybox__content .carousel__button.is-close {
        position: absolute;
        top: 1.5rem;
        right: 1rem;
        padding: 1rem;
        color: #000;
        background: transparent url('../img/is-close.svg') center/1em auto no-repeat;
        border: 0;
        border-radius: 0;
        width: 1.5em;
        height: 1.5em;
        background-size: cover;
    }


    .nav-search form.active input[type="text"] {
        padding: 0 1rem;
        background: #fff;
        width: 100%;
        height: 55px;
    }

    .nav-search .inner-search {
        position: relative;
        z-index: 99;
    }

    .nav-search .btn-close {
        position: absolute;
        z-index: 105;
        right: 1rem;
        top: 50%;
        padding: 1rem;
        margin-top: -1.5em;
        display: flex;
    }


    /*Ñ„Ð¾Ñ€Ð¼Ð° Ð½Ð° ÑÐ¸Ð½ÐµÐ¼*/
    .form-consultation button[type="submit"] {
        font-family: "Core Sans C 55";
        width: 100%;
        background: rgb(33, 37, 41);
        font-size: 1rem;
        line-height: 1.875rem;
        text-align: center;
        border: none;
        border-radius: 0;
    }

    .form-consultation button[type="submit"]:focus,
    .form-consultation button[type="submit"]:hover {
        font-family: "Core Sans C 55";
        width: 100%;
        background: #EE4E4E;
        background: rgb(53 59 64);
        font-size: 1rem;
        line-height: 1.875rem;
        text-align: center;
        border: none;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        outline: none;
    }

    .form-consultation .title {
        font-size: 1.375rem;
        line-height: 1.8125rem;
        text-align: center;
        color: #FFF;
        font-weight: bolder;
        margin-bottom: 1rem;
    }

    .form-consultation p {
        font-size: 0.8125rem;
        line-height: 1.25rem;
        text-align: center;
        color: #FFF;
        font-weight: normal;
        margin-bottom: 1.625rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .form-consultation .check-yes {
        font-family: "Core Sans C";
        font-size: 0.6875rem;
        line-height: 1.125rem;
        color: #D8EFFF;
        display: inline-flex;
        position: relative;
    }

    /*.form-consultation .check-yes:before { content: url('../img/check.png'); padding-left: 1rem; display: block; width: 0.5rem; height: 0.5rem;}*/
    .form-consultation .check-yes:before {
        content: url(../img/check.png);
        display: block;
        margin-right: 0.5rem;
    }


    footer {
        background: #F6F6F6;
        padding-top: 2rem;
        padding-bottom: 1.5rem;
    }

    footer .logo-footer {
        text-align: center;
        margin-bottom: 2rem;
        display: block;
        text-decoration: none;
    }

    footer a[href^="tel"] {
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 1.875rem;
        text-decoration: none;
        color: #333;
    }

    footer a[href^="mailto"] {
        font-weight: normal;
        font-size: 0.875rem;
        line-height: 1.6875rem;
        text-decoration: none;
        color: #333;
    }

    footer adress {
        font-size: 0.875rem;
        line-height: 1.6875rem;
        color: #333;
        margin-bottom: 2.8125rem;
        display: inherit;
    }

    footer adress a {
        text-decoration: none;
        color: #333;
    }

    hr.footerHR {
        background: #DEDEDE;
        height: 1px;
        width: 100%;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    footer .footer-nav ul {
        margin: 0;
        padding: 0;
    }

    footer .footer-nav ul li {
        list-style: none;
        color: #333;
        font-size: 0.875rem;
        font-weight: bold;
    }

    footer .footer-nav ul li>a {
        font-size: 0.75rem;
        line-height: 1.625rem;
        color: #8D8D8D;
        text-decoration: none;
        font-weight: normal;
    }

    footer .footer-nav ul li>a:hover {
        text-decoration: underline;
    }

    footer .infoOrg {
        font-size: 0.75rem;
        line-height: 1.5rem;
        width: 100%;
    }

    footer .infoOrg ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

    footer .copright p {
        font-size: 0.75rem;
        line-height: 1.25rem;
        color: #333;
        margin-bottom: 0;
    }

    .zap {
        display: inline-block;
    }


    .benefitsBlock {
        border: 1px #EFEFEF solid;
        padding: 1.875rem 1.125rem 0;
        margin: 2.5rem 0;
    }

    .itemBen {
        text-align: center;
        font-size: 1rem;
        color: #333;
        line-height: 1.875rem;
        width: 33.33%;
        margin-bottom: 2rem;
    }

    .itemBen span {
        display: block;
        font-size: 2.25rem;
        line-height: 1.875rem;
        color: #1A73E8;
        font-weight: 600;
        margin-bottom: 1.625rem;
    }


    .h2_left {
        font-size: 0.875rem;
        line-height: 1.5rem;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 1.25rem;
        display: block !important;
    }

    .infoLeftLicense {
        border: 1px #EFEFEF solid;
        padding: 1.5625rem;
    }

    .infoLeftLicense a[data-fancybox="gallery"] {
        width: 33.33%;
        padding: 0 5px;
    }

    .stepsBlock {
        background: #F6F6F6;
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        font-family: "Segoe UI";
    }

    .stepsBlock .row {
        padding-left: 30px;
    }

    .stepsBlock .col {
        margin-bottom: 1.5rem;
    }

    .infoKursPO {
        border: 1px #EFEFEF solid;
        padding: 1.5625rem;
        margin: 0 0 2.875rem 0;
    }

    .infoKursPO .itemDesc {
        color: #333;
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 1.3125rem;
    }

    .infoKursPO .itemDesc:last-child {
        margin-bottom: 0rem;
    }

    .infoKursPO .itemDesc#nameMetodist {
        background: url('../img/icn-metodist.svg') no-repeat 0 4px;
        padding-left: 46px;
    }

    .infoKursPO .itemDesc#srokKurse {
        background: url('../img/icn-clock.svg') no-repeat 0 4px;
        padding-left: 46px;
    }

    .infoKursPO .itemDesc#telMetodist {
        background: url('../img/icn-phonem.svg') no-repeat 0 4px;
        padding-left: 46px;
    }

    .infoKursPO .itemDesc#telMetodist ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        list-style: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    .infoKursPO .itemDesc#telMetodist ul li {
        list-style: none !important;
    }

    .infoKursPO .itemDesc#telMetodist ul li:before {
        display: none !important;
    }


    .pb-55 {
        padding-bottom: 25px;
    }

    .pb-65 {
        padding-bottom: 35px;
    }

    .mb-lg-45 {
        margin-bottom: 15px;
    }

    .mb-lg-55 {
        margin-bottom: 25px;
    }

    .mb-lg-65 {
        margin-bottom: 35px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 662px) {
    .infoKursPO .itemDesc#telMetodist ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        list-style: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    footer .logo-footer {
        text-align: left !important;
        padding-top: 0.8125rem;
        margin-bottom: 2rem;
        display: block;
        text-decoration: none;
    }

    /* footer adress {font-size: 0.875rem; line-height: 1.6875rem; color: #333; margin-bottom: 0; display: inherit; flex: 0 0 auto; }
    footer a[href^="mailto"] { font-weight: normal; font-size: 0.875rem; line-height: 1.6875rem; text-decoration: none; color: #333; flex: 0 0 auto; padding-right: calc(var(--bs-gutter-x)/ 2); margin-top: var(--bs-gutter-y);}
    */
    footer adress {
        font-size: 0.875rem;
        line-height: 1.6875rem;
        color: #333;
        margin-bottom: 0;
        display: inherit;
        width: 50%;
    }

    footer a[href^="mailto"] {
        width: 50%;
        font-weight: normal;
        font-size: 0.875rem;
        line-height: 1.6875rem;
        text-decoration: none;
        color: #333;
        flex: 0 0 auto;
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: calc(var(--bs-gutter-x)/ 2);
        margin-top: var(--bs-gutter-y);
    }
}

@media (min-width: 667px) and (max-width: 767.99px) {
    footer adress {
        font-size: 0.875rem;
        line-height: 1.6875rem;
        color: #333;
        margin-bottom: 0;
        display: inherit;
        width: 100%;
    }

    footer a[href^="mailto"] {
        width: 100%;
        font-weight: normal;
        font-size: 0.875rem;
        line-height: 1.6875rem;
        text-decoration: none;
        color: #333;
        flex: 0 0 auto;
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: 0;
        margin-top: var(--bs-gutter-y);
    }
}


@media (min-width: 768px) {

    .container,
    .container-sm {
        max-width: 1170px;
    }

    h1,
    .h1 {
        font-size: 1.375rem;
        font-weight: bolder;
        line-height: 1.875rem;
        margin-bottom: 2.5rem;
    }

    #contentBlock ul {
        font-size: 1rem;
    }

    header>.container {
        padding-top: 1.375rem;
        padding-bottom: 1.5rem;
    }

    .logo a {
        display: block;
        outline: none;
    }

    .logo img {
        max-width: 223px;
    }

    .serviceMenu a {
        color: #fff;
        text-decoration: none;
        font-size: 1rem;
        display: flex;
        height: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .serviceMenu a:hover,
    .serviceMenu .nav-item.hovered,
    .serviceMenu li.selected a {
        background: #378BFA;
    }

    .submenuService {
        background: #378BFA;
        position: absolute;
        min-width: 267px;
        max-width: 320px;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        display: block;
        visibility: hidden;
        overflow: hidden;
        z-index: 22;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .serviceMenu .nav-item.hovered .submenuService {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .submenuService ul li {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }

    .submenuService a {
        font-size: 0.875rem;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0.5rem 1rem;
    }

    .submenuService a:hover {
        text-decoration: none;
        background: #EFEFEF;
        color: #000;
    }

    #carouselMainSlider {
        height: 350px;
        width: 100%;
    }

    #carouselMainSlider .carousel-item {
        height: 350px;
        width: 100%;
    }

    #carouselMainSlider .carousel-item:before {
        position: absolute;
        z-index: 0;
        background: rgba(51, 51, 51, 0.5);
        width: 100%;
        height: 100%;
        display: block;
        content: " ";
    }

    #carouselMainSlider .carousel-indicators {
        display: inline-flex !important;
        margin-bottom: 0 !important;
        height: 16px;
        justify-content: left;
        position: absolute;
        left: 130px;
        bottom: calc(2.875rem + 22px);
    }

    #carouselMainSlider .carousel-caption {
        width: calc(100% - 2rem);
        left: 1rem;
        bottom: 0;
        top: 2rem;
    }

    #carouselMainSlider .carousel-caption h5 {
        font-family: "Segoe UI";
        text-align: left;
        font-style: normal;
        font-weight: bold;
        font-size: 2.25rem;
        line-height: 2.875rem;
        margin-bottom: 1.5rem;
        color: #FFF;
    }

    #carouselMainSlider .carousel-caption .benefits-slide {
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 1.25rem;
        width: 75%;
        vertical-align: middle;
        display: flex;
        align-items: center;
    }

    #carouselMainSlider .carousel-caption .benefits-slide:before {
        width: 31px;
        height: 31px;
        content: url('../img/orel-icn.png');
        display: block;
        margin-right: 1.125rem;
    }

    #carouselMainSlider .carousel-caption .more-btn-blue,
    #carouselMainSlider .carousel-caption .more-btn-orange {
        position: absolute;
        bottom: 2.875rem;
    }


    .sectionInfo h1 {
        font-size: 1.875rem;
        font-weight: bolder;
        line-height: 1.875rem;
        text-align: center;
        margin-bottom: 2.75rem;
    }

    .itemBlock .title {
        padding: 0.875rem 2.125rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: bolder;
        border-bottom: 1px solid #EFEFEF;
        margin-bottom: 0.875rem;
    }

    .itemBlock ul {
        list-style: none;
        margin: 0 2.125rem 1.875rem 2.125rem;
    }

    .itemBlock ul li {
        list-style: none;
        margin: 0 0 0.75rem 0;
        font-size: 0.875rem;
        line-height: 1.5rem;
    }

    .site-content:not(container) {
        margin-bottom: 0;
    }

    .site-content.container {
        margin-bottom: 50px;
    }

    #contentBlock .itemBlock ul {
        list-style-type: disc;
        font-size: 0.875rem;
        margin: 0 1.125rem 1.875rem 3.125rem;
        padding-left: 0;
    }

    #contentBlock .itemBlock ul li {
        list-style-type: disc;
        font-size: 0.875rem;
    }

    #contentBlock .itemBlock ul li:before {
        display: none;
    }

    .infoKursPO .itemDesc#telMetodist ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        list-style: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    .infoKursPO .itemDesc#telMetodist ul li {
        list-style: none !important;
    }

    .infoKursPO .itemDesc#telMetodist ul li:before {
        display: none !important;
    }

    .form-consultation {
        width: calc(100% - 2rem);
    }

    .form-consultation .check-yes {
        font-family: "Core Sans C";
        font-size: 0.75rem;
        line-height: 1.125rem;
        color: #D8EFFF;
        display: flex;
        width: 100%;
        text-align: center;
        margin-left: auto;
        justify-content: center;
    }

    .form-consultation .check-yes:before {
        content: url(../img/check.png);
        padding-left: 0;
        display: block;
        width: 16px;
        height: 16px;
        left: 0;
    }

    footer .logo-footer {
        text-align: left !important;
        padding-top: 0.8125rem;
        margin-bottom: 2rem;
        display: block;
        text-decoration: none;
    }

    footer adress {
        font-size: 0.875rem;
        line-height: 1.6875rem;
        color: #333;
        margin-bottom: 0;
        display: inherit;
        flex: 0 0 auto;
        width: 50%;
    }

    footer a[href^="mailto"] {
        width: 50%;
        font-weight: normal;
        font-size: 0.875rem;
        line-height: 1.6875rem;
        text-decoration: none;
        color: #333;
        flex: 0 0 auto;
        width: 50%;
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: calc(var(--bs-gutter-x)/ 2);
        margin-top: var(--bs-gutter-y);
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    header>.container {
        padding-top: 1.625rem;
        padding-bottom: 1.8125rem;
    }

    .nav-container {
        background: #1A73E8;
        height: 54px;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1024px) {

    .main-page-form-container form{
        position: relative;
    }

    .main-page-form-container form:before{
        content: '';
        display: block;
        width: 126.06px;
        height: 156.31px;
        position: absolute;
        top: 97px;
        left: -170px;
        background-image: url(../img/main-page-form-container-before.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }

    .main-page-form-container form:after{
        content: '';
        display: block;
        width: 351px;
        height: 451px;
        position: absolute;
        top: -50px;
        right: -350px;
        background-image: url(../img/main-page-form-container-after.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }

    .pb-xl-120{
        padding-bottom: 120px !important;
    }

    .pl-xl-90{
        padding-left: 90px !important;
    }

    .h1.main-page-about-title,
    .h1.main-educational-activities-title{
        color: rgb(33, 37, 41);
        font-family: Segoe UI;
        font-size: 48px;
        font-weight: 700;
        line-height: 70px;
        text-align: center;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }


    #carouselMainSlider {
        height: 350px;
        width: 100%;
    }

    #carouselMainSlider .carousel-item {
        height: 350px;
        width: 100%;
    }

    #carouselMainSlider .carousel-item:before {
        position: absolute;
        z-index: 0;
        background: rgba(51, 51, 51, 0.5);
        width: 100%;
        height: 100%;
        display: block;
        content: " ";
    }

    #carouselMainSlider .carousel-indicators {
        display: inline-flex !important;
        margin-bottom: 0 !important;
        height: 16px;
        justify-content: left;
        position: absolute;
        left: 170px;
        bottom: 40px;
    }

    #carouselMainSlider .carousel-caption {
        width: 100%;
        height: 100%;
        bottom: 0;
    }

    #carouselMainSlider .carousel-caption h5 {
        font-family: "Segoe UI";
        text-align: left;
        font-style: normal;
        font-weight: bold;
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 1.5rem;
        color: #FFF;
    }

    #carouselMainSlider .carousel-caption .benefits-slide {
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 1.25rem;
        width: 75%;
        vertical-align: middle;
        display: flex;
        align-items: center;
    }

    #carouselMainSlider .carousel-caption .benefits-slide:before {
        width: 48px;
        height: 48px;
        content: url('../img/gerb_russia.svg');
        display: block;
        margin-right: 1.125rem;
    }

    .btn-privacity .btn-to-login {
        color: #333 !important;
        font-size: 0.875rem;
        padding: 0 15px;
        line-height: 1.875rem;
        font-weight: 600;
    }

    #headerPhoneLarge a[href^="tel"] {
        font-family: "Segoe UI";
        font-weight: bold;
        font-size: 0.75rem;
        line-height: 1.875rem;
        color: #333;
        text-decoration: none;
    }

    #headerPhoneLarge{
        white-space: nowrap;
    }

    footer a[href^="mailto"] {
        width: 50%;
        font-weight: normal;
        font-size: 0.875rem;
        line-height: 1.6875rem;
        text-decoration: none;
        color: #333;
        flex: 0 0 auto;
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: calc(var(--bs-gutter-x)/ 2);
        margin-top: var(--bs-gutter-y);
    }
}

@media (min-width: 1200px){
     .header-container{
        gap: 0.5%;
        display: flex;
        justify-content: space-between;
        /* flex-wrap: nowrap; */
    }

    .logo a img{
        width: 300px;
        max-width: max-content;
    }

    .header-container .col-xl{
        flex: 0 0 0%;
    }
}


@media (min-width: 576px) and (max-width: 662px) {
    .nav-search-header {
        position: relative;
        color: #A7A7A7;
        max-width: 187px;
        float: right;
    }

    #headerPhone a[href^="tel"] {
        font-family: "Segoe UI";
        font-weight: bold;
        font-size: 0.75rem;
        line-height: 1.875rem;
        color: #333;
        text-decoration: none;
    }

}

@media (min-width: 320px) and (max-width: 1199px) {
    .form-consultation #buttonBlock .save-btn {
        display: flex;
        margin: 0 auto;
        justify-content: center;
    }


    #headerPhoneLarge a[href^="tel"] {
        font-family: "Segoe UI";
        font-weight: bold;
        font-size: 0.75rem;
        line-height: 1.875rem;
        color: #333;
        text-decoration: none;
    }

    .btn-privacity .btn-to-login {
        color: #333 !important;
        font-size: 0.875rem;
        padding: 0 15px;
        line-height: 1.875rem;
        font-weight: 600;
    }

    a.btn-to-login.white {
        color: #fff !important;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .infoKursPO .itemDesc#telMetodist ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        list-style: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    footer .logo-footer {
        text-align: left;
        margin-bottom: 2rem;
        display: block;
        text-decoration: none;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm {
        max-width: 1320px;
    }

    h1,
    .h1 {
        font-size: 1.875rem;
        font-weight: bolder;
        line-height: 2.5rem;
        margin-bottom: 2.5rem;
    }

    #contentBlock h1 {
        font-size: 2rem;
        line-height: 1.875rem;
        margin-bottom: 1.875rem;
    }

    p {
        color: #333;
        font-size: 1rem;
        line-height: 1.6875rem;
        margin-bottom: 1.5rem;
    }

    .footerHR {
        display: none;
    }

    .jobTime {
        display: inline-block;
    }

    .jobTime .title {
        font-size: 0.875rem;
        line-height: 1rem;
        color: #333;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .jobTime .jobtime-item {
        font-size: 0.875rem;
        line-height: 1rem;
        color: #ACACAC;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .jobTime .jobtime-item span {
        color: #333;
        margin-left: 1.5rem;
    }

    .itemBlock .title {
        padding: 1.125rem 1.875rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: bolder;
        border-bottom: 1px solid #EFEFEF;
        margin-bottom: 0.875rem;
    }

    .btn-privacity .btn-to-login {
        color: #333 !important;
        font-size: 0.875rem;
        padding: 0 15px;
        line-height: 1.875rem;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

    .video-item .btn-play {
        width: 4rem;
        height: 4rem;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .serviceMenu a {
        color: #fff;
        text-decoration: none;
        font-size: 1.125rem;
        display: flex;
        height: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .serviceMenu a:hover,
    .serviceMenu .nav-item.hovered,
    .serviceMenu li.nav-item.selected a {
        background: #378BFA;
    }

    .submenuService {
        background: #378BFA;
        position: absolute;
        min-width: 267px;
        max-width: 320px;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        display: block;
        visibility: hidden;
        overflow: hidden;
        z-index: 22;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .serviceMenu .nav-item.hovered .submenuService {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .submenuService ul li {
        font-size: 1rem;
        line-height: 1.525rem;
    }

    .submenuService a {
        font-size: 1rem;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0.5rem 1rem;
    }

    .submenuService a:hover {
        text-decoration: none;
        background: #EFEFEF !important;
        color: #000;
    }

    a[data-fancybox="video-gallery"] {
        max-height: 401px;
        width: auto;
        max-width: 643px;
    }

    .video-item img {
        max-height: 401px;
        width: auto !important;
        min-width: auto;
        max-width: auto;
    }

    .form-consultation {
        width: 100%;
    }

    .form-consultation .title {
        font-size: 1.875rem;
        line-height: 2.5rem;
        margin-bottom: 20px;
        font-size: 48px;
    }

    .form-consultation button[type="submit"] {
        height: 56px;
    }

    .form-consultation textarea {
        height: 56px;
    }

    .form-consultation .check-yes {
        text-align: left;
        font-size: 0.825rem;
        margin-bottom: 1.5rem;
    }

    .form-consultation .check-yes:before {
        margin-right: 0.2rem;
    }

    .form-consultation #buttonBlock .save-btn {
        display: none;
    }

    .form-consultation .save-btn#saveBtnXL {
        display: block;
    }

    .benefits-item {
        font-style: normal;
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.375rem;
        color: #333;
    }

    .benefits-item span {
        max-width: 320px;
    }

    .benefits-item#one span {
        background: url(../img/benefits-1.svg) no-repeat 0 0;
        padding-left: 4.875rem;
        padding-bottom: 1rem;
        display: inline-flex;
    }

    .benefits-item#two span {
        background: url(../img/benefits-2.svg) no-repeat 0 0;
        padding-left: 4.875rem;
        padding-bottom: 1rem;
        display: inline-flex;
    }

    .benefits-item#tree span {
        background: url(../img/benefits-3.svg) no-repeat 0 0;
        padding-left: 4.875rem;
        padding-bottom: 1rem;
        display: inline-flex;
    }

    .benefits-item#four span {
        background: url(../img/benefits-4.svg) no-repeat 0 0;
        padding-left: 4.875rem;
        padding-bottom: 1rem;
        display: inline-flex;
    }

    #carouselMainSlider {
        height: 505px;
        width: 100%;
    }

    #carouselMainSlider .carousel-item {
        height: 505px;
        width: 100%;
        background-size: cover !important;
    }

    #carouselMainSlider .carousel-caption {
        height: 100%;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        top: 2.5rem;
        left: 0;
    }

    #carouselMainSlider .carousel-item:before {
        position: absolute;
        z-index: 0;
        background: rgba(51, 51, 51, 0.5);
        width: 100%;
        height: 100%;
        display: block;
        content: " ";
    }

    #carouselMainSlider .carousel-indicators {
        display: inline-flex !important;
        margin-bottom: 0 !important;
        height: 16px;
        justify-content: left;
        position: absolute;
        left: 12%;
        bottom: 3rem;
    }

    #carouselMainSlider .carousel-caption h5 {
        font-family: "Segoe UI";
        text-align: left;
        font-style: normal;
        font-weight: bold;
        font-size: 3rem;
        line-height: 3.75rem;
        margin-bottom: 1.5rem;
        color: #FFF;
    }

    #carouselMainSlider .carousel-caption .benefits-slide {
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 4rem;
        width: 75%;
        vertical-align: middle;
        display: flex;
        align-items: center;
    }

    #carouselMainSlider .carousel-caption .benefits-slide:before {
        width: 48px;
        height: 48px;
        content: url('../img/gerb_russia.svg');
        display: block;
        margin-right: 1.125rem;
    }

    #carouselMainSlider .carousel-caption .more-btn-blue,
    #carouselMainSlider .carousel-caption .more-btn-orange {
        position: absolute;
        bottom: 4.0625rem;
    }


    .schedule-item a:not(.more-btn-blue) {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        color: #333;
        font-weight: bold;
        margin-bottom: 1rem;
        display: inherit;
    }

    .sectionInfo {
        padding-top: 4.05rem;
    }

    footer {
        background: #F6F6F6;
        padding-top: 3.125rem;
        padding-bottom: 2.5rem;
    }

    footer .logo-footer {
        padding-top: 0;
        margin-bottom: 1rem;
    }

    footer #lastColFooter .copy {
        color: #333;
        font-size: 0.75rem;
        line-height: 1.25rem;
    }

    footer #lastColFooter .infoOrg ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        margin-bottom: 20px;
    }

    footer .footer-nav ul li {
        list-style: none;
        color: #333;
        font-size: 1rem;
        line-height: 1.875rem;
        font-weight: bold;
    }

    footer .footer-nav ul li>a {
        font-size: 0.875rem;
        line-height: 1.625rem;
        color: #8D8D8D;
        text-decoration: none;
        font-weight: normal;
    }

    footer .size-selector {
        position: relative;
        color: #8D8D8D;
        font-size: 0.875rem;
        line-height: 1.5rem;
        text-decoration: none;
        display: inline-block;
        align-items: center;
        height: inherit;
        background: url(../img/specversion.svg) no-repeat 0 center;
        padding-left: 16px;
        background-size: 11px 11px;
    }

    footer adress {
        font-size: 0.875rem;
        line-height: 1.6875rem;
        color: #333;
        margin-bottom: 0.5rem;
        display: block;
        width: 100%;
    }

    footer a[href^="mailto"] {
        font-size: 0.875rem;
        line-height: 1.6875rem;
        color: #333;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    footer adress a:hover {
        color: #333;
    }



    #headerPhoneLarge a[href^="tel"] {
        font-family: "Segoe UI";
        font-weight: 600;
       font-size: 16px;
        line-height: 27px;
        color: rgb(51, 51, 51);
        text-decoration: none;
    }

    #headerPhoneLarge a[href^="tel"]:nth-child(1),
    #headerPhoneLarge a[href^="tel"]:last-child{
        padding-left: 19px;
        background-image: url(../img/header-phone-ico.svg);
        background-repeat: no-repeat;
        background-position: left center;
    }

    .benefitsBlock {
        border: 1px #EFEFEF solid;
        padding: 2.875rem 0rem;
        margin: 3.5rem 0;
    }

    .itemBen {
        text-align: center;
        font-size: 1rem;
        color: #333;
        line-height: 1.875rem;
        width: 33.33%;
    }

    .itemBen span {
        display: block;
        font-size: 3.25rem;
        line-height: 1.875rem;
        color: #1A73E8;
        font-weight: 600;
        margin-bottom: 1.625rem;
    }

    .infoKursPO {
        border: 1px #EFEFEF solid;
        padding: 1.5625rem;
        margin: 0 0 2.875rem 0;
    }

    .infoKursPO .itemDesc {
        color: #333;
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 1.3125rem;
    }

    .infoKursPO .itemDesc:last-child {
        margin-bottom: 0rem;
    }

    .infoKursPO .itemDesc#nameMetodist {
        background: url('../img/icn-metodist.svg') no-repeat 0 4px;
        padding-left: 46px;
    }

    .infoKursPO .itemDesc#srokKurse {
        background: url('../img/icn-clock.svg') no-repeat 0 4px;
        padding-left: 46px;
    }

    .infoKursPO .itemDesc#telMetodist {
        background: url('../img/icn-phonem.svg') no-repeat 0 4px;
        padding-left: 46px;
    }

    .infoKursPO .itemDesc#telMetodist ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        list-style: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    .infoKursPO .itemDesc#telMetodist ul li {
        list-style: none !important;
    }

    .infoKursPO .itemDesc#telMetodist ul li:before {
        display: none !important;
    }



    .stepsBlock .titleH1 {
        margin-bottom: 2.5rem;
    }

    .h2_left {
        font-size: 1rem;
        line-height: 1.625rem;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 1.25rem;
        display: block !important;
    }

    .pb-55 {
        padding-bottom: 55px;
    }

    .pb-65 {
        padding-bottom: 65px;
    }

    .mb-lg-45 {
        margin-bottom: 45px;
    }

    .mb-lg-55 {
        margin-bottom: 55px;
    }

    .mb-lg-65 {
        margin-bottom: 65px;
    }

    .mb-lg-120 {
        margin-bottom: 120px !important;
    }


}

/* XX-Large devices (larger desktops, 1400px and up)     */
@media (min-width: 1400px) {
    ...
}