@font-face {
    font-family: ProximaNova;
    src: url(/assets/fonts/proximanova-regular.ttf);
}
@font-face {
    font-family: ProximaNova;
    src: url(/assets/fonts/proximanova-bold.ttf);
    font-weight: bold;
}

html {
    font-family: ProximaNova, sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    scroll-behavior: smooth;
}
body{
    margin:0
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{
    display:block
}
audio,canvas,progress,video{
    display:inline-block
}
audio:not([controls]){
    display:none;
    height:0
}
progress{
    vertical-align:baseline
}
template,[hidden]{
    display:none
}
a{
    color:black;
    text-decoration:underline;
    background-color:transparent;
    -webkit-text-decoration-skip:objects
}
a:hover{
    cursor:pointer
}
a:active,a:hover{
    outline-width:0
}
abbr[title]{
    border-bottom:none;
    text-decoration:underline
}
b,strong{
    font-weight:inherit
}
b,strong{
    font-weight:bolder
}
dfn{
    font-style:italic
}
h1{
    font-size:2em;
    margin:0.67em 0
}
mark{
    background-color:#ff0;
    color:#000
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub{
    bottom:-0.25em
}
sup{
    top:-0.5em
}
img{
    border-style:none
}
svg:not(:root){
    overflow:hidden
}
code,kbd,pre,samp{
    font-family:monospace, monospace;
    font-size:1em
}
figure{
    margin:1em 40px
}
hr{
    box-sizing:content-box;
    height:0;
    overflow:visible
}
button,input,select,textarea{
    font:inherit;
    margin:0;
    outline:none;
}
optgroup{
    font-weight:bold
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
button,html [type="button"],[type="reset"],[type="submit"]{
    -webkit-appearance:button
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{
    border-style:none;
    padding:0
}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{
    outline:1px dotted ButtonText
}
fieldset{
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em
}
legend{
    box-sizing:border-box;
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
}
textarea{
    overflow:auto
}
[type="checkbox"],[type="radio"]{
    box-sizing:border-box;
    padding:0
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{
    height:auto
}
[type="search"]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-input-placeholder{
    color:inherit;
    opacity:0.54
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
.wrapper{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-direction:column;
    -webkit-flex-direction:column;
    min-height:100vh
}
.middle{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-direction:column;
    flex-grow:1
}
.cnr{
    position:relative;
    margin:0 auto;
    max-width:768px;
    padding-left:15px;
    padding-right:15px;
    box-sizing:border-box
}
@media (min-width:767px){
    .cnr{
        max-width:860px
    }
}
@media (min-width:1270px){
    .cnr{
        max-width:1024px
    }
}
.cnr-fl{
    position:relative;
    padding-left:15px;
    padding-right:15px;
    box-sizing:border-box
}
@media (min-width:767px){
    .cnr-fl{
        padding-left:5.5%;
        padding-right:5.5%
    }
}
@media (min-width:1440px){
    .cnr-fl{
        max-width:1350px;
        padding-left:15px;
        padding-right:15px;
        margin:0 auto
    }
}
.header__phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /*display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;*/
    /*height: 54px;*/
    height: 100%;
    width: 200px;
    display: block;
}
.header__phone .nav-list {
    /*margin: -12px 0 0 15px;*/
    margin: 20px 0 0 0px;
}
.header__phone .nav-list li:first-child {
    border-left: 1px solid #fff;
    padding-left: 20px;
}
.header__phone .nav-list li {
    padding: 0 10px;
}
.header__phone .nav-list li a {
    font-size: 14px;
}
.menu_reg_link {
    background-color: #9b2d30;
    transition: .2s;
    padding: 10px 20px;
    border-radius: 15px;
}
.menu_reg_link:hover {
    background-color: #1d718f;
}
.header__nav.nav-list li a.menu_white_link {
    background-color: #1d718f;
}
.header__nav.nav-list li a,
.header__nav.nav-list li:hover a,
.header__nav.nav-list li.active a {
    font-size: 14px;
}
@media (min-width:1800px){
    .header__options.header__row {
        display: flex !important;
    }
    .header__phone {
        display: none;
    }
}
@media (max-width: 1269px){
    .header__phone {
        display: none;
    }
}
.cnr-edge{
    position:relative;
    padding-left:15px;
    padding-right:15px;
    box-sizing:border-box
}
.col{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-direction:column;
    margin-left:-15px;
    margin-right:-15px
}
.row{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    margin-left:-15px;
    margin-right:-15px
}
@media (min-width:1270px){
    .flex-row-lg{
        display:flex;
        flex-direction:row;
        justify-content:space-between;
        align-items:center
    }
}
.row-lg-reverse{
    flex-direction:column-reverse
}
@media (min-width:1270px){
    .row-lg-reverse{
        flex-direction:row
    }
}
.row-md-reverse{
    flex-direction:column-reverse
}
@media (min-width:767px){
    .row-md-reverse{
        flex-direction:row
    }
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xl-1,.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xl-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xl-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xl-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xl-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xl-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xl-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xl-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xl-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xl-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xl-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xl-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12,.col-xl-12{
    display:block;
    position:relative;
    width:100%;
    min-height:1px;
    padding-left:15px;
    padding-right:15px;
    box-sizing:border-box
}
.col-xs-12{
    width:100%
}
.col-xs-11{
    width:91.66666667%
}
.col-xs-10{
    width:83.33333333%
}
.col-xs-9{
    width:75%
}
.col-xs-8{
    width:66.66666667%
}
.col-xs-7{
    width:58.33333333%
}
.col-xs-6{
    width:50%
}
.col-xs-5{
    width:41.66666667%
}
.col-xs-4{
    width:33.33333333%
}
.col-xs-3{
    width:25%
}
.col-xs-2{
    width:16.66666667%
}
.col-xs-1{
    width:8.33333333%
}
.col-xs-none{
    display:none
}
.col-xs-offset-12{
    margin-left:100%
}
.col-xs-offset-11{
    margin-left:91.66666667%
}
.col-xs-offset-10{
    margin-left:83.33333333%
}
.col-xs-offset-9{
    margin-left:75%
}
.col-xs-offset-8{
    margin-left:66.66666667%
}
.col-xs-offset-7{
    margin-left:58.33333333%
}
.col-xs-offset-6{
    margin-left:50%
}
.col-xs-offset-5{
    margin-left:41.66666667%
}
.col-xs-offset-4{
    margin-left:33.33333333%
}
.col-xs-offset-3{
    margin-left:25%
}
.col-xs-offset-2{
    margin-left:16.66666667%
}
.col-xs-offset-1{
    margin-left:8.33333333%
}
.col-xs-offset-0{
    margin-left:0
}
.hidden-till-sm,.hidden-till-md,.hidden-till-lg,.hidden-till-xl,.hidden-till-xxl{
    display:none
}
@media (min-width:575px){
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{
        display:block
    }
    .col-sm-12{
        width:100%
    }
    .col-sm-11{
        width:91.66666667%
    }
    .col-sm-10{
        width:83.33333333%
    }
    .col-sm-9{
        width:75%
    }
    .col-sm-8{
        width:66.66666667%
    }
    .col-sm-7{
        width:58.33333333%
    }
    .col-sm-6{
        width:50%
    }
    .col-sm-5{
        width:41.66666667%
    }
    .col-sm-4{
        width:33.33333333%
    }
    .col-sm-3{
        width:25%
    }
    .col-sm-2{
        width:16.66666667%
    }
    .col-sm-1{
        width:8.33333333%
    }
    .col-sm-none{
        display:none
    }
    .col-sm-offset-12{
        margin-left:100%
    }
    .col-sm-offset-11{
        margin-left:91.66666667%
    }
    .col-sm-offset-10{
        margin-left:83.33333333%
    }
    .col-sm-offset-9{
        margin-left:75%
    }
    .col-sm-offset-8{
        margin-left:66.66666667%
    }
    .col-sm-offset-7{
        margin-left:58.33333333%
    }
    .col-sm-offset-6{
        margin-left:50%
    }
    .col-sm-offset-5{
        margin-left:41.66666667%
    }
    .col-sm-offset-4{
        margin-left:33.33333333%
    }
    .col-sm-offset-3{
        margin-left:25%
    }
    .col-sm-offset-2{
        margin-left:16.66666667%
    }
    .col-sm-offset-1{
        margin-left:8.33333333%
    }
    .col-sm-offset-0{
        margin-left:0
    }
    .hidden-till-md,.hidden-till-lg,.hidden-till-xl,.hidden-till-xxl{
        display:none
    }
    .hidden-till-sm{
        display:block
    }
    .hidden-after-sm{
        display:none
    }
}
@media (min-width:767px){
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{
        display:block
    }
    .col-md-12{
        width:100%
    }
    .col-md-11{
        width:91.66666667%
    }
    .col-md-10{
        width:83.33333333%
    }
    .col-md-9{
        width:75%
    }
    .col-md-8{
        width:66.66666667%
    }
    .col-md-7{
        width:58.33333333%
    }
    .col-md-6{
        width:50%
    }
    .col-md-5{
        width:41.66666667%
    }
    .col-md-4{
        width:33.33333333%
    }
    .col-md-3{
        width:25%
    }
    .col-md-2{
        width:16.66666667%
    }
    .col-md-1{
        width:8.33333333%
    }
    .col-md-offset-12{
        margin-left:100%
    }
    .col-md-offset-11{
        margin-left:91.66666667%
    }
    .col-md-offset-10{
        margin-left:83.33333333%
    }
    .col-md-offset-9{
        margin-left:75%
    }
    .col-md-offset-8{
        margin-left:66.66666667%
    }
    .col-md-offset-7{
        margin-left:58.33333333%
    }
    .col-md-offset-6{
        margin-left:50%
    }
    .col-md-offset-5{
        margin-left:41.66666667%
    }
    .col-md-offset-4{
        margin-left:33.33333333%
    }
    .col-md-offset-3{
        margin-left:25%
    }
    .col-md-offset-2{
        margin-left:16.66666667%
    }
    .col-md-offset-1{
        margin-left:8.33333333%
    }
    .col-md-offset-0{
        margin-left:0
    }
    .hidden-till-lg,.hidden-till-xl,.hidden-till-xxl{
        display:none
    }
    .hidden-till-md{
        display:block
    }
    .hidden-after-md{
        display:none
    }
}
@media (min-width: 1024px){
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{
        display:block
    }
    .col-lg-12{
        width:100%
    }
    .col-lg-11{
        width:91.66666667%
    }
    .col-lg-10{
        width:83.33333333%
    }
    .col-lg-9{
        width:75%
    }
    .col-lg-8{
        width:66.66666667%
    }
    .col-lg-7{
        width:58.33333333%
    }
    .col-lg-6{
        width:50%
    }
    .col-lg-5{
        width:41.66666667%
    }
    .col-lg-4{
        width:33.33333333%
    }
    .col-lg-3{
        width:25%
    }
    .col-lg-2{
        width:16.66666667%
    }
    .col-lg-1{
        width:8.33333333%
    }
    .col-lg-offset-12{
        margin-left:100%
    }
    .col-lg-offset-11{
        margin-left:91.66666667%
    }
    .col-lg-offset-10{
        margin-left:83.33333333%
    }
    .col-lg-offset-9{
        margin-left:75%
    }
    .col-lg-offset-8{
        margin-left:66.66666667%
    }
    .col-lg-offset-7{
        margin-left:58.33333333%
    }
    .col-lg-offset-6{
        margin-left:50%
    }
    .col-lg-offset-5{
        margin-left:41.66666667%
    }
    .col-lg-offset-4{
        margin-left:33.33333333%
    }
    .col-lg-offset-3{
        margin-left:25%
    }
    .col-lg-offset-2{
        margin-left:16.66666667%
    }
    .col-lg-offset-1{
        margin-left:8.33333333%
    }
    .col-lg-offset-0{
        margin-left:0
    }
    .hidden-till-xl,.hidden-till-xxl{
        display:none
    }
    .hidden-till-lg{
        display:block
    }
    .hidden-after-lg{
        display:none
    }
}
@media (min-width:1440px){
    .col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{
        display:block
    }
    .col-xl-12{
        width:100%
    }
    .col-xl-11{
        width:91.66666667%
    }
    .col-xl-10{
        width:83.33333333%
    }
    .col-xl-9{
        width:75%
    }
    .col-xl-8{
        width:66.66666667%
    }
    .col-xl-7{
        width:58.33333333%
    }
    .col-xl-6{
        width:50%
    }
    .col-xl-5{
        width:41.66666667%
    }
    .col-xl-4{
        width:33.33333333%
    }
    .col-xl-3{
        width:25%
    }
    .col-xl-2{
        width:16.66666667%
    }
    .col-xl-1{
        width:8.33333333%
    }
    .col-xl-offset-12{
        margin-left:100%
    }
    .col-xl-offset-11{
        margin-left:91.66666667%
    }
    .col-xl-offset-10{
        margin-left:83.33333333%
    }
    .col-xl-offset-9{
        margin-left:75%
    }
    .col-xl-offset-8{
        margin-left:66.66666667%
    }
    .col-xl-offset-7{
        margin-left:58.33333333%
    }
    .col-xl-offset-6{
        margin-left:50%
    }
    .col-xl-offset-5{
        margin-left:41.66666667%
    }
    .col-xl-offset-4{
        margin-left:33.33333333%
    }
    .col-xl-offset-3{
        margin-left:25%
    }
    .col-xl-offset-2{
        margin-left:16.66666667%
    }
    .col-xl-offset-1{
        margin-left:8.33333333%
    }
    .col-xl-offset-0{
        margin-left:0
    }
    .hidden-till-xxl{
        display:none
    }
    .hidden-till-xl{
        display:block
    }
    .hidden-after-xl{
        display:none
    }
}
@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:300;
    src:local("Open Sans Light"),local("OpenSans-Light"),url("/assets/fonts/open-sans-v15-cyrillic_latin-300.woff2") format("woff2"),url("/assets/fonts/open-sans-v15-cyrillic_latin-300.woff") format("woff")
}
@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:400;
    src:local("Open Sans Regular"),local("OpenSans-Regular"),url("/assets/fonts/open-sans-v15-cyrillic_latin-regular.woff2") format("woff2"),url("/assets/fonts/open-sans-v15-cyrillic_latin-regular.woff") format("woff")
}
@font-face{
    font-family:'Open Sans';
    font-style:italic;
    font-weight:400;
    src:local("Open Sans Italic"),local("OpenSans-Italic"),url("/assets/fonts/open-sans-v15-cyrillic_latin-italic.woff2") format("woff2"),url("/assets/fonts/open-sans-v15-cyrillic_latin-italic.woff") format("woff")
}
@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:600;
    src:local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url("/assets/fonts/open-sans-v15-cyrillic_latin-600.woff2") format("woff2"),url("/assets/fonts/open-sans-v15-cyrillic_latin-600.woff") format("woff")
}
@font-face{
    font-family:'Open Sans';
    font-style:italic;
    font-weight:600;
    src:local("Open Sans SemiBold Italic"),local("OpenSans-SemiBoldItalic"),url("/assets/fonts/open-sans-v15-cyrillic_latin-600italic.woff2") format("woff2"),url("/assets/fonts/open-sans-v15-cyrillic_latin-600italic.woff") format("woff")
}
.bordered-box{
    display:flex;
    flex-direction:row;
    align-items:flex-end
}
.bordered-box__text{
    padding-right:10px
}
.bordered-box__border{
    position:relative;
    height:1px;
    flex-grow:1
}
.bordered-box__border .bordered-box__line{
    position:absolute;
    left:0;
    width:100%;
    height:100%;
    background-image:linear-gradient(to right, transparent 60%, #888 40%);
    background-size:5px 100%;
    margin-top:-4px
}
.slick-slider{
    position:relative;
    display:block;
    box-sizing:border-box;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent
}
.slick-list{
    position:relative;
    overflow:hidden;
    display:block;
    margin:0;
    padding:0
}
.slick-list:focus{
    outline:none
}
.slick-list.dragging{
    cursor:pointer;
    cursor:hand
}
.slick-slider .slick-track,.slick-slider .slick-list{
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0);
    -o-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}
.slick-track{
    position:relative;
    left:0;
    top:0;
    display:block;
    margin-left:auto;
    margin-right:auto
}
.slick-track:before,.slick-track:after{
    content:"";
    display:table
}
.slick-track:after{
    clear:both
}
.slick-loading .slick-track{
    visibility:hidden
}
.slick-slide{
    float:left;
    height:100%;
    min-height:1px;
    display:none
}
[dir="rtl"] .slick-slide{
    float:right
}
.slick-slide img{
    display:block
}
.slick-slide.slick-loading img{
    display:none
}
.slick-slide.dragging img{
    pointer-events:none
}
.slick-initialized .slick-slide{
    display:block
}
.slick-loading .slick-slide{
    visibility:hidden
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent
}
.slick-arrow.slick-hidden{
    display:none
}
.slick-loading .slick-list{
    background:#fff url("/assets/img/ajax-loader.gif") center center no-repeat
}
@font-face{
    font-family:"slick";
    src:url("/assets/fonts/slick.eot");
    src:url("/assets/fonts/slick.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/slick.woff") format("woff"),url("/assets/fonts/slick.ttf") format("truetype"),url("/assets/fonts/slick.svg#slick") format("svg");
    font-weight:normal;
    font-style:normal
}
.slick-prev,.slick-next{
    position:absolute;
    display:block;
    height:20px;
    width:20px;
    line-height:0px;
    font-size:0px;
    cursor:pointer;
    background:transparent;
    color:transparent;
    top:50%;
    -webkit-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    transform:translate(0, -50%);
    padding:0;
    border:none;
    outline:none
}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{
    outline:none;
    background:transparent;
    color:transparent
}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{
    opacity:1
}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{
    opacity:.25
}
.slick-prev:before,.slick-next:before{
    font-family:"slick";
    font-size:20px;
    line-height:1;
    color:#fff;
    opacity:.75;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.slick-prev{
    left:-25px
}
[dir="rtl"] .slick-prev{
    left:auto;
    right:-25px
}
.slick-prev:before{
    content:"←"
}
[dir="rtl"] .slick-prev:before{
    content:"→"
}
.slick-next{
    right:-25px
}
[dir="rtl"] .slick-next{
    left:-25px;
    right:auto
}
.slick-next:before{
    content:"→"
}
[dir="rtl"] .slick-next:before{
    content:"←"
}
.slick-dotted.slick-slider{
    margin-bottom:30px
}
.slick-dots{
    position:absolute;
    bottom:10px;
    list-style:none;
    display:block;
    text-align:center;
    padding:0;
    margin:0;
    width:100%
}
.slick-dots li{
    position:relative;
    display:inline-block;
    height:20px;
    width:20px;
    margin:0 5px;
    padding:0;
    cursor:pointer
}
.slick-dots li button{
    border:1px solid transparent;
    background:transparent;
    display:block;
    height:6px;
    width:6px;
    border-radius:50%;
    outline:none;
    line-height:0;
    font-size:0;
    color:transparent;
    padding:10px;
    cursor:pointer
}
.slick-dots li button:hover,.slick-dots li button:focus{
    outline:none
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{
    opacity:1
}
.slick-dots li button:before{
    position:absolute;
    top:8px;
    left:8px;
    content:"";
    width:6px;
    height:6px;
    font-family:"slick";
    font-size:6px;
    line-height:20px;
    border-radius:50%;
    background:#000;
    text-align:center;
    color:#000;
    opacity:.25;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.slick-dots li.slick-active button{
    border-color:#3ea092
}
.slick-dots li.slick-active button:before{
    color:#000;
    opacity:.75;
    background:#3ea092
}
html,body{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    font:16px "ProximaNova",sans-serif
}
img{
    max-width:100%;
    height:auto
}
a{
    color:inherit;
    text-decoration:none;
    border-color:inherit
}
a:visited{
    color:inherit
}
a:hover{
    color:inherit
}
a:active,a.active,a:focus{
    color:inherit
}
hr{
    margin:0 0 20px 0
}
ul,ol{
    margin-bottom:20px;
    padding-left:20px
}
.list li{
    margin-bottom:15px
}
li.divider{
    width:1px;
    background:#fff
}
h1,h2,h3,h4,h5,h6{
    margin:0 0 20px 0;
    padding:0;
    line-height:1.2
}
p{
    margin:0 0 20px 0
}
h1,.h1{
    position:relative;
    font-weight:300;
    font-size:40px
}
/*@media (min-width:575px){
    h1,.h1{
        font-size:40px
    }
}
@media (min-width:767px){
    h1,.h1{
        font-size:30px
    }
}
@media (min-width:1270px){
    h1,.h1{
        font-size:30px
    }
}
@media (min-width:1440px){
    h1,.h1{
        font-size:30px
    }
}*/
h2,.h2{
    font-size:30px;
    font-weight:300
}
@media (min-width:575px){
    h2,.h2{
        font-size:30px
    }
}
@media (min-width:767px){
    h2,.h2{
        font-size:30px
    }
}
@media (min-width:1270px){
    h2,.h2{
        font-size:30px
    }
}
@media (min-width:1440px){
    h2,.h2{
        font-size:30px
    }
}
.h3{
    font-size:27px;
    font-weight:300;
    line-height:1.2
}
@media (min-width:575px){
    .h3{
        font-size:27px
    }
}
@media (min-width:767px){
    .h3{
        font-size:27px
    }
}
@media (min-width:1270px){
    .h3{
        font-size:27px
    }
}
@media (min-width:1440px){
    .h3{
        font-size:27px
    }
}
h3 small,.h3 small{
    display:block;
    font-size:16px;
    color:#888;
    font-style:italic;
    font-weight:400
}
.h4{
    font-size:16px;
    font-weight:600
}
@media (min-width:575px){
    .h4{
        font-size:16px
    }
}
@media (min-width:767px){
    .h4{
        font-size:16px
    }
}
@media (min-width:1270px){
    .h4{
        font-size:16px
    }
}
@media (min-width:1440px){
    .h4{
        font-size:16px
    }
}
.h5{
    font-size:14px
}
@media (min-width:575px){
    .h5{
        font-size:14px
    }
}
@media (min-width:767px){
    .h5{
        font-size:14px
    }
}
@media (min-width:1270px){
    .h5{
        font-size:14px
    }
}
@media (min-width:1440px){
    .h5{
        font-size:14px
    }
}
.h6{
    font-size:12px
}
@media (min-width:575px){
    .h6{
        font-size:12px
    }
}
@media (min-width:767px){
    .h6{
        font-size:12px
    }
}
@media (min-width:1270px){
    .h6{
        font-size:12px
    }
}
@media (min-width:1440px){
    .h6{
        font-size:12px
    }
}
.content{
    text-align:justify;
    max-width:620px
}
.list_unstyled{
    margin:0;
    padding:0;
    list-style:none
}
.list_actions{
    list-style:none
}
.bg-img{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}
.sticky{
    position:relative
}
.line{
    height:1px;
    width:100%;
    background:rgba(0,0,0,0.2);
    border:none;
    box-shadow:none;
    margin:20px 0
}
.description{
    display:block;
    margin-top:5px;
    max-width:540px;
    font-weight:400;
    opacity:.66
}
.btn,.btn:visited{
    min-width:150px;
    height:50px;
    line-height:50px;
    cursor:pointer;
    font-weight:600;
    text-align:center;
    padding:0 30px;
    border-radius:25px;
    box-sizing:border-box;
    border:1px solid #000;
    background:transparent;
    transition:.2s;
    opacity:.5
}
.btn_md{
    display:inline-block;
    width:277px;
    height:54px;
    line-height:54px;
    border-radius:27px
}
.btn:hover,.btn.active,.btn:focus{
    opacity:1
}
.btn_filled, .btn_filled:visited{
    color:#fff !important;
    opacity:1;
    border:none !important;
    background:#3ea092
}
.btn_filled:hover,.btn_filled.active,.btn_filled:focus{
    color:#fff !important;
    background:#2a7f78;
    border:none !important;
}
.btn_filled-green,.btn_filled-green:visited{
    color:#fff;
    opacity:1;
    border:none;
    background:#36b29b
}
.btn_filled-green:hover,.btn_filled-green.active,.btn_filled-green:focus{
    color:#fff;
    background:#3ea092
}
.btn_filled-blue,.btn_filled-blue:visited{
    color:#fff;
    opacity:1;
    border:none;
    background:#0091c1
}
.btn_filled-blue:hover,.btn_filled-blue:focus,.btn_filled-blue.active{
    color:#fff;
    background:#1c728e
}
.btn_filled-yellow,.btn_filled-yellow:visited{
    color:#000;
    border:none;
    opacity:1;
    background:#f3f4a8
}
.btn_filled-yellow img,.btn_filled-yellow:visited img{
    opacity:.5
}
.btn_filled-yellow:hover,.btn_filled-yellow:focus,.btn_filled-yellow.active{
    color:#000;
    background:#f3f4a8
}
.btn_filled-yellow:hover img,.btn_filled-yellow:focus img,.btn_filled-yellow.active img{
    opacity:1
}
.btn_shadowed{
    box-shadow:0 3px 10px 0 rgba(0,0,0,0.15)
}
.btn_shadowed:focus,.btn_shadowed.active,.btn_shadowed:hover{
    box-shadow:0 8px 15px 0 rgba(0,0,0,0.15)
}
.btn_disabled,.btn_disabled:focus,.btn_disabled.active,.btn_disabled:hover{
    opacity:.5;
    cursor:default;       
}
.btn_jump:focus,.btn_jump.active,.btn_jump:hover{
    outline:none;
    margin-top:-5px
}
.btn_l-img img{
    height:20px;
    width:20px;
    margin:0 10px -4px 0;
    box-sizing:border-box
}
.btn_r-img img{
    height:20px;
    width:20px;
    margin:0 0 -4px 10px;
    box-sizing:border-box
}
.btn_img-sm img{
    padding:5px
}
.btn_thin{
    font-weight:400
}
.btn-circle{
    height:54px;
    width:54px;
    cursor:pointer;
    display:block;
    border-radius:50%;
    box-shadow:0 3px 10px 0 rgba(0,0,0,0.15);
    transition:.2s;
    transition-timing-function:ease
}
.btn-circle:hover{
    box-shadow:0 8px 15px 0 rgba(0,0,0,0.15)
}
.btn-circle img{
    transition:.7s;
    transition-timing-function:ease;
    border-radius:50%;
    height:54px;
    width:54px
}
.btn-circle.active img{
    transform:rotate(180deg)
}
.btn-circle_small{
    height:28px;
    width:28px
}
.btn-circle_small img{
    height:28px;
    width:28px
}
.pg__box_btn-top .btn-circle{
    position:absolute;
    top:27px;
    left:50%;
    margin-left:-27px;
    margin-top:-50px
}
.v-scroll{
    display:block;
    position:relative;
    height:320px;
    width:100%;
    background:inherit
}
.v-scroll__box{
    height:inherit;
    overflow-y:auto;
    overflow-x:hidden;
    padding-left:20px;
    margin-left:-20px
}
.v-scroll__hider{
    position:absolute;
    top:0;
    right:0;
    background:inherit;
    height:inherit;
    width:20px;
    z-index:1
}
.lnk,.user-content a{
    border-bottom-width:1px;
    border-bottom-style:dotted;
    transition:.2s
}
.lnk_muted{
    opacity:.66
}
.lnk_green,.lnk_green:visited{
    color:#3ea092;
    border-color:transparent
}
.lnk:hover{
    border-bottom-width:1px;
    border-bottom-style:dotted
}
.lnk_muted:hover{
    opacity:1
}
.lnk_green:hover{
    color:#3ea092;
    border-color:#3ea092
}
.lnk_h-green:hover,.user-content a:hover{
    color:#3ea092;
    border-color:#3ea092
}
.lnk_img{
    display:inline-block;
    position:relative
}
.lnk_img img{
    margin-bottom:-7px;
    margin-right:10px
}
.blk{
    position:relative
}
.blk__img{
    display:inline-block;
    position:relative
}
.blk__btn{
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-27px;
    margin-top:-27px;
    transition:.2s
}
.blk__btn:hover{
    margin-top:-32px
}
.t-green{
    color:#3ea092 !important
}
.t-blue{
    color:#0091c1 !important
}
.t-red{
    color:#d8415a !important
}
.t-grey{
    color:#888 !important
}
.t-muted{
    color:#000 !important;
    opacity:.66
}
.header {
    position:relative;
    width:100%;
    /*height:54px;*/
    height: auto;
    color:#fff;
    background:#36b29b;
    z-index:110;
    box-sizing:border-box
}
.header_fixed{
    position:fixed;
    top:0;
    left:0
}
.header__cnr{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-direction:column;
    flex-grow:1
}
.header__logo {
    /*display:inline-block;*/
    transition:.2s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.header__logo img {
    /*height:54px;*/
    height:60px
}
.header__logo img:last-child {
    margin-left: 10px;
}
.header__logo-text,.header__logo-text_en{
    display:none
}
@media (min-width:575px){
    .header__logo-text,.header__logo-text_en{
        display:inline-block
    }
    .header__logo-text_en{
        height:44px !important;
        float:right;
        margin:5px 0 0 4px
    }
}

.header__nav{
    display:block
}

.header__contact{
    display:none
}
.header__options{
    height:54px;
    position:absolute;
    display:none !important;
    top:0;
    right:0
}
.header__options .nav-list {
    padding-left: 40px;
    padding-right: 40px;
}
.header__options .nav-list li{
    padding:0 10px
}
.header__options .nav-list li:first-child{
    border-right: 1px solid #fff;
}
@media (min-width:1270px){
    .header__options{
        right:15px
    }
}
.header__switcher{
    display:block;
    cursor:pointer
}
@media (min-width:1270px){
    .header__switcher{
        display:none
    }
}
.header_open{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding:0;
    overflow-y:auto;
    overflow-x:hidden
}
.header_open .header__nav{
    display:block !important
}
.header_open .header__nav .nav-list{
    margin-top:50px;
    margin-left:15px
}
.header_open .header__nav .nav-list li{
    display:block;
    font-size:18px;
    margin-bottom:10px
}
.header_open .header__contact{
    display:block;
    width:100%;
    background:#47728a;
    margin-top:20px;
    padding:20px 0;
    text-align:center
}
.header_open .header__contact .footer__item{
    font-size:16px;
    margin-bottom:20px
}
.header_open .header__contact .footer__social{
    margin:10px 0
}
.header__row{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-direction:row;
    /*justify-content:flex-start;*/
    justify-content:flex-end;
    align-items:center
}
.nav-list{
    margin:0;
    padding:0
}
.nav-list li{
    display:inline-block
}
.nav-list li a{
    text-decoration:none;
    transition:.2s
}
.sidebar{
    margin-top:40px;
    position:relative
}
@media (min-width:1270px){
    .sidebar{
        margin-top:10px
    }
}
.sidebar.open{
    margin:0
}
.sidebar_nav{
    padding-bottom:20px;
    border-bottom:1px solid #aaa
}
.sidebar_nav li{
    list-style-type:none;
    display:list-item;
    margin-bottom:15px
}
.sidebar_nav li a{
    font-size:18px;
    color:#888
}
.sidebar_nav li.active a,.sidebar_nav li.focus a,.sidebar_nav li:hover a{
    color:#3ea092
}
.sidebar_nav li.active a{
    font-weight:600
}
.header__nav.nav-list{
    margin-left:-20px;
    margin-top:20px
}
@media (min-width:1270px){
    .header__nav.nav-list{
        margin-top: 0;
    }
}
.header__nav.nav-list li {
    display:block;
}
@media (min-width:1270px){
    .header__nav.nav-list li{
        display:inline-block
    }
}
.header__nav.nav-list li a{
    display:block;
    line-height:60px;
    padding:0 5px
}
.header__nav.nav-list li a.menu_2_line {
    /*display: contents;*/
}
.header__nav.nav-list li a.menu_2_line span {
    line-height: 20px;
    display: inline-flex;
    vertical-align: middle;
    text-align: center;
}
.header__nav.nav-list li:hover a,.header__nav.nav-list li.active a{
    color:#fff;
    background:rgba(0,0,0,0.05)
}
.nav-list li:first-child{
    padding-left:0
}
.nav-list li:last-child{
    padding-right:0
}
.nav-list li:last-child a{
    /*padding-right:0*/
}
.pg{
    margin:40px 0
}
.pg-main{
    margin-top:0;
    /*margin-top:60px;*/
}
.pg__box{
    position:relative;
    padding-top:30px;
    padding-bottom:40px
}
.pg__box_grey{
    background:#f6f6f6
}
.pg__box_btn-top{
    padding-top:57px;
    /*box-shadow:0 -3px 3px 0 rgba(0,0,0,0.05);*/
    text-align:center
}
.pg__title{
    color:#3ea092;
    position:relative;
    font:300 32px "Open Sans", sans-serif
}
@media (min-width:767px){
    .pg__title{
        font-size:40px;
        margin-bottom:65px
    }
}
.pg__title-link,
.pg__title-dwn-link{
    display:block;
    font:400 14px "Open Sans";
    color:#000;
    opacity:.5;
    transition:.2s
}
.pg__title-link:visited,
.pg__title-dwn-link:visited{
    color:#000
}
.pg__title-link:hover,
.pg__title-dwn-link:hover{
    color:#000;
    opacity:1
}
.pg__title-link:active,.pg__title-link.active,.pg__title-link:focus,
.pg__title-dwn-link:active,.pg__title-dwn-link.active,.pg__title-dwn-link:focus{
    color:#000
}
@media (min-width:767px){
    .pg__title-link{
        position:absolute;
        right:0;
        bottom:5px
    }
}
.pg__title-dwn-link{   
    display: inline-block;   
    font-size: 12px;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 25px;
    height: 40px;
    line-height: 40px;   
    margin: 15px 0 0 0;
    padding: 3px 15px 3px 15px; 
    opacity:.75;
    overflow: hidden;           
}
.prg{
    margin-top: 35px;
}
.pub{
    padding: 3px 40px 3px 15px; 
}
.pht{
    padding: 3px 20px 3px 15px; 
}
.pg__title-dwn-link:hover{
    border-color: rgba(0,0,0,.5);
}
.pg__title-dwn-link .btn-dwn{
    width: 17px;
    margin-right: 7px;
    vertical-align: text-top;    
}
/*.pub .btn-dwn{
    margin-right: 12px;
}*/
@media (min-width:767px){
    .pg__title-dwn-link{       
        font-size: 14px;
        padding: 0 30px;
        height: 50px;
        line-height: 50px; 
        margin: 45px 15px 0 15px;
    }    
    .pg__title-dwn-link .btn-dwn{
        width: 20px;
        margin-right: 9px;
    }
}
.pg-main .pg__title{
    text-align:center
}
.pg__footer-link{
    color:#3ea092;
    text-align:center
}
.pg-main__screen{
    margin:0 auto 30px auto;
    padding:0
}
@media (min-width:767px){
    .pg-main__screen{
        margin:0 auto 0 auto
    }
}
.pg-main__screen .row{
    margin:0
}
.pg-main__content{
    margin-top:40px;
    text-align:right
}
.pg-main__logo{
    display:block;
    margin:30px auto 0 auto
}
@media (min-width:1270px){
    .pg-main__logo{
        position:absolute;
        top:40px;
        left:-150px;
        margin:0
    }
}
.pg-main__actions{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    position:absolute;
    left:0;
    bottom:0;
    width:100%
}
.pg-main__title{
    color:#3ea092;
    margin:20px 15px 0 15px;
    padding-bottom:20px;
    font-weight:400;
    font-size:48px;
    text-align:center;
    line-height:1
}
@media (min-width:1270px){
    .pg-main__title{
        border-bottom:1px solid #3ea092;
        margin:250px 0 0 0;
        display:inline-block;
        max-width:350px;
        text-align:left
    }
}
.pg-main__title small{
    display:block;
    margin-top:20px;
    font-size:16px;
    font-weight:600;
    line-height:1.4
}
.pg-main__banner{
    position:relative;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:left;
    min-height:300px
}
.pg-main__banner .btn{
    position:relative;
    display:block;
    margin:20px 10px;
    overflow:hidden;
    z-index:1
}
@media (min-width:1270px){
    .pg-main__banner .btn{
        margin:0 10px -24px 10px
    }
}
.banner__actions{
    position:absolute;
    bottom:0;
    left:50%
}
.banner__actions .btn:first-child{
    margin-right:20px
}
.pg-speakers .pg__title,.pg-partners .pg__title{
    margin-bottom:20px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center
}
.pg-partners h3.pg__title{
    font-size:21px;
    font-weight:400;
    margin-bottom:10px;
    margin-top:20px
}
.img_doc_link{
    padding:40px 0 20px 0;
    margin-top:30px;
   /* background:#ecf5f4;
    border-radius:50%;*/
}
@media (min-width:767px){
    .img_doc_link{
        
    }    
}
.pg-sidebar__title{
    color:#3ea092;
    margin-top:20px;
    font-size:16px;
    font-weight:600;
    margin-bottom:5px;
    text-align:center;
    text-transform:uppercase;    
}
.pg-guide .pg-sidebar__title{
    margin-top:20px;    
}
.bl-partners a{
    display: inline-block;    
    position: relative;
    overflow: hidden;
    border: 1px solid #1d718f;
    box-sizing: border-box;
    margin: 0 0 28px 0;
    width: 100%;
    height: 150px;
}
.bl-partners a:nth-child(2n){
    margin-right: 0;
}
.bl-partners a img{
    display: block;
    position: absolute;    
    border: 0;    
    top: 50%;    
    transform: translateY(-50%);
    width: 60%;
    left: 20%;
}    
@media (min-width:767px){
    .bl-partners a{
        width: 23%;
        height: 90px;
        margin: 0 1% 28px 0;
    }
    .bl-partners a:nth-child(2n){
        margin-right: 1%;
    }
    .bl-partners a:nth-child(4n){
        margin-right: 0;
    }
    .bl-partners a img{
        width: 70%;
        left: 15%;
    }
}
.alter{
    display: block;
    text-align: center;
    font-size: 11px;
    color: #9E9E9E;
}
@media (min-width:767px){
    .alter{
        font-size: 13px;        
    }
}
.events{
    overflow:hidden;
    /*height:350px;*/
    height:350px;
    transition:.5s;
    padding-bottom: 30px;
}
@media (min-width:767px){
    .events{
        height:300px;
    }
}
.events.active{
    height:auto
}
.event{
    text-align:left;
    font-size:14px;
    margin-top:40px;
    margin-bottom:40px
}
@media (min-width:767px){
    .event{
        margin-top:0
    }
}
.event__cover{
    display:block;
    height:250px;
    background-repeat:no-repeat;
    background-position:center left;
    margin:0 -15px 15px -15px;
    background-size:contain;
}
@media (min-width:575px){
    .event__cover{
        margin:0 -0 15px 0
    }
}
.event__date{
    color:#3ea092
}
.event__title{
    font:400 24px "Open Sans";
    color:#3ea092;
    padding-bottom:15px;
    margin:0 0 25px 0;
    border-bottom:1px solid rgba(0,0,0,0.2)
}
.event__name{
    font:400 14px "Open Sans";
    color:#0091c1;
    margin:0 0 3px 0
}
/*.event p{
    margin-bottom:10px
}*/
.event__content{
    font-size:16px
}
.event_card{
    color:#333;
    margin-bottom:40px
}
.event_card .event__cover{
    height:auto;
    margin-bottom:5px
}
.event_card .event__title{
    border:none;
    font-size:18px;
    font-weight:600;
    margin-bottom:0;
    padding-bottom:5px
}
.event_media .event__title,.event_page .event__title{
    border:none;
    color:#000;
    font-size:18px;
    font-weight:600;
    margin:0
}
.event_page .event__cover{
    height:auto
}
.video{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-direction:column-reverse;
    height:auto
}
@media (min-width:1270px){
    .video{
        flex-direction:row;
        height:500px
    }
}
.video__content{
    width:100%;
    padding:40px 40px 0 5.5%;
    background:#196c66;
    color:#fff;
    box-sizing:border-box
}
@media (min-width:1270px){
    .video__content{
        width:350px;
        box-sizing:initial
    }
}
.video__title{
    font-size:40px;
    margin-bottom:40px
}
.video__player{
    position:relative;
    width:100%;
    height:452px
}
.video__playlist{
    margin:0;
    padding:0 0 0 40px;
    color:#fff;
    font-size:16px;
    font-weight:300
}
.video__playlist li{
    cursor:pointer;
    list-style:none;
    position:relative;
    margin-bottom:10px;
    opacity:.33;
    transition:.2s
}
.video__playlist li:hover,.video__playlist li.active{
    opacity:1
}
.video__playlist li:before{
    content:"\2022";
    position:absolute;
    left:-40px
}
.video__playlist li.active:before{
    content:url("/assets/img/icons/arrow_play_list.svg");
    position:absolute;
    left:-49px;
    width:26px;
    height:26px;
    border:1px solid #fff;
    border-radius:50%;
    text-align:center;
    line-height:23px;
    padding-left:2px;
    box-sizing:border-box;
    opacity:0.85
}
.video__player{
    flex-grow:1
}
.table-container{
    overflow-x:auto;
    overflow-y:hidden
}
.table{
    width:100%;
    min-width:880px;
    margin:20px auto 40px auto;
    border:none;
    border-collapse:collapse
}
/*
@media (min-width:1440px){
    .table{
        max-width:1320px
    }
}
*/
.table h3{
    color:#3ea092;
    font-size:16px
}
.table h3.num{
    font-size:24px;
    margin-bottom:0;
    font-weight:400
}
.table tr th{
    font-size:18px;
    font-weight:600;
    color:#3ea092;
    background:#fff;
    padding:0 30px;
    border-right:1px solid #ccc
}
.table tr th h4{
    height:94px;
    margin:-15px 0 0 0
}
/*
.table tr:nth-child(odd){
    background:#f6f6f6
}
*/
.table tr.summary{
    background:rgba(62,160,146,0.1)
}
.table tr td{
    position:relative;
    height:80px;
    text-align:center;
    vertical-align:middle;
    padding:15px 15px;
    border-right:1px solid #e3e3e3;
    box-sizing:border-box
}
.table tr td:first-child{
    text-align:left;
    vertical-align:baseline
}
/*
.table tr th:first-child,.table tr th:last-child,.table tr td:first-child,.table tr td:last-child{
    border-right:none
}
*/
.table tr.summary td{
    vertical-align:baseline;
    font-size:14px;
    height:auto;
    padding:5px 30px
}
.table tr.start-line td{
    padding-top:15px
}
.table tr.submit-line td{
    padding-top:60px;
    border:none
}
.table tr.summary td:first-child{
    font-weight:600;
    font-size:16px
}
.table a{
    color:#338caa;
    transition:.2s;
    border-bottom:1px dotted #338caa
}
.table a:visited{
    color:#338caa
}
.table a:hover{
    color:#338caa
}
.table a:active,.table a.active,.table a:focus{
    color:#338caa
}
.table a:hover{
    border-bottom:1px solid
}
.table .dot{
    display:inline-block;
    height:24px;
    width:24px;
    margin:0 auto;
    background:#3ea092;
    border-radius:50%;
    box-sizing:border-box
}
.table .dot_hollow{
    background:transparent;
    border:2px solid #d8415a
}
/*
.table .btn{
    position:absolute;
    left:50%;
    bottom:-27px;
    margin-left:-77px
}
*/
.media-row{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:stretch;
    margin-bottom:40px
}
.media{
    margin-bottom:40px
}
.tpart{
    
}
.media__title, 
.tpart__title{
    font-size:14px;
    opacity:.5;
    font-weight:400
}
.media__imgs{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:0 0 0 40px;
    border-left:1px solid #ccc
}
.tpart__imgs{
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 25%;
    height: 60px;
    margin: 30px 0;
}
.tpart__imgs img{
    display: block;
    position: absolute;
    height: 60px;
    border: 0;
    left: 50%;
    transform: translateX(-50%);
}
.tag-list{
    padding:0;
    margin:0 0 40px 0;
    list-style:none
}
.tag-list li{
    position:relative;
    font:400 14px "Open Sans", sans-serif;
    color:#333;
    margin-bottom:15px
}
.tag-list li a{
    transition:.2s
}
.tag-list li img{
    display:none;
    position:absolute;
    top:-4px;
    left:-40px;
    height:28px;
    width:28px;
    border-radius:50%;
    background:#f6f6f6
}
.tag-list li.active a,.tag-list li:hover a{
    color:#3ea092
}
.tag-list li.active img{
    display:block
}
.slider-container{
    position:relative
}
.slide{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    position:relative;
    min-height:400px;
    margin:0;
    cursor:grab;
    box-sizing:border-box
}
@media (min-width:767px){
    .slide{
        margin:0 20px
    }
}
.pg-main__screen .slide{
    margin:0
}
#slick .slick-list .slide{
   max-width: 1320px 
}
.slide__cover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:400px;
    display:block;
    filter:grayscale(1);
    transition:.2s;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center
}
@media (min-width:1270px){
    .slide__cover{
        position:relative;
        width:50%
    }
}
.slick-current .slide__cover{
    filter:none
}
.slide__content{
    width:100%;
    color:#fff;    
    position:relative;    
    box-sizing:border-box;
    padding:25px 40px 75px 40px;
    background:rgba(42,127,120,0.85)
}
@media (min-width:1270px){
    .slide__content{
        background:#2a7f78;
        width:50%
    }
}
.slide__hidden-content{
    display:none
}
.slide__title{
    font-size:27px;
    font-weight:400
}
.slide__btn{
    position:absolute;
    left:40px;
    bottom:30px
}
.slide__btn img{
    display:inline-block;
    margin-left:10px
}
.slide__img{
    position:absolute;
    top:0;
    left:-100px
}
.arrow-next,.arrow-prev{
    display:none;
    position:absolute;
    left:5px;
    top:50%;
    margin-top:-27px;
    z-index:100
}
@media (min-width:767px){
    .arrow-next,.arrow-prev{
        display:block
    }
}
.arrow-next:hover,.arrow-prev:hover{
    margin-top:-32px
}
.arrow-prev{
    left:auto;
    right:5px
}
.slider_small{
    background:#f6f6f6
}
.slider_small .slide{
    position:relative;
    width:100%;
    min-height:200px;
    padding:20px 20px 20px 20px;
    box-sizing:border-box;
    margin-top:80px
}
@media (min-width:767px){
    .slider_small .slide{
        margin-top:0
    }
}
.slider_small .slide__cover{
    position:absolute;
    top:-75px;
    left:50%;
    margin-left:-75px;
    width:150px;
    height:150px
}
.slider_small .slide__content{
    color:#000;
    width:100%;
    padding:0;
    background:transparent;
    font-style:italic
}
.slider_small .slide__title{
    font-weight:600;
    font-style:normal
}
.slider_small .slide__title small{
    display:block;
    color:#000;
    opacity:.5;
    font-weight:400;
    font-size:14px;
    margin-top:5px
}
.slider_small .arrow-prev{
    left:auto;
    right:-27px
}
.pg-box{
    margin-bottom:40px
}
.box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-direction:row;
    margin-bottom:20px
}
.box__img{
    min-width:150px;
    display:block;
    margin-right:20px
}
.box__title{
    font-size:18px;
    font-weight:600;
    color:#3ea092
}
.box__text{
    font-size:14px
}
.search-btn{
    display:none
}
@media (min-width:1270px){
    .search-btn{
        display:block
    }
}
.search-panel{
    display:none
}
.letters-list{
    margin:0;
    padding:0;
    list-style:none
}
.letters-list li{
    display:inline-block
}
.letters-list li a{
    display:inline-block;
    text-transform:uppercase;
    transition:.1s;
    font-size:14px;
    color:#888;
    box-sizing:border-box;
    padding:3px 5px;
    width:25px;
    height:25px;
    text-align:center;
    border-radius:50%
}
.letters-list li.active a,.letters-list li:hover a{
    color:#fff;
    background:#3ea092
}
.search-form{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-direction:row;
    margin:40px 0;
    border-bottom:1px solid rgba(0,0,0,0.2)
}
.search-form__icon{
    margin-right:10px;
    margin-bottom:5px;
    opacity:.5
}
.search-form .input{
    flex-grow:1;
    background:transparent;
    border:none;
    color:#000;
    margin-bottom:5px
}
.search-form .input[placeholder]{
    font-style:italic;
    font-weight:600;
    color:#000;
    opacity:0.5
}
.search-form .input:focus{
    outline:none
}
.tabs__nav{
    margin:0 0 20px 0;
    padding:0;
    list-style:none
}
.tabs__nav li{
    display:inline-block
}
.tabs__nav li a{
    cursor:pointer;
    display:block;
    margin-right:22px;
    padding-bottom:10px;
    font-size:18px;
    color:rgba(0,0,0,0.5);
    border-bottom:1px solid rgba(0,0,0,0.33);
    transition:.2s
}
@media (min-width:1440px){
    .tabs__nav li a{
        padding-right:22px
    }
}
.tabs__nav li a.active,.tabs__nav li a:hover{
    color:#3ea092;
    border-bottom:2px solid #3ea092
}
.tabs__nav li.active{
    font-weight:600
}
.tab{
    display:none
}
.tab.active{
    display:block
}
.map{
    margin-bottom:20px
}
.map_small{
    width:100%;
    height:298px;
    margin:0 auto
}
.footer{
    padding:50px 0 45px 0;
    background:#115067;
    color:#fff;
    /*text-align:center*/
}
.footer__small-box{
    margin:0 auto 30px auto;
    max-width:500px
}
.footer__item{
    display:block;
    font-size:24px;
    margin-bottom:30px
}
.footer__title{
    font-size:14px;
    font-weight:400;
    color:#59baaa;
    opacity:.5;
    margin:0
}
.footer__social{
    display:inline-block;
    margin:30px auto 30px auto
}
.footer__social li{
    display:inline-block;
    margin:0 5px
}
@media (min-width:767px){
    .footer__social li{
        margin:0 16px
    }
}
.footer__social a:hover path{
    fill:#ace5db
}
.footer__nav{
    padding:0;
    margin:0 0 20px 0;
    list-style:none;
    font-size:14px
}
.footer__nav li{
    margin:10px 15px
}
@media (min-width:767px){
    .footer__nav li{
        display:inline-block
    }
}
.footer__nav li a{
    color:#ccc;
    transition:.2s
}
.footer__nav li.active a,.footer__nav li a:hover{
    color:#fff
}
.footer__sign{
    display:block;
    font:400 14px "Open Sans";
    transition:.2s;
    color:#59baaa
}
.footer__sign:visited{
    color:#59baaa
}
.footer__sign:hover{
    color:#ace5db
}
.footer__sign:active,.footer__sign.active,.footer__sign:focus{
    color:#ace5db
}
.room{
    border-bottom:1px solid #cccccc
}
.room .row:hover{
    background:#f6f6f6;
    cursor:pointer
}
.room__name,.room__time,.room__title,.room__box{
    min-width:135px;
    width:20%;
    font-weight:700;
    padding:20px 0 20px 10px;
    box-sizing:border-box
}
@media (min-width:1270px){
    .room__name,.room__time,.room__title,.room__box{
        width:15%;
        padding:20px 0 20px 10px
    }
}
.room_blue .room__name{
    color:#338caa
}
.room_red .room__name{
    color:#d8415a
}
.room_green .room__name{
    color:#3ea092
}
.room_blue .room__item.active .room__name,.room_blue .room__item.active .room__time,.room_blue .room__item.active .room__title{
    background:rgba(30,134,190,0.2)
}
.room_red .room__item.active .room__name,.room_red .room__item.active .room__time,.room_red .room__item.active .room__title{
    background:rgba(216,65,90,0.2)
}
.room_green .room__item.active .room__name,.room_green .room__item.active .room__time,.room_green .room__item.active .room__title{
    background:rgba(62,160,46,0.2)
}
.room__time{
    font-style:italic;
    color:#888
}
.room__title{
    display:block;
    position:relative;
    width:100%;
    font-weight:400
}
.room__title:before{
    position:absolute;
    top:22px;
    left:-25px;
    content:url("/assets/img/icons/arrow_list_a.svg");
    transition:.2s
}
.room_blue .room__item.active .room__title:before{
    transform:rotate(90deg)
}
.room__container{
    width:60%
}
@media (min-width:1270px){
    .room__container{
        width:70%
    }
}
.room__content{
    width:70%;
    display:none;
    font-weight:400;
    padding:20px 10px;
    color:#333;
    margin-left:30%
}
.room__tags a{
    color:#3ea092;
    margin-right:10px;
    font-size:14px;
    border-bottom:1px dotted transparent
}
.room__tags a:hover{
    color:#3ea092;
    border-bottom:1px dotted #3ea092
}
.speaker{
    margin-bottom:40px
}
@media (min-width:767px){
    .speaker{
        display:-webkit-box;
        display:-moz-box;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:flex;
        flex-direction:row
    }
}
.speaker__cover{
    min-width:300px;
    height:300px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    margin-bottom:20px
}
.speaker__container{
    margin:0 15px
}
.popup{
    display:none
}
.popup_md{
    display:none
}
@media (min-width:767px){
    .popup_md{
        display:block
    }
}
.popup_lg{
    display:none
}
@media (min-width:1270px){
    .popup_lg{
        display:block
    }
}
.popup.open{
    display:block !important;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    box-sizing:border-box;
    z-index:1000;
    background:#fff;
    background:rgba(0,0,0,0.8)
}
@media (min-width:767px){
    .popup.open{
        padding:55px 100px 55px 100px
    }
}
.popup.open .popup__container{
    position:relative;
    background:#fff;
    width:100%;
    max-width:900px;
    margin:0 auto;
    height:100%;
    padding:40px;
    box-sizing:border-box;
    border-radius:4px;
    overflow-y:auto;
    overflow-x:hidden
}
.popup.open .popup__title{
    color:#3ea092
}
.popup__close{
    display:none
}
.popup__on-open{
    display:none
}
.popup.open .popup__close{
    display:block;
    position:absolute;
    border:none;
    background:#f3f4a8;
    width:55px;
    height:55px;
    text-align:center;
    top:0;
    right:0;
    margin:0;
    padding:0;
    cursor:pointer;
    z-index:1;
    line-height:0
}
.popup.open .popup__on-open{
    display:block
}
/*.pager{
    margin-top:10px;
}
.pager .main-ui-pagination{
    font-size:13px;
}
.pager a.main-ui-pagination-arrow.main-ui-pagination-next::before, 
.pager a.main-ui-pagination-arrow.main-ui-pagination-prev::before, 
.pager a.main-ui-pagination-arrow.main-ui-pagination-next::after, 
.pager a.main-ui-pagination-arrow.main-ui-pagination-prev::after{
    background: #33a993;
}
.pager .main-ui-pagination-arrow.main-ui-pagination-next::before, 
.pager .main-ui-pagination-arrow.main-ui-pagination-prev::before, 
.pager .main-ui-pagination-arrow.main-ui-pagination-next::after, 
.pager .main-ui-pagination-arrow.main-ui-pagination-prev::after{
    height: 9px;
}*/
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
#header-container {
    text-align: center;
    max-width: 100%;
}
.main-logo {
    max-width: 100%;
    margin-top: 35px;
}
.main-title {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    color: #3ea092;
    margin-top: 30px;
    margin-bottom: 30px;
}
.section-delimiter {
    height: 50px;
}
.our-btn {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    opacity: 1;
    border: none;
    width: 360px;
    max-width: 100%;
}
.btn.blue-btn {
    background-color: #1d718f;
}
.btn.white-btn {
    border: 2px solid #1d718f;
    color: #1d718f;
    background-color: #fff;
}
#counter-container {
    font-size: 16px;
    line-height: 24px;
    /*display: flex;*/
    /*justify-content: space-around;*/
    /*justify-content: left;*/
    padding: 5px 0;
    text-align: center;
}
#counter-text {
    text-transform: uppercase;
    /*width: 200px;*/
    text-align: center;
    align-self: center;
    font-size: 20px;
    padding-bottom: 15px;
    /*color: #1a6f69;*/
    color: #ffffff;
}
#counter-numbers {
    display: flex;
    justify-content: center;
    /*color: #1a6f69;*/
    color: #ffffff;
    text-align: center;
}
.counter-number div {
    /*color: #1a6f69;*/
    color: #ffffff;
    /*text-shadow:0px 0px white, 1px 1px silver, 1px 1px #7a7a7a, 1px 1px #757575;*/
}
.counter-number {
    font-size: 36px;
    /*line-height: 50px;*/
}
.counter-number span {
    font-size: 16px;
}
.counter-delimiter {
    font-size: 36px;
    margin-right: 5px;
    margin-left: 5px;
}
.dotted-bg {
    background: url(/assets/img/bg_points_light.png) repeat;
}
.white-bg {
    background-color: #fff;
}
.grey-bg {
    background-color: #f9f9f9;
}
.blue-bg {
    background-color: #115067;
}
#numbers-container {
    margin-top: 20px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.numbers-block {
    display: flex;
}
.numbers-text {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #3ea092;
    margin-left: 20px;
    margin-top: 10px;
}
#about-container {
    /*margin-top: 50px;*/
    /*margin-bottom: 50px;*/
    overflow: hidden;
}
#about-right {
    /*background-color: #f9f9f9;*/
    padding-left: 40px;
    padding-right: 30px;
}
.rounded-title {
    color: #3ea092;
    font-size: 36px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #fff;
    text-align: center;
    position: relative;
}
.rounded-title:after {
    content: '';
    position: absolute;
    top: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
}
.rounded-right {
    border-radius: 30px 0 0 30px;
}
.rounded-right:after {
    right: -100%;
}
.rounded-left {
    border-radius: 0 30px 30px 0;
}
.rounded-left:after {
    left: -100%;
}
.simple-text {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.dark-dotted {
    border-bottom: 5px dotted #222;
}
#map-container {
    position: relative;
    margin-bottom: 50px;
}
#map-text {
    text-align: center;
    background-color: #1d718f;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -8px;
}
#map-text span {
    position: relative;
}
#map-text span:before {
    content: url("/assets/img/about/icon_pointer.svg");
    display: inline-block;
    width: 36px;
    position: absolute;
    bottom: -10px;
    left: -45px;
}
#about-2-container {
    overflow: hidden;
}
#about-2-left {
    padding-right: 40px;
    padding-left: 40px;
}
.rounded-blue {
    background-color: #1d718f;
    color: #fff;
}
.rounded-blue:after {
    background-color: #1d718f;
}
#how-it-was {
    position: relative;
}
#how-it-was:before {
    content: url("/assets/img/about/icon_forward.svg");
    display: inline-block;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: -1px;
    left: -2px;
    display: none;
}
#about-3-container {
    background-color: #115067;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}
