@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Bold.otf')  format('opentype'),
        url('../fonts/MyriadPro-Bold.woff') format('woff'),
        url('../fonts/MyriadPro-Bold.ttf')  format('truetype'),
        url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.otf')  format('opentype'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf')  format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Light';
    src: url('../fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Light.otf')  format('opentype'),
        url('../fonts/MyriadPro-Light.woff') format('woff'),
        url('../fonts/MyriadPro-Light.ttf')  format('truetype'),
        url('../fonts/MyriadPro-Light.svg#MyriadPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
body
{
    font-family: 'MyriadPro-Light';
    min-width: 320px;
}
input:focus, 
textarea:focus
{
    -webkit-box-shadow: 0 0 7px rgba(255,255,255,0.9) !important;
    -moz-box-shadow: 0 0 7px rgba(255,255,255,0.9) !important;
    box-shadow: 0 0 7px rgba(255,255,255,0.9) !important;
    outline: none !important;
}
/************modal window************/
.window_modal
{
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    overflow: auto;
}
.close_window
{
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}
.close_login
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9;
    overflow: auto;
}
.window_open
{
    background: none repeat scroll 0% 0% #000;
    border-radius: 50%;
    padding: 100px;
    width: 470px;
    margin: -235px 0px 0px -235px;
    height: 470px;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease 0s;
    z-index: 999;
    text-align: center;
}
.window_open:hover
{
    box-shadow: 0px 0px 27px rgba(127, 103, 33, 0.8);
}
.window_open h2
{
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 19px;
}
.window_open input[type=text]
{
    height: 33px;
    width: 258px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 17px;
}
.window_open input[type=text]:hover, 
.window_open input[type=text]:focus
{
    box-shadow: 0 0 7px rgba(255,255,255,0.9);
    outline: none;
}
.window_open input[type=submit]
{
    background: url(../img/btn-bg.jpg) top left repeat-x;
    height: 56px;
    font-size: 24px;
    color: #000;
    width: 257px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    border: none ;
    border-bottom: 5px solid #704500;
}

.window_open input[type=submit]:hover
{
    background-position: bottom left;
}
.window_open input[type=submit]:active
{
    border: 0;
    margin-top: 5px;
    -webkit-box-shadow: 0 2px 6px #000 inset;
    -moz-box-shadow: 0 2px 6px #000 inset;
    box-shadow: 0 2px 6px #000 inset;
    outline: none;
    width: 260px;
    margin-left: 5px;
}
/************modal window************/
.container
{
    max-width: 990px;
}
header
{
    width: 100%;
    height: 2240px;
    background: url(../img/dillers-body-bg.jpg) no-repeat;
    background-position: 50% 0;
}



.logo
{
    float: left;
    margin-top: 36px;
}
.customer_login
{
    line-height: 18px;
    margin: 12px 0px 0px;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 68px;
    left: 93px;
    z-index: 999;
}
.customer_login p
{
    cursor: pointer;
    color: #FFD927;
    position: relative;
    z-index: 99;
    font-size: 16px;
    text-decoration: underline;
}
.customer_login p:hover
{
    text-decoration: none;
}
.block_login
{
    position: relative;
    width: 100%;
    height: auto;
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    -weblit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -weblit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    opacity: 0;
}


