@font-face
{
    font-family: 'GothamPro';
    font-weight: normal;
    font-style: normal;

    font-display: swap;
    src: url('../fonts/GothamPro.woff') format('woff'),
    url('../fonts/GothamPro.ttf') format('truetype');
}



*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after
{
    box-sizing: border-box;
}

img
{
    border: none;
}

textarea
{
    overflow: auto;
}

input,
textarea,
input:active,
textarea:active
{
         outline: none transparent !important;
    box-shadow: none;

    -moz-outline: none !important;
}

input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset]
{
    -webkit-border-radius: 0;

    -webkit-appearance: none;
}

:focus
{
    outline: none;
}

:hover,
:active
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}


::-ms-clear
{
    display: none;
}



/*---------------
    Main styles
---------------*/
:root
{
    --section_pad: 80px;
}



.clear
{
    clear: both;
}


.left
{
    float: left;
}


.right
{
    float: right;
}


html
{
    height: 100%;

    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


body
{
    color: #192d37;
    font-family: 'Open Sans';
    font-size: 15px;

    height: 100%;

    transition: opacity .2s linear;

    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}

body.body_hide
{
    overflow: hidden;
}


body.show
{
    opacity: 1 !important;
}


.main
{
    display: flex;
    overflow: hidden;
    flex-direction: column;

    min-height: 100%;
}

body.body_hide .main
{
    height: 100%;
}


.wrap
{
    position: relative;

    padding-bottom: 70px;

    flex: 1 0 auto;
}


.cont
{
    position: relative;

    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}



::-webkit-input-placeholder
{
    color: #6d788c;
}

:-moz-placeholder
{
    color: #6d788c;
}

:-ms-input-placeholder
{
    color: #6d788c;
}



.fancybox-active header.fixed,
.fancybox-active header.absolute
{
    padding-right: var(--scroll_width);
}

.compensate-for-scrollbar
{
    margin-right: var(--scroll_width) !important;
}



.modal_cont
{
    position: relative;
}

.mini_modal
{
    position: absolute;
    z-index: 999;
    top: calc(100% + 30px);
    left: 0;

    visibility: hidden;

    transition: .2s linear;

    opacity: 0;
}

.mini_modal.active
{
    top: 100%;

    visibility: visible;

    opacity: 1;
}



.flex
{
    display: flex;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.hide
{
    display: none;
}


.form
{
    margin-top: 30px;
}


.form .line_form
{
    margin-bottom: 22px;
}

.form .label
{
    margin-bottom: 10px;
}


.form .input
{
    color: #192d37;
    font: italic 14px Open Sans;

    display: block;

    width: 100%;
    max-width: 376px;
    height: 50px;
    padding: 0 15px;

    transition: .2s linear;

    border: 1px solid #0398f3;
    border-radius: 2px;
    background: #fff;
}

.form textarea
{
    color: #192d37;
    font: italic 14px Open Sans;

    display: block;

    width: 100%;
    max-width: 727px;
    height: 260px;
    padding: 15px;

    resize: none;
    transition: .2s linear;

    border: 1px solid #0398f3;
    border-radius: 2px;
    background: #fff;
}


.form .input:disabled,
.form textarea:disabled
{
    cursor: default;
    pointer-events: none;

    opacity: .5;
}

.form .line_form.flex
{
    justify-content: space-between;
}

.form .info_form
{
    width: 140px;
}

.form .info_form .text
{
    color: #596e87;
    font-size: 11px;
    line-height: 15px;

    margin-top: 14px;
}

.form .textarea_middle
{
    color: #6d788c;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;

    width: calc(100% - 170px);
    max-width: 608px;
    height: 156px;
    padding: 10px 15px;
}

.form .input.small
{
    color: #6d788c;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;

    width: 64px;
    height: 28px;
    padding: 0 10px;

    text-align: right;
}


.form .cols
{
    margin-left: -30px;
}

.form .cols .col
{
    width: calc(50% - 30px);
    margin-left: 30px;
}

.form .cols .col > *
{
    max-width: 100%;
}

.form .cols .col > textarea
{
    width: 100%;
    height: 130px;
}

.form .cols .col > textarea.big
{
    height: 228px;
}

.widget
{
    /*border: 15px solid #fff;*/
    box-shadow: 0 9px 20px rgba(15,121,255,.26);
}

.widget > *
{
    max-width: 100%;
}

.form .line
{
    margin: 36px 0;

    border-top: 2px solid #f1f4fa;
}


.form .checkbox + .checkbox
{
    margin-top: 26px;
}

.form input[type=checkbox]
{
    display: none;
}

.form input[type=checkbox] + label
{
    font-weight: 300;

    position: relative;

    display: inline-block;

    padding-left: 36px;

    cursor: pointer;
    text-align: left;
    vertical-align: top;
    vertical-align: middle;
}

.form input[type=checkbox] + label:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 21px;
    height: 21px;

    content: '';
    transition: .2s linear;

    border: 1px solid #0398f3;
    border-radius: 2px;
}

.form input[type=checkbox] + label:after
{
    position: absolute;
    top: 5px;
    left: 5px;

    display: block;

    width: 11px;
    height: 11px;

    content: '';
    transition: .2s linear;

    opacity: 0;
    background: #49c0fb;
}

.form input[type=checkbox]:checked + label:after
{
    opacity: 1;
}


.form .submit
{
    padding-top: 14px;
}

.form .submit_btn
{
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;

    display: inline-block;

    min-width: 198px;
    height: 36px;
    padding: 0 15px;

    cursor: pointer;
    transition: .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;

    border: none;
    border-radius: 4px;
    background: #00b8ff;
    box-shadow: 0 15px 20px rgba(0,181,255,.5);
}

.form .submit_btn.big
{
    line-height: 65px;

    min-width: 277px;
    height: 65px;
}

.form .submit_btn:hover
{
    background: #4dcbff;
}

.form .important
{
    color: #596e87;
    font-size: 13px;
    line-height: 15px;
}

.form .grid
{
    justify-content: space-between;
}

.form .grid .box_left
{
    width: 35%;
    max-width: 208px;
}

.form .grid .box_right
{
    width: 65%;
    max-width: 476px;
}

.form .grid .box_right > * + *
{
    margin-top: 26px;
}

.form .grid .box_right .desc
{
    font-weight: 300;

    width: 170px;
    margin-right: 15px;
}

.form .grid .box_right .select
{
    max-width: calc(100% - 185px);
}


.select select
{
    display: none;
}

.select .nice-select
{
    position: relative;

    display: block;
}

.select .nice-select.open
{
    z-index: 1;

    border-radius: 2px 2px 0 0;
}

.select .nice-select .current
{
    color: #6d788c;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;

    position: relative;

    display: block;
    overflow: hidden;

    height: 28px;
    padding: 0 38px 0 10px;

    cursor: pointer;
    transition: .2s linear;
    white-space: nowrap;
    text-overflow: ellipsis;

    border: 1px solid #0398f3;
    border-radius: 2px;
}

.select .nice-select .current:after
{
    position: absolute;
    top: 50%;
    right: 10px;

    display: block;

    margin-top: -4px;

    content: '';

    border: 6px solid transparent;
    border-top: 8px solid #0398f3;
}

.select .nice-select .list
{
    position: absolute;
    z-index: 9;
    top: calc(100% + 30px);
    left: 0;

    visibility: hidden;
    overflow: hidden;

    min-width: 100%;
    margin-top: -1px;

    transition: .2s linear;

    opacity: 0;
    border: 1px solid #0398f3;
    border-radius: 0 0 2px 2px;
    background: #fff;
}

.select .nice-select.open .list
{
    top: 100%;

    visibility: visible;

    opacity: 1;
}

.select .nice-select .list .scrollbar
{
    overflow-y: auto;

    max-height: 240px;
}

.select .nice-select .list .list_item
{
    color: #6d788c;
    font-size: 13px;

    padding: 5px 10px;

    cursor: pointer;
    transition: .2s linear;
    white-space: nowrap;
}

.select .nice-select .list .list_item:empty
{
    display: none;
}

.select .nice-select .list .list_item:hover
{
    background: #f7f7f7;
}

.select .nice-select .list .list_item.selected
{
    font-weight: 700;

    background: transparent;
}


.accordion
{
    max-width: 776px;
}

.accordion .item + .item
{
    margin-top: 7px;
}

.accordion .item .title
{
    color: #192d37;
    font-weight: 300;

    position: relative;

    display: block;

    padding: 12px 70px 12px 48px;

    transition: .2s linear;
    text-decoration: none;

    border: 1px solid transparent;
    border-radius: 2px;
    background: #f9fbfc;
}

.accordion .item .title:hover,
.accordion .item .title.active
{
    border-color: #0398f3;
    background: #fff;
    box-shadow: 0 9px 20px rgba(108,131,161,.26);
}

.accordion .item .title:before
{
    position: absolute;
    top: 50%;
    right: 34px;

    display: block;

    width: 16px;
    height: 16px;
    margin-top: -8px;

    content: '';
    transform: rotate(-45deg);

    border-right: 2px solid #22a5f4;
    border-bottom: 2px solid #22a5f4;
}

.accordion .item .title.active:before
{
    margin-top: -11px;

    transform: rotate(45deg);
}

.accordion .item .data
{
    font-size: 13px;

    display: none;

    padding: 26px 49px 50px;
}


.tabs_container
{
    justify-content: space-between;
}

.open_tabs
{
    color: #192d37;
    font-size: 15px;
    line-height: 54px;

    position: relative;

    display: none;

    width: 100%;
    padding: 0 60px 0 40px;

    text-decoration: none;

    border: 1px solid #0398f3;
    border-radius: 4px;
}

.open_tabs:after
{
    position: absolute;
    top: 50%;
    right: 25px;

    display: block;

    margin-top: -4px;

    content: '';

    border: 6px solid transparent;
    border-top: 8px solid #0398f3;
}

.tabs
{
    width: 273px;
}

.tabs .tabs_link
{
    color: #192d37;
    font-weight: 300;

    position: relative;

    display: flex;

    width: 100%;
    min-height: 56px;
    padding: 10px;

    cursor: pointer;
    transition: .2s linear;
    text-align: center;
    text-decoration: none;

    border: 1px solid transparent;
    border-radius: 2px;
    background: #f9fbfc;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.tabs .tabs_link:hover,
.tabs .tabs_link.active
{
    border-color: #0398f3;
    background: #fff;
}

.tabs .tabs_link + *
{
    margin-top: 3px;
}

.tabs .tabs_link span
{
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;

    margin: auto 0 auto 10px;
    padding: 0 5px;

    border-radius: 2px;
    background: #0398f3;
}

.tab_content
{
    display: none;

    width: calc(100% - 327px);
    max-width: 775px;
}

.delete
{
    color: #808a9d;
    font-size: 12px;

    display: block;

    padding: 12px 10px;

    transition: .2s linear;
    text-align: center;
    text-decoration: none;
}

.delete:hover
{
    color: #192d37;
}

.tab_pay .user
{
    color: #0398f3;
    font-weight: 600;

    margin-top: 10px;
}

.tab_pay .price
{
    font-weight: 300;

    margin-top: 30px;
}

.box_btnPay
{
    margin: 14px 0 0 -34px;
}

.btn_pay
{
    width: 230px;
    max-width: calc(50% - 34px);
    margin: 30px 0 0 34px;
}

.btn_pay a
{
    color: #fff;
    font-size: 18px;
    font-weight: 700;

    display: flex;

    min-height: 65px;
    padding: 10px 15px;

    transition: .2s linear;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    border-radius: 4px;
    background: #00b8ff;
    box-shadow: 0 15px 20px rgba(0,181,255,.5);

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.btn_pay.green a
{
    background: #92b41a;
    box-shadow: 0 15px 20px rgba(156,190,38,.49);
}

.btn_pay a:hover
{
    background: #4dcbff;
}

.btn_pay.green a:hover
{
    background: #b0d52c;
}

.btn_pay a span
{
    font-size: 11px;

    display: block;

    width: 100%;
}

.btn_pay .info
{
    color: #596e87;
    font-size: 11px;
    line-height: 15px;

    margin-top: 24px;

    text-align: center;
}


/*---------------
   Header
---------------*/
header
{
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;

    width: 100%;
    margin: 0;
    padding: 18px 0;

    border-bottom: 1px dotted #d9e5f4;
}

header .abs_mob
{
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;

    display: none;
    overflow-y: auto;

    width: 100%;
    height: 100%;
    padding: 80px 50px 30px;

    background: #0398f3;
}

header .abs_mob:before
{
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 80px;

    content: '';

    background: #0398f3;
}

header .abs_mob .flex
{
    flex-direction: column;

    min-height: 100%;
}

header .box
{
    width: 100%;

    flex: 1 0 auto;
}

header .menu
{
    padding: 30px 10px;

    border-radius: 4px;
    background: #fff;
    box-shadow: 0 9px 20px rgba(14,31,51,.26);
}

header .menu a
{
    color: #363c43;
    font-size: 20px;

    display: block;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

header .menu a + a
{
    margin-top: 26px;
}

header .mail
{
    width: 100%;
    padding-top: 30px;

    text-align: center;

    flex: 0 0 auto;
}

header .mail a
{
    color: #fff;
    font-size: 8px;
    font-weight: 600;

    text-decoration: none;
    text-transform: uppercase;
}


header .flex
{
    justify-content: space-between;
    align-items: center;
    align-content: center;
}


header .logo
{
    position: relative;
    z-index: 91;

    width: 144px;
}

header .logo a,
header .logo img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}

header .logo img.white
{
    display: none;
}


body.body_hide header .logo img
{
    display: none;
}

body.body_hide header .logo img.white
{
    display: block;
}


header .mob_menu_link
{
    position: relative;
    z-index: 1000;
    top: 0;
    right: 0;

    display: none;

    width: 42px;
    height: 35px;
    padding: 9px 10px;

    border: 1px solid #d3dbe9;
    border-radius: 4px;
}

header .mob_menu_link span
{
    position: relative;

    display: block;

    width: 100%;
    height: 3px;

    transition: .2s linear;

    background: #0398f3;
}

body.body_hide header .mob_menu_link span
{
    background: #fff;
}

header .mob_menu_link span + span
{
    margin-top: 3px;
}

header .mob_menu_link.active span:nth-child(2)
{
    opacity: 0;
}

header .mob_menu_link.active span:nth-child(1)
{
    top: 6px;

    transform: rotate(45deg);
}

header .mob_menu_link.active span:nth-child(3)
{
    top: -6px;

    transform: rotate(-45deg);
}


header .link
{
    /*margin-left: auto;*/
    margin-left: 50px;
}

header .link a
{
    color: #0398f3;
    font-size: 11px;
    font-weight: 700;

    transition: .2s linear;
    text-decoration: none;
    text-transform: uppercase;

    border: 1px solid transparent;
}

header .link a:hover
{
    border-bottom-color: #0398f3;
}

header .lk
{
    /*margin-left: 74px;*/
    margin-left: auto;
}

header .lk a
{
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 36px;

    display: inline-block;

    min-width: 190px;
    padding: 0 15px;

    transition: .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;

    border-radius: 4px;
    background: #00b8ff;
    box-shadow: 0 15px 20px rgba(0,181,255,.5);
}

header .lk a:hover
{
    background: #4dcbff;
}


header .log_out
{
    margin-left: 74px;
}

header .log_out a
{
    color: #00b8ff;
    font-size: 11px;
    font-weight: 700;
    line-height: 34px;

    display: inline-block;

    min-width: 190px;
    padding: 0 15px;

    transition: .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;

    border: 1px solid #00b8ff;
    border-radius: 4px;
    background: transparent;
    box-shadow: 0 15px 20px rgba(0,181,255,.05);
}

header .log_out a:hover
{
    color: #fff;

    border-color: #4dcbff;
    background: #4dcbff;
}


header .lang
{
    position: relative;

    margin-left: 10px;
}

header .lang .mini_modal_link
{
    color: #b5c3dc;
    font-size: 11px;
    font-weight: 600;
    line-height: 34px;

    display: inline-block;

    width: 42px;

    transition: .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;

    border: 1px solid #b5c3dc;
    border-radius: 4px;
}

header .lang .mini_modal_link:hover,
header .lang .mini_modal_link.active
{
    color: #0398f3;

    border-color: #0398f3;
}

header .lang .mini_modal_link.active
{
    border-radius: 4px 4px 0 0;
}

header .lang .mini_modal
{
    width: 100%;
    margin-top: -1px;

    background: #fff;
}

header .lang .mini_modal a
{
    color: #0398f3;
    font-size: 11px;
    font-weight: 600;
    line-height: 34px;

    display: block;

    transition: .2s linear;
    text-align: center;
    text-decoration: none;

    border: 1px solid #0398f3;
    /*border-radius: 0 0 4px 4px;*/
}


/*---------------
   Main section
---------------*/
.bg_main
{
    background: rgb(255,255,255);
    background:    -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,251,252,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,251,252,1) 100%);
    background:         linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(249,251,252,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fbfc',GradientType=0 );
}


.main_title
{
    font-size: 27px;
    font-weight: 300;

    text-align: center;
}

.inner_section .main_title
{
    text-align: left;
}

.titleSmall
{
    font-size: 20px;
    font-weight: 300;
}

.titleSmall span
{
    display: block;
}


.first_section
{
    position: relative;

    padding: 180px 0 60px;
}

.first_section .info_abs
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 262px;
    padding-top: 98px;

    text-align: center;
}

.first_section .info_abs:before
{
    position: absolute;
    top: 0;
    left: 50%;

    width: 100%;
    min-width: 552px;
    height: 100%;

    content: '';
    transform: translateX(-50%);

    background: url(../images/bg_mob.jpg) 0 50% no-repeat;
    background-size: cover;
}

.first_section .info_abs img
{
    position: relative;

    display: block;

    max-width: 100%;
    margin: 0 auto;
}

.first_section .info_abs .name
{
    color: #21262d;
    font-size: 11px;
    font-weight: 700;

    position: relative;

    margin-top: 12px;
}

.first_section .info_abs .text
{
    color: #21262d;
    font-size: 11px;

    position: relative;
}

.first_section .abs_img
{
    position: absolute;
    top: 15px;
    left: 50%;
}

.first_section .box
{
    display: flex;

    max-width: 594px;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.first_section .title
{
    font-size: 47px;
    font-weight: 300;
    line-height: 52px;

    width: 100%;
    margin-bottom: 24px;
}

.first_section .desc
{
    width: 100%;
    margin-bottom: 36px;
}

.more_all a
{
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 65px;

    display: inline-block;

    padding: 0 50px;

    transition: .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;

    border-radius: 4px;
    background: #00b8ff;
    box-shadow: 0 15px 20px rgba(0,181,255,.5);
}

.more_all a:hover
{
    background: #4dcbff;
}


.first_section .info_grid
{
    margin: 70px 0 0 -20px;

    align-items: center;
    align-content: center;
}

.first_section .info_grid .item
{
    display: flex;

    width: calc(33.333% - 20px);
    max-width: 260px;
    margin: 30px 0 0 20px;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.first_section .info_grid .item .icon
{
    display: flex;

    width: 57px;
    height: 57px;
    padding: 10px;

    border-radius: 50%;
    background: #fff;
    box-shadow: 0 9px 20px rgba(15,121,255,.26);

    justify-content: center;
    align-items: center;
}

.first_section .info_grid .item .text
{
    width: calc(100% - 78px);
}



.section
{
    padding-top: 70px;
}


.advantages
{
    margin-top: 20px;

    justify-content: space-between;
}

.advantages .item
{
    position: relative;

    width: 400px;
    margin-top: 50px;
}

.advantages .item1:before
{
    position: absolute;
    top: 78px;
    left: 35px;

    width: 238px;
    height: 238px;

    content: '';

    border-radius: 50%;
    background: #fafcfd;
}

.advantages .item2:before
{
    position: absolute;
    top: 90px;
    left: 110px;

    width: 395px;
    height: 395px;

    content: '';

    border-radius: 50%;
    background: #fafcfd;
}

.advantages .item3:before
{
    position: absolute;
    top: 110px;
    left: -170px;

    width: 425px;
    height: 425px;

    content: '';

    border-radius: 50%;
    background: #fafcfd;
}

.advantages .item4:before
{
    position: absolute;
    top: 190px;
    left: 15px;

    width: 238px;
    height: 238px;

    content: '';

    border-radius: 50%;
    background: #fafcfd;
}


.advantages .item1:after
{
    position: absolute;
    top: 130px;
    left: 100%;

    width: 283px;
    height: 154px;

    content: '';
    pointer-events: none;

    background: url(../images/line1.png) 0 0 no-repeat;
}

.advantages .item2:after
{
    position: absolute;
    top: 340px;
    right: 100%;

    width: 317px;
    height: 223px;
    margin-right: 16px;

    content: '';
    pointer-events: none;

    background: url(../images/line2.png) 0 0 no-repeat;
}

.advantages .item3:after
{
    position: absolute;
    top: 130px;
    left: 100%;

    width: 231px;
    height: 87px;

    content: '';
    pointer-events: none;

    background: url(../images/line3.png) 0 0 no-repeat;
}

.advantages .item4:after
{
    position: absolute;
    top: 240px;
    right: 100%;

    width: 164px;
    height: 309px;
    margin-right: 16px;

    content: '';
    pointer-events: none;

    background: url(../images/line4.png) 0 0 no-repeat;
}

.advantages .item3
{
    margin-top: -50px;
}

.advantages .item:nth-child(2n)
{
    padding-left: 50px;
}

.advantages .item .img
{
    position: relative;

    display: inline-block;

    margin-bottom: 10px;
    padding-right: 90px;

    vertical-align: top;
}

.advantages .item:nth-child(2n) .img
{
    padding-right: 0;
    padding-left: 40px;
}

.advantages .item .img img
{
    display: block;

    max-width: 100%;
}

.advantages .item.item4 .img
{
    padding-left: 60px;
}

.advantages .item .img .number
{
	color: #eaedf3;
	font-size: 144px;
	font-weight: 700;
	line-height: 130px;
	position: absolute;
	right: -1px;
	bottom: 5px;
}

.advantages .item:nth-child(2n) .img .number
{
    right: auto;
    left: -50px;
}

.advantages .item .name
{
    font-size: 21px;
    line-height: 29px;

    position: relative;

    margin-bottom: 16px;
}

.advantages .item .text
{
    color: #363c43;
    font-size: 13px;
    line-height: 21px;

    position: relative;
}

.advantages .item .info
{
    color: #363c43;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;

    position: relative;

    margin-top: 14px;
}

.advantages .itemBig
{
    position: relative;

    width: 100%;
    margin-top: 160px;

    text-align: center;
}

.advantages .title
{
    font-size: 38px;

    margin-bottom: 20px;

    text-align: center;
}


ol
{
    margin-top: 20px;

    counter-reset: li;
}

ol li
{
    font-size: 13px;
    line-height: 13px;

    position: relative;

    display: block;

    padding-left: 30px;

    list-style-type: none;
}

ol li + li
{
    margin-top: 12px;
}

ol li:before
{
    color: #363c43;
    font-weight: 600;

    position: absolute;
    top: 0;
    left: 0;

    content: '0'counter(li)'.';
    counter-increment: li;
}


.inner_section
{
    padding: 30px 0 56px;
}

.inner_section .link
{
    margin-top: 24px;
}

.inner_section .link a
{
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 36px;

    display: inline-block;

    min-width: 198px;
    padding: 0 15px;

    transition: .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;

    border-radius: 4px;
    background: #00b8ff;
    box-shadow: 0 15px 20px rgba(0,181,255,.5);
}

.inner_section .link a:hover
{
    background: #4dcbff;
}


.line_user
{
    justify-content: space-between;
}

.line_user .tag_user
{
    margin-top: 10px;
}

.line_user .tag_user a
{
    color: #b8c0ce;
    font-weight: 600;

    transition: .2s linear;
    text-decoration: none;
}

.line_user .tag_user a:hover,
.line_user .tag_user a.active
{
    color: #0398f3;
}

.line_user .tag_user a + a
{
    margin-left: 20px;
}

.line_user .user
{
    align-items: center;
    align-content: center;
}

.line_user .user .logo
{
    overflow: hidden;

    width: 62px;
    height: 62px;

    transition: .2s linear;

    opacity: .69;
    border: 3px solid #b8c0ce;
    border-radius: 50%;
    box-shadow: 0 12px 15px rgba(0,0,0,.16);
}

.line_user .user .logo:hover,
.line_user .user .logo.active
{
    opacity: 1;
    border-color: #0398f3;
}

.line_user .user .logo.active
{
    width: 85px;
    height: 85px;
}

.line_user .user .logo + *
{
    margin-left: 10px;
}

.line_user .user .logo img
{
    width: 100%;
    height: 100%;
}

.statistics
{
    margin: 16px 0 0 -20px;
}

.statistics .item
{
    display: flex;

    width: calc(33.333% - 20px);
    max-width: 300px;
    margin: 30px 0 0 20px;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.statistics .title
{
    color: #192d37;
    font-size: 18px;

    margin-bottom: 10px;
}

.statistics .desc
{
    color: #0398f3;
    font-weight: 600;
}


.btn_buy a
{
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 36px;

    display: inline-block;

    min-width: 198px;
    padding: 0 15px;

    transition: .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;

    border-radius: 4px;
    background: #92b41a;
    box-shadow: 0 15px 20px rgba(156,190,38,.49);
}

.btn_buy a:hover
{
    background: #b0d52c;
}



/*---------------
   Footer
---------------*/
footer
{
    padding: 39px 0;

    background: #21262d;

    flex: 0 0 auto;
}

footer .cont
{
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

footer .info
{
    color: #b8c0ce;
    font-size: 14px;
    font-weight: 300;
}

footer .col_right
{
    text-align: right;
}

footer .feedback a
{
    color: #b8c0ce;
    font-size: 11px;
    font-weight: 300;

    transition: .2s linear;
    text-decoration: none;
    text-transform: uppercase;

    border-bottom: 1px solid transparent;
}

footer .feedback a:hover
{
    border-bottom-color: #b8c0ce;
}

footer .mail
{
    margin-top: 4px;
}

footer .mail a
{
    color: #b8c0ce;
    font-size: 11px;
    font-weight: 300;

    transition: .2s linear;
    text-decoration: none;
    text-transform: uppercase;

    border-bottom: 1px solid transparent;
}

footer .mail a:hover
{
    border-bottom-color: #b8c0ce;
}

/*---------------
   Заглушка
---------------*/
.plug
{
    display: flex;

    padding: 20px 0;

    flex: 1 0 auto;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.plug .logo img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}


.plug .box_btn
{
    margin: 90px 0 0 -30px;

    justify-content: center;
}

.plug .box_btn a
{
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 65px;

    display: inline-block;

    width: 276px;
    max-width: calc(50% - 30px);
    margin: 30px 0 0 30px;
    padding: 0 15px;

    transition: .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;

    border-radius: 4px;
    background: #00b8ff;
    box-shadow: 0 15px 20px rgba(0,181,255,.5);
}

.plug .box_btn a:hover
{
    background: #4dcbff;
}

.plug .box_btn a.green
{
    background: #92b41a;
    box-shadow: 0 15px 20px rgba(156,190,38,.49);
}

.plug .box_btn a.green:hover
{
    background: #b0d52c;
}

a.sp {
    color: #0398f3;

    font-size: 12px;

    font-weight: 700;

    transition: .2s linear;

    text-decoration: none;

    text-transform: uppercase;

    border: 1px solid transparent;
}