#about-3-left {
    width: 40%;
    text-align: right;
}
#about-3-right {
    width: 60%;
}

#speakers-container .person-photo {
    top: 40px;
}
.person-block {
    background-color: #17617b;
    color: #fff;
    position: relative;
    width: 350px;
    height: 220px;
    margin-top: 25px;
    text-align: center;
    float: right;
    padding: 15px 25px;
}
.person-block.active {
    background-color: #1d718f;
    border-right: 3px solid #fff;
}
.person-photo {
    position: absolute;
    top: 0;
    left: -70px;
}
.person-name {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 15px;
}
.person-position {
    font-size: 14px;
    line-height: 20px;
}
.green-title {
    color: #3ea092;
    font-size: 36px;
    font-weight: bold;
    /*border-bottom: 5px dotted #222;*/
}
.text-centered {
    text-align: center;
}
#useful-container {

}
.useful-item {
    text-align: center;
    padding: 25px 15px;
}
.useful-img {
    width: 100px;
}
.useful-title {
    margin-top: 30px;
    font-weight: bold;
    font-size: 22px;
}
.useful-btn {
    display: block;
    margin: 25px auto;
    color: #3ea092;
    background-color: #fff;
    max-width: 320px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
}
.br-grey {
    border-right: 1px solid #ddd;
}
.bb-grey {
    border-bottom: 1px solid #ddd;
}
.btns-block {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 30px;
}
.green-bg {
    background-color: #196c66;
}
#speakers-container {
    margin-bottom: 50px;
}
#speakers-container .person-block {
    background-color: #25736e;
    width: calc(100% - 180px);
    text-align: left;
    padding-left: 110px;
}
#speakers-container .person-photo {
    left: -50px;
}
.white-green-btn {
    background-color: #fff;
    color: #25736e;
}
#how-it-was-container {
    background-color: #115067;
    color: #fff;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}
