/* Reset Styles */
a img { border: 0; }
img { max-width: 100%; vertical-align: top; }
header, nav, section, article, aside, footer { display: block; }
html, body, div, section, header, footer, h1, h2, h3, h4 { margin: 0; padding: 0; }
p { margin: 0; padding: 0; }
a:focus { text-decoration: none; }
/* Reset Styles */

html { font-size: 100%;}

@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-UltraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}


body {
    font-family: 'e-Ukraine', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8); line-height: 1.2;
}

a { text-decoration: none;color: #000000; }

a:hover {  }
.container { width: 1170px; margin: 0 auto; /*overflow: hidden;*/ }
.mobile-show { display: none; }
.mobile-hidden { display: block; }
.hexa-bg {
    background: url(../images/bg.png) repeat center center;
}
.alert {font-size: 1.25rem}
.header { padding: 11px 0px 11px 0px; position:fixed; width: 100%;
    box-sizing: border-box;
    position: fixed;
    background-color: white;
    z-index: 99;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #ccc;
}
.header .container-fluid { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.logo {display: flex; height: 100%; align-items: center}
.logo a { display: inline-block; text-decoration: none}
a.logo-flex {display: flex; height: 100%; align-items: center}
.logo a:hover {  text-decoration: none}
.text-logo { font-family: "Arial"; color:#939394; font-size: 28px;  }
.text-logo b {color:#007cb9; font-weight:normal;}
.logo a img {  }
.logo img { height: 40px; height: auto; margin-right: 0.5rem;}
.menu-block { text-align: center; padding-top: 0px; }
.menu-block ul { margin: 0; padding: 0; }
.menu-block ul li { list-style-type: none; display: inline-block; line-height: 1; margin: 0 20px; }
.menu-block ul li a, .mobile_profile_links a { font-size: 24px; color: rgba(0,0,0,0.6); }
.menu-block ul li a:hover, .mobile_profile_links a:hover, .menu-block ul li.active a { color: #000000; }
.profile_link {  }
.profile_link a { font-size: 16px; color: rgba(0,0,0,0.6); }
.profile_link a:hover { color: #000000;text-decoration: underline; }
.mobile-menu { flex-direction: column; justify-content: space-between; height: 30px; cursor: pointer; display: none; }
.mobile-menu span { display: inline-block; width: 40px; height: 3px; background: #555555; transition: 0.2s ease-in-out; }
.mobile-menu.open span:nth-child(1) { transform: rotate(45deg) translate(10px, 10px); }
.mobile-menu.open span:nth-child(2) { opacity: 0; }
.mobile-menu.open span:nth-child(3) { transform: rotate(-45deg) translate(8px, -10px); }

[dir=ltr] button.button,
.button,
.button-outline,
.button-sm {
    display: inline-block;
    min-width: 230px;
    font-size: 1.875rem;
    background-color: #ffffff;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    font-variant: small-caps;
    border: 3px solid #000000;
    border-radius: 30px;
    padding: 0.5em 0.5em 0.5em 0.5em;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: #000000;
}
.button-standart {
    font-size: 1rem !important;
    background-color: #007CB9;
    line-height: 1;
}
[dir=ltr] button.button.button-primary,
.button.button-primary,
.button-primary{
    color: white;
}

.button:focus,
.button-outline:focus,
.button-sm:focus {

    outline: none;
}

.button, .button-outline{
    padding: 20px 25px 19px 25px;
    font-weight: bold;
}

.button:hover,
.button-outline:hover {
    text-decoration: none;
}
.button:hover, .button-sm:hover {
    opacity: 0.7;
}
.button-outline,
.button-outline-sml{
    background-color: transparent !important;
    transition: 0.2s ease-in-out;
    color: #000000;
    border-radius: 30px;
}

.button-outline-sml {
    font-size: 1rem !important;
    min-width: 140px !important;
    border: 1px solid #007CB9 !important;
}
.button-outline:hover {
    background-color: yellow !important;
    color: #000000;
}

.button_white{
    border: 2px solid #ffff;
    background: #000000;
    color: #ffff;
    font-size: 18px;
}

.button.button-inverse {
    border: 2px solid #000000;
    /*background: #FFDD00;*/
    color: #000000;
}

.button-outline.button-inverse {
    border: 2px solid #000000;
    background-color: transparent;
    color: #000000;
    border-radius: 30px;
    font-size:18px;
}

.arrow_right{
    padding-right: 65px !important;
    background: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M31.8436 15.4023L33.3436 16.8024L18.0436 33.1024L16.6436 31.7024L31.8436 15.4023Z" fill="black"/><path d="M18.0436 0.602295L16.6436 2.00232L31.8436 18.3023L33.3436 16.8023L18.0436 0.602295Z" fill="black"/><path d="M31.1428 15.7024H0.842773V17.9023H31.1428V15.7024Z" fill="black"/></svg>') no-repeat right center;
    background-size: 24px; /* Ширина стрілки */
    background-position: calc(100% - 10px) center;
}

.arrow_right_white{
    padding-right: 65px !important;;
    background: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M31.8436 15.4023L33.3436 16.8024L18.0436 33.1024L16.6436 31.7024L31.8436 15.4023Z" fill="white"/><path d="M18.0436 0.602295L16.6436 2.00232L31.8436 18.3023L33.3436 16.8023L18.0436 0.602295Z" fill="white"/><path d="M31.1428 15.7024H0.842773V17.9023H31.1428V15.7024Z" fill="white"/></svg>') no-repeat right center;
    background-size: 24px; /* Ширина стрілки */
    background-position: calc(100% - 10px) center;
}

.button.disabled {
    opacity: 0.4;
}
.modal-photo-buttons-wrapp {
    display: flex;
    justify-content: space-around;
    position: relative;
}
.alert button.close {height:100%}
button.btn-source-select,
.btn-source-select {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 5px !important;
    border: solid 1px rgba(217,216,230,.7);
    border-color: rgba(0, 124, 185,0.4);
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    will-change: box-shadow;
    -webkit-transition: -webkit-box-shadow .15s ease-out;
    transition: -webkit-box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out,-webkit-box-shadow .15s ease-out;
    cursor: pointer;
    position: relative;
    background-color: white;
    text-align: center;
    padding: 1rem;
}
button.btn-source-select:hover,
.btn-source-select:hover {
    border-color: rgba(0, 124, 185,0.9);
    background-color: rgba(0, 124, 185,0.05);
    box-shadow: 0px 1px 5px rgb(0 124 185 / 20%);
}
button.btn-source-select i.glyphicon {
    color:#007CB9;
}
.btn-new,
button.btn-new {
    color: white;
    background-color: #007CB9;
    text-decoration: none;
    font-size: 1rem;

    min-width: 100px;

    text-align: center;
    border: 1px solid #007CB9;
    border-radius: 5px;
    padding: 0.5em 0.5em 0.5em 0.5em;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    line-height:1.8rem;
}
.btn-new.btn-new-outline,
button.btn-new.btn-new-outline {
    background-color: transparent;
    color: #007CB9;
}
.m-title {
    overflow: hidden;
}
.button-email {
    background: url('data:image/svg+xml,<svg width="38" height="28" viewBox="0 0 38 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.46036 0H33.1317C33.1989 0.000189136 33.266 0.00208062 33.3332 0.00567445C33.4002 0.00926828 33.4671 0.0145644 33.5339 0.0215629C33.6008 0.0285614 33.6672 0.0372622 33.7337 0.0476654C33.8002 0.0578794 33.8663 0.0699849 33.9321 0.0836035C33.9978 0.0974114 34.0634 0.112732 34.1284 0.129756C34.1936 0.146779 34.2583 0.165505 34.3224 0.185744C34.3867 0.206172 34.4504 0.228113 34.5136 0.251567C34.5768 0.275022 34.6394 0.300178 34.7014 0.326848C34.7633 0.353518 34.8246 0.38189 34.8853 0.411587C34.9461 0.441472 35.006 0.472682 35.0652 0.505593C35.1244 0.538505 35.1826 0.572741 35.2403 0.60849C35.2979 0.644239 35.3545 0.681501 35.4104 0.720277C35.4661 0.758863 35.5211 0.798962 35.5749 0.840386C35.6288 0.881809 35.6818 0.924557 35.7337 0.968628C35.7855 1.01289 35.8363 1.05828 35.886 1.105C35.9359 1.15153 35.9844 1.19958 36.0319 1.24876C36.0794 1.29794 36.1256 1.34825 36.1707 1.3997C36.2158 1.45115 36.2597 1.50373 36.3024 1.55745C36.345 1.61117 36.3862 1.66602 36.4264 1.72182C36.4664 1.77762 36.5052 1.83436 36.5424 1.89224C36.5799 1.94993 36.6158 2.00857 36.6504 2.06815C36.6849 2.12773 36.7181 2.18826 36.7497 2.24954C36.7815 2.31082 36.8118 2.37287 36.8405 2.43566C36.8693 2.49846 36.8966 2.56182 36.9223 2.62613C36.9482 2.69026 36.9725 2.75495 36.9952 2.82039C37.0178 2.88584 37.039 2.95185 37.0587 3.01824C37.0783 3.08482 37.0964 3.15178 37.1128 3.21911C37.1292 3.28645 37.144 3.35417 37.1574 3.42245C37.1705 3.49054 37.1822 3.55901 37.1923 3.62768C37.2023 3.69653 37.2107 3.76538 37.2175 3.8346C37.2242 3.90364 37.2293 3.97306 37.2328 4.04248C37.2363 4.11189 37.2381 4.18131 37.2383 4.25092V23.7491C37.2381 23.8185 37.2363 23.8879 37.2328 23.9573C37.2293 24.0268 37.2242 24.0962 37.2175 24.1652C37.2107 24.2344 37.2023 24.3035 37.1923 24.3721C37.1822 24.4408 37.1705 24.5093 37.1574 24.5774C37.144 24.6456 37.1292 24.7134 37.1128 24.7807C37.0964 24.8482 37.0783 24.9152 37.0587 24.9816C37.039 25.048 37.0178 25.114 36.9952 25.1794C36.9725 25.2449 36.9482 25.3096 36.9223 25.3739C36.8966 25.438 36.8693 25.5015 36.8405 25.5643C36.8118 25.6271 36.7815 25.6892 36.7497 25.7505C36.7181 25.8116 36.6849 25.8721 36.6504 25.9317C36.6158 25.9912 36.5799 26.0499 36.5424 26.1078C36.5052 26.1655 36.4664 26.2222 36.4264 26.278C36.3862 26.3338 36.345 26.3886 36.3024 26.4424C36.2597 26.4961 36.2158 26.5487 36.1707 26.6001C36.1256 26.6518 36.0794 26.7021 36.0319 26.7512C35.9844 26.8002 35.9359 26.8483 35.886 26.895C35.8363 26.9415 35.7855 26.9871 35.7337 27.0312C35.6818 27.0753 35.6288 27.118 35.5749 27.1594C35.5211 27.2008 35.4661 27.2409 35.4104 27.2795C35.3545 27.3183 35.2979 27.3556 35.2403 27.3913C35.1826 27.4271 35.1244 27.4615 35.0652 27.4942C35.006 27.5271 34.9461 27.5583 34.8853 27.5882C34.8246 27.6179 34.7633 27.6463 34.7014 27.673C34.6394 27.6996 34.5768 27.7248 34.5136 27.7482C34.4504 27.7719 34.3867 27.7938 34.3224 27.8141C34.2583 27.8343 34.1936 27.853 34.1284 27.8701C34.0634 27.8871 33.9978 27.9024 33.9321 27.9162C33.8663 27.9298 33.8002 27.9419 33.7337 27.9523C33.6672 27.9625 33.6008 27.9713 33.5339 27.9782C33.4671 27.9852 33.4002 27.9905 33.3332 27.9941C33.266 27.9977 33.1989 27.9998 33.1317 28H4.46036C4.39315 27.9998 4.32612 27.9977 4.25891 27.9941C4.19188 27.9905 4.12503 27.9852 4.05818 27.9782C3.99133 27.9713 3.92485 27.9625 3.85837 27.9523C3.79189 27.9419 3.72577 27.9298 3.66002 27.9162C3.59427 27.9024 3.5287 27.8871 3.46368 27.8701C3.39848 27.853 3.33382 27.8343 3.26971 27.8141C3.20542 27.7938 3.14168 27.7719 3.07848 27.7482C3.01529 27.7248 2.95264 27.6996 2.89072 27.673C2.82881 27.6463 2.76744 27.6181 2.7068 27.5882C2.64598 27.5583 2.58607 27.5271 2.5269 27.4942C2.46772 27.4615 2.40946 27.4271 2.35175 27.3913C2.29421 27.3556 2.23759 27.3183 2.18171 27.2795C2.126 27.2409 2.07102 27.2008 2.01714 27.1594C1.96326 27.118 1.9103 27.0753 1.85843 27.0312C1.80655 26.9871 1.75578 26.9415 1.7061 26.895C1.65624 26.8483 1.60765 26.8002 1.56017 26.7512C1.51268 26.7021 1.46647 26.6518 1.42136 26.6001C1.37625 26.5487 1.33241 26.4961 1.28967 26.4424C1.24712 26.3886 1.20584 26.3338 1.16566 26.278C1.12566 26.2222 1.08694 26.1655 1.04968 26.1078C1.01224 26.0499 0.97644 25.9912 0.941738 25.9317C0.907219 25.8721 0.873978 25.8116 0.842381 25.7505C0.8106 25.6892 0.780281 25.6271 0.751606 25.5643C0.722748 25.5015 0.695534 25.438 0.669781 25.3739C0.643845 25.3096 0.619556 25.2449 0.596909 25.1794C0.574261 25.114 0.553074 25.048 0.533348 24.9816C0.513805 24.9152 0.495724 24.8482 0.479286 24.7807C0.462845 24.7134 0.448051 24.6456 0.434719 24.5774C0.42157 24.5093 0.409882 24.4408 0.399834 24.3721C0.38979 24.3035 0.38139 24.2344 0.37463 24.1652C0.36787 24.0962 0.362759 24.0268 0.359287 23.9573C0.355816 23.8879 0.353992 23.8185 0.353809 23.7491V4.25092C0.353992 4.18131 0.355816 4.11189 0.359287 4.04248C0.362759 3.97306 0.36787 3.90364 0.37463 3.8346C0.38139 3.76538 0.38979 3.69653 0.399834 3.62768C0.409882 3.55901 0.42157 3.49054 0.434719 3.42245C0.448051 3.35417 0.462845 3.28645 0.479286 3.21911C0.495724 3.15178 0.513805 3.08482 0.533348 3.01824C0.553074 2.95185 0.574261 2.88584 0.596909 2.82039C0.619556 2.75495 0.643845 2.69026 0.669598 2.62613C0.695534 2.56182 0.722748 2.49846 0.751606 2.43566C0.780281 2.37287 0.8106 2.31082 0.842381 2.24954C0.873978 2.18826 0.907219 2.12773 0.941738 2.06815C0.976257 2.00857 1.01224 1.94993 1.04968 1.89224C1.08694 1.83436 1.12566 1.77762 1.16566 1.72182C1.20584 1.66602 1.24712 1.61117 1.28967 1.55745C1.33223 1.50373 1.37625 1.45115 1.42136 1.3997C1.46647 1.34825 1.51268 1.29794 1.56017 1.24876C1.60765 1.19958 1.65624 1.15153 1.7061 1.105C1.75578 1.05828 1.80655 1.01289 1.85843 0.968628C1.9103 0.924557 1.96326 0.881809 2.01714 0.840386C2.07102 0.798962 2.126 0.758863 2.18171 0.720277C2.23759 0.681501 2.29421 0.644239 2.35175 0.60849C2.40946 0.572741 2.46772 0.538505 2.5269 0.505593C2.58607 0.472682 2.64598 0.441472 2.7068 0.411587C2.76744 0.38189 2.82881 0.353518 2.89072 0.326848C2.95264 0.300178 3.01529 0.275022 3.07848 0.251567C3.14168 0.228113 3.20542 0.206172 3.26971 0.185744C3.33382 0.165505 3.39848 0.146779 3.46368 0.129756C3.5287 0.112732 3.59427 0.0974114 3.66002 0.0836035C3.72577 0.0699849 3.79189 0.0578794 3.85837 0.0476654C3.92485 0.0372622 3.99133 0.0285614 4.05818 0.0215629C4.12503 0.0145644 4.19188 0.00926828 4.25891 0.00567445C4.32612 0.00208062 4.39315 0.000189136 4.46036 0ZM34.7794 4.16183L24.1442 12.6255L34.7794 23.66V4.25092C34.7794 4.25092 34.7794 4.18718 34.7794 4.16183ZM18.796 13.669L32.763 2.54537H4.82912L18.796 13.669ZM22.1649 14.1909L19.546 16.2781C19.4926 16.3207 19.4362 16.3583 19.3769 16.3914C19.3175 16.4243 19.2559 16.4519 19.1922 16.4744C19.1285 16.4969 19.0633 16.5138 18.9968 16.5253C18.9303 16.5367 18.8634 16.5423 18.796 16.5423C18.7286 16.5423 18.6618 16.5367 18.5953 16.5253C18.5288 16.5138 18.4636 16.4969 18.3999 16.4744C18.3361 16.4519 18.2746 16.4243 18.2152 16.3914C18.1559 16.3583 18.0994 16.3207 18.0461 16.2781L15.4272 14.1909L4.54639 25.4544H33.0457L22.1649 14.1909ZM13.4601 12.6255L2.81274 4.16183C2.81274 4.16183 2.81274 4.16183 2.81274 4.25092V23.66L13.4601 12.6255Z" fill="black"/></svg>') no-repeat left 20px center, #FFDD00;
    padding-left: 50px;
    background-size: 24px;
}

.slide_button a, .button-outline-sm {
    font-family: e-Ukraine;
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color:#000000;
    border-bottom: 1px  solid #000000;
    text-transform: uppercase;
}

.slide_button a:hover {
    border-bottom: none;
}

.slide_button a.color-red {
    color: red;
    border-color: red;
}
.slide_button a:hover, .button-outline-sm:hover {
    opacity: 1;
    text-decoration: none;
}
[dir=ltr] button.button-sm,
[dir=ltr] .button.button-sm,
.button-sm {
    font-size: 20px;
    min-width: 140px;
}
.app {overflow: hidden}
.hexa-bg.page-site-index,
.hexa-bg.page-blog-index,
.hexa-bg.page-blog-view,
.hexa-bg.page-blog-category,
.hexa-bg.page-blog-author
{background-image: none; background-color: white}
.hexa-bg.page-blog-view {
    background-color: #f1f1f1;
}
.home_top_block {
    padding: 150px 0 50px 0;
    text-align: center;
    margin-top: 60px;
}
.home_top_block h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #FFDD00;
    font-weight: 700;
    margin-bottom: 35px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.home_top_block h2 {
    color: #fff;
    font-weight: 400;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    max-width: 700px;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
}

.clients_block { padding: 40px 0 25px 0; max-width: 1370px; margin: 0 auto; border-bottom: 1px solid rgba(0, 0, 0, 0.25); margin-bottom: 40px; }
.clients_block .container {  }
.block_title {
    color: #000000;
    font-family: e-Ukraine;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.all_clients { display: flex; }
.single_client { padding: 0 20px; }
.single_client a { display: inline-block; }
.single_client a img, .single_client img { filter: grayscale(100%); transition: ease 0.7s; }
.single_client a:hover img, .single_client:hover img { filter: grayscale(0); }

.provide_block { padding: 20px 0 45px 0; background: url(../img/bg_provide.jpg) no-repeat center top/cover, #F7F7F7; }
.all_provide_blocks { margin: 40px 0 70px 0; display: flex; }
.single_provide_block { text-align: center; padding: 0 60px; }
.provide_image { margin-bottom: 10px; min-height: 185px; display: flex; justify-content: center; align-items: flex-end; }
.provide_title { font-size: 1.875rem; color: #007CB9; font-weight: 500; line-height: 1.66em; margin-bottom: 10px; }
.provide_text { font-size: 1.5625rem; color: rgba(0,0,0,0.8); line-height: 1.66em; }
.block_title.grey_title { color: rgba(0, 0, 0, 0.8); opacity: 0.8; }

.experience_block {
    background: url(../images/2024/11.jpg) no-repeat center center/cover;
    /*padding: 60px 0 90px 0; */
}
.experience_block .block_title { font-size: 44px; color: #fff; }
.experience_columns { margin-top: 60px; display: flex; }
.experience_column { color: #fff; text-align: center; width: 33.33%; padding: 0 80px; }
.exp_number { font-size: 58px; font-weight: 700; margin-bottom: 30px; }
.exp_line { width: 100%; height: 1px; max-width: 365px; background: #fff; margin: 0 auto 30px auto; }
.exp_text { font-size: 30px; font-weight: 500; }

.goals_block { padding: 70px 0 60px 0; background: rgba(196,196,196,0.16);  /*background: url(../img/bg_goals.png) no-repeat right top 70px, rgba(196,196,196,0.16);*/  }
.goals_block .container { overflow: visible; }
.block_subtitle { text-align: center; line-height: 1.5em;}
.all_goals { margin-top: 70px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.single_goal { width: calc((100% - 60px) / 3); margin-bottom: 30px; text-align: center; background: #fff; border-radius: 15px; box-shadow: 0px 0px 30px rgba(0, 124, 185, 0.15); padding: 50px 15px; box-sizing: border-box; }
.goal_img { height: 90px; margin-bottom: 10px; }
.goal_title { font-size: 30px; color: #000000; font-weight: 500; line-height: 35px; margin: 20px 0; }
.goal_text { font-size: 20px; }

.business_block {  }
.business_inner { display: flex; }
.business_left { width: 57.5%; background: url(../img/bg_business.jpg) no-repeat center center/cover; display: flex; align-items: center; }
.bl_inner { padding: 30px 125px; }
.business_left img { width: 90%; height: auto; }
.business_left .cr_inner {width:100%;}
.business_right {
    width: 42.5%;
    min-width: 720px;
    background: #FFDD00;
    color: #000000;
    display: flex;
    align-items: center;
    overflow: hidden }


.br_inner { padding: 60px 70px; }
.br_description {margin-bottom: 1.66em; line-height: 1.5em;}
.business_right h3,
.br_heading { font-size: 3rem; font-weight: bold; margin-bottom: 0.85em; }
.business_right p {  }
.buttons_row {display: flex; justify-content: normal; flex-wrap: wrap;}
.buttons_row .button-inverse:first-child {margin-right: 2rem;}
.br_buttons{ margin-top: 50px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.br_buttons a { display: inline-block; width: calc((100% - 50px) / 2); min-width: 230px; font-size: 30px; color: #fff; line-height: 1; font-weight: 500; text-align: center; font-variant: small-caps; border: 3px solid #FFFFFF; border-radius: 5px; padding: 0.5em 10px 0.6em 10px; box-sizing: border-box; font-weight: 500; }
.br_buttons a:hover { color: #007CB9; background: #FFFFFF; opacity: 0.7; }
.br_buttons a.presentation { color: #007CB9; background: url(../img/download.png) no-repeat right 20px center, #FFFFFF; padding-right: 40px; }
.button-presentation { background: url(../img/download.png) no-repeat right 20px center; padding-right: 50px; }
.br_buttons a.presentation:hover { opacity: 0.7; }

.top_products_block {
    padding: 80px 0 90px 0;
    background: url(../images/bg.png) no-repeat right center;
    background-color: rgba(196, 196, 196, 0.16); }
.all_top_products { margin-top: 70px;  overflow: hidden }
.single_top_product { background: #FFFFFF; box-shadow: 0px 0px 30px rgba(0, 124, 185, 0.15); border-radius: 15px; text-align: center; }
.stp_inner { padding: 50px 30px; padding-top: 24px; }
.single_top_product h3 {
    font-family: e-Ukraine;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color:#000000;
}
.product_img { margin-top: 25px; }
.owl-carousel .owl-item .product_img img { width: auto; height: auto; margin: 0 auto; }
.slide_button { margin-top: 25px; }

.all_top_products.owl-carousel .owl-stage-outer{ overflow: visible; }
.all_top_products .owl-controls, .j-carousel .owl-controls, .owl-controls  { margin-top: 35px; }
.all_top_products .owl-dots, .j-carousel .owl-dots,  .owl-dots { display: flex; justify-content: center; }
.all_top_products .owl-dot, .j-carousel .owl-dot,  .owl-dot  {
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    box-sizing: border-box;
    margin: 0 8px;
}
.all_top_products .owl-dot:hover, .all_top_products .owl-dot.active,
.j-carousel .owl-dot:hover, .j-carousel .owl-dot.active,
.owl-dot:hover, .owl-dot.active {
    background: #FFE500;
    border:1px solid #FFE500;
}
.catalog_btn { margin-top: 40px; text-align: center; }

.career_block {  }
.career_inner { display: flex; }
.career_left {
    width: 42%;
    min-width: 720px;
    background: #FFDD00;
    color: #000000;
    display: flex;
    align-items: center;
}
.cl_inner { padding: 40px 110px; }
.career_buttons { margin-top: 50px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.career_buttons a { display: inline-block; width: calc((100% - 50px) / 2); min-width: 230px; font-size: 30px; color: #fff; line-height: 1; font-weight: 500; text-align: center; font-variant: small-caps; border: 3px solid #FFFFFF; border-radius: 5px; padding: 0.5em 10px; box-sizing: border-box; }
.career_buttons a:hover { color: #007CB9; background: #FFFFFF; opacity: 0.7; }
.career_buttons a.email_btn {
    color: #000000;
    background: url(../img/svg/email.svg) no-repeat left 20px center, #FFDD00;
    padding-left: 40px;
}
.career_buttons a.email_btn:hover { opacity: 0.7; }
.career_right { width: 58%; }
.cr_inner { height: 100%; }
.cr_inner img { width: 100%; height: 100%; object-fit: cover; }

.references_block { padding: 70px 0; background:  url(../images/bg.png) no-repeat right center; }
.references_block .container { overflow: visible; }
.all_testimonials { margin-top: 50px; }
.single_testimonial { padding: 100px 90px 55px 90px; }
.testimonial_content { display: flex; align-items: center; justify-content: space-between; }
.author_photo { width: 200px; }
.testimonial_content .testimonial_text { width: calc(100% - 270px); color: #000; }
.author { display: flex; justify-content: flex-end; margin-top: 50px; }
.author_inner {
    width: 350px;
    padding-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    text-align: right;
    font-size: 19px;
    line-height: 25.2px;
}
.all_testimonials .owl-controls { margin-top: 35px; }
.all_testimonials .owl-dots { display: flex; justify-content: center; }
.all_testimonials .owl-dot { width: 16px; height: 16px;
    border: 2px solid rgba(0, 0, 0, 0.3); border-radius: 100%;
    box-sizing: border-box; margin: 0 8px;
}
.all_testimonials .owl-dot:hover, .all_testimonials .owl-dot.active {
    background: #FFE500;
    border: 2px solid rgba(255, 255, 0, 0.5); border-radius: 100%;
}

.news_block { background: rgba(237, 246, 250, 0.79); }
.news_inner { display: flex; }
.news_left { width: 56.5%;  min-width: 720px;display: flex; align-items: center; }
.nl_inner { padding: 40px 150px; }
.news_title { margin-bottom: 50px; }
.news_title img {max-height: 90px}
.nl_inner p { position: relative; }
.nl_inner p:after { content: ""; display: block; width: 60px; height: 43px; background: url(../img/quotes.png) no-repeat; position: absolute; right: 0; bottom: -20px; }
.news_right { width: 43.5%;  }
.nr_inner { height: 100%; }
.nr_inner img, .news_right img { width: 100%; height: 100%; min-width: 100%; min-height: 100%; object-fit: cover; }

.back_to_top { padding: 70px 0; background: rgba(196, 196, 196, 0.16); text-align: center; }
.back_to_top a { font-size: 20px; color: #000000; font-weight: 500; text-decoration: underline; }
.back_to_top a:hover { text-decoration: none; }


.catalog_top_block {
    background: url('../images/catalog.jpg') center center/cover no-repeat;
    max-width: 1390px;
    height: 375px;
    border-radius: 15px;
    margin: 100px auto 20px;
}
.courses-container {margin-bottom: 4rem;}
.filters {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5rem;
    margin-top: 4rem;
}
.page-blog-index .filters  {
    margin-bottom: 3rem;
}

.filter-block {
    color: #000000;
    font-size: 19px;
    margin-right: 40px;
}
.filter-block.filter-search {
    align-self: end;
    margin-right: 0px;
    /*padding-right: 60px;*/
    margin-bottom: 0;
    display: flex;
}
.filter-select-label {
    border-bottom: 2px solid #007CB9;
}
.justify-start {
    margin-left: auto;
}
.search-input {
    font-size: 22px;
    color: #555555;
    line-height: 34px;
    border: 0.829661px solid #000000;
    border-radius: 16px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0 16px 0 22px;
    border-right:none;
    background: #FFFFFF;
}
.search-input::placeholder {
    color:#c5c8c6;
}
.search-button {
    /*background: url(/img/arrow_right.png) no-repeat center center #007CB9;*/
    background-color: white;
    /*position: absolute;*/
    width: 60px;
    height: 36px;
    border: 0.829661px solid #000000;
    color:#000000;
    border-left:none;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
}
.filter-dropdown {
    display: inline-block;
}
.dm-label {
    color: #555555;
    text-decoration: underline;
}
.dm-label:hover {
    color: black;
}

.filter-dropdown .dropdown-item,
.dropdown-item {
    font-size: 24px;
    color:#444444;
    padding: 6px 15px;
}
.filter-dropdown .dropdown-item:hover,
.dropdown-item:hover {
    color:#000000;
}
.filter-dropdown .dropdown-menu,
.dropdown-menu {
    border: 1px solid #555555;

    padding: 0;
    border-radius: 4px;
}
.footer { background: #000000; padding: 125px 0; }
.footer_columns { display: flex; justify-content: space-between; color: #fff; }
.footer_left { width: 30%; }
.footer_columns h3 { font-size: 24px; font-weight: 700; margin-bottom: 30px; }
.footer_contacts { font-size: 20px; line-height: 1.7; }
.footer_contacts p { margin-bottom: 30px; }
.footer_contacts a {color:white ; text-decoration: underline}
.footer_social {  }
.fs_title { font-size: 24px; font-weight: 700; margin-bottom: 30px; }
.footer_social nav { display: flex; }
.footer_social nav a { display: inline-block; width: 48px; height: 48px; background-color: #fff; border-radius: 100%; background-position: center center; background-repeat: no-repeat; margin-right: 25px; }
.footer_social nav a:hover { background-color: #ccc; }
.footer_social nav a.social_fb { background-image: url(../img/fb_icon.png); }
.footer_social nav a.social_ln { background-image: url(../img/ln_icon.png); }
.footer_social nav a.social_yt { background-image: url(../img/yt_icon.png); }
.footer_social nav a.social_in { background-image: url(../img/in_icon.png); }
.footer_center { width: 17%; }
.footer_menu {  }
.footer_menu ul { margin: 0; padding: 0; }
.footer_menu ul li { list-style-type: none; }
.footer_menu ul li a { font-size: 20px; color: #FDFDFD; line-height: 1.7; font-weight: 300; text-decoration: underline; }
.footer_menu ul li a:hover { text-decoration: none; }
.footer_right { width: 40%; }
.footer_form {  }
.footer_form form ::placeholder { color: #fff; }
.form_line,
.footer_form .form-label-group{ margin-bottom: 7px; }
.form_line input[type="text"], .form_line input[type="email"],
.footer_form .form-control{ font-size: 20px; color: #fff; line-height: 35px; font-weight: 400; background: transparent; border: 1px solid #fff; border-radius: 5px; width: 100%; padding: 0 10px; box-sizing: border-box; }
.form_line input[type="text"]:focus, .form_line input[type="email"]:focus, .footer_form .form-control { outline: none; }
.form_line textarea, .footer_form textarea.form-control { font-size: 20px; color: #fff; font-weight: 400; background: transparent; border: 1px solid #fff; border-radius: 5px; width: 100%; height: 70px; padding: 5px 10px; box-sizing: border-box; resize: none; }
.footer_form textarea.form-control.error {border-color: red;}
.form_line textarea:focus { outline: none; }
.form_submit, .footer_form .button-outline-sm{ margin-top: 25px; text-align: right; float: right}
.form_submit input, .footer_form .button-outline-sm { font-size: 24px; color: #fff; line-height: 36px; font-variant: small-caps; background-image: url(../img/email.png); background-repeat: no-repeat; background-position: left 24px center; background-color: transparent; border: 1px solid #fff; border-radius: 5px; padding: 0 25px 0 57px; }
.form_submit input:hover { opacity: 0.7; }
.form_submit input:focus { outline: none; }
.copyright { font-size: 16px; color: rgba(255,255,255,.5); text-align: center; margin-top: 35px; }

.product_top_block { background: none; color:#000000; padding-top: 138px; padding-bottom: 2rem;}
.product_top_block .container { overflow: visible; }
.ptb_columns { display: flex; justify-content: space-between; }
.ptb_left { width: 48%; }
.ptbl_inner { margin-bottom: -160px; text-align: center;}
.ptbl_inner img {max-height: 70vh;}

.profile-course-single .ptbl_inner img {max-height: 350px;}
.ptb_right { width: 43.5%; color: #000000; }
.ptbr_inner {  }
.ptb_right h1 { font-size: 45px; line-height: 1; font-weight: 700; margin-bottom: 15px; }
.rating { font-size: 20px; display: flex; margin-bottom: 20px; }
.rating img:not(:last-of-type) { margin-right: 5px; }
.rating span { margin-left: 8px; }
.product_info { font-size: 18px; line-height: 1.5; font-weight: 300; }
.product_description { font-size: 18px; line-height: 1.4; text-align: justify; font-weight: 500; margin-top: 20px; }
.product_buttons { margin-top: 30px; display: flex; justify-content: space-between; }

/*.product_buttons a { font-size: 30px; color: #2D92E7; background-color: #fff; font-variant: small-caps; display: inline-block; line-height: 1; border: 2px solid #fff; border-radius: 5px; padding: 0.5em 25px; }
.product_buttons a strong { font-size: 30px; font-weight: 500; font-variant: small-caps; }
.product_buttons a.currency { color: #fff; background: url(../img/arrow_bottom.png) no-repeat right 15px center, transparent; padding-right: 50px; }
.product_buttons a:hover { color: #2D92E7; background-color: #fff; opacity: 0.7; }
.product_buttons a.currency:hover {  }*/
.button-currency {
    min-width: 109px;
    text-decoration: none;
    background: url(../img/svg/arrow_bottom.svg) no-repeat right 15px center;
    background-size: 30px;
    padding-right: 50px;
    border:1px solid #FFDD00 !important;
    background-color:#FFDD00 !important;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
}
.button-currency:hover {text-decoration: none; }
.price-dropdown .dropdown-toggle::after {display: none;}
.topics_block { padding: 80px 0; /*background: url(../img/bg_topics.png) no-repeat right bottom, rgba(196, 196, 196, 0.16);*/ }
.topics_columns { display: flex; }
.topics_left { width: 50%; }
.tl_inner { padding: 120px 70px 0 170px; }
.course_features { background: #fff; box-shadow: 0px 0px 30px rgba(0, 124, 185, 0.05); border-radius: 15px; padding: 50px 80px; font-size: 24px; }
.course_features h4 {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.course_features h4 img { margin-right: 10px; }
.course_features p { opacity: 0.7; margin-bottom: 15px; }
.topics_right { width: 50%; }
.tr_inner {  }
.topics_list { margin-top: 70px; padding-left: 40px; position: relative; }
.topics_list:before { content: ""; display: block; width: 4px; height: calc(100% - 25px); background: #FFDD00; position: absolute; left: -4px; top: 10px; }
.topics_list p { font-size: 28px; line-height: 1.5em; margin-bottom: 30px; position: relative; }
.topics_list p:before { content: ""; display: block; width: 20px; height: 20px; background: #FFDD00; border-radius: 100%; position: absolute; left: -52px; top: 0; }
.topics_list p:last-child:before { top:7px; }

.guidlines_block {  }
.guidlines_columns { display: flex; justify-content: space-between; }
.guidlines_left { width: 52.5%; }
.gl_inner { height: 100%; }
.gl_inner img { width: 100%; height: 100%; object-fit: cover; }
.guidlines_right {
    width: 47.5%;
    background: #FFDD00;
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
    color:#000000;
    display: flex;
    align-items: center;
    overflow: hidden
}
.gr_inner { padding: 40px 40px 40px 80px; }
.guidlines_right ul { margin: 40px 0 0 0; padding: 0; }
.guidlines_right ul li, .guidlines_right p {
    list-style-type: none;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 30px;
    position: relative; }
.guidlines_right ul li:last-of-type, .guidlines_right p:last-of-type { margin-bottom: 0; }
.guidlines_right ul li:before, .guidlines_right p:before {
    content: url(../img/svg/check.svg);
    width:36px;
    position: absolute;
    left: -40px; top: 0;
}

.content_block { /*background: url(../img/bg_content.png) no-repeat left bottom, rgba(196, 196, 196, 0.16);*/ padding: 100px 0; }
.contents { display: flex; margin-top: 70px;position: relative; }
.c_left { width: 33%; position: relative; z-index: 1; }
.cl_i { height: 100%; padding-right: 50px; padding-top: 10px; position: relative; }
.contents p {
    font-size: 17px;
    line-height: 1.3em;
    text-transform: uppercase;
    width: 100%;
    height: 65px;
    display: flex;
    align-items: flex-end;
    border-bottom: 5px solid rgba(255, 255, 0, 0.5); padding-bottom: 5px; position: relative; }
.contents p:after { content: ""; display: block; width: 100%; height: 5px; background: rgba(255, 255, 0, 0.5); position: absolute; }
.cl_i p:nth-child(1):after { right: -100%; bottom: -5px; transform: rotate(40deg); transform-origin: left; }
.cl_i p:nth-child(3) { margin-top: 90px; }
.cl_i p:nth-child(3):after { right: -100%; bottom: -5px; }
.cl_i p:nth-child(2) { margin-top: 90px; position: absolute; bottom: 27%; }
.cl_i p:nth-child(2):after { right: -100%; bottom: -5px; transform: rotate(-40deg); transform-origin: left; }
.c_center { width: 33%; position: relative; z-index: 2; min-height: 500px }
.c_center img {width: 100%}
.c_right { width: 33%; position: relative; z-index: 1; }
.cr_i { height: 100%; padding-left: 70px; padding-top: 10px; position: relative; }
.cr_i p:nth-child(1):after { left: -100%; bottom: -5px; transform: rotate(-40deg); transform-origin: right; }
.cr_i p:nth-child(3) { margin-top: 90px; }
.cr_i p:nth-child(3):after { left: -100%; bottom: -5px; }
.cr_i p:nth-child(2) { margin-top: 90px; position: absolute; bottom: 27%;  max-width:calc(100% - 70px);}
.cr_i p:nth-child(2):after { left: -100%; bottom: -5px; transform: rotate(40deg); transform-origin: right; }
.c_right .cr_i p {text-align: right; justify-content: flex-end}

.goals_block.product_page { padding-top: 0; }
.goals_block.product_page .all_goals { margin-top: 0; }

.product_page .container { overflow: visible; }
.product_page .all_top_products { display: flex; justify-content: space-between; overflow: hidden }
.product_page .single_top_product { width: calc((100% - 50px) / 3); }

.single_top_product {margin-bottom: 2rem;}


.pagination {
    width:100%;
    display: flex;
    justify-content: center;
}
.pagination li {
    color: #545454;
    border: 2px solid #F6F6F6;
    background-color: #F6F6F6;

    margin-left: 2px;
    margin-right: 2px;
}
.pagination li:hover {
    background-color: #ccc;
    border: 2px solid #ccc;
    border-radius: 20px;
}
.pagination li.disabled:hover {
    color: #545454;
    border: 2px solid #F6F6F6;
    background-color: #F6F6F6;
    border-radius: 20px;
}
.pagination li.active {
    background-color:  #FFE500;
    border: 2px solid #FFE500;
    border-radius: 20px;
}
.pagination li a {
    color: #000000;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}
.pagination li span {
    display: block;
    padding: 5px 10px;
}
.pagination li.active a {
    color: black;
}

.top_blog_block {
    background: url('../images/blog_header.jpg') center center/cover no-repeat;
    max-width: 1390px;
    height: 375px;
    border-radius: 15px;
    margin: 100px auto 20px;
}

.top_blog_category_block {
    padding: 100px 0 180px 0;
}
.blog-top-posts {
    margin-top: 2rem;
}
.blog-top-posts-container {
    background: rgba(0, 124, 185, 0.07);
    border-radius: 15px;
    padding: 2.5rem;
    margin-bottom: 4.375rem;
}
.blog-card {
    border: none;
    background-color: transparent;
    margin-bottom: 4rem;
}
.blog-card .card-meta {
    color: #597E9B;
    font-size: 1.25rem;
    display: flex;
    justify-content: space-between;
    margin-top:1.1em ;
    margin-bottom: 1em;
}
.blog-card .card-body {
    padding-left: 0;
    padding-right: 0;
    font-size:1.25rem;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5em;
}
.blog-card .card-title {
    color: #007CB9;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 1.1666em;
    margin-bottom: 0.66em;
}
.blog-card__bottom, .blog_post_meta  {
    font-size: 1rem;
    line-height: 1.25em;
    color: #597E9B;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.25rem;

}
.blog_post_meta {
    margin-bottom: 2rem;
}
.blog_post_meta__author {
    margin-right:15px;
    padding-right: 15px;
    border-right: 1px solid #597E9B;
}
.blog_post_meta .card__bottom_dates {
    background: no-repeat;
    padding-left: 0;
}
.posts-list {
    margin-bottom: 3rem;
}
.masonry {
    position: relative;
    margin-left: -1.75rem;
    margin-right: -1.75rem;
}
.blog-list-item {
    width: 33.3333333%;
    padding-left: 1.75rem;
    padding-right: 1.75rem;

    overflow: hidden;
    position: relative;
}
.blog-list-item:nth-of-type(3n+2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.card__bottom_dates,
.card__bottom_views
{
    background-image: url('/img/icon-date.png');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
    min-height: 1.3rem;
    display: flex;
    align-items: center;
}
.card__bottom_dates {
    margin-right: 1rem;
}
.card__bottom_views {
    font-family: 'Roboto', sans-serif;
    background-image: url('/img/icon-views.png');
}
.blog-breadcrumbs {
    margin-top: 2.75rem;
    margin-bottom: 4rem;
}
.blog-breadcrumbs a,
.blog-breadcrumbs {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 25px;
    color: #000000;
}
.blog-breadcrumbs__left {
    float: left;
}
.blog-breadcrumbs__right {
    float: right;
}
.blog-single-body .title {
    font-size: 2.5rem;
    line-height:1.1em;
    color: #000000;
    font-weight: bold;
    margin-bottom: 1em;
}
.blog-page-meta {
    font-size: 1.25rem;
    line-height: 1.1em;
    color: #597E9B;
    margin-bottom: 3rem;
    font-family: 'Roboto Condensed';
}
.blog-page-content {
    padding: 1.5rem 2rem;
    background-color: white;
}
.blog-page-content p,
.blog-page-content {
    font-weight: normal;
    font-size: 1.2rem;
    line-height:1.5em;
}
.blog-page-content p {
    margin-bottom: 1em;
}
.blog-page-content img {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.p-info {
    border: solid 1px rgba(0, 124, 185, 0.3);
    padding: 0.5em 0.7em;
    background-color: rgba(0, 124, 185, 0.07);
    border-radius: 4px;
}
.widget-header {
    color: #000000;
    font-size: 1.85rem;
    line-height: 1.16em;
    text-align: center;
    font-weight: bold;
}
.blog-sidebar-container {
    padding-left: 4rem;
    padding-right: 1rem;
}

.widget-top-courses .stp_inner {
    padding-top:1.5rem ;
    padding-bottom: 2rem;
}
.widget-top-courses  .single_top_product h3 {
    font-size: 1.25rem;
    min-height: 1rem;
}
.widget-top-courses .product_img img{
    max-width:155px ;

}
.blog-single-top-image {
    margin-top: 60px;
    max-height: 50vh;
    overflow: hidden;
}


.blog-single-top-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.share-post-label,
a.subscribe-button {
    float: left;
    font-size: 1.25rem;
    line-height: 32px;
    color: #597E9B;
    margin-right: 1rem;

}
.subscribe-button {
    text-transform: uppercase;
}
a.subscribe-button {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #007CB9;
}
a.subscribe-button, #share-buttons a.a2a_dd
{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 1rem !important;
    color: #007CB9;
    line-height: 2 !important;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;

}
/*
#share-buttons a.a2a_dd
 {
	 padding-left: 15px;
	 padding-right: 15px;

 }
.blog-bottom #share-buttons a.a2a_dd
{
	padding-left: 0px;
	padding-right: 0px;
	border: none;
}
*/
/*
div:not(.blog-bottom) .a2a_default_style:not(.a2a_flex_style) a {
	line-height: 2 !important;
	font-size: 1rem !important;
	padding-left: 15px !important;
	padding-right: 6px !important;
	font-weight: 500 !important;
	color: #007CB9 !important;
	border: 1px solid #007CB9 !important;
	border-radius: 5px !important;
}*/
#share-button-top .a2a_dd {
    line-height: 2 !important;
    font-size: 1rem !important;
    padding-left: 15px !important;
    padding-right: 6px !important;
    font-weight: 500 !important;
    color: #007CB9 !important;
    border: 1px solid #007CB9 !important;
    border-radius: 5px !important;
}
.share-single.a2a_default_style .a2a_svg {
    width: 22px;
    height: 22px;
    margin-top: 4px;
}
a.subscribe-button:hover, #share-buttons:hover {
    text-decoration: none;
}
.share-single.a2a_default_style a{
    font-size: 1.25rem;
    line-height: 32px;
    color: #597E9B;
    margin-right: 0rem;
}
.share-single.a2a_default_style a:hover {
    text-decoration: none;
    border: none;
}
.share-single.a2a_default_style .a2a_svg {
    float: right;
    margin-left: 0.5rem;
    background-color: #007CB9 !important;
    margin-right: 0rem;
}
.blog-share-block {
    color: #597E9B;
}

.blog-share-block .share-post-label,
.blog-share-block .a2a_kit {
    float: right;
}
.blog-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-bottom .subscribe-button {
    /*	text-transform: none;
        border: 2px solid #597E9B;
        padding: 5px 10px;
        border-radius: 5px;
    */
}
.blog-bottom #share-buttons a.a2a_dd {

}

.blog-comments {
    margin-top: 3rem;
    background-color: #f1f1f1;
    padding: 3rem 0 3rem 0;
}
.comment-result {
    margin-top: 1rem;
}
.blog-comments .widget-header {
    text-align: left;
}
.blog-comments  .comment-submit-field {
    min-height: 66px;
    font-size: 1.2rem;
    line-height:1.5em;
}
.blog-page-content h1,
.blog-page-content h2,
.blog-page-content h3,
.blog-page-content h4,
.blog-page-content h5,
.blog-page-content h6 {
    margin-top: 0.5em;
    margin-bottom: 0.25em;
}
.site-error {
    padding-top: 8rem;
    padding-bottom: 3rem;
}
.comment-author,
.comment-text {
    font-weight: 300;
    font-size: 1.2rem;
    line-height:1.5em;
}
.comment-author {
    font-weight: 400;
    color: #007CB9;
}
.comment-body {
    background-color: white;
    border: 1px solid #ccc;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 2px 2px 15px rgba(0, 50, 90, 0.1);
    width: auto;
}
.comment-status-0 .comment-body {
    background-color: #ccffcc;
}

.comment-status-2 .comment-body {
    background-color: #ffcccc;
}
.block-comment .blog-card__bottom {
    margin-top: 0.5rem;
}
.block-comment .blog-card__bottom {
    margin-bottom: 2rem;
}
.comment-submit-button {
    margin-top: 0.5em;
}
.button_comment_reply {
    font-size: 1rem;
    margin-left: 1.5rem;
    margin-right: 1rem;
}
.blog-comments__children {
    padding-left: 4rem;
}
.comment-card_admin a svg{
    fill: #0a6ebd;
}
.comment-container .card__bottom_dates{
    padding-left: 30px;
    background-size: 19px;
    margin-right: 0;
    opacity: 0.6;

}
.comments-form .form-control.error {
    margin-top: 0;
    font-size: 1em;
}
.comments-form.loading-f,
.contact-form.loading-f{
    opacity: 0.5;
    position: relative;
    padding-bottom: 34px;

}
.comments-form.loading-f:before,
.contact-form.loading-f:before{
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    background: url(../img/loading-2.png) center center no-repeat;
    bottom: 0;
    left: -16px;
    top: auto;
}
.comments-form.loading-f .comment-submit-button,
.contact-form.loading-f button
{
    display: none;
}
.card__bottom_dates {
    font-family: 'Roboto', sans-serif
}
.page-wrapper {
    padding-top: 64px;
}
.page-sub-title,
.contacts-sub-title {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    text-align: center;
    font-size: 1.56rem;
}
.contacts-container,
.certificate-validation-container,
.page-container__rounded{
    background-color: white;
    padding: 4.8rem 5rem;
    border-radius: 15px;
    margin-bottom: 5rem;
}
.contacts-container .block_title,
.certificate-validation-container .block_title {
    text-align: left;
}
.certificate-validation-result p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}
.certificate-validation-help {
    font-size: 16px;
}

.help-block {
    font-size: 1rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.help-block-error {
    color: red;
}
.error-summary {
    font-size: 1rem;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}
.error-summary ul {
    margin-top: 1rem;
}
.error-summary ul li {
    margin-bottom: .5rem;
}


.contacts-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0px;
    line-height: 2.5em;
    color: #4d4d4d;
    font-size: 1.5rem;
}
.contacts-list a {
    color: #4d4d4d;
    text-decoration: none;
    font-size: 1.5rem;
}
.contacts-list a:hover {
    color: #444444;
}
.contacts-list i {
    color: #000000;
    margin-right: 5px;
}
.contacts-list li {
    display: flex;
    align-items: center;
}
.form-control {

    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 15px;
    font-size: 1.25rem;
    line-height: 2.15em;
    height: auto;
}
.form-group {
    line-height: 1;
}
.form-text {
    font-size: 1rem;
}
.form-control.error {
    border-color: red;
}
.form-label-group {
    margin-bottom: 1rem;
}
.error, .help-block-error {
    color: red;
    font-size: 1rem;
    margin-top: -0.5rem;
}
.help-block-error {
    margin-top: 0;
}
.has-error input {
    border-color: red;
}
.fixed-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.25rem;
}
.fixed-alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.fixed-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.social_buttons a img.a { display: none; }
.social_buttons a:hover {opacity: 0.6}
.contact-form {
    margin-top: 0.5rem;
}
.page-wrapper .container {
    width: 100%;
}
.profile_link a {
    float: left;
}
.modal-dialog {
    max-width: 580px;
}
.modal-header {
    border-bottom: none;
}
.modal-body {
    padding: 1rem 5rem 4.5rem 5rem;
}
.modal-body .block_title { font-size: 2.15rem; margin-bottom: 1em;}
.modal-content {
    border-radius: 13px;
}
.form-text-gray {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;opacity: 0.5;
}
.form-text-gray:hover {
    color: #007CB9;
    opacity: 1;
}
.mobile_profile_links {
    display: none;
}
.notifications-container {
    position: fixed;
    top:86px;
    z-index: 10;
}
.notifications-container .alert-dismissable .close {
    top: 0px;
    right: 0px;
}
.loading {
    outline: none;
    opacity: 0.1;
    position: relative;
}
.button.loading:hover, .button-sm.loading:hover {
    opacity: 0.1;
}

.loading:before {
    content:'';
    position: absolute;
    top: 0;
    left: -60px;
    width: 46px;
    height: 46px;
    background: url('../img/loading.gif') center center no-repeat;
}
.subscribe-block {
    margin-top: 1.5rem;
}
.subscribe-block .social_buttons{
    display: flex;
    justify-content: center;
}
.subscribe-block .social_buttons a{
    margin: 0 1rem;
}
#subscribeModal .block_title {
    margin-bottom: 1.5rem;
}
#subscribeModal p {
    font-size: 1.4rem;
}
#signupForm label {font-size: 16px;}

.card-white {
    box-shadow: 0 2px 3px rgb(56 59 61 / 5%);
    border-radius: 15px;
    background-color: white;
}
.notification-page {
    padding-top: 120px;
    padding-bottom: 160px;
}
.notification-block {
    max-width: 400px;
    padding: 40px 30px;
    margin: 0 auto;
    text-align: center;
}
.notification-icon{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-size: 75%;

    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.notification-success {
    background: url('/img/check_list.png') center center no-repeat #61bd4f;

}

.notification-error {
    background: url('/img/error.svg') center center no-repeat #fff;
    border-radius: 0;
}

.notification-warning {
    background: url('/img/warning.svg') center center no-repeat #fff;
    border-radius: 0;

}

.mess-ref {
    display: flex;
    align-items: center;
    margin: 0 6px;
}
.mess-ref img {
    width: 44px;
}
.mess-ref-first {
    margin-left: 12px;
}
.matches-answers-wrap {
    display: flex;
}

.matches-answers-wrap .question-answer-match {
    width: 49%;
    float: left;
    margin: 0 1% 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.matches-answers-wrap .question-answer-match img {
    width: 100%;
    height:100%;
    object-fit:contain;
    max-height:100%;
}
.matches-answers-wrap .question-answer-match .test-answer label {
    height:100%;
    display: flex;
    align-items: center;
    max-height:100px;
}
.matches-answers-wrap  .test-answer {
    flex-grow: 1;
}
.matches-answers-wrap .test-answers-wrapper .test-answer:last-child {
    margin-bottom: 0;
}

#match-set-left .test-answer {
    position: relative;
    width: calc(100% - 15px);
}
#match-set-left .test-answer:after {
    content: ' \2794';
    position:absolute;
    top:50%;
    right:-20px;
    margin-top: -12px;
}

.home_top_block__simulators {
    background-image: url('/img/simulators_bg.jpg');
}
.home_top_block__simulators h1 {
    color:white;
}
.home_top_block__simulators .top_block__description {
    color:white;
}
.home_top_block__simulators__button {
    margin-top:26px;
    background-color: #E94B4B;
    border-color: #E94B4B;
    color: white;
}
.home_top_block__simulators__button:hover {
    opacity:0.9;
    background-color: #7f231c;
    border-color: #7f231c;
    color:white;
}

.carousel_block {
    padding-top:70px;
    padding-bottom:90px;
    background-color: #fff;
}
.carousel_block__description {
    margin-bottom:3em;
}
.carousel_block__carousel_owl .owl-nav {
    position:absolute;
    top:calc(50% - 35px);
    transform:translate(0,-50%);
    width:100%;
}
.carousel_block__carousel_owl .owl-prev {
    left:-70px;
    position:absolute;
}
.carousel_block__carousel_owl .owl-next {
    right:-70px;
    position:absolute;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.pros_block__header {
    margin-bottom:70px;
}
.pros_block__item {
    margin-bottom:70px;
    text-align: center;
    cursor: pointer;
}
.pros_block__item__icon {
    margin-bottom:30px;
    height:82px;
}
.pros_block__item__icon {

}
.pros_block__item__heading {
    font-size:24px;
    margin-bottom:1.2em;
}
.pros_block__item__description {
    font-size: 16px;
    position: absolute;
    opacity: 0;
    transition: 0.5s all;
    background-color: white;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    top: 90%;
    z-index: 10;
}
.pros_block__item:hover .pros_block__item__description {
    opacity: 1;
}
.pros_block__item__description:before {
    visibility: visible;
    content: '';
    transform: rotate(45deg);
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
    top: -5px;
    left: calc(50% - 5px);
}
.pros_block {
    padding-top:90px;
    padding-bottom:140px;
}



.text_video_block {
    padding-top:90px;
    padding-bottom:90px;
    background-color:white;
    text-align:left;
}
.text_video_block .block_title {
    text-align: left;
    margin-right:auto;
    font-size: 36px;
    color: black;
}
.text_video_block .block_text {
    text-align: left;
    font-size:18px;
    margin-bottom: 25px;
    line-height: 1.4;
}
.text_video_block .button-outline {
    margin-right:auto;
}
.va-middle {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
}

.iframe-video {
    position:relative;
    padding-top:52%;
    width: 100%;
}
.iframe-video iframe {
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
}
.simulators_block {
    padding-top:90px;
    padding-bottom:90px;
}
.simulators_block .block_title {
    /*margin-bottom: 75px;*/
}

.two_screens_block {
    padding-bottom:90px;
}
.two_screens_block .block_title {
    margin-bottom: 47px;
}
.two_screens_block  .row-images {
    margin-bottom:55px;
}
.two_screens_block__screen p {
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}
.two_screens_block__screen img {
    width:100%;
    height:auto;
}
.two_screens_block .row-images {
    margin-top:55px;
}

.simulators-clients-wrapp .clients_block {
    background-color: white;
    padding-top:90px;
    padding-bottom:90px;
    margin-bottom:0;
    border-bottom: none;
}
.simulators-to-top {
    padding-top:0px;
    background-color: white;
}
.simulators-clients-wrapp {
    background-color:white;
}

.course-evaluation-text {
    font-size:1.3rem;
    text-align:center;
}
.evaluation-check {
    margin-right:1rem;
    width:4rem;
}

#modalPhoto {
    max-width: 800px;
    min-width: auto;
}
#modalPhoto video, #modalPhoto canvas {
    width: 100%;
    /*

    max-width: 720px;
    height: auto;
    max-height: 720px;

     */
}
#modalPhoto .modal-body {

}
.croppie_wrapper {
    height: 360px;
}
.croppie_wrapper__container {
    width: 300px;
    height: 300px;
}
.croppie-container {
    border: 1px solid #ccc;
}
#croppie {
    width: 300px;
    height: 300px;
    border: 1px solid #ccc;
}
.croppie_buttons {
    position: relative;
    margin-top: 10px;
}
.croppie_buttons button {
    font-size: 12px;
    border: none;
    padding-top: 18px;
}
#rotate {
    background: url(/img/icon-rotate.svg) top center no-repeat;
    background-size: 24px;
    width: 52px;
    height: 55px;
    position: absolute;
    top: 0px;
    right: 0;
    left: calc(100% - 50px);
    outline: none;
    opacity: 0.8;
    display: none;
    color: #007CB9;


    text-align: center;

}
#rotate:hover {
    opacity: 1;
    text-decoration: underline;
}
#sp-move {
    color: #999;
    padding: 3px 9px 2px 8px;
    border-radius: 12px;
    display: inline-block;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0,0,0,0.7);
    z-index: 20;
}
#sp-move .glyphicon {
    top:2px;
}

#zoom {
    background: url(/img/icon-zoom.svg) top center no-repeat;
    background-size: 24px;
    width: 52px;
    height: 55px;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    outline: none;
    opacity: 0.8;


    color: #666666;

    text-align: center;
}
.croppie-container .cr-slider-wrap {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 15px 60px;
}
.croppie-container .cr-viewport, .croppie-container .cr-resizer
{
    border: none;
}
#modalCroppie,
#modalPhoto{
    width: 100%;
    padding: 0;
}
#modalCroppie .modal-footer,
#modalPhoto  .modal-footer{

    border-top: 1px solid #ccc;

}
#modalPhoto  .modal-footer{

}
#modal_photo_body {
    position: relative;
    margin: 0 auto;
    min-height: 100px;
    min-width: 100px;
}
#modal_photo_video {
    position: absolute;
    transform-origin: left top;
    transform: scale(0.1);

}
#modal_photo_body #camera {
    min-width: 1200px;
}
.pe-profile-photo .glyphicon { font-size: 20px; color: #555555 }
.photo-icon { top: 10px; width: 20px; height: 20px; position: absolute; z-index: 9999 }
.photo-camera { left: 10px }
.photo-info { right: 10px }

@media (min-width: 1400px) {
    .container {
        max-width: 1270px;
        width: 1270px;
    }
}
@media only screen and (max-width: 1920px) {
    .button, .button-outline {
        font-size: 18px;
        min-width: 190px;
    }
}


@media only screen and (min-width: 1500px) {
    .container { width: 1400px; max-width: 1400px; }
    .footer .container { width: 1420px; }
}



@media only screen and (max-width: 1900px) {
    .br_inner { padding: 60px 70px; }
    .cl_inner { padding: 50px 70px; }
}

@media only screen and (max-width: 1400px) {
    body { font-size: 1.25rem; }
    .container { width: 960px; }
    .text_video_block .container { width: 1170px; }
    .logo a img { max-width: 170px; }
    .menu-block ul li a, .profile_link a { font-size: 16px; }
    .home_top_block { padding: 150px 0 250px 0; }
    .home_top_block h2,
    .provide_text { font-size: 20px; }
    .home_top_block h1 {
        font-size: 2.8rem;
    }

    .block_title,
    .experience_block .block_title,
    .business_right h3,
    .br_heading,

    .topics_block .block_title,
    .content_block .block_title,
    .ptb_right h1,
    .business_right h3, .br_heading{ font-size: 2.125rem; }
    .back_to_top a {}


    .button, .button-outline {font-size: 18px;	min-width: 190px; }
    .button:hover {}

    .testimonial_content .testimonial_text {line-height: 1.5em; font-size: 1.5rem;}
    .button.button-buy { min-width:210px }
    .button-outline.button-currency { min-width:100px }
    .author_inner, .nl_inner p { font-size: 1.5rem; line-height: 1.5em; }
    .exp_number { font-size: 42px; }
    .provide_title,
    .exp_text,
    .goal_title { font-size: 24px; }
    .br_buttons a,
    .career_buttons a { font-size: 21px; min-width: 190px; }
    .button-email { background-size: 30px 28px; }
    .footer_columns h3,
    .fs_title,
    .form_submit input { font-size: 18px; }
    .footer_menu ul li a { font-size: 14px; }
    .footer_contacts,
    .form_line input[type="text"],
    .form_line input[type="email"],
    .form_line textarea { font-size: 14px; }
    .single_top_product h3 { font-size: 20px; min-height: 73px; }
    .slide_button a, .button-outline-sm { font-size: 20px; }
    .provide_image { min-height: 180px; transform: scale(0.8); margin-bottom: 0; }
    .goal_img img { transform: scale(0.85); }
    .business_right, .career_left, .news_left {min-width: 600px;}
    .ptbl_inner { margin-bottom: -115px; }

    .rating { margin-bottom: 10px; }
    .product_info { font-size: 12px; }
    .product_description { font-size: 12px; margin-top: 10px; }
    /*.product_buttons a, .product_buttons a strong { font-size: 21px; }*/
    .tl_inner { padding: 120px 70px 0 130px; }
    .course_features { padding: 20px 60px 40px 60px; }
    .course_features h4 { font-size: 21px; }
    .course_features p { font-size: 18px; }
    .c_center {min-height: 380px;display: flex;		justify-content: center;		align-items: center;}
    .cr_i p:nth-child(2) {bottom: 0;}
    .cl_i p:nth-child(2) {bottom: 0;}

    .topics_list p { font-size: 20px; }
    .gr_inner { padding:40px 40px 40px 100px; }
    .guidlines_right { font-size: 28px; }
    .guidlines_right ul li, .guidlines_right p { font-size: 18px; }
    .contents p { font-size: 0.9rem; }
    .ptb_columns { justify-content: space-around; }
    .ptb_left { width: 43%; }
    .ptb_right { width: 39%; }
    .topics_right { padding-left: 8%; box-sizing: border-box; }
    .goal_text { font-size: 16px; }

    .filter-block,
    .filter-dropdown .dropdown-item,
    .search-input,
    .dropdown-item {font-size: 20px;}
    .filters {margin-top: 3rem; margin-bottom: 3rem;}
    .blog-card .card-title {font-size: 1.4rem}
    .blog-card .card-body, .blog-card .card-meta {font-size: 1rem}
    .blog-card__bottom {font-size: 1rem}
    .comment-author,
    .comment-text,
    .blog-comments  .comment-submit-field {
        font-size: 1.4rem;
    }
    .top_blog_category_block {
        padding: 80px 0 120px 0;
    }
    .text_video_block .block_title {
        font-size:1.7rem;
    }
}

@media only screen and (max-width: 1200px) {
    .header { }
    .menu-block ul li { margin: 0 5px; }
    .single_client { padding: 0 15px; }
    .bl_inner { padding: 30px; }
    .footer_center { width: 20%; }
    .experience_column { padding: 0 30px; }


    /*.product_buttons a { padding: 0 20px; }*/
    .topics_block { padding: 40px 0; }
    .tl_inner { padding: 120px 70px 0 70px; }
    .course_features { padding: 50px; }
    .gr_inner { padding: 40px 40px 40px 80px; }
    .nl_inner {    padding: 40px 60px; }
    .testimonial_content .testimonial_text,
    .author_inner, .nl_inner p{
        font-size: 1.25rem;
    }
}

@media only screen and (max-height: 800px) {
    /* contacts fix */
    .contacts-list a,
    .contacts-list li{
        font-size: 1.3rem;
    }
    #contactform-body {
        height: 150px;
    }
    #contact-form .form-control {
        line-height: 1.8em;
    }
    .contacts-container {
        padding: 3rem 4rem;
    }
}


@media only screen and (max-width: 991px) {
    .home_top_block h1,
    .block_title,
    .experience_block .block_title,
    .business_right h3,
    .br_heading,
    .back_to_top a,
    .topics_block .block_title,
    .content_block .block_title,
    .ptb_right h1 { font-size: 1.75rem; }
    .product_top_block { padding: 120px 0 50px 0 ; }

    .container { width: 760px; }
    .menu-block { position: absolute; left: 0; top: 60px; background: #fff; width: 100%; max-height: 0; overflow: hidden; }
    .menu-block.open { max-height: 500px; }
    .menu-block ul { border-top: 1px solid #ccc; padding: 15px 0; padding-bottom: 0}
    .menu-block ul li { margin: 0; display: block; text-align: center; }
    .menu-block ul li a { font-size: 28px;padding: 1em 0; display: block }
    .profile_link { display: none; }
    .mobile-menu { display: flex; }

    .all_provide_blocks { flex-direction: column; }
    .single_provide_block { margin-bottom: 0px; display: flex}
    .provide_image {min-width: 180px; align-items: center;}
    .provide_desc {text-align: left; display: flex; flex-direction: column; justify-content: center;}

    .block_title.grey_title {font-size: 26px;}

    .business_inner, .career_inner, .news_inner { flex-direction: column; }
    .business_left { justify-content: center; }
    .business_left, .career_left, .news_left { width: 100%; }
    .news_left { padding-bottom: 25px; }
    .business_right { width: 100%;}
    .career_right, .news_right { width: 100%; height: 40vw;}
    .business_left .bl_inner {height: 100%;}
    .business_left {height: 20vh;}
    .business_left img {height: 100%; width: auto}
    .nr_inner img {height: 100%; min-height: auto;}
    .single_testimonial { padding: 0 30px 25px 30px; }
    .testimonial_content { padding-left: 0; }
    .author_photo { bottom: 20px; left: 70px; }
    .author_inner { width: auto; }
    .nl_inner { padding: 40px 100px; }
    .footer_left { width: 34%; }
    .footer_center { width: 26%; }
    .footer_social nav { flex-wrap: wrap; }


    .experience_block {
        /*padding-bottom: 60px*/
    }
    .experience_column { width: auto; margin-bottom: 40px; }
    .exp_number, .exp_line { margin-bottom: 10px; }

    .product_buttons a { line-height: 1; text-align: center; }
    .product_buttons a.currency { display: inline-flex; align-items: center; }
    .tl_inner { padding: 120px 30px 0 30px; }
    .course_features { padding: 30px; }
    .contents p { font-size: 0.8rem; }
    .gr_inner { padding: 40px 40px 40px 60px; }
    .c_center { display: flex; align-items: center; }
    .cl_i, .cr_i { padding-top: 0; margin-top: -10px; }

    .topics_list {
        margin-top: 30px;
    }
    .filters {flex-direction: column; align-items: flex-start}
    .filter-block {margin-bottom: 0.8rem;}
    .filter-block.filter-search {margin-left: 0}
    .filter-block.filter-search, .search-input {width: 100%;}
    .business_left .cr_inner, .business_left .cr_inner img {width: 100%;}
    .blog-card__bottom, .share-post-label {font-size: 1rem}
    .card__bottom_dates {min-height: 1.3rem;}
    .card-meta .blog-author {display: none;}
    .blog-card .card-title {font-size: 1.2rem}
    .blog-list-item {width: 50%; }
    .blog-card {margin-bottom: 3rem;}
    .blog-list-item:nth-of-type(3n+2) {
        border-left: none;
        border-right: none;
    }
    .blog-list-item:nth-of-type(2n+0) {
        border-left: 1px solid #ccc;

    }
    .blog-sidebar {
        margin-top: 3rem;
    }
    .widget-top-courses  .single_top_product {

    }
    .blog-sidebar-container {
        padding: 0;
    }
    .course-widget-block {
        width: 50%;
        float: left;
        padding: 0rem 2rem;
    }
    .widget-top-courses {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .contact-form {
        margin-top: 3rem;
    }
    .mobile_profile_links {
        display: block;
        padding-bottom: 1rem;
    }
    .mobile_profile_links a {
        line-height: 1;
        padding: 1em 0;
        display: block;
    }
    .text_video_block .iframe-video {
        margin-top:2em;
    }

    .carousel_block__carousel_owl .owl-next {
        right: -42px;
    }
    .carousel_block__carousel_owl .owl-prev {
        left: -42px;
    }
}

@media screen and (max-width: 780px) {
    body { font-size: 18px; }
    /*.container { width: calc(100% - 40px); padding: 0 20px; }*/
    .container { width: 100%;}
    .home_top_block { padding: 150px 0; }
    .home_top_block h2 br { display: none; }


    .testimonial_content { flex-direction: column; }
    .testimonial_content .testimonial_text { width: 100%; }
    .author_photo { position: relative; margin-bottom: 25px; left: auto; bottom: auto; }
    .author_inner { width: 100%; }
    .nl_inner { padding: 30px; }
    .br_inner, .cl_inner {    padding: 3rem 2rem; }
    .footer { padding: 50px 0; }
    .footer_columns { flex-direction: column; }
    .footer_left, .footer_center, .footer_right { width: 100%; }
    .footer_left, .footer_center { margin-bottom: 35px; }
    .footer_columns h3 { margin-bottom: 15px; }
    .experience_columns { flex-direction: column; }
    .experience_block {
        padding: 60px 0 0 0;
    }
    .experience_block .block_title { font-size: 34px; }
    .experience_columns { margin-top: 40px; }
    .exp_number { font-size: 40px; }
    .exp_text { font-size: 22px; }
    .br_buttons a, .career_buttons a { width: 100%; }
    .br_buttons a:first-of-type, .career_buttons a:first-of-type { margin-bottom: 16px; }
    .provide_text { font-size: 18px; }
    .single_provide_block { padding: 0; }


    .ptb_left {
        width: auto;
        max-width: 220px;
    }
    .ptb_right {
        width: auto;
        padding-left: 2rem;
        padding-right: 1rem;
    }

    .topics_columns { flex-direction: column; }
    .topics_left { width: 100%; margin-bottom: 25px; }
    .tl_inner { padding: 0px 30px 0 30px; }
    .tr_inner .block_title {margin-left:-8%; }
    .topics_right { width: 100%; margin-top: 2rem}
    .topics_list { margin-left: 30px; margin-top: 40px; }
    .topics_list p { font-size: 20px; }
    .guidlines_columns { flex-direction: column; }
    .guidlines_left, .guidlines_right { width: 100%; }
    .guidlines_right ul li { font-size: 20px; }
    .content_block { padding: 40px 0; }
    .contents { flex-direction: column; }
    .c_left, .c_center, .c_right { width: 100%; }
    .c_left, .c_center { margin-bottom: 25px; }
    .cl_i { padding-right: 0; }
    .c_center { justify-content: center; min-height: auto}
    .cr_i { padding-left: 0; }
    .contents p { display: block; height: auto; margin-top: 0 !important; padding-bottom: 10px; margin-bottom: 15px; text-align: center; }
    .contents p:after { display: none; }
    .cl_i p:nth-child(2), .cr_i p:nth-child(2) {position: relative}
    .product_page .all_top_products { flex-direction: column; }
    .product_page .single_top_product { width: 100%; margin-bottom: 25px; }
    .stp_inner { padding: 40px 30px; }
    .goals_block { padding: 40px 0; }
    .course_features {display: flex;justify-content: space-around; padding: 1rem;}
    .content_image img {
        width: 40%;
    }
    .product_page .all_top_products {
        margin-top: 0;
    }
    .product_page .single_top_product {
        max-width: 320px;
    }
    .product_page .all_top_products {
        align-items: center;
    }

    .contacts-list,
    .contacts-list a{
        font-size: 1.2rem;
    }
    .top_blog_category_block {
        padding: 50px 0 90px 0;
    }
    .blog-page-content p {
        font-size: 1rem;
    }
    .page-container__rounded {
        padding:1.5rem 2rem;
    }
    .pros_block__item__heading {
        font-size: 1.1em;
        margin-bottom:0.5em;
    }
    .pros_block  {
        padding-bottom:60px;
    }
    .pros_block__item__icon {
        margin-bottom:1rem;
    }
    .pros_block .pros_block__item:last-child {
        margin-bottom:0;
    }
    .text_video_block {
        padding-bottom:60px;
        padding-top: 60px;
    }
    .two_screens_block__screen {
        margin-bottom:2rem;
    }
    .two_screens_block .row-images {
        margin-top:2rem;
        margin-bottom:2rem;
    }
    .two_screens_block .block_title {
        margin-bottom:2rem;
    }
    .text_video_block .va-middle {
        text-align: center;
    }
    .text_video_block .block_title {
        margin-right: 0;
    }

    .text_video_block .block_text {
        text-align:center;
    }
    .text_video_block .button-outline {
        margin-right: 0;
    }
    #modalPhoto { padding: 5px 0; min-width: 99%; }
    #modalPhoto .modal-body { padding: 0.25rem; }
    #modalPhoto #auth-cont { margin: 0; }
    #modalPhoto .col-12 { padding: 0; }
}

@media only screen and (max-width: 640px) {
    .all_clients { flex-wrap: wrap; justify-content: center; }
    .single_client { width: 24%; margin-bottom: 30px; text-align: center; box-sizing: border-box; }
    .single_goal { width:calc((100% - 20px) / 2); }
    .business_right, .career_left, .news_left {
        min-width: 100%;
    }

    .ptb_columns { flex-direction: column; }
    .ptb_left { width: 100%; margin-bottom: 25px; max-width: 100%}
    .ptbl_inner { margin-bottom: 0; width: 100%; text-align: center}
    .ptbl_inner img {width: 45%}
    .ptb_right { width: 100%; box-sizing: border-box; padding-left: 1rem;}
    .tl_inner {padding: 0 1rem;}
    .topics_block {padding: 2rem 0;}
    .product_top_block {padding-bottom: 2rem}
    .topics_left {margin-bottom: 0}
    .topics_right {margin-top: 2rem}
    .content_block {
        padding: 3rem 0;
    }
    .contents {
        margin-top: 2em;
    }
    .course_features h4 {
        font-size: 1.2rem;
    }
    .product_info, .product_description,
    .course_features p,
    .topics_list p,
    .guidlines_right ul li{
        font-size: 1rem;
        line-height: 1.5em;
    }
    .exp_line {
        width: 28%;
    }
    .comment-author,
    .comment-text,
    .blog-comments  .comment-submit-field {
        font-size: 1.2rem;
    }
    .contacts-container {
        padding: 2rem;
    }
    .widget-top-courses {
        margin: 0;
    }
    .course-widget-block {
        width: 100%;
        float: none;
        padding: 1.5rem 1.5rem;
    }
    .widget-top-courses .single_top_product {
        margin-bottom: 0;
    }
    .blog-share-block {
        display: flex;
        flex-direction: column-reverse;
    }
    .blog-card__bottom {
        margin-bottom: 1rem;
    }
    .modal-body {
        padding: 1rem 2rem 3.5rem 2rem;
    }
    #modalPhotoAuth {
        padding: 0;
    }
    #modalPhotoAuth .modal-body .block_title {
        font-size: 1.8rem;
        margin-bottom: 0.5em;
    }
    #modalPhotoAuth .verif_button_wrapper {
        margin-top: 0;
    }
    .modal {
        width: 95%;
    }
}

@media only screen and (max-width: 575.98px) {
    .text_video_block .container {
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    body {
        font-size: 1rem;
    }
    .home_top_block h1, .block_title, .experience_block .block_title, .business_right h3, .br_heading, .back_to_top a
    {
        font-size: 1.6rem;
    }
    .exp_number {
        font-size: 2rem;
    }
    .menu-block ul li a, .mobile_profile_links a {
        font-size: 1.2rem;
    }
    .all_provide_blocks {
        margin-top: 0;
    }
    .provide_title, .exp_text, .goal_title,
    .block_title.grey_title {
        font-size: 1.3rem;
    }
    .provide_title {
        margin-bottom: 0;
    }
    .provide_desc {
        padding-left: 1rem;
    }
    .provide_image {
        width: 100px;
        min-width: 100px;
    }
    .provide_text {
        font-size: 1rem;
    }
    .all_goals {
        margin-top: 2rem;
    }
    .single_goal {
        width: 100%;
        padding: 1rem 1rem 1rem 1rem;
        margin-bottom: 1rem;
    }
    .goal_img {
        margin-bottom: 0;
    }
    .goal_img img {
        transform: scale(0.65);
    }
    .buttons_row .button, .buttons_row  .button-outline {
        width: 100%;
    }
    .button-presentation {
        padding-right: 0;
    }
    .button-email {
        padding-left: 0;
    }
    .buttons_row .button-inverse:first-child {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .all_top_products
    {
        margin-top: 0;
    }
    .all_top_products .owl-dot,
    .all_testimonials .owl-dot,
    .j-carousel .owl-dot,
    .owl-dot{
        width: 8px;
        height: 8px;
        min-width: 8px;
    }
    .all_top_products .owl-controls, .j-carousel .owl-controls {
        margin-top: 1rem;
    }
    .stp_inner {
        padding: 1rem 1rem 2rem 1rem;
    }
    .br_description, .testimonial_content .testimonial_text,
    .author_inner, .nl_inner p {
        font-size: 1.2rem;
    }
    .nl_inner p:after {
        width: 30px;
        height: 43px;
        background: url(../img/quotes.png) no-repeat;
        bottom: -42px;
        background-size: 30px;
    }
    .business_left, .career_right {
        display: none;
    }
    .author_photo {
        width: 100px;
    }

    .ptb_right, .tl_inner {
        padding-left: 0;
        padding-right: 0;
    }
    .blog-list-item {
        width: 100%;
    }
    .blog-list-item:nth-of-type(2n+0) {
        border-left: none;
    }

    .blog-page-content p {
        font-size: 18px;
    }
    .blog-breadcrumbs a, .blog-breadcrumbs {
        font-size: 1.1rem;
    }
    .blog-breadcrumbs__right {
        display: none;
    }
    .blog-breadcrumbs {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .blog-single-body .title {
        font-size: 1.8rem;
        margin-bottom: 0.5em;
    }
    .blog-single-top-image img {
        max-width: calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
    .card__bottom_views {
        min-height: 17px;
    }

    .text_video_block .block_title {
        font-size: 1.5rem;
    }

    .pros_block__header, .simulators_block .block_title {
        margin-bottom:2rem;
    }
}

@media only screen and (max-width: 420px) {
    .product_page .single_top_product {
        max-width: 100%;
    }
    .page-container__rounded {
        padding: 1rem 1rem;
    }

    .btn-new,
    button.btn-new {
        padding: 0.1em 0.5em;
        letter-spacing: 0;
    }

    #modalCroppie .modal-footer {

        justify-content: space-between;
    }
    #sp-move {
        display: none;
    }
    .modal-body .block_title {
        font-size: 1.5rem;
        margin-bottom: 0.5em;
    }

    .btn-new.btn-new-outline, button.btn-new.btn-new-outline {
        border-width: 2px !important;
    }


    .croppie_wrapper {
        height: 260px;
    }
    .croppie_wrapper__container {
        width: 200px;
        height: 200px;
    }
    #croppie {
        width: 200px;
        height: 200px;
    }

    .blog-bottom {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 1.5rem;
    }
    .blog-share-block {
        margin-top: 1rem;
    }

}

.contact_success_message {
    text-align: center;
}
.contact_success_message {
    padding-left: 20px;
    padding-right: 20px;
}
.contact_success_message h3 {
    margin-bottom: 0.5em;
}
.contacts-container .contact_success_message h3 {
    color: #007CB9;

}
.from-result-error {
    display: block;
    margin-bottom: 0.5em;
}
.grecaptcha-badge {
    visibility: hidden;
}
.partner_col {
    display: flex;
    flex-direction: column;
    gap:20px

}
.partner_col .single_client {
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
@media only screen and (max-width: 420px) {
    .partner_col .single_client {
        min-height: 100px;
        margin-bottom: 0;
    }
    .partner_col .single_client img {
        width: 80%;
        height: auto;
    }
}
.success {
    color: green;
}

.languages_wrap{
    display:none;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.languages_wrap a {
    text-decoration: none;
    color: rgba(0,0,0,0.6);
}

.languages_wrap a:hover {
    text-decoration: underline;
    color: #007CB9;
}

.languages_link {
    display: flex;
    width: 48px;
}

.languages_div {
    position: absolute;
    top: 38px;
    border:1px solid #ccc;
    border-radius: 8px;
    background: #eee;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 66px;
    left: 6px;
    z-index: 1000;
}

@media only screen and (min-width: 992px) {
    .languages_wrap {
        display:block;
    }
}

.news-item{
    min-height: 370px;
    position: relative;
    border-radius: 10px;
}

.news-title {
    margin-top:200px;
    font-weight: 400;
    color: #FFDD00;
    font-size: 38px;
    font-weight: 400;
    line-height: 46px;
    text-align: left;
}

.news-teaser{
    margin-top:24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color:#ffffff;
    padding-right: 100px;
}

.news-item-bg{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    padding:15px;
    min-height: 370px;
    border-radius: 10px;
    position: relative;
}

.news-btn{
    height: 64px;
    width: 64px;
    background: #FFDD00;
    border-radius: 100%;
    border:1px solid #000;
    position: absolute;
    bottom: 30px;
    right: 30px;
    text-align: center;
}
.news-btn:hover{
    background: #FFDD55;
}

.news-btn img{
    margin-top:14px;
}

.slider-item{
    border-radius: 10px;
}

.slider-bg{
    background: rgba(0, 0, 0, 0.45);
    min-height: 375px;
    text-align: center;
    border-radius: 10px;
}

.slider-title{
    padding-top:140px;
    color:#FFDD55;
    font-size:36px;
    max-width: 960px;
    margin: 0 auto;
}

.large_title{
    padding-top:100px  !important;
}

@media screen and (max-width: 768px) {

    .slider-title{
        padding-top:120px;
        max-width: 90%;
        font-size:22px;
        line-height:32px;
    }
    .slider-text{
        max-width: 90%;
        font-size:24px;
    }

    .large_title{
        padding-top:50px !important;
    }
}

.slider-text{
    padding:30px 60px;
    color:#ffffff;
    font-size:20px;
    line-height: 36px;
    max-width: 960px;
    margin: 0 auto;
}

.experience_bg{
    background: rgba(0, 0, 0, 0.75);
    padding: 60px 0 90px 0;
}

.slick-dots li{
    width: 30px !important;
    margin:0 10px !important;
    height: 2px !important;
}
.slick-dots > li > button{
    background: #ccc !important;
    width:10px !important;
    height: 10px !important;
    padding: 0 !important;
    border-radius: 5px !important;
}

.slick-dots li button::before{
    content: '' !important;
}

.slick-dots > li.slick-active > button{
    background: #FFDD55 !important;
}

.dropdown-toggle::after {
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid #FFDD00;
    border-right:.3em solid transparent;
    border-bottom:0;
    border-left:.3em solid transparent
}

.btn_yellow{
    border:1px solid #FFDD00 !important;
    padding-right: 40px;
    background-color:#FFDD00 !important;
    background: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M31.8436 15.4023L33.3436 16.8024L18.0436 33.1024L16.6436 31.7024L31.8436 15.4023Z" fill="black"/><path d="M18.0436 0.602295L16.6436 2.00232L31.8436 18.3023L33.3436 16.8023L18.0436 0.602295Z" fill="black"/><path d="M31.1428 15.7024H0.842773V17.9023H31.1428V15.7024Z" fill="black"/></svg>') no-repeat right center;
    background-size: 24px; /* Ширина стрілки */
    background-position: calc(100% - 10px) center;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
}

.btn_yellow_new{
    border:2px solid #000000 !important;
    background-color:#FFDD00 !important;
    border-radius:30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    padding: 20px 25px 19px 25px;
}

.btn_yellow_new:hover{
    background-color:yellow !important;
}

.button-yellow{
    border:2px solid #000000 !important;
    background-color:#FFDD00 !important;
}

.button-yellow:hover{
    background-color:#ffffff !important;
}

.hover_white_bg:hover{
    background-color: #fff !important;
}

.webinar_page{

}

.webinar_page .first_section{
    text-align: center;
    max-height: 600px;
    color:#fff;
}

.webinar_page{
    margin-top:60px
}

.webinar_page .container{
    background: #fff;
    max-width: 100%;
    padding-top: 60px;
}

.webinar_page .last_section{
    padding-bottom:100px;
}

.webinar_header{
    height: 600px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.webinar_header h1{
    margin-top: 24px;
    font-size: 60px;
    color: #68CDFF;
    font-weight: 700;
    margin-bottom: 35px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.webinar_page h2{
    margin:40px 0 30px;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    color: #000000;
}

.about{
    max-width:800px;
    margin:0 auto;
}

.about p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.about-block{
    display:flex;
}

.about-item{
    min-height:540px;
    width:50%;
    position: relative;
}

.about-item p{
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

.webinar_page h3{
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-align: left;
    /*color: #007CB9;*/
    margin-bottom: 10px;
}

.about_text_left{
    position: absolute;
    padding-left:40px;
    top:140px;
    right:40px;
    max-width: 580px;
}

.about_text_right{
    position: absolute;
    padding-right:40px;
    top:140px;
    left:40px;
    max-width: 540px;
}


.webinar_page .price-dropdown{
    background: #007CB9;
    border:3px solid #007CB9;
    border-radius: 8px;
}

.webinar_page button{
    margin-right: 16px;
}

.webinar_date{
    margin:36px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
}

.gray_bg{
    background: #F2F2F2 !important;
}

.gray_bg2{
    background: #F0ECE6 !important;;
}

.register_btn{
    background: #FFFFFF;
    width: 160px;
    height: 46px;
    padding: 10px;
    border:1px solid #0070B0;
    border-radius: 8px;
    color:#0070B0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.register_btn:hover{
    background: #0070B0 !important;
    color:#FFFFFF;
}

.webinar_page .short_desc{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 38px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    max-width: 1000px;
    margin-bottom: 30px;
}

.speakers_photo{
    border-radius: 50%;
    width: 100%;
    max-width: 200px;
}

.speakers_name{
    font-size: 36px;
    font-weight: 700;
    line-height: 31px;
    text-align: left;
    margin-bottom: 15px;
}

.about_text{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.about_img{
    width: 100%;
}

.program_time{
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
}

.programm_table{
    width: 100%;
}

.program-line{
    position:relative;
    width:4px;
    height: 60px;
    background: #2D92E7;
}

.circle{
    position:absolute;
    width: 20px;
    height: 20px;
    left:-8px;
    top:20px;
    border-radius: 50%;
    background: #2D92E7;
}

.programm_table td{
    padding:0;
    margin:0;
}

.registration_text{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding: 5px;
}

.registration_comment{
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #766F6F;
    padding:16px;
}

.button-currency2{
    color: #007CB9;
    border:1px solid #007CB9;
}

.webinar_img{
    position: relative;
    border-radius: 10px;
    width: 100%;
    aspect-ratio: auto 16 / 9;
}

.webinar_img .text-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    color:#fff;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.webinar_img p{
    padding:75px 240px 30px 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color:#F7F9FB;
}

.webinar-item{
    margin-bottom: 40px;
    background: #ffffff;
    padding:0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
    text-align: center;
}

.webinar-info{
    position: relative;
    min-height: 240px;
    padding:15px;
}

.webinar-actions{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding:15px;
}

.chat-item{
    display: none;
    position: relative;
    padding-bottom: 70px;
}

.chat-item .input_div{
    position: absolute;
    bottom: 0;
    left:0;
    width:100%;
    background: #fff;
    display:flex;
}

.chat_body{
    overflow-y: auto;
    padding:15px;
    min-height: 400px;
}

.chat-item .active_div{
    display:block;
}

.tab-item{
    background: #ffffff  !important;
    border: 1px solid #FFDD00  !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
    color:#fff;
    width: 50%;
    border-radius: .25rem !important;;
}

.tab-item:hover{
    background: #FFDD00  !important;
    border: 1px solid #FFDD00  !important;
}

.active_tab{
    background: #FFDD00 !important;
    border: 1px solid #FFDD00  !important;
}

.input_div .avatar{
    margin: 10px;
}

.input_div .input{
    margin-top: 10px;
}

.input_div input{
    border-radius: 8px;
    height: 46px;
    min-width: 320px;
    border:1px solid #ccc;
    padding:5px 10px;
}

.comment-item{
    display: flex;
}

.comment-item .avatar{
    margin:5px 20px 5px 0px;
    min-width: 50px;
}

.username{
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
    color:#000000;
    margin-right: 20px;
}

.username span{
    color:#9CA0A9;
}

.result-table th, .result-table td{
    padding:0.3rem 0.5rem !important;
    font-size: 14px;
}

.result-table tr{
    padding:0.5rem;
}

.badge-live{
    position:absolute;
    top:15px;
    right:15px;
    padding: 5px 10px;
    border-radius: 8px;
    color:#fff;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: space-between;
    z-index: 50;
}

.badge-live .live-circle{
    width: 12px;
    height: 12px;
    background: greenyellow;
    border-radius: 50%;
    margin: 5px;
}

.show_on_mobile{
    display: none;
}

@media screen and (max-width: 1024px) {

    .webinar_page h1{
        font-size: 46px;
    }
    .webinar_page .short_desc{
        line-height: 28px;
    }
}

@media screen and (max-width: 780px) {

    .centers-div{
        margin-top: 50px;
    }

    .webinar_page h1{
        font-size: 38px;
    }
    .webinar_page .short_desc{
        font-size: 22px;
        line-height: 28px;
    }

    .about-block{
        display:block;
    }


    .about-item{
        width:100%;
        padding:10px;
    }

    .about-item-text{
        min-height: 0px;
    }

    .about_text_right, .about_text_left{
        position: unset;
        padding:0;
    }

    .hide_on_mobile{
        display: none;
    }

    .show_on_mobile{
        display: block;
    }

    .speakers_name{
        margin:30px 0 10px;
        text-align:center;
    }
}

@media screen and (max-width: 640px) {

    .webinar_page h1{
        font-size: 32px;
    }
    .webinar_page .short_desc{
        font-size: 18px;
        line-height: 24px;
    }
}

.center-list{
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}

.center-list{
    font-weight: normal;
}

.center-list table{
    width: 100%;
}

.center-list a{
    color:#736B6B;
    text-decoration: underline;
}

.center-list a:hover{
    color:#000000;
    text-decoration: none;
}

.button-download {
    background: url('data:image/svg+xml,<svg data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 13.5 12 21m0 0-7.5-7.5M12 21V3"></path></svg>') no-repeat left 20px center, #FFDD00;
    background-size: 24px;
    font-size: 16px;
    height: 48px;
    padding: 14px 25px 10px 50px;
}

.center-table{
    overflow-x: auto;
}

.career_left .slideInLeft{
    padding: 40px 60px 40px 0px;
}

.career_right{
    padding: 40px 0px 40px 60px;
}

.catalog_header{
    margin-top:80px;
    text-align: center;
}


@media (min-width: 992px) {
    .col-course {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-course h3{
        font-size:16px;
        min-height: 100px;
    }
    .col-course a{
        font-size:14px;
    }

}

.btn-sm {
    padding: .35rem .7rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    line-height: 1.5;
    border-radius: 30px;
}

.answer_block{
    background: #eee;
    margin: 1.5rem 0 0 !important;
    padding:0 1.25rem;
    font-size: 1.5rem;
}