/* Таблица стилей для лендинг-страницы Б2Б Тораз */

/* =============== DEFAULT HTML - GENERAL STYLES =============== */
html, body {
    line-height: 1.5;
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
}

body {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

/* =============== DEFAULT HTML - TEXT STYLES =============== */
p, pre, blockquote, form, dl, ul, ol, fieldset, address, table {
    padding: 0;
    margin: 10px 0;
    font-size: 17px;
}

h4 {
    font-size: 22px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-weight: normal;
}

h2 {
    font-size: 30px;
    margin-top: 4px;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-weight: normal;
}

.hm_bold {
    font-weight: bold;
}

/* =============== END DEFAULT =============== */

#hm_header_bg {
    background: #f4f7fc;
    width: 100%;
    height: auto;
}

#hm_menu_bg {
    background: #2660c1;
    width: 100%;
    min-height: 46px;
}

#hm_body_bg {
    background: #fff;
    width: 100%;
    overflow: hidden;
}

#hm_today_bg {
    background: #fff;
    width: 100%;
}

.hm_today_text {
    float: left;
    width: 50%;
    padding: 45px 0;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
}

.hm_partners_text {
    margin: 0 auto;
    max-width: 612px;
    text-align: justify;
    font-size: 18px;
}

.hm_today_pict {
    float: right;
    width: 50%;
    padding: 50px 0;
}

.hm_today_pict img {
    max-width: 100%;
    height: auto;
    margin-left: 20px;
    text-align: right;
}

.hm_title1 {
    color: #2660c1;
    font-size: 22px;
    font-weight: 400;
    text-align: justify;
}

#hm_about_bg {
    background: #2660c1;
    width: 100%;

}

#hm_footer_bg {
    background: #2660c1;
    width: 100%;
    /*    min-height: 322px;  */
}

#hm_center_1200 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.hm_menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#hm_logo {
    padding-top: 76px;
    float: left;
}

#hm_enter {
    margin-top: 34px;
    float: right;
    width: auto;
    height: 235px;
    margin-left: auto;
}

#hm_clear {
    clear: both;
    height: 0;
}

#hm_small {
    font-size: 12px;
    color: #959595;
    margin: -32px 14px 0px 0px;
}

/* =============== FORMS START =============== */

.tabs input[type=radio] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.tabs {
    width: 400px;
    float: none;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabs li {
    float: left;
    margin-right: 10px;
}

.tabs label {
    text-decoration: underline;
    display: block;
    padding: 0;
    border-radius: 2px 2px 0 0;
    color: #08C;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    top: 0;
    /*        -webkit-transition: all 0.2s ease-in-out;
             -moz-transition: all 0.2s ease-in-out;
             -o-transition: all 0.2s ease-in-out;
             transition: all 0.2s ease-in-out;  */
}

.tabs label:hover {
    top: 0;
}

[id^=tab]:checked + label {
    color: #444444;
    top: 0;
    text-decoration: none;
}

[id^=tab]:checked ~ [id^=tab-content] {
    display: block;
}

.tab-content {
    z-index: 2;
    display: none;
    text-align: left;
    width: 100%;
    font-size: 20px;
    line-height: 140%;
    padding: 0;
    color: black;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    -webkit-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}


.hm_field1 {
    width: 100%;
    line-height: 270%;
    padding: 0;
    padding-left: 10px;
    text-transform: none;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid;
}

::-webkit-input-placeholder {
    color: #939393;
}

::-moz-placeholder {
    color: #939393;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #939393;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #939393;
}

.hm_enter {
    width: 170px;
    line-height: 270%;
    padding: 0;
    border-radius: 4px;
    border: 1px solid;
    color: #fff;
    background: #2660c1;
    margin-right: 10px;
    font-size: 14px;
    float: left;
}

.hm_label {
    text-decoration: none !important;
    font-weight: normal;
    color: #000;
    font-size: 14px;
}

.hm_chb {
    transform: scale(1.2);
    border: 1px solid;
    margin-right: 4px;
}

.hm_un {
    text-decoration: none !important;
}

.hm_field2 {
    width: 96%;
    line-height: 270%;
    padding: 0;
    padding-left: 10px;
    text-transform: none;
    margin-bottom: 8px;
    border-radius: 4px;
    border: 1px solid;
}

/* =============== FORMS END ================ */

/* =============== MENU START =============== */

.hm_menu_item a {
    background-color: #2660c1;
    color: #fff;
    font-size: 16px;
    padding: 11px 29px;
    display: block;
    text-decoration: none;
}

.hm_menu_item a:hover {
    color: #90b9ff;
}

.hm_menu_active a {
    color: #90b9ff;
    padding-left: 0;
}

/* =============== MENU END ================= */

.hm_center_title {
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 16px;
    height: 50px;
    display: block;
}

.hm_center_title1 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 40px;
}

.hm_center {
    text-align: center;
}

.hm_logo_karatov {
    text-align: center;
    padding: 76px 0 20px 0;
}

.hm_hall_karatov {
    text-align: center;
    padding: 46px 0 10px 0;
}

.hm_hall_karatov img {
    max-width: 100%;
    height: auto;
}

