﻿html, body, h1, h2, h3, h4, h5, h6, div, span, p, a, blockquote, pre, dl, dd, ol, ul, fieldset, form, menu, select, textarea, input, button {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
    color: #2f2f2f;
}

html, body {
    width: 100%;
    height: 100%;
    background: #ffffff;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #2f2f2f;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
}

th, td {
    padding: 0;
    border: 0;
}

a {
    background: transparent;
    text-decoration: underline;
}

.menu_mobile ul li {
    list-style-image: none;
    list-style-type: none;
    padding-top: 5px;
}

    .menu_mobile ul li a, .menu div a {
        color: #ffffff;
        height: 25px;
        font-size: 17px;
        text-decoration: none;
    }

h1.main, h1.page {
    color: #ffffff;
    font-weight: bold;
    text-align: center !important;
    text-transform: uppercase;
    padding-bottom: 7px;
    margin-bottom: 0px;
}

@media (min-width: 450px) {
    h1.main {
        font-size: 65px;
        line-height: 100px;
    }
}

@media (min-width: 940px) {
    h1.page {
        font-size: 55px;
        line-height: 80px;
        white-space: nowrap;
    }
}

@media (max-width: 449px) {
    h1.main {
        font-size: 45px;
        line-height: 70px;
    }
}

@media (min-width: 530px) and (max-width: 939px) {
    h1.page {
        font-size: 45px;
        line-height: 65px;
    }
}

@media (max-width: 529px) {
    h1.page {
        font-size: 35px;
        line-height: 45px;
    }
}

img.open-large-image {
    cursor: pointer !important;
}

h1.white {
    color: #ffffff;
    font-size: 55px;
    font-weight: bold;
    text-align: center !important;
    text-transform: uppercase;
    padding-bottom: 7px;
    margin-bottom: 0px;
}

h2.header {
    color: #2f2f2f;
    font-size: 25px;
    font-weight: bold;
    text-align: center !important;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 0px;
    position: relative !important;
}

    h2.header:before {
        content: "";
        position: absolute !important;
        background: #f38181 !important;
        color: #f38181 !important;
        height: 2px !important;
        margin: 0px !important;
        padding: 0px !important;
        bottom: 15px !important;
        left: 45% !important;
        right: 45% !important;
    }

h2.modal_header {
    font-size: 1.85rem !important;
}

h3.header-left, h3.header-right, h3.header-center {
    color: #2f2f2f;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 0px;
    position: relative !important;
}

    h3.header-left:before, h3.header-right:before, h3.header-center:before {
        content: "";
        position: absolute !important;
        background: #f38181 !important;
        color: #f38181 !important;
        height: 2px !important;
        margin: 0px !important;
        padding: 0px !important;
        top: 30px !important;
    }

h3.header-left {
    text-align: left !important;
}

h3.header-right {
    text-align: right !important;
}

h3.header-center {
    text-align: center !important;
}

h3.header-left:before {
    left: 0px !important;
    right: 85% !important;
}

h3.header-right:before {
    left: 85% !important;
    right: 0px !important;
}

h3.header-center:before {
    left: 42% !important;
    right: 42% !important;
}

div.num1_main, div.num1_main_active {
    padding-left: 25px;
    text-align: left !important;
    color: #ffffff;
    font-size: 20px;
    position: relative !important;
}

    div.num1_main:before {
        background: #d1cfcf !important;
        color: #d1cfcf !important;
    }

    div.num1_main_active:before {
        background: #c6696a !important;
        color: #c6696a !important;
    }

    div.num1_main:before, div.num1_main_active:before {
        content: "";
        position: absolute !important;
        height: 2px !important;
        margin: 0px !important;
        padding: 0px !important;
        top: -20px !important;
        left: 25px !important;
        right: 25px !important;
    }

div.num2_main {
    height: 200px !important;
    text-transform: uppercase;
    padding-top: 54px;
    color: #ffffff;
}

@media (min-width: 768px) {
    div.num2_main {
        border-right: 1px solid #f4a2a2;
    }

    div.num2_main_first {
        border-left: 1px solid #f4a2a2;
    }
}

img, iframe {
    border: 0;
}

form-textarea {
    overflow: auto;
}