#how-it-was-left {
    width: 40%;
    text-align: right;
}
#how-it-was-right {
    width: 60%;
}
.how-it-was-icon {
    width: 45px;
    margin-right: 20px;
    vertical-align: middle;
}
#how-it-was-links {
    width: 400px;
    float: right;
    text-align: left;
}
#how-it-was-links div {
    margin-bottom: 15px;
}
#how-it-was-links a {
    text-decoration: none;
    color: #fff;
}
.hiw-download {
    margin-bottom: 15px;
}
#how-it-was-forum {
    margin-top: 16px;
    width: 400px;
    float: right;
    color: #fff;
}
#how-it-was-forum div {
    margin-bottom: 20px;
    background-color: #17617b;
    border-radius: 30px 0 0 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: bold;
}
#how-it-was-forum div.active {
    background-color: #1d718f;
    border-right: 3px solid #fff;
}
#how-it-was-forum div:before {
    content: url(/assets/img/2019/icon_play_na.svg);
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 1px;
}
#how-it-was-forum div.active:before {
    content: url(/assets/img/2019/icon_play_a.svg);
}
#media-container .simple-text {
    margin-top: 30px;
}
#media-container .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
#media-container .useful-item {
    padding-bottom: 100px;
}
#reviews-container {
    padding-top: 35px;
    padding-bottom: 15px;
}
.review-item {
    margin-bottom: 35px;
}
.review-item .person-name {
    margin-top: 15px;
}
.review-left {
    padding-right: 0;
}
.review-right {
    padding-left: 0;
}
.review-grey {
    background-color: #f9f9f9;
    padding: 25px 50px;
}
.review-green {
    background-color: #25736e;
    position: relative;
    width: 370px;
    height: 100%;
    max-width: 100%;
    text-align: center;
    color: #fff;
}
.review-left .review-green {
    float: right;
}
.review-right .review-green {
    float: left;
}
.review-img {
    position: absolute;
    top: -10px;
}
.ri-right {
    right: -65px;
}
.ri-left {
    left: -65px;
}
.review-left .review-person {
    float: right;
    padding-right: 30px;
}
.review-right .review-person {
    float: left;
    padding-left: 30px;
}
#video-full-width {
    height: 500px;
    margin-bottom: 50px;
}
#forms-container {
    margin-bottom: 50px;
}
#forms-container .table {
    margin-bottom: 0;
}
#forms-container .table .white-row {
    border-bottom: 1px solid #ddd;
}
#forms-container .table .white-row td {
    background-color: #fff;
}
#forms-container .small-blue-btn {
    background-color: #1d718f;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    border-radius: 25px;
    max-width: 100%;
}
#forms-container .table .btns-row td {
    padding-top: 0;
}
.light-green {
    background-color: #25736e;
}
.support {
    background-color: #25736e;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.support-img {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.support-img a {
    display: flex;
    /*flex-direction: row;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.support-img span {
    margin-top: 15px;
}
.partner-nav {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    position: relative;
    background-color: #17617b;
}
.partner-nav.active {
    background-color: #1d718f;
}
.partner-nav:before {
    content: '';
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateX(-50%);
    background-color: #17617b;
    position: absolute;
    bottom: -7px;
    right: 50%;
    z-index: 1;
}
.partner-nav.active:before {
    background-color: #1d718f;
}
.partner-type {
    font-weight: bold;
    margin-top: 20px;
}
#qa-container {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 45px;
    margin-bottom: 50px;
}
.hidden {
    display: none;
}
.q-item {
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    background-color: #25736e;
    margin-top: 30px;
    cursor: pointer;
    z-index: 10;
    position: relative;
}
.a-item {
    padding: 25px;
    text-align: center;
    background-color: #f9f9f9;
    color: #000;
    line-height: 30px;
    z-index: 20;
    margin-top: -10px;
}
#contacts-container {
    height: 380px;
    display: flex;
   /* margin-top: 50px;*/
    background-color: #f9f9f9;
    overflow: hidden;
}
#contacts-center {
    text-align: CENTER;
    margin: 0 auto;
    padding-top: 40px;
}
#contacts-right {
    width: 50%;
}
#contacts-left {
    width: 50%;
}
#contacts-title {
    margin-left: 40px;
    text-align: left;
    padding-left: 210px;
}
#contacts-details {
    margin-left: 40px;
}
.dotted-link {
    color: #1d718f;
    text-decoration: dotted;
}
.soc-icons {
    margin-top: 20px;
}
.soc-icon {
    margin-right: 10px;
    width: 45px;
    display: inline-block;
}
#footer-logo {
    text-align: right;
    padding-right: 50px;
}
#footer-logo img {
    width: 300px;
    max-width: 100%;
}
#footer-text {
    font-size: 18px;
    line-height: 36px;
}
#footer-bottom {
    background-color: #17617b;
    text-align: center;
}
.footer-bottom-item {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-color: #1d718f;
    padding: 15px 25px;
    margin-right: 10px;
    border: none;
    outline: none;
}
.footer-bottom-item:hover {
    color: #fff;
}