.hm_100h {
    height: 100px;
}

.hm_80h {
    height: 80px;
}

.hm_40h {
    height: 40px;
}

.hm_30h {
    height: 30px;
}

.hm_href a {
    color: #000;
    text-decoration: underline;
}

.hm_href a:hover {
    color: #2660c0;
    text-decoration: underline;
}

.hm_history_l {
    width: 330px;
    float: left;
    padding: 45px 15px 0 0;
}

.hm_history_r {
    max-width: 800px;
    margin-left: 350px;
    padding-top: 30px;
    padding-left: 15px;
}

.hm_marinafond1 {
    float: left;
    width: 45%;
    padding: 0;

}

.hm_marinafond2 {
    float: right;
    width: 45%;
    padding: 0;
}

.hm_mf_logo {
    width: 100%;
    padding: 40px 0 0 0;
}

.hm_mf_logo img {
    max-width: 100%;
    height: auto;
}

.hm_footer1 {
    width: 30%;
    color: #fff;
    text-align: center;
    float: left;
    margin-top: 50px;
    padding: 0;
}

.hm_footer2 {
    width: 30%;
    color: #fff;
    text-align: center;
    float: left;
    padding: 40px 4% 0;
    border-left: 1px solid #d9e0eb;
    border-right: 1px solid #d9e0eb;
    margin: 0;
}

.hm_footer1 a, .hm_footer2 a {
    color: #ffffff;
}

.hm_about {
    width: 350px;
    color: #fff;
    float: left;
    margin-bottom: 50px;
    padding: 0;
    font-size: 22px;
}

.hm_about1 {
    width: 500px;
    color: #fff;
    float: left;
    margin-bottom: 50px;
    padding: 0;
    font-size: 22px;
}

.hm_0 {
    padding: 0;
    margin: 0;
}

.hm_blue {
    color: #7aabfd;
}

.hm_guild {
    float: left;
    margin-top: -30px;
}

.hm_up {
    margin-top: 22px;
    position: absolute;
    right: 0;
}

.hm_up1 {
    float: right;
    margin-top: 42px;
}

/* =============== SLIDER START =============== */

#slider_bl .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 25px;
    margin-top: 30px;
    padding-bottom: 15px;
}

#slider_bl input {
    display: none
}

#slider_bl .inner {
    width: 500%;
    line-height: 0
}

#slider_bl article {
    width: 20%;
    float: left;
    position: relative
}

#slider_bl article img {
    width: 100%
}

#slider_bl .slider-prev-next-control {
    height: 50px;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#slider_bl .slider-prev-next-control label {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    opacity: .7
}

#slider_bl .slider-prev-next-control label:hover {
    opacity: 1
}

#slider_bl .slider-dot-control {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center
}

#slider_bl .slider-dot-control label {
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bbb;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

#slider_bl .slider-dot-control label:hover {
    background: #ccc;
    border-color: #777
}

#slider_bl .info {
    position: absolute;
    font-style: italic;
    line-height: 20px;
    opacity: 0;
    color: #000;
    text-align: left;
    -webkit-transition: all 1s ease-out .6s;
    -moz-transition: all 1s ease-out .6s;
    transition: all 1s ease-out .6s
}

#slider_bl .info h3 {
    color: #fcfff4;
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 1.5em;
    font-style: normal
}

#slider_bl .info.top-left {
    top: 30px;
    left: 30px
}

#slider_bl .info.top-right {
    top: 30px;
    right: 30px
}

#slider_bl .info.bottom-left {
    bottom: 30px;
    left: 30px
}

#slider_bl .info.bottom-right {
    bottom: 30px;
    right: 30px
}

#slider_bl .slider-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 0px #666;
    background: #fff;
    background: #fcfff4;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out
}

#slider_bl .slider-wrapper .inner {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    transition: all .8s cubic-bezier(.77, 0, .175, 1)
}

#slider_bl
#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after,
#slider_bl #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after,
#slider_bl
#slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after,
#slider_bl #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    margin: 0;
    line-height: 38px;
    font-size: 3em;
    display: block;
    color: #777
}

#slider_bl
#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after {
    content: "\f105";
    padding-left: 15px
}

#slider_bl #slide1:checked ~ .slider-prev-next-control label:nth-child(2),
#slider_bl #slide2:checked ~ .slider-prev-next-control label:nth-child(3),
#slider_bl #slide3:checked ~ .slider-prev-next-control label:nth-child(4),
#slider_bl #slide4:checked ~ .slider-prev-next-control label:nth-child(5),
#slider_bl #slide5:checked ~ .slider-prev-next-control label:nth-child(1) {
    display: block;
    float: right;
    margin-right: 5px
}

#slider_bl #slide1:checked ~ .slider-prev-next-control label:nth-child(5),
#slider_bl #slide2:checked ~ .slider-prev-next-control label:nth-child(1),
#slider_bl #slide3:checked ~ .slider-prev-next-control label:nth-child(2),
#slider_bl #slide4:checked ~ .slider-prev-next-control label:nth-child(3),
#slider_bl #slide5:checked ~ .slider-prev-next-control label:nth-child(4) {
    display: block;
    float: left;
    margin-left: 5px
}

