.landing
{
    margin: 0;
    font-size: 14px;
    color: #423d3d;
    font-family: Helvetica, sans-serif;
    line-height: 2;
}
.clearfix::after
{
    display: block;
    clear: both;
    height: 0;
    content: " ";
}
.checkbox
{
    position:relative;
    font-size: 18px;
}
.checkbox:hover
{
    cursor:pointer
}
.checkbox .checkbox__control
{
    position:absolute;
    z-index:-1;
    margin:0;
    opacity:0
}
.checkbox .checkbox__box
{
    position:relative;
    display:inline-block;
    border-radius:3px;
    background:rgba(0,0,0,.2);

    line-height: 18px;
    top: 2px;
    width: 19px;
    height: 19px;
    margin-right: 5px;
}
.checkbox .checkbox__box:before
{
    position:absolute;
    top:1px;
    right:1px;
    bottom:1px;
    left:1px;
    content:'';
    border-radius:2px;
    background:#fff
}
.checkbox .checkbox__box:after
{
    position:absolute;
    top:6px;
    left:2px;
    content:'';
    background-image: url("imgs/_cb.png");
    /*background-image:url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2215%22 height%3D%2216%22%3E%3Cpath d%3D%22M13.5.5l-8 12L1.7 8l-1 1.6L5.6 15l9.1-13.4z%22%2F%3E%3C%2Fsvg%3E");*/
    background-size:100%;
    background-repeat: no-repeat;
    visibility:hidden;
    opacity:0;
    transition:-webkit-transform .05s ease-out,opacity .05s ease-out,visibility 0s linear .05s;
    transition:transform .05s ease-out,opacity .05s ease-out,visibility 0s linear .05s;

    width: 15px;
    height: 15px;
}
.checkbox__control:checked + .checkbox__box{background:rgba(153,122,0,.5)}
.checkbox__control:checked + .checkbox__box:before{background:#fca823}
.checkbox__control:checked + .checkbox__box:after{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);transition-delay:0s}
.checkbox:hover .checkbox__box{background:rgba(0,0,0,.3)}
.checkbox:hover:checked .checkbox__box{background:rgba(129,103,0,.6)}
/*:root .checkbox .checkbox__box,_::-webkit-full-page-media,_:future{pointer-events:none}*/
.content-box
{
    margin: 0 auto;
    width: 960px;
    position: relative;
    overflow: hidden;
}
.landing-title,
.landing-title a
{
    color: #3d3c3c;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
}
.landing-title {float: left;}
.landing-title__name
{
    font-size: 69px;
}
.landing-title__place
{
    font-size: 21px;
}
.landing-title__phone
{
    font-size: 21px;
    float: right;
    background-image: url(imgs/_bg.jpg);
    background-position: center bottom;
    padding: 0 4px 2px;
}
.landing-title__map
{
    font-size: 28px;
}
.header
{
    background-image: url("imgs/header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 767px;
}
.header__logos
{
    float: right;
    margin-right: 65px;
}
.header__content
{
    overflow: visible;
}
.logos__item
{
    width: 164px;
    height: 110px;
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
}
.logos__item_rdtc
{
    background-image: url(imgs/logo_rdtc.png);
}
.logos__item_sunts
{
    background-image: url(imgs/logo_sunts.png);
}
.button
{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    user-select: none;
    color: #000;
    border: 0;
    border-radius: 3px;
    outline: 0;
    background: rgba(0,0,0,.2);
    text-align: center;
    white-space: nowrap;
}
.button:before
{
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    content: '';
    border-radius: 2px;
    background: #fff;
}
.button__text
{
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}
.button_order .button__text
{
    color: #fda623;
    /*font-size: 28px;*/
    font-size: 20px;
    line-height: 75px;
}
.button_order
{
    background-color: #fca823;
    width: 330px;
    height: 75px;
    border-radius: 10px;
    cursor: pointer;
}
.button_order::before
{
    background-color: #3d3c3c;
    top: 3px;
    right: 3px;
    left: 3px;
    bottom: 3px;
    border-radius: 8px;
}
.header__order
{
    position: absolute;
    top: 200px;
    right: 65px;
    background-image: url(imgs/order-bg.png);
    height: 373px;
	width: 330px;
    background-position: 5px 67px;
    background-repeat: no-repeat;
}
.title {
    font-size: 48px;
    margin: 0;
    line-height: 140px;
    color: #423d3d;
}
.icon
{
    display: inline-block;
    text-align: center;
}
.icon:empty:after {
    visibility: hidden;
    content: '\00A0';
}
.about
{
    padding-left: 325px;
    width: 635px;
    margin-bottom: 100px;
}
.about__icon
{
    background-image: url(imgs/icon_about.png);
    background-repeat: no-repeat;
    background-position: 63px 150px;
    width: 325px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.order
{
    background-color: #423d3d;
    background-image: url(imgs/icon/pat1.svg);
    color: #fca823;
    border-bottom: 20px solid #f60;
    /*margin-bottom: 40px;*/

    position: relative;
}
.order__content
{
    padding-left: 315px;
    width: 645px;
    margin: 70px auto 40px;
    position: relative;
}
.order__header
{
    background-image: url(imgs/_bg.jpg);
    background-position: center;
    border-top: 3px dotted #fff;
}
.order__header::after
{
    content: '';
    width: 0;
	height: 0;
	border-left: 175px solid transparent;
	border-right: 175px solid transparent;
	border-top: 40px solid #ffb62a;
    position: absolute;
    left: calc(50% - 175px);
    z-index: 99999;
}
.order__header .title
{
    margin: 0 auto;
    /*width: 635px;*/
    /*padding-left: 325px;*/


    text-align: center;
    /*font-size: 33px;*/
}
.textarea
{
    width: 530px;
    font: inherit;
    font-size: 18px;
    resize: vertical;
    display: inline-block;
    background: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 10px;
    line-height: 1.5;
    min-height: 2em;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px;
    outline: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.input
{
    position:relative;
    display:inline-block;
    background:rgba(0,0,0,.2);
    -webkit-tap-highlight-color:transparent;
    font-size: 18px;
    padding: 0 10px;
    border-radius: 10px;
}
.input:before
{
    position:absolute;
    top:1px;
    right:1px;
    bottom:1px;
    left:1px;
    content:'';
    background:#fff;
    border-radius: 10px;
}
.input .input__box
{
    position:relative;
    display:block;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.input .input__control
{
    font:inherit;
    line-height:inherit;
    position:relative;
    display:inline-block;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:0;
    width:100%;
    border:0;
    outline:0;
    background:0 0;
    -webkit-appearance:none
}
.input .input__control::-webkit-search-decoration{-webkit-appearance:none}
.input .input__control::-webkit-search-cancel-button{display:none}
.input .input__control::-webkit-input-placeholder{color:#999;text-indent:0}
.input .input__control::-moz-placeholder{opacity:1;color:#999}
/*.input .input__control::-ms-clear{display:none}*/

.order__form .input{
    width:450px;
    display: block;
    margin-bottom: 45px;
    line-height: 60px;
}
.input_required::after
{
    content: '*';
    position: absolute;
    top: -25px;
    right: -15px;
    font-size: 2em;
}
.required
{
    overflow: hidden;
    margin: 10px 0;
}
.required__s {
    font-size: 3em;
    float: left;
    line-height: 1;
    position: relative;
    margin-right: 14px;
    top: 2px;
}


.order__form {position: relative;}
.order__form .checkbox {
    display: block;
    margin-bottom: 15px;
}
.order__icon
{
    background-image: url(imgs/icon_order.png);
    background-repeat: no-repeat;
    background-position: 63px 0;
    width: 315px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.order__form .button_order
{
    left:340px;
    /*position: relative;*/
    /*top: -102px;*/
    position: absolute;
    bottom: 8px;
    background-color: #fff;
	width: 190px;
}
.order__form .button_order::before
{
    background-color: #fca823;
}
.order__form .button_order .button__text
{
    color: #423d3d;
}
.services
{
    margin-bottom: 60px;
}
.services__header
{
    text-align: center;
}
.services__nav
{
    text-align: center;
}
.nav
{
    font-size: 30px;
    line-height: .5;
    margin-bottom: 60px;
}
.nav__item
{
    color: #423d3d;
}
.nav__item_active,
.nav__item:hover
{
    color: #fca823;
}
.nav__sep
{
    font-size: 2em;
    margin: 0 30px;
    vertical-align: middle;
}
.table
{
    width: 100%;
    vertical-align: middle;
}
.service-list
{
    border-spacing: 0 15px;
    visibility: hidden;
    display: none;
}
.service-list_open
{
    visibility: visible;
    display: table;
}
.table__cell
{
    width: 50%;
    border-bottom: 2px solid #fca823;
    padding-bottom: 20px;
    position: relative;
}
.table__row_last .table__cell
{
    border: 0;
}
.service-list__text
{
    line-height: 1.5;
}
.service-list__title
{
    font-size: 20px;
    padding-left: 85px;
}
.service-list__icon
{
    background-repeat: no-repeat;
    background-position: 50%;
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    min-height: 65px;
}
.recommend
{
    background-image: url(imgs/_bg_.jpg);
    background-position: center;
    min-height: 428px;
    border: 3px dotted #fff;
    border-width: 3px 0;
}
.recommend__header
{
    text-align: center;
}
.licenses
{
    margin-bottom: 100px;
}
.licenses__header
{
    text-align: center;
}
.gallery
{
    position: relative;
    margin: 0 -15px -15px 0;
    display: flex;
    padding: 1px;
}
.gallery__item
{
    position: relative;
    display: inline-block;
    margin: 0 15px 15px 0;
    vertical-align: top;
    width: calc(100% / 4 - 15px);
    float: left;

    padding: 0 0 322px;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}
.gallery__image
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.footer
{
    background-color: #423d3d;
    background-image: url(imgs/icon/pat2.svg);
    background-position: center;
    background-repeat: repeat-x;
    border-top: 3px dotted #fff;
    padding-bottom: 40px;
}
.footer__menu
{
    background-image: url(imgs/f-nav__bg.jpg);
    background-position: center;
    height: 97px;
    margin: 100px 0 20px 0;
}
.footer__menu .content-box
{
    overflow: visible;
}
.footer__logo
{
    /*background-image: url(imgs/t.png);*/
    background-image: url(imgs/tahog.png);
    background-repeat: no-repeat;
    width: 280px;
    height: 109px;
    float: left;
    position: relative;
    top: -29px;
    margin: 0 80px 0 32px;
}
.footer .button_order
{
    float: left;
}
.menu__item
{
    color: #423d3d;
    font-size: 24px;
    margin-right: 25px;
    line-height: 95px;
}
.control
{
    display: inline-block;
    vertical-align: text-top;
    margin-left: 65px;
}
.control__icon
{
    background-image: url(imgs/control.png);
    background-position: 50%;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
}
.control__link
{
    line-height: 64px;
    color: #fca823;
    vertical-align: bottom;
}
.phone
{
    display: inline-block;
    font-size: 35px;
    text-decoration: none;
}
.phone__code
{
    color: #fca823;
}
.phone__number
{
    color: #fff;
}
.footer__phone
{
    margin: 60px 0 30px 0;
}
.copy
{
    color: #fca823;
    line-height: 1.4;
    float: left;
    width: 332px;
    margin-right: 65px;
}
.copy__link
{
    color: #fca823;
}
.address
{
    color: #fff;
    display: inline-block;
}
.address__title
{
    font-size: 18px;
}
.address__text
{
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.address__trigger .button__text
{
    color: #fda623;
    font-size: 18px;
    line-height: 38px;
}
.address__trigger
{
    background-color: #fca823;
    width: 212px;
    height: 38px;
    border-radius: 10px;
    cursor: pointer;
}
.address__trigger::before
{
    background-color: #3d3c3c;
    top: 3px;
    right: 3px;
    left: 3px;
    bottom: 3px;
    border-radius: 8px;
}
.addresses
{
    /*margin-top: 13px;*/
    margin-top: 73px;
}
.addresses .address
{
    margin-right: 60px;
}
#map
{
    border-top: 3px dotted #423d3d;
    height: 425px;
}
.slider {margin-top: 40px;}
.slider-cell
{
    /*width: 164px;*/
    width: calc(100% / 4 - 40px);
    height: 150px;
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0 20px;
}
#msg {
    background-color: #f60;
    text-align: center;
    font-size: 20px;
    color: #fff;

    position: absolute;
    top: 143px;
    left: 0;
    right: 0;
    bottom: 0;

    visibility: hidden;
    z-index: -9;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
#msg.is-visible {
    visibility: visible;
    z-index: 9999;
}
.msg__content {
  margin: 70px auto 40px;
}
.stock
{
    margin: 40px 0 10px 0;
    padding-bottom: 40px;
    border-bottom: 3px dotted #f60;
}
.stock__content
{
    padding-left: 325px;
    overflow: hidden;
    min-height: 150px;
}
.stock__icon
{
    background-image: url(imgs/icon_stock.png);
    background-repeat: no-repeat;
    background-position: 63px 0;
    background-size: 42%;
    width: 325px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.stock .stock-item {
    width: 49%;
    display: inline-block;
    float: left;
}
.stock .stock-item:first-child {
    margin-right: 1%;
}
.stock .stock-item:last-child {
    margin-left: 1%;
}
.stock-item {
    text-align: center;
}
.stock-item .mark {
    font-size: 1.5em;
    font-weight: bold;
}
.stock-item__title {
    background-color: #fca823;
    /*padding: 0 0 15px 10px;*/
    padding: 10px;
    margin-bottom: 30px;

    height: 95px;
}
.stock-item__title > div {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
}
.stock-item__title::before {
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}
.stock-item__text {
    /*padding-left: 10px;*/
    font-size: 1.5em;
    line-height: 1.1;
}