@media (max-width: 1280px) {
    .header__cnr {
        padding-right: 0;
        padding-left: 0;
    }
    .header__row {
        padding-left: 0;
        justify-content: flex-start;
    }
    .header__nav.nav-list li a {
        padding: 0 5px;
        font-size: 14px;
    }
}
.img_how_it_was_col {
    margin-bottom: 30px;
}
@media (min-width:768px) and (max-width: 1269px) {
    #speakers-container .col-lg-6.col-md-12 {
        padding: 0 15px !important;
    }
    #reviews-container .person-name,
    #reviews-container .review-img {
        position: relative;
        left: auto;
        top: auto;
        margin: 20px auto;
        right: auto;
    }
    #reviews-container .review-right
    #reviews-container .review-left {
        padding-right: 0;
        padding-left: 0;
    }
    #reviews-container .review-right .person-position,
    #reviews-container .review-left .person-position,
    #reviews-container .review-right .review-person,
    #reviews-container .review-left .review-person {
        float: none;
        padding: 0;
        margin: 0 auto;
    }
    #reviews-container .review-grey {
        padding: 15px 25px;
    }
    #reviews-container .review-right .review-green,
    #reviews-container .review-left .review-green {
        width: 100%;
    }
}
@media (max-width: 1269px) {
    .banner-tablets {
        text-align: center;
    }
    section.pg-main__banner.banner-tablets {
        margin-top: 25px;
    }
}