#slider_bl #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after,
#slider_bl #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after {
    content: "\f104";
    padding-left: 8px
}

#slider_bl #slide1:checked ~ .slider-dot-control label:nth-child(1),
#slider_bl #slide2:checked ~ .slider-dot-control label:nth-child(2),
#slider_bl #slide3:checked ~ .slider-dot-control label:nth-child(3),
#slider_bl #slide4:checked ~ .slider-dot-control label:nth-child(4),
#slider_bl #slide5:checked ~ .slider-dot-control label:nth-child(5) {
    background: #333
}

#slider_bl #slide1:checked ~ .slider-wrapper article:nth-child(1) .info,
#slider_bl #slide2:checked ~ .slider-wrapper article:nth-child(2) .info,
#slider_bl #slide3:checked ~ .slider-wrapper article:nth-child(3) .info,
#slider_bl #slide4:checked ~ .slider-wrapper article:nth-child(4) .info,
#slider_bl #slide5:checked ~ .slider-wrapper article:nth-child(5) .info {
    opacity: 1
}

#slider_bl #slide1:checked ~ .slider-wrapper .inner {
    margin-left: 0
}

#slider_bl #slide2:checked ~ .slider-wrapper .inner {
    margin-left: -100%
}

#slider_bl #slide3:checked ~ .slider-wrapper .inner {
    margin-left: -200%
}

#slider_bl #slide4:checked ~ .slider-wrapper .inner {
    margin-left: -300%
}

#slider_bl #slide5:checked ~ .slider-wrapper .inner {
    margin-left: -400%
}

@media only screen and (max-width: 850px) and (min-width: 450px) {
    #slider_bl .slider-wrapper {
        border-radius: 0
    }
}

@media only screen and (max-width: 450px) {
    #slider_bl .slider-wrapper {
        border-radius: 0
    }

    #slider_bl .slider-wrapper .info {
        opacity: 0
    }
}

@media only screen and (min-width: 850px) {
    #slider_bl body {
        padding: 0 80px
    }
}

/* =============== SLIDER END =============== */

.errortext {
    font-size: 12px;
    line-height: 1.5;
    color: red;
}

.notetext {
    font-size: 12px;
    line-height: 1.5;
    color: green;
}

.form__error {
    color: red;
    display: none;
    font-size: 12px;
    line-height: 1.5;
}

.success, .process {
    display: none;
    font-size: 12px;
    line-height: 1.5;
}

.process {
    font-size: 12px;
    line-height: 1.5;
    color: gray;
}

.fl_button {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.textRecovery, .successRecovery, .processRecovery, .form__errorRecovery {
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 10px;
    color: gray;
}

.successRecovery {
    color: green;
    font-size: 14px;
    display: none;
}

.form__errorRecovery {
    color: red;
    font-size: 14px;
    display: none;
}

.processRecovery {
    display: none;
    font-size: 14px;
}

.emailRecovery {
    width: 50%;
    float: left;
    margin-right: 5px;
}

.phoneRecovery {
    width: 50%;
    float: left;
    margin-right: 5px;
}

.hm_upR {
    margin-top: 15px;
}

.wrapper {
    padding: 0 20px;
    width: auto;
    overflow: hidden;
}

#nodealerbar {
    font-size: 13px;
    line-height: 1.5;
    background-color: #2D2D2D;
    background-color: #2660c1;
    color: #CCC;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
}

@media only screen and (max-width: 1024px) {
    .hm_today_text {
        width: 100%;
    }

    .hm_today_pict {
        width: 100%;
        padding: 0 0 45px;
    }

    .hm_today_pict img {
        margin: 0 auto;
        display: block;
    }

    .hm_marinafond1, .hm_marinafond2 {
        width: 100%;
        float: none;
    }

    p, pre, blockquote, form, dl, ul, ol, fieldset, address, table, .hm_partners_text {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 769px) {
    #hm_header_bg {
        height: auto;
        padding: 20px 0;
    }

    #hm_logo {
        padding-top: 0;
        float: none;
        text-align: center;
    }

    #hm_enter {
        margin-top: 20px;
        height: auto;
        float: none;
    }

    .tab-content {
        position: relative;
        top: auto;
    }

    #tab-content2 {
        top: auto;
    }

    .hm_menu_item a {
        font-size: 14px;
        line-height: 1.5;
        padding: 11px 13px;
    }

    .hm_guild {
        display: none;
    }

    .hm_history_l {
        width: 100%;
        padding: 0;
        float: none;
    }

    .hm_history_l img {
        max-width: 100%;
        height: auto;
    }

    .hm_history_r {
        max-width: none;
        margin: 0;
        padding: 10px 0 30px;
    }

    .hm_logo_karatov {
        padding-top: 30px;
    }

    .hm_footer1, .hm_footer2 {
        width: 100%;
        margin: 0;
    }

    .hm_footer2 {
        padding: 40px 0;
        margin: 40px 0;
        border: none;
        border-top: 1px solid #d9e0eb;
        border-bottom: 1px solid #d9e0eb;
    }
}