.block_login_class
{
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -weblit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}
.block_login form
{
    position: absolute;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
    position: absolute;
    top: -18px;
    left: -72px;
    padding: 36px 20px 0px;
    width: 250px;
    border-radius: 0px 0px 11px 11px;
    height: auto;
    font-family: 'MyriadPro-Regular';
}
.block_login form input[type="submit"]
{
    background: url("../img/btn-bg.jpg") repeat-x scroll left top transparent;
    height: 50px;
    font-size: 24px;
    color: #000;
    border-radius: 6px;
    cursor: pointer;
    border-bottom: 5px solid #704500;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    border-left: none;
    border-right: none;
    border-top: none;
}
.block_login form input[type="submit"]:hover
{
    background-position: left bottom;
}
.block_login form input[type="submit"]:active {
    width: 90%;
    border: none;
}
.block_login form input
{
    height: 33px;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 10px;
    border-radius: 6px;
    border: 1px solid #FFF;
    font-size: 17px
}
.block_login form label
{
    color: #FFF;
    display: block;
    font-size: 16px;
    text-align: left;
}
.block_login form label input
{
    height: 33px;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    border-radius: 6px;
    border: 1px solid #FFF;
    font-size: 17px;
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.block_login form a
{
    color: #FFD927;
    display: block;
    font-size: 16px;
    clear: both;
    text-decoration: underline;
    text-align: left;
}
.block_login form a:hover
{
    text-decoration: none;
}
.customer_login:hover
{
    text-decoration: none;
}
header .motto
{
    color: #EB7A31;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 37px 0px 0px 84px;
    text-transform: uppercase;
    font-style: normal;
    word-spacing: 2px;
}
.block_telephone
{
    color: #FFF;
    float: right;
    font-size: 30px;
    margin-top: 17px;
    text-align: right;
    width: 280px;
    word-spacing: 6px;
}
.block_telephone span
{
    font-size: 17px;
    display: block;
    line-height: 29px;
    outline: medium none;
    margin-top: -6px;
    text-decoration: underline;
    cursor: pointer;
}
.block_telephone span:hover
{
    text-decoration: none;
}
header h1
{
    font-size: 48px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: normal;
    line-height: 61px;
    margin-top: 3px;
}
.content_left
{
    width: 64%;
    float: left;
    clear: both;
    margin-top: 29px;
}
.content_left .sub-title
{
    font-size: 39px;
    margin: 58px 0px 0px;
    text-transform: uppercase;
    transition: all 3s ease 0s;
    color: #FFD927;
}
.sub-title
{
    opacity: 0;
    transform: translateX(-350px);
}
.content_left .transform
{
    opacity: 1;
    transform: translateX(0px);
}
.content_left .sub-title span
{
    display: block;
    line-height: 16px;
    margin-left: 155px;
    text-transform: lowercase;
    font-size: 40px;
}
.earn span
{
    font-weight: bold;
    display: block;
}
.earn
{
    color: #FFF;
    font-size: 40px;
    margin: 156px 20px 0px 0px;
    line-height: 40px;
    text-align: right;
    float: right;
    font-family: 'MyriadPro-Regular';
    -webkit-animation: boxsh 3s ease-in-out infinite;
    -moz-animation: boxsh 3s ease-in-out infinite;
    animation: boxsh 3s ease-in-out infinite;
}
@keyframes boxsh {
    0% {
        -webkit-text-shadow: 0 0 10px rgba(255,255,255,0.2);
        -moz-text-shadow: 0 0 10px rgba(255,255,255,0.2);
        text-shadow: 0 0 10px rgba(255,255,255,0.2);
    }
    30% {
        -webkit-text-shadow: 0 0 10px rgba(255,255,255,0.5);
        -moz-text-shadow: 0 0 10px rgba(255,255,255,0.5);
        text-shadow: 0 0 10px rgba(255,255,255,0.5);
    }
    60% {
        -webkit-text-shadow: 0 0 10px rgba(255,255,255,0.8);
        -moz-text-shadow: 0 0 10px rgba(255,255,255,0.8);
        text-shadow: 0 0 10px rgba(255,255,255,0.8);
    }
    100% {
        -webkit-text-shadow: 0 0 10px rgba(255,255,255,0.3);
        -moz-text-shadow: 0 0 10px rgba(255,255,255,0.3);
        text-shadow: 0 0 10px rgba(255,255,255,0.3);
    }
}
@-webkit-keyframes boxsh {
    0% {
        -webkit-text-shadow: 0 0 10px rgba(255,255,255,0.2);
        -moz-text-shadow: 0 0 10px rgba(255,255,255,0.2);
        text-shadow: 0 0 10px rgba(255,255,255,0.2);
    }
    30% {
        -webkit-text-shadow: 0 0 10px rgba(255,255,255,0.5);
        -moz-text-shadow: 0 0 10px rgba(255,255,255,0.5);
        text-shadow: 0 0 10px rgba(255,255,255,0.5);
    }
    60% {
        -webkit-text-shadow: 0 0 10px rgba(255,255,255,0.8);
        -moz-text-shadow: 0 0 10px rgba(255,255,255,0.8);
        text-shadow: 0 0 10px rgba(255,255,255,0.8);
    }
    100% {
        -webkit-text-shadow: 0 0 10px rgba(255,255,255,0.3);
        -moz-text-shadow: 0 0 10px rgba(255,255,255,0.3);
        text-shadow: 0 0 10px rgba(255,255,255,0.3);
    }
}
.content_right
{
    width: 30%;
    float: right;
    margin-top: 12px;
}
.content_right h3
{
    font-size: 29px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #fff;
    text-align: center;
    font-family: 'MyriadPro-Regular';
}

.content_right p
{
    display: block;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 19px;
    color: #fff;
    text-align: center;
    font-family: 'MyriadPro-Regular';
}

.content_right
{
    text-align: right;
}
.content_right input , .content_right select
{
    height: 35px;
    padding-left: 16px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #FFF;
    font-size: 17px;
    font-family: 'MyriadPro-Regular';
}
.name_input
{
    width: 48% !important;
    float: left !important;
    position: relative;
    z-index: 99;
}
.ot_input
{
    width: 48% !important;
    float: right !important;
    position: relative;
    z-index: 99;
}
.tip
{
    margin-bottom: 24px;
    position: relative;
}
.tip span
{
    display: block;
    width: 100%;
    text-align: left;
    position: absolute;
    margin-left: 2px;
    color: #D24D33;
    font-weight: bold;
    font-size: 13px;
}

.tip input[type="submit"]
{
    background: url("../img/btn-bg.jpg") repeat-x scroll left top transparent;
    height: 56px;
    font-size: 24px;
    color: #000;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
    border-bottom: 5px solid #704500;
    position: relative;
    z-index: 1;
    border-left: none;
    border-top: none;
    border-right: none;
}
.tip input[type="submit"]:hover
{
    background-position: left bottom;
}
input[type=submit]:active
{
    width: 98%;
    margin-left: 6px;
    border: none;
}
.header_text_bottom
{
    clear: both;
    width: 58%;
    float: right;
    padding-right: 129px;
    margin-top: 20px;
}
.header_text_bottom h3
{
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 86px;
    font-family: 'MyriadPro-Light';
    font-weight: normal;
}
.header_text_bottom p
{
    font-size: 17px;
    margin-bottom: 15px;
    font-family: 'MyriadPro-Regular';
    position: relative;
    z-index: 99;
}
.circle
{
    width: 26px;
    height: 26px;
    background: #FFD927;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -59px;
    left: 70px;
}

section
{
    margin-top: 20px;
    font-family: 'MyriadPro-Regular';
    overflow: hidden;
    width: 100%;
}
section h3
{
    float: left;
    font-size: 47px;
    font-weight: normal;
    margin-bottom: 23px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
.list-box
{
    margin-bottom: 20px;
}
.list-box h2
{
    font-size: 19px;
    margin-top: 32px;
    margin-bottom: 23px;
    padding-top: 5px;
}
.list-box h2 span
{
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.list-box p
{
    font-size: 20px;
}

.list-box img
{
    float: left;
    margin-right: 20px;
}
.section_block
{
    width: 100%;
    height: 1062px;
    background: url(../img/site-bottom.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
}
.section_col
{
    height: 1062px;
}
.secotion_block h3
{
    margin-top: 40px;
}
.top_section ul
{
    padding: 0;
}
.top_section ul li
{
    display: block;
    float: left;
    width: 25%;
    padding: 0 10px;
    text-align: center;
}
.top_section ul li img
{
    width: 98%;
}
.top_section ul li p
{
    margin-top: 10px;
    display: block;
    font-size: 16px;
    line-height: 18px;
}
.top_section p
{
    color: #000;
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    margin-top: 60px;
}
.top_section p span
{
    display: block;
}
.form_left
{
    float: left;
    width: 48%;
}
.form_gight
{
    float: right;
    width: 48%;
}
.bottom_section
{
    width: 90%;
    margin: auto;
    margin-left: 5%;
    position: absolute;
    bottom: 10px;
    display: block;
}
.bottom_section h2
{
    font-size: 49px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #fff;
}
.bottom_section p
{
    font-size: 17px;
    text-align: center;
    margin-bottom: 32px;
    color: #fff;
}
.bottom_section input
{
    display: block;
    height: 42px;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 10px;
    border-radius: 6px;
    border: 1px solid #FFF;
    font-size: 17px;
}
.bottom_section textarea
{
    display: block;
    height: 99px;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 10px;
    border-radius: 6px;
    border: 1px solid #FFF;
    font-size: 17px;
    resize: none;
}
.bottom_section input[type="submit"]
{
    background: url("../img/btn-bg.jpg") repeat-x scroll left top transparent;
    height: 56px;
    font-size: 24px;
    color: #000;
    width: 55%;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    border-bottom: 5px solid #704500;
    position: relative;
    z-index: 1;
    margin: auto;
    margin-top: 40px;
}
.bottom_section input[type="submit"]:hover
{
    background-position: left bottom;
}
.bottom_section input[type="submit"]:active
{
    border: none;
    width: 39%;
}
.map
{
    width: 100%;
    max-width: 1920px;
    height: 380px;
    margin: auto;
    position: relative;
}
.site-bottom-after
{
    width: 100%;
    height: 33px;
    background: url(../img/site-bottom-after.png);
    position: absolute;
    top: -1px;
    background-position: 50% 0;
    z-index: 999;
}
.conteiner_office
{
    position: absolute;
}
.block_map
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    color: #fff;
}
.map_info
{
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 14px;
    color: #FFF;
    font-size: 20px;
    left: 0px;
    padding: 27px 0px 27px 43px;
    width: 435px;
    z-index: 11111;
    margin-top: 160px;
}
.map_info p
{
    font-weight: normal;
    font-size: 30px;
    font-family: 'MyriadPro-Regular';
    margin-bottom: 11px;
}
.map_info p span
{
    display: block;
    font-size: 17px;
    margin-top: 10px;
}
footer
{
    width: 100%;
    height: auto;
    background: #000000;
    padding: 10px 0;
}
footer .logo
{
    float: left;
}

/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
    content: " ";
    display: table;
}

.cbp-so-section:after {
    clear: both;
}

/* Sides */
.cbp-so-side {
    -webkit-transition: -webkit-transform 0.7s, opacity 0.5s;
    -moz-transition: -moz-transform 0.7s, opacity 0.5s;
    transition: transform 0.7s, opacity 0.5s;
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
    content: " ";
    display: table;
}

.cbp-so-side:after {
    clear: both;
}

.cbp-so-init .cbp-so-side {
    opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
    -webkit-transform: translateX(-170px);
    -moz-transform: translateX(-170px);
    transform: translateX(-170px);
}
.cbp-so-init .cbp-so-side-top {
    -webkit-transform: translateY(170px);
    -moz-transform: translateY(170px);
    transform: translateY(170px);
}
.cbp-so-init .cbp-so-side-fade {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.cbp-so-init .cbp-so-side-right {
    -webkit-transform: translateX(170px);
    -moz-transform: translateX(170px);
    transform: translateX(170px);
}
.cbp-so-init .cbp-so-side-scale {
    -webkit-transform: scale(0.7,0.7);
    -moz-transform: scale(0.7,0.7);
    transform: scale(0.7,0.7);
}
/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right,
.cbp-so-section.cbp-so-animate .cbp-so-side-top,
.cbp-so-section.cbp-so-animate .cbp-so-side-fade {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.cbp-so-section.cbp-so-animate .cbp-so-side-scale {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
}
.cbp-so-section.cbp-so-animate .cbp-so-side-fade {
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    transition: all 1.3s ease;
}
.cbp-so-section.cbp-so-animate .cbp-so-side-left, 
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transition: all 1.7s ease;
    -moz-transition: all 1.7s ease;
    transition: all 1.7s ease;
}
.cbp-so-section.cbp-so-animate .cbp-so-side-scale {
    -webkit-transition: all 1.7s ease;
    -moz-transition: all 1.7s ease;
    transition: all 1.7s ease;
}
.cbp-so-section.cbp-so-animate .cbp-so-side-top {
    -webkit-transition: all 1.1s ease;
    -moz-transition: all 1.1s ease;
    transition: all 1.1s ease;
}
@media screen and (max-width: 73.5em) {
    .cbp-so-scroller {
        font-size: 65%;
    }

    .cbp-so-section h2 {
        margin: 0;
    }

    .cbp-so-side img {
        max-width: 120%;
    }
}

@media screen and (max-width: 41.125em) {
    .cbp-so-side {
        float: none;
        width: 100%;
    }
    .cbp-so-side img {
        max-width: 100%;
    }
}

/* ----------------------------------------------новые стили */

header h1 {
    margin-top: 20px;
    font-size: 75px;
    line-height: 1.1;
    font-family: 'MyriadPro-Light'; 
}

header h1 strong {
    font-family: 'MyriadPro-Bold';
}

.content_left .sub-title span {
    font-family: 'MyriadPro-Bold';
}

.documents-box {
    margin-top: 50px;
    display: inline-block;
}
.yellow-box {
    text-align: center;
    display: block;
    width: 82px;
    display: inline-block;
    color: #ffd625;
    text-decoration: underline;
    margin-right: 12px;
}

.yellow-box .circle-box {
    box-sizing: border-box;
    border: 1px solid #ffd625;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    background: rgba(0,0,0,.8);
    display: block;
    margin-bottom: 2px;

}
.yellow-box .circle-box > img {
    transition: all .3s ease;
    margin-top: 4px;
}
.yellow-box:hover .circle-box > img {
    margin-top: 0px;
}

.earn {
    margin-top: 115px;
    text-align: left;
    margin-right: 0;
    font-family: 'MyriadPro-Light';
    text-transform: uppercase;
    font-size: 31px;
}

.earn span {
    font-weight: normal;
}
.header_text_bottom h3 span {
    display: block;
}
.video-trokot {
    max-width: 1320px;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.video-trokot h3 {
    font-size: 50px;
    font-family: 'MyriadPro-Light';
    text-transform: uppercase;
    margin-bottom: 20px;
}
.youtube-container {
    border: 15px solid #eee;
    border-radius: 10px;
    height: 720px;
}

.youtube-container iframe {
    display: block;
}

.reviews-section {
    background: url(../img/reviews-bg.jpg) top center no-repeat;
    height: 650px;
    margin-bottom: -82px;
    z-index: 1;
    position: relative;
    color: #fff;
}
.reviews-section h3 {
    font-size: 50px;
    font-family: 'MyriadPro-Light';
    color: #fff;
    margin-top: 70px;
}
.owl-carousel {
    position: relative;
}
.owl-carousel .item {
    padding: 0 20px;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    width: 100%;
    float: left;
}
.owl-carousel .video-name {
    font-size: 23px;
    font-family: 'MyriadPro-Light';
    color: #ffd927;
    margin-top: 20px;
    margin-bottom: 0px;
}
.owl-carousel .video-description {
    font-family: 'MyriadPro-Bold';
    font-size: 18px;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 35px;
}
.owl-carousel .owl-dot {
    background: #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    border: 3px solid;
}
.owl-carousel .owl-dot:hover {
    border-color: #ffd926;
}
.owl-carousel .owl-dot.active {
    background: #ffd926;
    border-color: #ffd926; 
}

.owl-carousel .owl-prev, 
.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -110px;

}
.owl-carousel .owl-prev {
    left: -30px;
}
.owl-carousel .owl-prev:hover {
    background-position: bottom left;
}
.owl-carousel .owl-next {
    background-position: top right;
    right: -30px;
}
.owl-carousel .owl-next:hover {
    background-position: bottom right;
}



/*конец*/
@media (max-width: 992px) {
    .logo
    {
        margin-top: 37px;
    }
    .logo img
    {
        width: 150px;
    }
    header .motto
    {
        font-size: 18px;
        margin: 37px 0px 0px 64px;
    }
    .customer_login
    {
        top: 53px;
        left: 15px;
    }
    .block_login
    {
        position: relative;
        width: 100%;
        height: auto;
    }
    .block_login form
    {
        top: -5px;
        left: 0px;
        padding: 36px 20px 0px;
        width: 250px;
        border-radius: 11px 11px 11px 11px;
    }
    section h3
    {
        font-size: 37px;
    }
    .block_telephone
    {
        font-size: 28px;
        margin-top: 21px;
        width: 232px;
    }
    .block_telephone span
    {
        font-size: 15px;
    }
    .content_left
    {
        width: 50%;
        float: left;
        clear: both;
        margin-top: 30px;
    }
    header h1
    {
        font-size: 38px;
        line-height: 51px;
        margin-top: 65px;
    }

    .documents-box {
        margin-top: 35px;
    }
    .content_left .sub-title
    {
        font-size: 34px;
        margin: 78px 0px 0px;
    }
    .content_left .sub-title span
    {
        line-height: 20px;
        margin-left: 84px;
        font-size: 35px;
    }
    .earn
    {
        font-size: 14px;
        margin: 45px 0px 0px 0px;
        line-height: 30px;
    }
    .content_right
    {
        width: 45%;
        float: right;
        margin-top: 12px;
    }
    .content_right h3
    {
        font-size: 27px;
    }
    .content_right p
    {
        font-size: 16px;
    }
    .header_text_bottom
    {
        width: 70%;
        margin-top: 190px!important;
    }
    .header_text_bottom h3
    {
        font-size: 38px;
    }
    .list-box
    {
        margin-bottom: 20px;
    }
    .list-box h2
    {
        font-size: 23px;
        margin-top: 32px;
        margin-bottom: 10px;
        padding-top: 5px;
    }
    .list-box h2 span
    {
        font-size: 20px;
    }
    .list-box p
    {
        font-size: 18px;
    }
    .list-box img
    {
        float: left;
        margin-right: 20px;
    }
    .section_block
    {
        margin-top: 20px;
    }
    .section_block h3
    {
        margin-top: 60px;
    }

    .section_block ul
    {
        margin-top: 40px;
    }
    .top_section p
    {
        color: #000;
        font-size: 20px;
        line-height: 24px;
    }
    .top_section p span
    {
        display: block;
    }
    .form_left
    {
        float: left;
        width: 48%;
    }
    .form_gight
    {
        float: right;
        width: 48%;
    }

    .bottom_section
    {
        bottom: 20px;
    }
    .bottom_section h2
    {
        font-size: 37px;
        margin-bottom: 10px;
    }
    .bottom_section p
    {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .bottom_section input[type="submit"]
    {
        width: 58%;
    }

    .youtube-container {
        height: 700px;
    }

}

@media (max-width: 768px) {
    .logo
    {
        margin-top: 10px;
        text-align: center;
        float: none;
    }
    .logo img
    {
        width: 150px;
    }
    header
    {
        overflow: hidden;
    }
    header .motto
    {
        float: none;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 0px;
        text-align: center;
    }
    .customer_login
    {
        top: 63px;
        left: 15px;
        font-size: 16px;
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        border-bottom: 0;
        margin-top: 10px;
    }
    header h1
    {
        margin-top: -10px;
        font-family: 'MyriadPro-Regular';
    }
    .block_login
    {
        position: absolute;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .block_login form
    {
        top: -5px;
        left: 0px;
        padding: 36px 20px 0px;
        width: 250px;
        border-radius: 11px 11px 11px 11px;
        display: inline-block;
        position: relative;
    }
    .block_telephone
    {
        font-size: 28px;
        margin-top: 20px;
        width: auto;
        text-align: center;
        float: none;
        margin: 0;
        background: #000;
        width: 150%;
        margin-left: -25%;
    }
    .circle
    {
        width: 26px;
        height: 26px;
        top: 6px;
        left: 70px;
        z-index: -1;
    }
    .block_telephone span
    {
        font-size: 15px;
    }
    .content_left
    {
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
    }
    header h1
    {
        font-size: 32px;
        line-height: 41px;
    }

    section h3
    {
        font-size: 30px;
    }


    .content_left .sub-title
    {
        font-size: 34px;
        margin: 20px 0px 0px;
    }
    .content_left .sub-title span
    {
        line-height: 15px;
        margin-left: 0px;
        font-size: 27px;
    }
    .earn
    {
        display: none;
    }
    .content_right
    {
        width: 100%;
        float: right;
        margin-top: 12px;
    }
    .content_right h3
    {
        font-size: 20px;
    }
    .content_right p
    {
        font-size: 13px;
    }
    .header_text_bottom
    {
        width: 100%;
        padding: 0;
        margin-top: 0px;
    }
    .header_text_bottom h3
    {
        font-size: 31px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 10px;
    }
    .header_text_bottom p
    {
        font-size: 16px;
        background: rgba(255, 255, 255, 0.5);
        padding: 5px;
        border-radius: 5px;
    }
    .list-box h2
    {
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 10px;
        padding-top: 5px;
    }
    .list-box h2 span
    {
        font-size: 20px;
    }
    .list-box p
    {
        font-size: 14px;
        margin-left: 120px;
    }

    .list-box img
    {
        float: left;
        margin-right: 20px;
        width: 100px;
    }
    .section_block
    {
        margin-top: 20px;
    }
    .section_block h3
    {
        margin-top: 15px;
    }
    .section_block ul
    {
        margin-top: 10px;
    }
    .section_block ul li
    {
        width: 50%;
        margin-bottom: 20px;
    }
    .section_block ul li img
    {
        width: 135px;
    }
    .section_block ul li p
    {
        margin-bottom: 0;
        font-size: 14px;
    }
    .top_section p
    {
        color: #000;
        font-size: 16px;
        line-height: 22px;
        margin-top: 7px;
    }
    .top_section p span
    {
        display: block;
    }
    .form_left
    {
        float: left;
        width: 48%;
    }

    .form_gight
    {
        float: right;
        width: 48%;
    }

    .bottom_section
    {
        width: 95%;
        margin: 0 !important;
        padding: 0;
    }
    .bottom_section h2
    {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .bottom_section p
    {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .bottom_section input
    {
        font-size: 15px;
    }
    .bottom_section textarea
    {
        font-size: 15px;
        resize: none;
    }
    .bottom_section input[type="submit"]
    {
        font-size: 20px;
        width: 80%;
    }
    .map_info
    {
        left: 0px;
        padding: 23px 0px 27px 13px;
        width: 231px;
        z-index: 11111;
        margin: auto;
        margin-top: 100px;
    }
    .map_info p
    {
        font-weight: normal;
        font-size: 20px;
        font-family: 'MyriadPro-Regular';
        margin-bottom: 11px;
    }
    .map_info p span
    {
        display: block;
        font-size: 14px;
        margin-top: 10px;
    }
    footer .block_telephone 
    {
        width: 100%;
        float: right;
        margin: 0;
        clear: none;
        width: auto;
    }
    .window_open
    {
        width: 450px;
        height: 450px;
    }
    .window_open h2
    {
        font-size: 25px;
    }

    .documents-box {
        margin-top: 35px;
    }

    .content_right {
        margin-top: 20px!important;
    }

    .content_right input[type=text], .content_right select {
        box-shadow: 0 0 3px rgba(0,0,0,.4);
    }

    .header_text_bottom {
        margin-top: 70px!important;
    }

    .video-trokot h3 {
        font-size: 29px;
    }

    .youtube-container {
        height: 300px;
    }

    header {
        height: auto;
    }
    .reviews-section {
        margin-bottom: -60px;
    }
    .reviews-section h3 {
        font-size: 29px;
    }
}

@media (max-width: 480px){
    .choice_sulku a
    {
        font-size: 26px;
        font-weight: 100;
        line-height: 30px;
    }
    .window_open
    {
        width: 298px;
        height: 333px;
        border-radius: 5px;
        padding-top: 20px;
        padding: 0;
        left: auto;
        top: auto;
        margin: auto;
        position: relative;
        margin-top: 10%;
        padding-top: 15px;
    }
    .mode_2 p
    {
        font-size: 11px;
    }
    .mode_2 span
    {
        font-size: 11px;
    }
    .mode_2 span span
    {
        display: inline-block;
    }
    .header_text_bottom p
    {
        font-size: 14px;
    }
    .list-box h2
    {
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 10px;
        padding-top: 5px;
    }
    .list-box h2 span
    {
        font-size: 20px;
    }
    .list-box p
    {
        font-size: 14px;
        margin-left: 100px;
    }
    .list-box img
    {
        float: left;
        margin-right: 10px;
        width: 90px;
    }
    .section_block ul li img
    {
        width: 69%;
    }
    .form_left
    {
        float: left;
        width: 48%;
    }

    .form_gight
    {
        float: right;
        width: 48%;
    }

    .bottom_section
    {
        width: 94%;
        bottom: 0;
    }

    .bottom_section p {
        font-size: 12px;
        margin-bottom: 10px;
    }


    .bottom_section input[type="submit"]
    {
        width: 100%;
    }
    footer .logo
    {
        float: none;
    }
    footer .block_telephone 
    {
        width: 100%;
        float: none;
        clear: both;
        margin-top: 10px;
    }

}