@media (min-width: 1270px) {
    #header-container {
        width: 500px;
        max-width: 100%;
    }
}


@media (max-width: 768px) {
    .partner-nav:before {
        display: none;
    }
    .header__options .nav-list {
        padding-right: 0;
        padding-left: 0;
        font-size: 14px;
    }
    .header__options {
        top: 0;
        left: 50%;
        right: unset;
        transform: translateX(-25%);
        width: 100%;
    }
    .header__switcher {
        margin-left: 15px;
    }
    nav.header__row {
        justify-content: space-around;
    }
    .header__nav.nav-list {
        margin-left: 0;
        margin-top: 10px;
    }
    .header__nav.nav-list li a {
        line-height: 40px;
    }
    .header__nav.nav-list li a.menu_2_line span br {
        display: none;
    }
    #header .header__cnr {
        flex-grow: unset;
    }
    .footer-bottom-item {
        width: 100%;
        padding: 15px 0;
    }
    .footer {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .review-img {
        position: static;
    }
    .main-title {
        font-size: 26px;
        line-height: 26px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .our-btn {
        width: auto;
    }
    #counter-container {
        padding-right: 0;
        padding-left: 0;
        display: block;
    }
    #counter-text {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 20px 0 20px 0;
        font-size: 22px;
        padding-right: 0;
    }
    .pg-main__banner {
        min-height: auto;
    }
    #numbers-container {
       /* display: none;*/
    }
    #about-container {
        margin-top: 0;
        margin-bottom: 20px;
    }
    #about-left {
        display: none;
    }
    #about-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .rounded-title {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 30px;
    }
    .dark-dotted {
        border-bottom: 3px dotted #222;
    }
    .simple-text {
        line-height: 26px;
        padding: 0 15px;
    }
    .person-position {
        padding: 0 15px 10px 15px;
    }
    #map-text {
        position: static;
    }
    #map-text span:before {
        top: -28px;
    }
    #map-container {
        margin-bottom: 10px;
    }
    #about-2-left {
        padding-right: 15px;
        padding-left: 15px;
    }
    #about-2-right img {
        margin-bottom: 10px;
    }
    #how-it-was {
        margin-bottom: 20px;
    }
    #how-it-was:before {
        content: none;
    }
    #about-3-container {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #about-3-left {
        width: 100%;
        text-align: center;
    }
    #about-3-right {
        width: 100%;
    }
    .person-block {
        width: 100%;
        height: auto;
        margin-top: 20px;
        float: none;
        padding: 15px 0;
    }
    .person-photo {
        position: static;
        text-align: center;
    }
    .person-photo img {
        margin: 10px auto;
    }
    .video__player {
        height: auto;
    }
    .green-title {
        font-size: 30px;
        /*border-bottom: 3px dotted #222;*/
    }
    .useful-item {
        padding: 20px 0 20px;
    }
    .useful-title {
        margin-top: 15px;
    }
    .useful-btn {
        margin: 15px auto;
    }
    .btns-block {
        padding: 10px 0;
    }
    .btns-block a {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    #speakers-container {
        margin-bottom: 20px;
    }
    #speakers-container .row>div {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #speakers-container .person-block {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    #forms-container {
        margin-bottom: 20px;
    }
    .support-img {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .support-img .huge-img {
        max-width: 50%;
    }
    #how-it-was-container {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 10px;
    }
    #how-it-was-left {
        width: 100%;
    }
    #how-it-was-left .rounded-title {
        margin-right: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }
    #how-it-was-links {
        width: 100%;
        float: none;
        text-align: left;
        padding-left: 10px;
    }
    .how-it-was-icon {
        width: 35px;
        margin-right: 10px;
    }
    #how-it-was-forum {
        width: auto;
        float: none;
        padding-left: 10px;
    }
    #how-it-was-forum div {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    #how-it-was-forum div:before {
        width: 35px;
        height: 35px;
        bottom: 0;
        left: 1px;
    }
    #how-it-was-right {
        width: 100%;
    }
    #reviews-container {
        padding-top: 20px;
    }
    .review-green {
        width: auto;
        padding: 10px 0;
    }
    .review-item {
        display: flex;
        flex-flow: column;
        margin-bottom: 25px;
    }
    .review-img img {
        margin: 10px auto;
    }
    .review-right {
        padding-left: 15px;
    }
    .review-left {
        padding-right: 15px;
    }
    .review-grey {
        padding: 15px;
        order: 2;
    }
    .review-left .review-green,
    .review-right .review-green {
        float: none;
    }
    .review-left .review-person {
        float: none;
        padding-right: 0;
    }
    .review-right .review-person {
        float: none;
        padding-left: 0;
    }
    #video-full-width {
        height: auto;
        margin-bottom: 20px;
    }
    #partners-wrap {
        text-align: center;
    }
    #partners-wrap .row>div {
        padding: 20px 10px !important;
    }
    .bl-partners a {
        height: 100px;
        margin: 0 0 10px 0;
    }
    #qa-container {
        padding-bottom: 25px;
        margin-bottom: 20px;
    }
    .q-item {
        padding: 15px;
        margin-top: 20px;
    }
    .a-item {
        padding: 15px;
    }
    #contacts-container {
        margin-top: 20px;
        display: block;
        height: auto;
    }
    #contacts-right {
        width: 100%;
    }
    #contacts-left {
        width: 100%;
    }
    #contacts-title {
        margin-left: 15px;
        text-align: center;
        padding-left: 10px;
    }
    #contacts-details {
        margin-left: 0;
        padding: 15px;
    }
    .soc-icon {
        width: 35px;
    }
    .section-delimiter {
        height: 10px;
    }
    .section-delimiter.partners {
        height: 0px;
    }
    nav.header__row {
        display: none;
    }
}
@media (min-width: 769px) and (max-width: 1280px) {
    .header__nav.nav-list {
        /*margin-left: -20px;*/
        margin-left: 10px;
        margin-top: 0;
    }
    .header__phone {
        display: flex;
    }
    .header__switcher {
        display: none;
    }
    .header__row {
        justify-content: center;
    }
    .header__nav.nav-list li a, .header__nav.nav-list li:hover a, .header__nav.nav-list li.active a {
        font-size: 12px;
    }
}
#forms_title {
    padding-top: 10px;
    padding-bottom: 15px;
}
.menu_takepart_link {
    background-color: #436d8b;
    text-transform: none;
    width: auto;
    height: auto !important;
    line-height: 1 !important;
    padding: 10px 20px !important;
    border-radius: 20px;
}
.header_img_2 {
    position: relative;
}
.takepart {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}
.takepart a {
    background-color: #9b2d30;
    transition: .2s;
}
.takepart a:hover {
    background-color: #1d718f;
}
.menu_takepart_link_main {
    text-align: center;
    float: none;
    /*width: 50%;*/
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    border-bottom: 0 !important;
    color: #ffffff !important;
    background-color: #338caa;
    width: auto;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 24px;
}
.menu_takepart_link_main:hover, .menu_takepart_link_main:focus, .menu_takepart_link_main:active {
    text-decoration: none;
    border-bottom: 0 !important;
}
.header_img_2 .menu_takepart_link_main img {
    width: 100%;
}
.menu_takepart_link_main_bn {
    display: none;
    width: 100px;
    height: auto !important;
    line-height: 1 !important;
    padding: 0px 0px !important;
    float: left;
}
.mobile_show {
    display: none;
}
.bn_online {
    display: inline-block
}
.mobile_hide {
    display: block;
}
.takepart_mobile {
    display: none;
}
.hide {
    display: none;
}
@media(max-width:768px){
    .mob_hide {
        display: none;
    }
    .hide {
        display: block;
    }
    .takepart {
        position: relative;
    }
    .mobile_show {
        display: block;
    }
    .mobile_hide {
        display: none;
    }
    .img_how_it_was_col {
        margin-bottom: 15px;
    }
    .bn_online {
        display: none;
    }
    .menu_takepart_link {
        line-height: 40px !important;
    }
    .menu_takepart_link_main {
        display: inline-block;
        margin: 15px auto;
    }
    .menu_takepart_link_main_bn {
        display: inline-block;
    }
    .top_small:after {
        content:'';
        clear:both;
    }
    .main_top_block .main_wrapper {
        padding-bottom: 20px;
    }
    #forms_title {
        padding-top:50px;
    }
    .takepart_mobile {
        display: block;
    }
    .takepart_mobile .menu_takepart_link_main {
        display: inline-block;
        margin: 0 auto;
        width: 75%;
    }
}