.form-input, .form-textarea {
    color: #ffffff !important;
    font: inherit !important;
    border: solid 1px #7a6a6a !important;
    border-radius: 2px !important;
    width: 100% !important;
    background: transparent !important;
    padding: 5px !important;
    margin-bottom: 15px !important;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button, input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

td.menu {
    border: 0px;
}

    td.menu a, td.menu a:hover {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: normal;
        white-space: nowrap;
        position: relative !important;
    }

    td.menu a {
        color: #2f2f2f !important;
    }

        td.menu a:hover {
            color: #0000fe !important;
        }

            td.menu a:hover:before {
                content: "";
                position: absolute !important;
                background: #0000fe !important;
                height: 2px !important;
                color: #0000fe !important;
                margin: 0px !important;
                padding: 0px !important;
                top: 22px !important;
                left: 5px !important;
                right: 5px !important;
            }

td.menu {
    padding-top: 20px;
    white-space: nowrap;
}

div.button {
    display: inline-block;
}

    div.button a {
        font-size: 15px;
        padding: 7px 25px 7px 25px !important;
        border: 1px solid rgba(216, 108, 108, 1);
        font-style: normal !important;
        text-transform: uppercase;
        background: transparent;
        display: inline-block;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        color: #2f2f2f !important;
        white-space: nowrap;
        text-align: center;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: 0;
    }

        div.button a:hover {
            background: #d86c6c;
            color: #ffffff !important;
            padding: 7px 25px 7px 25px !important;
        }

div.button_active {
    display: inline-block;
}

    div.button_active a {
        font-size: 15px;
        padding: 7px 25px 7px 25px !important;
        border: 1px solid rgba(216, 108, 108, 1);
        font-style: normal !important;
        text-transform: uppercase;
        background: #d86c6c;
        display: inline-block;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        color: #ffffff !important;
        white-space: nowrap;
        text-align: center;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: 0;
    }

        div.button_active a:hover {
            background: transparent;
            color: #2f2f2f !important;
            padding: 7px 25px 7px 25px !important;
        }

div.button_main {
    display: inline-block;
}

    div.button_main a {
        font-size: 17px;
        padding: 10px 35px 10px 35px !important;
        border: 1px solid rgba(256, 256, 256, 1);
        font-style: normal !important;
        text-transform: uppercase;
        background: transparent;
        display: inline-block;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        color: #ffffff !important;
        white-space: nowrap;
        text-align: center;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: 0;
        /*background: rgba(0, 0, 0, 0.5);*/
    }

        div.button_main a:hover {
            background: #ffffff;
            color: #2f2f2f !important;
            padding: 10px 35px 10px 35px !important;
        }

div.gallery, div.gallery-video {
    margin-left: 0px !important;
}

div.gallery {
    position: relative;
    height: 100px;
}

    div.gallery img {
        width: 100% !important;
    }

    div.gallery a.a-gallery div.img-gallery {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
    }

div.img-gallery {
    background-size: cover !important;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
}

@media (min-width: 768px) {
    div.gallery, div.gallery-video {
        width: 25% !important;
    }
}

/*@media (max-width: 767px) {*/
div.gallery, div.gallery-video {
    margin-top: 10px !important;
}
/*}*/

@media (min-width: 768px) {
    .screen_big {
        display: block !important;
    }

    .screen_small {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .screen_big {
        display: none !important;
    }

    .screen_small {
        display: block !important;
    }
}

div.contacts div, div.contacts div a, div.contacts h2 {
    color: #ffffff !important;
}


@media (min-width: 768px) {
    div.partnership-img {
        width: 33% !important;
        margin-left: 0px;
        padding: 3px !important;
        position: relative;
    }

    div.partnership-graph-text1 {
        padding-top: 25px !important;
    }

    div.partnership-graph-text2 {
        padding-top: 45px !important;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    div.partnership-img {
        margin-top: 0px;
        padding: 3px !important;
        position: relative;
    }

    div.partnership-graph-text1, div.partnership-graph-text2 {
        padding-bottom: 30px !important;
    }
}

div.partnership-img-desc {
    position: absolute;
    padding: 7px 10px 0px 10px !important;
    left: 3px;
    right: 3px;
    bottom: 3px;
    height: 55px;
    color: #ffffff !important;
    font-size: 11px !important;
    line-height: 14px;
    background: #a94a46;
    opacity: 0.9;
}

    div.partnership-img-desc a {
        color: #ffffff !important;
        font-size: 11px !important;
        line-height: 14px;
    }


@media (min-width: 768px) {
    div.partnership-direct {
        width: 33% !important;
    }
}

div.partnership-direct {
    margin-top: 5px;
    margin-left: 1px;
    background: #e06969;
    padding: 15px !important;
    color: #ffffff;
    font-weight: normal;
    height: 125px;
    border: 1px solid #e06969;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 15px !important;
    line-height: 21px;
}

    div.partnership-direct:hover {
        background: #ffffff;
        color: #e06969;
    }

div.partnership-who-what-desc {
    color: #f48989;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    padding: 10px 10px 0px 10px;
    min-height: 45px;
}

div.partnership-who-what-img {
    width: 126px;
    height: 126px;
    display: inline-block;
    text-align: center;
    padding-top: 28px;
    border: 1px solid #f48989;
    border-radius: 63px;
    background: #ffffff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    div.partnership-who-what-img:hover {
        background: #f48989;
    }

div.partnership-what-subdesc {
    color: #777777;
    font-size: 13px;
    padding: 10px 10px 10px 10px;
    line-height: 16px;
}


.gray {
    color: #a0a0a0 !important;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.justify {
    text-align: justify !important;
}

.center-vertical:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.center-vertical div {
    display: inline-block;
    vertical-align: middle;
}


@media (max-width: 767px) {
    .show-min-768 {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .show-max-767 {
        display: none !important;
    }
}

@media (max-width: 939px) {
    .show-min-940 {
        display: none !important;
    }

    .menu_mobile {
        display: block;
        position: fixed !important;
        z-index: 10000;
    }
}

@media (min-width: 940px) {
    .show-max-939 {
        display: none !important;
    }
}


.show-animation {
    -webkit-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
}


/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/ZLqKeelYbATG60EpZBSDyxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/oHi30kwQWvpCWqAhzHcCSBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsDrvev4WAjW489CRDHIkJ90.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsCGXDOnx9ptx3UTSPTrfsgk.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsD86pq2NkPzVgw_9lpT6RGI.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsDAdhzWOYhqHvOZMRGaEyPo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
