/*
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

 */
html, body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Commissioner, sans-serif;
    color: #2C4268;
}
.app {
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 4.5em 0 0;
    overflow: hidden;
}
.admin-bar .app {
    min-height: calc(100vh - 2em);
}
.wrap {
    max-width: 84.125em;
    margin: 0 auto;
    width: calc(100% - 2em);
}
.main {
    flex-grow: 1;
    display: block;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


a {
    color: #317EE5;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img,video {
    width: auto;
    height: auto;
}
/*butt*/
.butt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #317EE5;
    height: 2.5em;
    border-radius: 1.25em;
    font-size: inherit;
    font-family: inherit;
    border: none;
    margin: 0;
    padding: 0 1.25em;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    max-width: 100%;
    transition-property: background-color, opacity;
    transition-duration: 0.3s;
}
.butt:hover {
    background-color: #2d74d4;
    text-decoration: none;
    color: #ffffff;
}
.butt:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.butt_label {
    font-size: 1.125em;
}
.butt_icon {
    max-height: 1.25em;
}
.butt_icon:not(:first-child) {
    margin-left: 0.25em;
}
.butt_icon:not(:last-child) {
    margin-right: 0.25em;
}
.icon_butt {
    padding: 0;
    width: 2.5em;
}
.butt.border_color_eaf1fc {
    background-color: transparent;
    border: 1px solid #eaf1fc;
    color: #317EE5;
}
.butt.border_color_eaf1fc:hover {
    background-color: #eaf1fc;
    color: #317EE5;
}
.butt.color_eaf1fc {
    background-color: #eaf1fc;
    color: #2C4268;
}
.butt.color_eaf1fc:hover {
    background-color: #d5dbe5;
    color: #2C4268;
}
.butt.color_eb5757 {
    background-color: #eb5757;
}
.butt.color_eb5757:hover {
    background-color: #cd4b4b;
}
.butt[data-counter]:after {
    content: attr(data-counter);
    color: #FFFFFF;
    font-size: 0.75em;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(20%, -20%);
    background-color: #EB5757;
    height: 1.2em;
    min-width: 1.2em;
    border-radius: 0.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    vertical-align: middle;
}
.butt.color_transparent {
    background-color: transparent;
}
.butt.color_transparent:hover {
    background-color: transparent;
}
.butt.color_f6f6f6 {
    background-color: #f6f6f6;
    color: #2C4268;
}
.butt.color_f6f6f6:hover {
    background-color: #e1e1e1;
    color: #2C4268;
}
.butt.color_f3f7fe {
    background-color: #f3f7fe;
    color: #4588E1;
}
.butt.color_f3f7fe:hover {
    background-color: #edf2ff;
    color: #4588E1;
}
.butt.h_50 {
    height: 3.125em;
    border-radius: 1.5625em;
}
.butt.fs_14 .butt_label {
    font-size: 0.875em;
}
.butt.fs_16 .butt_label {
    font-size: 1em;
}
.butt.fs_22 .butt_label {
    font-size: 1.375em;
}
.butt.fw_500 {
    font-weight: 500;
}
.butt.fw_600 {
    font-weight: 600;
}
.butt.fw_700 {
    font-weight: 700;
}
/**/
.text_input {
    font-size: 1em;
    font-family: inherit;
    font-weight: 400;
    background-color: #ffffff;
    padding: 0 1.25em;
    height: 2.5em;
    box-sizing: border-box;
    border-radius: 1.25em;
    border: 1px solid #DCE4EF;
    outline: none;
    color: #2C4268;
    text-align: center;
}
.text_input::placeholder {
    color: #CFD3DB;
}
.text_input:focus {
    border-color: #317EE5;
}
.text_input.h_50 {
    height: 3.125em;
    border-radius: 1.5625em;
}
/**/
.sect {
    margin: 0 calc(50% - 50vw);
    padding: 2.5em calc(50vw - 50%);
}
.sect.padding_top_off {
    padding-top: 0;
}
.sect.padding_bottom_off {
    padding-bottom: 0;
}
.sect_title {
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
    text-align: left;
    font-size: 1.5em;
    margin: 0 0 1em;
}
/**/
html .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding-top: 0;
    padding-bottom: 0;
}
/**/
.elementor-widget-video {
    border-radius: 1.125em;
    overflow: hidden;
}
html .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
/**/
.custom_checkbox {
    display: inline-block;
    margin: 0;
    border-radius: 50%;
    cursor: pointer;
}
.custom_checkbox_input {
    display: none;
}
.custom_checkbox_view {
    box-sizing: border-box;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    display: block;
    border: 1px solid #E5E9F4;
    background-color: #ffffff;
}
.custom_checkbox_view:hover,
.custom_checkbox_input:checked + .custom_checkbox_view {
    border-color: #317EE5;
}
.custom_checkbox_input:checked + .custom_checkbox_view {
    background-color: #317EE5;
    background-image: url(../../img/icons/check-fff.svg);
    background-position: center;
    background-size: 75% auto;
    background-repeat: no-repeat;
}
/**/
.mfp_src_block {
    position: relative;
    cursor: pointer;
}
.mfp_src_block:before {
    content: '';
    display: block;
    background-image: url(../../img/icons/loupe-53627c.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3em auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
}
.mfp_src_block:hover:before {
    opacity: 1;
}
.mfp_src_block_img {
    display: block;
}