/*Template name: Двери*/

input {
    -webkit-appearance: none!important;
}

#choose .button.magic {
    display: none
}

.selector_slider {
    display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

#popup_callme {
    width: 300px;
    height: auto;
    padding: 20px;
    position: fixed;
    top: 150px;
    left: 50%;
    background: #c5b39e;
    text-align: center;
    margin-left: -170px;
    z-index: 10001;
    box-shadow: 0px 0px 20px black;
    display: none;
}

#popup_callme .close {
    position: absolute;
    right: -15px;
    top: -15px;
    color: #1c7fcb;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    line-height: 30px;
    font-size: 30px;
    cursor: pointer;
}

#popup_callme h2 {
    font-family: 'FuturaNewExtraBold', sans-serif;
    color: white;
    font-size: 26px;
    text-align: center;
    margin: 0 0 30px;
}

#popup_callme form input[type='text'],
#popup_callme form input[type='tel'] {
    width: 300px;
    background: none;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    font-size: 22px;
    font-family: 'FuturaNewBook', sans-serif;
    height: 35px;
    margin: 17px 0 41px 0;
    outline: 0;
}

#popup_callme form input[type='submit'] {
    -webkit-appearance: none!important;
    background: #1c7fcb;
    margin: 0 0 0 0;
    border: none;
    outline: 0;
    height: 50px;
    border-bottom: 4px solid #1c7fcb;
    font-family: 'FuturaNewHeavy', sans-serif;
    width: 300px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    transition: 0.3s ease all;
    float: left;
}

#popup_callme form input[type='submit']:hover {
    background: #2a8fdd;
}

#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: none;
}



.only360 {
    display: none
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'FuturaNewBook', sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #2f2f2f;
    margin: 0 auto;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}

i {
    font-style: italic;
}

b {
    font-weight: bold
}

#page {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto
}

.wrapper {
    position: relative;
    max-width: 1100px;

    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}

/*  SECTIONS  */

.section {
    clear: both;
}

/*  COLUMN SETUP  */

.col {
    display: block;
    float: left;
    margin: 0%;
}

.col:first-child {
    margin-left: 0;
}

/*  GROUPING  */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}

/*  GRID OF TWELVE  */

.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.66%;
}

.span_10_of_12 {
    width: 83.33%;
}

.span_9_of_12 {
    width: 75%;
}

.span_8_of_12 {
    width: 66.66%;
}

.span_7_of_12 {
    width: 58.33%;
}

.span_6_of_12 {
    width: 50%;
}

.span_5_of_12 {
    width: 41.66%;
}

.span_4_of_12 {
    width: 33.33%;
}

.span_3_of_12 {
    width: 25%;
}

.span_2_of_12 {
    width: 16.66%;
}

.span_1_of_12 {
    width: 8.333%;
}

#menu {
    height: 100px;
    background: #2f2f2f;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-indeX: 1000;
}

#menu ul {
    font-size: 18px;
    line-height: 26px;
    float: left;
}

#menu li {
    display: inline-block;
}

#menu ul a {
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 28px 0 0;
    height: 68px;
    border-bottom: 4px solid transparent;
    transition: 0.3s ease all;
    margin-right: 27px;
    vertical-align: top;
}

#menu ul li:last-child a {
    margin-right: 5px;
}

#menu ul a:hover {
    border-bottom: 4px solid #1c7fcb;
}

#menu .phone {
    font-family: 'FuturaNewBold', sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin: 34px 0 0 35px;
    float: right;
    color: white;
    text-decoration: none;
}

#menu .others {
    position: absolute;
    width: 190px;
    top: 100%;
    margin-top: 1px;
    right: 0;
    background: #585858;
    padding: 0px 0 0px 0;
    display: none;
    z-index: 1;
}

#menu .others div {
    cursor: pointer;
    margin: 0 0 0;
    padding: 10px 20px 10px 20px;
}

#menu .others div:first-child {
    padding: 15px 20px 10px 20px;
}

#menu .others div:last-child {
    padding: 10px 20px 15px 20px;
}

#menu .others div:hover {
    background: #636363;
}

#menu .others div.selected {

    background: #696969;
}

#menu .city {
    float: right;
    text-align: right;
    margin: 26px 0 0;
    background: #474747;
    height: 51px;
    padding: 14px 35px 0 21px;
    /* line-height: 46px; */
    font-size: 16px;
    color: white;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

#menu .current {
    border-bottom: 1px dashed white;
    line-height: 18px;
    position: relative;
}

#menu .current:after {
    position: absolute;
    top: 9px;
    right: -14px;
    margin: 0 0 0 0;
    width: 7px;
    height: 4px;
    content: '';
    display: block;
    background: url(img/city_arr.png) no-repeat;
}

#header {
    height: 850px;
    margin-top: 100px;
    background: url(img/header.jpg) no-repeat center top;
}

#header h1 {

    font-family: 'FuturaNewExtraBold', sans-serif;
    color: white;
    font-size: 64px;
    line-height: 53px;
    padding: 211px 0 16px 0;
}

#header h4 {
    color: white;
    font-size: 24px;
    padding: 0 0 108px 0;
}

#header .price {
    background: url(img/price.png) no-repeat 0px 12px;
    color: white;
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 117px 63px;
}

#header .price .am {
    font-family: 'FuturaNewExtraBold', sans-serif;
    font-size: 30px;
    padding: 0 12px;
    vertical-align: middle;
}

#header .price .current {
    color: white;
    text-decoration: none;
    border-bottom: 1px dashed white
}

#header .others {
    position: absolute;
    width: 190px;
    font-size: 18px;
    line-height: 30px;
    top: 100%;
    margin-top: 1px;
    right: 0;
    background: #c0b1a0;
    padding: 0px 0 0px 0;
    display: none;
    z-index: 1;
}

#header .others span {
    cursor: pointer;
    margin: 0 0 0;
    width: 100%;
    display: block;
    padding: 5px 20px 5px 20px;
    box-sizing: border-box;
}

#header .others span:hover {
    background: #c8b9ab;
}

#header .others span.selected {

    background: #cbbfb2;
}

#header .city {
    float: none;
    text-align: right;
    /* line-height: 46px; */
    color: white;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: inline-block;
}




#header .item {
    float: left;
    line-height: 26px;
    color: white;
    cursor: pointer;
}

#header .item1 {
    width: 29.5%;
}

#header .item2 {
    width: 25.3%;
}

#header .item3 {
    width: 26%;
}

#header .item4 {
    width: 19.2%
}

#header .item .icon {
    margin: 0 0 20px;
    height: 44px;
    line-height: 44px;
}

#header .item .icon img {
    vertical-align: middle;
}

#choose {
    padding-bottom: 41px;
}

#choose h2 {

    font-family: 'FuturaNewBold', sans-serif;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    padding: 134px 0 21px 0;
}

#choose .current_item {
    width: 20%;
    display: inline;
    float: left;
    padding: 8px;
    box-sizing: border-box;
}

#choose .current_item .name {
    font-family: 'FuturaNewDemi', sans-serif;
    font-size: 30px;
    padding: 51px 0 0 40px;
    float: left;
    margin: 0 0 66px;
}

#choose .current_item .price {
    font-size: 18px;
    color: white;
    background: #1c7fcb;
    margin: 38px 29px 0 0;
    padding: 0px 13px 0 11px;
    float: right;
    line-height: 50px;
    height: 54px;
}

#choose .current_item .price span {
    font-size: 30px;
    font-family: 'FuturaNewExtraBold', sans-serif;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

#choose .left {
    width: 342px;
    float: left;
    margin: 0 0 31px;
}

#choose .outside {
    margin: 0 0 0 42px;
    float: left;
    width: 145px;
}

#choose .inside {
    margin: 0 0 0 10px;
    float: left;
    width: 145px;
}

#choose .big {
    display: block;
    line-height: 0;
    margin: 0 0 31px;
}

#choose .left p {
    font-size: 20px;
    line-height: 22px;
    margin: 0 20px 21px 0;
}

#choose .links img {
    display: block;
    line-height: 0;
}

#choose .links a {
    display: block;
    margin: 0 3px 2px 0;
    float: left;
}

#choose .button {
    background: #e58f0b;
    border: none;
    outline: 0;
    font-family: 'FuturaNewHeavy', sans-serif;
    cursor: pointer;
    color: white;
    font-size: 18px;
    transition: 0.3s ease all;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 25px;
    padding: 4px;
}

#choose .button:hover {
    filter: brightness(.92);
}

#choose .add_images {
    margin: 0 0 0 33px;
}

#choose .add_images img {
    display: block;
    margin: 0 0 11px 7px;
    float: left;
}

#choose .right {
    float: left;
    width: 360px;
    margin: -5px 0 31px 25px;
    font-size: 18px;
    line-height: 22px;
}

#choose .item {
    width: 221px;
    float: left;
    margin: 0 4px 20px 0;
    border-bottom: 1px dotted #a5a5a5;
    height: 16px;
}

#choose .value {
    width: 135px;
    float: left;
    opacity: 0.65;
    margin: 0 0 20px;
}

#choose .item span {
    background: white;
    padding-right: 4px;
}

#choose .selector {
    float: left;
    margin: 0 0 0 45px;
    width: 267px;
    border: 2px solid #efefef;
}

#choose .selector a {
    display: block;
    float: left;
    margin: 0 0 32px 14px;
    background: #2f2f2f url(img/more.png) no-repeat center center;
    transition: 0.3s ease all;
    width: 70px;
    height: 155px;
    box-sizing: border-box;
    position: relative;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: gray;
}

#choose .selector a span {
    margin: 10px -10px 0;
    display: inline-block;
    text-align: center;

}

#choose .selector h3 {
    font-family: 'FuturaNewBold', sans-serif;
    text-align: center;
    font-size: 25px;
    padding: 15px 0;
}

#choose .selector a.selected {
    color: #1c7fcb
}

#choose .selector a.selected:after {
    background-color: rgb(28, 127, 203);
    box-shadow: 0px 12px 27px 0px rgba(232, 33, 63, 0.51);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 5px;
    z-index: 1;
    content: '';

}

#c1hoose .selector a.selected:hover:after {
    display: none;
}

#choose .selector a.selected:hover img {
    opacity: 1;
}

#choose .selector a:hover img {
    opacity: 0;
}

#choose .selector img {
    display: block;
    line-height: 0;
    width: 70px;
    height: 155px;
    box-sizing: border-box;
    transition: 0.3s ease all;
}

#choose .selector a:hover {
    box-shadow: 0px 12px 27px 0px rgba(64, 64, 64, 0.51);
}

#choose .selector a.selected:hover {
    box-shadow: none;
}
#choose .prev {
    width: 70px;
    height: 70px;
    background: url(img/prev.png) no-repeat;
    cursor: pointer;
    margin: 310px 0 0 0px;
    z-index: 1;
}

#choose .next {
    width: 70px;
    height: 70px;
    float: right;
    background: url(img/next.png) no-repeat;
    cursor: pointer;
    margin: 310px 0 0 0px;
    z-index: 1;
}


#free {
    height: 800px;
    background: #c5b39e;
    position: relative;
    overflow: hidden;
}

#free h2 {

    font-family: 'FuturaNewExtraBold', sans-serif;
    color: white;
    font-size: 64px;
    line-height: 60px;
    padding: 175px 0 0px 176px;
}

#free form {
    padding: 57px 0 0 175px;
    position: relative;
    z-index: 1;
}

#free form input[type='text'],
#free form input[type='tel'] {
    width: 340px;
    background: none;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    font-size: 22px;
    font-family: 'FuturaNewBook', sans-serif;
    height: 35px;
    margin: 17px 0 41px 4px;
    outline: 0;
}

#free form input[type='submit'] {
    -webkit-appearance: none!important;
    background: #1c7fcb;
    margin: 0 0 0 6px;
    border: none;
    outline: 0;
    height: 50px;
    border-bottom: 4px solid #1c7fcb;
    font-family: 'FuturaNewHeavy', sans-serif;
    width: 338px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    transition: 0.3s ease all;
}

#free form input[type='submit']:hover {
    background: #2a8fdd
}

#free .wrapper:before {
    position: absolute;
    height: 719px;
    width: 312px;
    background: url(img/line.png) no-repeat;
    top: 81px;
    left: -92px;
    content: '';
}

#free .wrapper:after {
    position: absolute;
    height: 660px;
    width: 380px;
    background: url(img/master.png) no-repeat;
    top: 154px;
    background-size: 360px;
    right: -101px;
    content: '';
}

#ideal {
    background: white;
}

#ideal h2 {
    font-family: 'FuturaNewBold', sans-serif;
    font-size: 60px;
    line-height: 60px;
    padding: 179px 0 34px 0;
    text-align: center;
}

#ideal .center {
    text-align: center;
}

#ideal .name {
    font-size: 24px;
    font-family: 'FuturaNewMedium', sans-serif;
    margin-bottom: 21px!important;
}

#ideal .text {
    font-size: 16px;
    line-height: 34px;
    font-family: 'FuturaNewBook', sans-serif;
    margin-bottom: 32px!important;
}

#ideal .text a {
    text-decoration: none;
    color: #1c7fcb;
    border-bottom: 1px dashed #1c7fcb;
    transition: 0.3s ease all;
}

#ideal .text a:hover {
    border-bottom: 1px dashed transparent;
    color: #2a8fdd;
}

#ideal .center .text {
    margin: 0 -50px;
}

#ideal .left .text,
#ideal .left .name {
    margin: 0 100px 0 0
}

#ideal .right .text,
#ideal .right .name {
    margin: 0 0 0 90px
}

#ideal .bg {
    margin: 0 0 0 -53px;
    width: 463px;
    height: 487px;
    background: url(img/bg.png) no-repeat;
}

.only_mob {
    display: none;
}

#standarts {
    background: url(img/standarts.jpg) no-repeat center top;
    overflow: hidden;
}

#standarts h2 {
    font-family: 'FuturaNewBold', sans-serif;
    font-size: 60px;
    line-height: 60px;
    padding: 153px 0 11px 0;
    text-align: center;
    color: white;
}

#standarts h4 {
    font-family: 'FuturaNewMedium', sans-serif;
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 31px 0;
    text-align: center;
    color: white;
}

#standarts h5 {
    font-family: 'FuturaNewBookI', sans-serif;
    font-size: 22px;
    line-height: 22px;
    padding: 0 0 140px 0;
    text-align: center;
    color: white;
}

#standarts .item {
    text-align: center;
    width: 200px;
    position: relative;
}

#standarts .icon {
    height: 151px;
    line-height: 151px;
    margin-top: 20px;
}

#standarts .name {
    font-size: 24px;
    line-height: 30px;
    font-family: 'FuturaNewMedium', sans-serif;
    color: white;
    margin: -71px 0px 29px;
}

#standarts .divider {
    height: 2px;
    background: rgba(255, 255, 255, 0.26);
}

#standarts .text {
    color: white;
    font-size: 20px;
    line-height: 30px;
    margin: 17px -60px 46px -60px;
}

#standarts .bordered .item:after {
    position: absolute;
    width: 2px;
    height: 238px;
    background: rgba(255, 255, 255, 0.26);
    content: '';
    right: -104px;
    top: 21px;
}

#standarts .span_3_of_12.bordered .item:after {
    right: -134px;
    top: 71px;
}

.float_right {
    float: right;
}

.margin_auto {
    margin: 0 auto;
}

i {
    font-family: 'FuturaNewBookI', sans-serif;
}

#free2 {
    height: 800px;
    background: #c5b39e;
    overflow: hidden;
}

#free2 h2 {

    font-family: 'FuturaNewExtraBold', sans-serif;
    color: white;
    font-size: 64px;
    line-height: 60px;
    padding: 94px 0 30px 0px;
}

#free2 form {
    padding: 50px 0 0 0px;
    position: relative;
    z-index: 1;
}

#free2 h4 {
    FONT-SIZE: 24PX;
    color: white;
}

#free2 form input[type='text'],
#free2 form input[type='tel'] {
    width: 340px;
    background: none;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    font-size: 22px;
    font-family: 'FuturaNewBook', sans-serif;
    height: 35px;
    margin: 17px 0 41px 0;
    outline: 0;
}

.only900 {
    display: none
}

#free2 form input[type='submit'] {
    -webkit-appearance: none!important;
    background: #1c7fcb;
    margin: 0 0 0 0;
    border: none;
    outline: 0;
    height: 50px;
    border-bottom: 4px solid #1c7fcb;
    font-family: 'FuturaNewHeavy', sans-serif;
    width: 338px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    transition: 0.3s ease all;
    float: left;
}

#free2 .recall {
    float: left;
    width: 190px;
    color: white;
    padding: 0 0 0 62px;
    line-height: 27px;
    background: url(img/recall.png) no-repeat 15px 8px;
}

#free2 .recall span {
    font-family: 'FuturaNewExtraBold', sans-serif;
    font-size: 30px;
    vertical-align: text-top;
}

#free2 form input[type='submit']:hover {
    background: #2a8fdd
}



#free2 .wrapper:after {
    position: absolute;
    height: 634px;
    width: 570px;
    background: url(img/free2.png) no-repeat;
    top: 166px;
    right: -47px;
    content: '';
}

#seif {
    background: white;
    padding-bottom: 130px;
}

#seif h2 {
    font-size: 60px;
    line-height: 60px;
    margin: 173px 0 17px 7px;
    font-family: 'FuturaNewBold', sans-serif;
}

#seif h4 {
    font-size: 24px;
    margin: 0 0 63px 9px;
}

#seif p {
    font-size: 20px;
    line-height: 36px;
    margin: 0 35px 29px 9px;
}

#seif .link {
    float: left;
    font-size: 18px;
    line-height: 25px;
    color: #1c7fcb;
    font-family: 'FuturaNewHeavy', sans-serif;
    text-decoration: none;
    margin: 9px 0 0 7px;
    border-bottom: 1px dashed #1c7fcb;
    transition: 0.3s ease all;
}

#seif .link:hover {
    border-bottom: 1px dashed transparent;
    color: #2a8fdd;
}

#seif img {
    margin: 250px 0 0 -40px
}

#seif .button {
    background: #1c7fcb;
    margin: 0 0 0 0;
    border: none;
    outline: 0;
    height: 48px;
    border-bottom: 4px solid #1c7fcb;
    font-family: 'FuturaNewHeavy', sans-serif;
    width: 296px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    transition: 0.3s ease all;
    float: right;
    text-decoration: none;
    text-align: center;
    line-height: 48px;
}

#seif .button:hover {
    background: #2a8fdd;
}

#delivery {
    height: 650px;
    background: url(img/delivery.jpg) no-repeat center top;
}

#delivery h2 {
    font-size: 60px;
    line-height: 60px;
    margin: 180px 0 32px 0px;
    color: white;
    font-family: 'FuturaNewBold', sans-serif;
}

#delivery h4 {
    font-size: 24px;
    line-height: 44px;
    margin: 0 0 42px 0px;
    color: white;
    font-family: 'FuturaNewMedium', sans-serif;
}


#delivery .others {
    position: absolute;
    width: 190px;
    font-size: 18px;
    line-height: 30px;
    top: 100%;
    margin-top: 1px;
    right: 0;
    background: #2c89d2;
    padding: 0px 0 0px 0;
    display: none;
    z-index: 1;
}

#delivery .others div {
    cursor: pointer;
    margin: 0 0 0;
    padding: 5px 20px 5px 20px;
}

#delivery .others div:hover {
    background: rgba(255, 255, 255, 0.1);
}

#delivery .others div.selected {

    background: rgba(255, 255, 255, 0.2);
}

#delivery .city {
    float: none;
    text-align: right;
    margin: 0px 0 0 8px;
    background: rgba(255, 255, 255, 0.13);
    height: 50px;
    padding: 9px 35px 0 21px;
    /* line-height: 46px; */
    font-size: 24px;
    color: white;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

#delivery .current {
    border-bottom: 1px dashed white;
    line-height: 24px;
    position: relative;
}

#delivery .current:after {
    position: absolute;
    top: 12px;
    right: -18px;
    margin: 0 0 0 0;
    width: 7px;
    height: 4px;
    content: '';
    display: block;
    background: url(img/city_arr.png) no-repeat;
}

#delivery p {
    font-size: 22px;
    line-height: 36px;
    color: white;
}

#order {
    height: 177px;
    background: #c5b39e;
    position: relative;
    z-index: 1;
}

#order .button {
    background: #1c7fcb;
    margin: 0 0 0 0;
    position: relative;
    z-index: 1;
    border: none;
    outline: 0;
    height: 48px;
    border-bottom: 4px solid #1c7fcb;
    font-family: 'FuturaNewHeavy', sans-serif;
    width: 340px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    transition: 0.3s ease all;
    float: none;
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    margin: 65px auto 0;
    display: block;
}

#order .button:hover {
    background: #2a8fdd;
}

#order .wrapper:after {
    display: block;
    content: '';
    position: absolute;
    background: url(img/line2.png) no-repeat;
    top: 0;
    left: 82px;
    width: 311px;
    height: 332px;
}

#work {
    padding-bottom: 120px;
    position: relative;
    background: white;
}

#work .wrapper {
    z-index: 1;
}

#work:after {
    display: block;
    content: '';
    position: absolute;
    top: 57px;
    right: 0;
    width: 461px;
    height: 176px;
    background: url(img/work.jpg) no-repeat;
}

#work h2 {
    font-size: 60px;
    line-height: 60px;
    margin: 131px 0 98px 0px;
    text-align: center;
    font-family: 'FuturaNewBold', sans-serif;
}

#work .item {
    border: 2px solid #ebebeb;
    margin: 0 9px 20px 9px;
    box-sizing: border-box;
    padding: 14px 22px;
}

#work .count {
    color: #e8e8e8;
    font-family: 'FuturaNewBold', sans-serif;
    font-size: 60px;
    margin: 0 0 41px;
}

#work .icon {
    height: 55px;
}

#work p {
    font-size: 22px;
    line-height: 30px;
    margin: 0 -7px 2px;
    height: 60px;
}

#work p a {
    text-decoration: none;
    color: #1c7fcb;
    border-bottom: 1px dashed #1c7fcb;
    transition: 0.3s ease all;
}

#work p a:hover {
    border-bottom: 1px dashed transparent;
    color: #2a8fdd;
}

#work .icon img {
    margin: 0 0 0 3px
}

#gar {

    background: #1d7ecb;
    padding-bottom: 65px;

}

#gar .wrapper:before {
    display: block;
    content: '';
    position: absolute;
    width: 323px;
    height: 230px;
    background: url(img/gar2.png) no-repeat;
    top: 280px;
    left: 100px;
}

#gar .wrapper:after {
    display: block;
    content: '';
    position: absolute;
    width: 378px;
    height: 303px;
    background: url(img/gar1.png) no-repeat;
    top: 152px;
    left: 75px;
    z-index: 2;
}

#gar .wrapper {
    padding-top: 10px;
}

#gar .inner {
    position: relative;
    margin: 71px 71px 0 71px;
    z-index: 1;
}

#gar .inner:before {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    background: url(img/inner.png) repeat-x;
}

#gar .inner:after {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: url(img/inner.png) repeat-x;
}

#gar .inner2 {
    position: relative;
    padding-left: 363px;
    padding-bottom: 1px;
}

#gar .inner2:before {
    display: block;
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    left: -1px;
    top: 0;
    background: url(img/inner2.png) repeat-y;
}

#gar .inner2:after {
    display: block;
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    right: -1px;
    top: 0;
    background: url(img/inner2.png) repeat-y;
}


#gar h2 {
    color: white;
    font-size: 60px;
    line-height: 60px;
    padding: 43px 0 72px 0;
    font-family: 'FuturaNewBold', sans-serif;
}

#gar .item {
    margin-bottom: 61px;
}

#gar .icon {
    width: 53px;
    text-align: center;
    float: left;
    margin: 0px 4px 0 0;
}

#gar .text {
    float: left;
    width: 450px;
}

#gar p {
    font-size: 22px;
    margin-left: 8px;
    color: white;
    line-height: 30px;
}

#gar .name {
    font-size: 22px;
    line-height: 30px;
    margin-top: -5px;
    margin-left: 0;
}

#gar .name span {
    margin: 0 3px 0 0;
    font-family: 'FuturaNewExtraBold', sans-serif;
    font-size: 30px;
}

#order2 {
    height: 177px;
    background: #c5b39e;
    position: relative;
    z-index: 1;
}

#order2 .button {
    background: #1c7fcb;
    margin: 0 0 0 0;
    position: relative;
    z-index: 1;
    border: none;
    outline: 0;
    height: 48px;
    border-bottom: 4px solid #1c7fcb;
    font-family: 'FuturaNewHeavy', sans-serif;
    width: 340px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    transition: 0.3s ease all;
    float: none;
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    margin: 65px auto 0;
    display: block;
}

#order2 .button:hover {
    background: #2a8fdd;
}

#order2 .wrapper:after {
    display: block;
    content: '';
    position: absolute;
    background: url(img/order2.png) no-repeat;
    top: -32px;
    left: 204px;
    width: 264px;
    height: 291px;
}

#ops {
    background: white;
    padding-bottom: 120px;
}

#ops h2 {
    font-size: 60px;
    line-height: 60px;
    margin: 171px 0 75px 0px;
    text-align: center;
    font-family: 'FuturaNewBold', sans-serif;
}

#ops h3 {
    font-size: 40px;
    line-height: 60px;
    margin: 0px 0 35px 0px;
    text-align: center;
    font-family: 'FuturaNewBold', sans-serif;
}

#ops textarea {
    border: 2px solid #ebebeb;
    resize: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 200px;
    outline: 0;
    padding: 20px;
    box-sizing: border-box;
}

#ops input[type='submit'] {
    -webkit-appearance: none!important;
    background: #1c7fcb;
    margin: 0 auto 0;
    border: none;
    outline: 0;
    height: 50px;
    border-bottom: 4px solid #1c7fcb;
    font-family: 'FuturaNewHeavy', sans-serif;
    width: 338px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    transition: 0.3s ease all;
    float: none;
    display: block;
}

#ops input[type='submit']:hover {
    background: #2a8fdd;
}

#ops .border {
    border-left: 2px solid #ebebeb;
    border-right: 2px solid #ebebeb;
    border-top: 2px solid #ebebeb;
    margin: 0 0px;
}

#ops .border > div {
    border-bottom: 2px solid #ebebeb;
    padding: 40px 45px 40px 45px;
}


#ops .photo {
    font-family: 'FuturaNewMedium', sans-serif;
    font-size: 22px;
    width: 131px;
    float: left;
    margin: 0 38px 0 0;
}

#ops .photo img {
    margin: 0 0 18px;
}

#ops .text {
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 570px;
}

#ops .prev {
    width: 70px;
    height: 70px;
    background: url(img/prev.png) no-repeat;
    cursor: pointer;
    margin: 310px 0 0 0px;
    z-index: 1;
}

#ops .next {
    width: 70px;
    height: 70px;
    float: right;
    background: url(img/next.png) no-repeat;
    cursor: pointer;
    margin: 310px 0 0 0px;
    z-index: 1;
}


#cert {
    background: #1c7fcb;
    padding-bottom: 179px;
}

#cert h2 {
    font-size: 60px;
    line-height: 60px;
    margin: 176px 0 65px 0px;
    color: white;
    font-family: 'FuturaNewBold', sans-serif;
}

#cert a {
    float: left;
    margin: 0 11px 11px 0;
    position: relative;
}

#cert img {
    display: block;
}

#cert a .h {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #2f2f2f url(img/certh.png) no-repeat center center;
    opacity: 0;
    transition: 0.3s ease all;
    top: 0;
    left: 0;
    box-shadow: 0px 12px 27px 0px rgba(45, 13, 18, 0.51);

}


#cert a:hover .h {
    opacity: 1;
}


#free3 {
    height: 800px;
    background: #c5b39e;
    overflow: hidden;
}


#free3 h2 {

    font-family: 'FuturaNewExtraBold', sans-serif;
    color: white;
    font-size: 64px;
    line-height: 60px;
    padding: 175px 0 0px 176px;
}

#free3 form {
    padding: 57px 0 0 175px;
    position: relative;
    z-index: 1;
}

#free3 form input[type='text'],
#free3 form input[type='tel'] {
    width: 340px;
    background: none;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    font-size: 22px;
    font-family: 'FuturaNewBook', sans-serif;
    height: 35px;
    margin: 17px 0 41px 4px;
    outline: 0;
}

#free3 form input[type='submit'] {
    -webkit-appearance: none!important;
    background: #1c7fcb;
    margin: 0 0 0 0;
    border: none;
    outline: 0;
    height: 50px;
    border-bottom: 4px solid #1c7fcb;
    font-family: 'FuturaNewHeavy', sans-serif;
    width: 338px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    transition: 0.3s ease all;
    float: left;
}

#free3 .recall {
    float: left;
    width: 190px;
    color: white;
    padding: 0 0 0 62px;
    line-height: 27px;
    background: url(img/recall.png) no-repeat 15px 8px;
}

#free3 .recall span {
    font-family: 'FuturaNewExtraBold', sans-serif;
    font-size: 30px;
    vertical-align: text-top;
}

#free3 form input[type='submit']:hover {
    background: #2a8fdd
}

#free3 .wrapper:before {
    position: absolute;
    height: 719px;
    width: 312px;
    background: url(img/line.png) no-repeat;
    top: 81px;
    left: -92px;
    content: '';
}

#free3 .wrapper:after {
    position: absolute;
    height: 346px;
    width: 464px;
    background: url(img/free4.png) no-repeat;
    top: 375px;
    right: -165px;
    content: '';
}


#footer {
    height: 100px;
    background: #2f2f2f;
    color: white;
    font-size: 13px;
    line-height: 100px;
    letter-spacing: 0.5px;
    font-family: 'FuturaNewLight', sans-serif;
}

#footer .digicult {
    text-align: right;
}

#footer a:hover img {
    opacity: 1;
}

#footer img {
    vertical-align: middle;
    margin: 0 0 0 15px;
    opacity: 0.46;
    transition: 0.3s ease all;
}
.door-name {
    text-decoration: none;
    color: #333;
    font-size: 24px;
    font-weight: 900;
    font-family: 'FuturaNewHeavy', sans-serif;
    text-align: center;
}

.detailheader .door-name {
    margin: 10px;
}

.popup-content {
    text-decoration: none;
}

.door-price {
    color: #fff;
    background: #303030;
    min-width: 150px;
    text-align: center;
    line-height: 30px;
    margin: 10px 0 10px 45px;
}

.small-img {
    height: 300px;
    background-size: contain;
}

.liitletext {
    font-size: 16px;
}

.door-detail {
    width: 820px;
    padding: 20px;
}

.door-photos {
    width: 40%;
    display: inline-block;
    float: left;
}

.doordescr {
    width: 60%;
    display: inline-block;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.listitem {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 5px;
    
}

.photolist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detailheader {
    display: flex;
    justify-content: space-between;
}

.bigphoto {
    margin: 0 5px;
    margin-bottom: 10px;
}

#selectedphoto {

}

.bigphotoin {
    width: 100%;
    min-height: 500px;
    
}

.doordescr .button {
    background: #e58f0b;
    border: none;
    outline: 0;
    font-family: 'FuturaNewHeavy', sans-serif;
    cursor: pointer;
    color: white;
    font-size: 18px;
    transition: 0.3s ease all;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 25px;
    padding: 8px;
    margin: 10px auto;
}

.doordescr .door-name {
    font-size: 30px;
}

.feat {
    font-size: 24px;
    font-weight: 900;
    padding: 10px 0 20px 20px;
}

.features {
    font-size: 17px;
}

.features tr {
    height: 36px;
}

.features td:nth-child(1) {
    width: 160px;
    font-weight: 700;
}



























































@media only screen and (max-width: 1110px) {
    #choose .button.magic {
        display: block
    }
    .wrapper {
        width: 900px;
    }

    #menu {
        height: 100px;
    }
    #menu ul a {
        padding: 28px 0 0;
        height: 68px;
        margin-right: 17px;
    }
    #menu .phone {
        font-size: 18px;
        margin: 20px 0 0 10px;
    }
    #menu .city {
        margin: 0px 0 0 70px;
        height: 40px;
        padding: 9px 25px 0 11px;
    }
    #header {
        margin-top: 100px;
        height: 650px;
        background-size: auto 650px;
    }
    #header h1 {
        font-family: 'FuturaNewExtraBold', sans-serif;
        color: white;
        font-size: 50px;
        line-height: 48px;
        padding: 161px 0 16px 0;
    }



    #header h4 {
        color: white;
        font-size: 24px;
        padding: 0 0 58px 0;
    }
    #header .price {
        background: url(img/price.png) no-repeat 0px 12px;
        color: white;
        font-size: 24px;
        line-height: 30px;
        padding: 0 0 87px 63px;
    }
    #header .item {
        float: left;
        line-height: 26px;
        color: white;
        font-size: 18px;
    }
    #choose h2 {
        font-family: 'FuturaNewBold', sans-serif;
        font-size: 45px;
        line-height: 60px;
        text-align: center;
        padding: 94px 0 52px 0;
    }

    #free .wrapper:after {
        position: absolute;
        height: 435px;
        width: 400px;
        background: url(img/free.png) no-repeat;
        top: 165px;
        right: 10px;
        content: '';
        background-size: 400px 435px;
    }

    #free h2 {
        font-family: 'FuturaNewExtraBold', sans-serif;
        color: white;
        font-size: 50px;
        line-height: 50px;
        padding: 105px 0 0px 146px;
    }
    #free form {
        padding: 57px 0 0 145px;
        position: relative;
        z-index: 1;
    }

    #free {
        height: 600px;
        background: #c5b39e;
        position: relative;
        overflow: hidden;
    }

    #free .wrapper:before {
        position: absolute;
        height: 500px;
        width: 217px;
        background: url(img/line.png) no-repeat;
        top: 100px;
        left: -10px;
        content: '';
        background-size: 217px 500px;
    }
    #ideal h2 {
        font-family: 'FuturaNewBold', sans-serif;
        font-size: 50px;
        line-height: 50px;
        padding: 119px 0 74px 0;
        text-align: center;
    }
    #ideal .bg {
        margin: 0 0 0 -53px;
        width: 393px;
        height: 413px;
        background: url(img/bg.png) no-repeat;
        background-size: 393px 413px;
    }

    #ideal .text {
        font-size: 16px;
        line-height: 27px;
        font-family: 'FuturaNewBook', sans-serif;
        margin-bottom: 32px!important;
    }
    #standarts h2 {
        font-family: 'FuturaNewBold', sans-serif;
        font-size: 50px;
        line-height: 50px;
        padding: 103px 0 11px 0;
        text-align: center;
        color: white;
    }
    #standarts h5 {
        font-family: 'FuturaNewBookI', sans-serif;
        font-size: 22px;
        line-height: 22px;
        padding: 0 0 80px 0;
        text-align: center;
        color: white;
    }
    #standarts .bordered .item:after {
        position: absolute;
        width: 2px;
        height: 238px;
        background: rgba(255, 255, 255, 0.26);
        content: '';
        right: -67px;
        top: 21px;
    }
    #standarts .span_3_of_12.bordered .item:after {
        right: -80px;
        top: 71px;
    }
    #standarts {
        background: url(img/standarts.jpg) no-repeat center top;
        overflow: hidden;
        background-size: auto 1059px;
    }

    #free2 h2 {
        font-family: 'FuturaNewExtraBold', sans-serif;
        color: white;
        font-size: 50px;
        line-height: 50px;
        padding: 74px 0 30px 0px;
    }
    #free2 {
        height: 710px;
        background: #c5b39e;
        overflow: hidden;
    }
    #free2 .wrapper:after {
        position: absolute;
        height: 445px;
        width: 400px;
        background: url(img/free2.png) no-repeat;
        top: 265px;
        right: 10px;
        content: '';
        background-size: 400px 445px;
    }
    #free2 .recall {
        float: left;
        width: 190px;
        color: white;
        padding: 0 0 0 62px;
        line-height: 27px;
        background: url(img/recall.png) no-repeat 15px 8px;
        margin: 0 -90px 0 0;
    }
    #seif h2 {
        font-size: 50px;
        line-height: 50px;
        margin: 113px 0 17px 7px;
        font-family: 'FuturaNewBold', sans-serif;
    }

    #seif h4 {
        font-size: 24px;
        margin: 0 0 43px 9px;
    }
    #seif p {
        font-size: 20px;
        line-height: 31px;
        margin: 0 35px 29px 9px;
    }
    #seif .link {
        float: none;
        font-size: 18px;
        line-height: 25px;
        color: #1c7fcb;
        font-family: 'FuturaNewHeavy', sans-serif;
        text-decoration: none;
        margin: 9px auto 20px;
        border-bottom: 1px dashed #1c7fcb;
        transition: 0.3s ease all;
        display: table;
    }

    #seif .button {
        background: #1c7fcb;
        margin: 0 auto;
        border: none;
        outline: 0;
        height: 48px;
        border-bottom: 4px solid #1c7fcb;
        font-family: 'FuturaNewHeavy', sans-serif;
        width: 296px;
        cursor: pointer;
        color: white;
        font-size: 18px;
        transition: 0.3s ease all;
        float: none;
        text-decoration: none;
        text-align: center;
        line-height: 48px;
        display: block;
    }
    #seif {
        background: white;
        padding-bottom: 70px;
    }

    #delivery h2 {
        font-size: 50px;
        line-height: 50px;
        margin: 150px 0 52px 0px;
        color: white;
        font-family: 'FuturaNewBold', sans-serif;
    }
    #delivery p {
        font-size: 22px;
        line-height: 36px;
        color: white;
        margin: 0 -200px 0 0;
    }

    #order .wrapper:after {
        display: block;
        content: '';
        position: absolute;
        background: url(img/line2.png) no-repeat;
        top: 0;
        left: 0px;
        width: 311px;
        height: 332px;
    }
    #work:after {
        display: block;
        content: '';
        position: absolute;
        top: 47px;
        right: 0;
        width: 250px;
        height: 176px;
        background: url(img/work.jpg) no-repeat;
        background-size: 250px auto;
    }
    #work h2 {
        font-size: 50px;
        line-height: 50px;
        margin: 78px 0 78px 0px;
        text-align: center;
        font-family: 'FuturaNewBold', sans-serif;
    }
    #work .count {
        color: #e8e8e8;
        font-family: 'FuturaNewBold', sans-serif;
        font-size: 50px;
        margin: 0 0 21px;
    }
    #work p {
        font-size: 20px;
        line-height: 25px;
        margin: 0 -7px 2px;
        height: 60px;
    }
    #work {
        padding-bottom: 60px;
        position: relative;
        background: white;
    }
    #gar .wrapper:before {
        display: block;
        content: '';
        position: absolute;
        width: 260px;
        height: 185px;
        background: url(img/gar2.png) no-repeat;
        top: 247px;
        left: 100px;
        background-size: 260px 185px;
    }
    #gar .inner2 {
        position: relative;
        padding-left: 203px;
        padding-bottom: 1px;
    }

    #gar h2 {
        color: white;
        font-size: 50px;
        line-height: 50px;
        padding: 43px 0 52px 0;
        font-family: 'FuturaNewBold', sans-serif;
    }

    #gar .wrapper:after {
        display: block;
        content: '';
        position: absolute;
        width: 310px;
        height: 248px;
        background: url(img/gar1.png) no-repeat;
        top: 132px;
        left: 75px;
        z-index: 2;
        background-size: 310px 248px;
    }
    #order2 .wrapper:after {
        display: block;
        content: '';
        position: absolute;
        background: url(img/order2.png) no-repeat;
        top: -27px;
        left: 84px;
        width: 230px;
        height: 261px;
        background-size: 230px;
    }
    #ops h2 {
        font-size: 50px;
        line-height: 50px;
        margin: 91px 0 75px 0px;
        text-align: center;
        font-family: 'FuturaNewBold', sans-serif;
    }
    #ops .prev {
        width: 60px;
        height: 60px;
        background: url(img/prev.png) no-repeat;
        cursor: pointer;
        margin: 310px 0 0 0px;
        background-size: 60px;
    }
    #ops .next {
        width: 60px;
        height: 60px;
        float: right;
        background: url(img/next.png) no-repeat;
        cursor: pointer;
        margin: 310px 0 0 0px;
        background-size: 60px;
    }
    #ops .photo {
        font-family: 'FuturaNewMedium', sans-serif;
        font-size: 22px;
        width: 131px;
        float: left;
        margin: 0 28px 0 0;
    }
    #ops .text {
        font-size: 20px;
        line-height: 30px;
        float: left;
        width: 410px;
    }

    #ops {
        /* height: 1131px; */
        background: white;
        padding-bottom: 90px;
    }
    #cert h2 {
        font-size: 50px;
        line-height: 50px;
        margin: 106px 0 65px 0px;
        color: white;
        font-family: 'FuturaNewBold', sans-serif;
    }

    #cert {
        background: #1c7fcb;
        padding-bottom: 119px;
    }

    #free3 h2 {
        font-family: 'FuturaNewExtraBold', sans-serif;
        color: white;
        font-size: 50px;
        line-height: 50px;
        padding: 105px 0 0px 146px;
    }
    #free3 form {
        padding: 57px 0 0 145px;
        position: relative;
        z-index: 1;
    }

    #free3 {
        height: 600px;
        background: #c5b39e;
        position: relative;
        overflow: hidden;
    }

    #free3 .wrapper:before {
        position: absolute;
        height: 500px;
        width: 217px;
        background: url(img/line.png) no-repeat;
        top: 100px;
        left: -10px;
        content: '';
        background-size: 217px 500px;
    }
    #free3 .wrapper:after {
        position: absolute;
        height: 261px;
        width: 350px;
        background: url(img/free4.png) no-repeat;
        top: 215px;
        right: 10px;
        content: '';
        background-size: 350px 261px;
    }
    #free3 .recall {
        float: left;
        width: 190px;
        color: white;
        padding: 0 0 0 62px;
        line-height: 27px;
        background: url(img/recall.png) no-repeat 15px 8px;
        margin: 0 -110px 0 0;
    }
    #choose .current_item {
        width: 25%;
    }
    #choose .current_item .name {
        font-family: 'FuturaNewDemi', sans-serif;
        font-size: 30px;
        padding: 0 0 0 8px;
        float: left;
        margin: 0 0 27px;
    }
    #choose .current_item .price span {
        font-size: 26px;
        font-family: 'FuturaNewExtraBold', sans-serif;
        margin: 0 0 0 4px;
        vertical-align: middle;
    }
    #choose .current_item .price {
        font-size: 18px;
        color: white;
        background: #1c7fcb;
        margin: 2px 5px 0 0;
        padding: 0px 13px 0 11px;
        float: right;
        line-height: 35px;
        height: 35px;
    }
    .no900 {
        display: none
    }
    .only900 {
        display: block
    }
    #choose .left p {
        font-size: 16px;
        line-height: 22px;
        margin: 0 20px 14px 0;
    }
    #choose .outside {
        margin: 0 0 0 9px;
        float: left;
        width: 240px;
    }
    #choose .links a {
        display: block;
        margin: 0 15px 9px 0;
        float: left;
    }
    #choose .links {
        width: 96px;
        float: left;
    }
    #choose .left {
        width: 522px;
        float: left;
        margin: 0 0 31px;
    }
    #choose .inside {
        margin: 0 0 0 20px;
        float: left;
        width: 240px;
    }
    #choose .inside .links {
        float: right;
        width: 87px;
    }
    #choose .big {
        display: block;
        line-height: 0;
        margin: 0 0 25px;
    }
    #choose .inside .links a {
        display: block;
        margin: 0 0 9px 15px;
        float: left;
    }
    #choose .button {
        background: #1c7fcb;
        margin: 0 auto;
        border: none;
        outline: 0;
        height: 41px;
        border-bottom: 4px solid #1c7fcb;
        font-family: 'FuturaNewHeavy', sans-serif;
        
        cursor: pointer;
        color: white;
        font-size: 16px;
        transition: 0.3s ease all;
        display: block;
        text-decoration: none;
        text-align: center;
        line-height: 22px;
    }
    #choose .right {
        float: left;
        width: 520px;
        margin: -5px 0 31px 10px;
        font-size: 18px;
        line-height: 22px;
    }
    #choose .item {
        width: 200px;
        float: left;
        margin: 0 0 18px 0;
        border-bottom: none;
        height: 16px;
        font-size: 16px;
    }
    #choose .value {
        width: 315px;
        float: left;
        opacity: 0.65;
        margin: 0 0 18px;
        font-size: 16px;
    }
    #choose .item span {
        background: none;
        padding-right: 4px;
    }
    #choose .add_images img {
        display: block;
        margin: 0 0 11px 7px;
        float: left;
        max-width: 93px;
    }
    #choose .add_images {
        margin: 0 0 16px 4px;
    }
    #choose .selector {
        float: left;
        margin: 2px 0 0 82px;
        width: 263px;
    }
    #choose .selector img {
        display: block;
        line-height: 0;
        width: 49px;
        height: 111px;
        box-sizing: border-box;
        transition: 0.3s ease all;
    }
    #choose .selector a {
        display: block;
        float: left;
        margin: 0 0 45px 14px;
        background: #2f2f2f url(img/more.png) no-repeat center center;
        transition: 0.3s ease all;
        width: 49px;
        height: 111px;
        box-sizing: border-box;
        position: relative;
    }

    #choose .selector a span {
        font-size: 12px;
        margin: 10px -4px 0;
        word-break: break-all;
    }

    #choose .selector a.selected:after {
        background-color: rgb(28, 127, 203);
        box-shadow: 0px 12px 27px 0px rgba(232, 33, 63, 0.51);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 49px;
        height: 5px;
        z-index: 1;
        content: '';
    }


}

@media only screen and (max-width: 920px) {
    .wrapper {
        width: 700px;
    }
    #menu ul a {
        padding: 28px 0 0;
        height: 68px;
        margin-right: 7px;
        font-size: 15px;
    }
    #menu .city {
        margin: 0px 0 0 20px;
        height: 40px;
        padding: 9px 25px 0 11px;
    }
    #header h1 {
        font-family: 'FuturaNewExtraBold', sans-serif;
        color: white;
        font-size: 40px;
        line-height: 38px;
        padding: 131px 0 16px 0;
    }
    #header h4 {
        color: white;
        font-size: 22px;
        padding: 0 0 48px 0;
    }
    #header .price {
        background: url(img/price.png) no-repeat 0px 17px;
        color: white;
        font-size: 22px;
        line-height: 30px;
        padding: 0 0 43px 43px;
        background-size: 36px;
    }
    #header .price .am {
        font-family: 'FuturaNewExtraBold', sans-serif;
        font-size: 23px;
        padding: 0 6px;
        vertical-align: middle;
    }
    #header .item .icon {
        margin: 0 0 20px;
        height: 45px;
        line-height: 44px;
        width: 100%;
    }
    #header .item {
        line-height: 23px;
        width: 50%!important;
        text-align: center;
        margin: 0 0 15px;
    }
    #free h2 {
        font-family: 'FuturaNewExtraBold', sans-serif;
        color: white;
        font-size: 35px;
        line-height: 35px;
        padding: 65px 0 0px 106px;
    }
    #free form {
        padding: 17px 0 0 105px;
        position: relative;
        z-index: 1;
    }
    #free form input[type='text'],
    #free form input[type='tel'] {
        width: 270px;
        background: none;
        border: none;
        border-bottom: 1px solid white;
        color: white;
        font-size: 22px;
        font-family: 'FuturaNewBook', sans-serif;
        height: 35px;
        margin: 17px 0 21px 4px;
        outline: 0;
    }
    #free form input[type='submit'] {
        -webkit-appearance: none!important;
        background: #1c7fcb;
        margin: 0 0 0 6px;
        border: none;
        outline: 0;
        height: 50px;
        border-bottom: 4px solid #1c7fcb;
        font-family: 'FuturaNewHeavy', sans-serif;
        width: 268px;
        cursor: pointer;
        color: white;
        font-size: 18px;
        transition: 0.3s ease all;
    }
    #free {
        height: 490px;
        background: #c5b39e;
        position: relative;
        overflow: hidden;
    }
    #free .wrapper:before {
        position: absolute;
        height: 410px;
        width: 177px;
        background: url(img/line.png) no-repeat;
        top: 83px;
        left: -30px;
        content: '';
        background-size: 177px auto;
    }

    #free .wrapper:after {
        position: absolute;
        height: 329px;
        width: 300px;
        background: url(img/free.png) no-repeat;
        top: 165px;
        right: 10px;
        content: '';
        background-size: 300px auto;
    }
    #ideal h2 {
        font-family: 'FuturaNewBold', sans-serif;
        font-size: 35px;
        line-height: 35px;
        padding: 59px 0 64px 0;
        text-align: center;
    }
    #ideal .left .text,
    #ideal .left .name {
        margin: 0 32px 0 0;
    }
    #ideal .right .text,
    #ideal .right .name {
        margin: 0px 0 0 32px;
    }
    #ideal .bg {
        margin: 0 0 0 -33px;
        width: 333px;
        height: 413px;
        background: url(img/bg.png) no-repeat;
        background-size: 283px auto;
    }
    #standarts .bordered .item:after {
        position: absolute;
        width: 2px;
        height: 238px;
        background: rgba(255, 255, 255, 0.26);
        content: '';
        right: -14px;
        top: 21px;
    }
    #standarts .text {
        color: white;
        font-size: 17px;
        line-height: 26px;
        margin: 17px 0px 46px 0px;
    }
    #standarts .item {
        text-align: center;
        width: 170px;
        position: relative;
    }
    #standarts .bordered .item:after {
        position: absolute;
        width: 2px;
        height: 238px;
        background: rgba(255, 255, 255, 0.26);
        content: '';
        right: -37px;
        top: 21px;
    }
    #standarts .span_3_of_12.bordered .item:after {
        right: -51px;
        top: 71px;
    }
    #standarts h2 {
        font-family: 'FuturaNewBold', sans-serif;
        font-size: 35px;
        line-height: 35px;
        padding: 73px 0 11px 0;
        text-align: center;
        color: white;
    }
    #standarts h4 {
        font-family: 'FuturaNewMedium', sans-serif;
        font-size: 22px;
        line-height: 22px;
        padding: 0 0 31px 0;
        text-align: center;
        color: white;
    }

    #standarts {
        background: url(img/standarts.jpg) no-repeat center top;
        overflow: hidden;
        background-size: auto 969px;
    }

    #free2 h2 {
        font-family: 'FuturaNewExtraBold', sans-serif;
        color: white;
        font-size: 35px;
        line-height: 35px;
        padding: 74px 0 30px 0px;
    }
    #free2 form input[type='text'],
    #free2 form input[type='tel'] {
        width: 320px;
        background: none;
        border: none;
        border-bottom: 1px solid white;
        color: white;
        font-size: 22px;
        font-family: 'FuturaNewBook', sans-serif;
        height: 35px;
        margin: 17px 0 21px 0;
        outline: 0;
    }
    #free2 form input[type='submit'] {
        -webkit-appearance: none!important;
        background: #1c7fcb;
        margin: 0 0 0 0;
        border: none;
        outline: 0;
        height: 50px;
        border-bottom: 4px solid #1c7fcb;
        font-family: 'FuturaNewHeavy', sans-serif;
        width: 318px;
        cursor: pointer;
        color: white;
        font-size: 18px;
        transition: 0.3s ease all;
        float: left;
    }
    #free2 .recall {
        float: left;
        width: 190px;
        color: white;
        padding: 0 0 0 62px;
        line-height: 27px;
        background: url(img/recall.png) no-repeat 15px 8px;
        margin: 4px -160px 4px 32px;
    }
    #free2 {
        height: 630px;
        background: #c5b39e;
        overflow: hidden;
    }
    #free2 .wrapper:after {
        position: absolute;
        height: 335px;
        width: 300px;
        background: url(img/free2.png) no-repeat;
        top: 297px;
        right: 30px;
        content: '';
        background-size: 300px auto;
    }
    #seif h2 {
        font-size: 36px;
        line-height: 36px;
        margin: 93px 0 17px 0px;
        font-family: 'FuturaNewBold', sans-serif;
    }
    #seif h4 {
        font-size: 22px;
        margin: 0 0 43px 9px;
    }
    #seif p {
        font-size: 20px;
        line-height: 28px;
        margin: 0 35px 29px 9px;
    }
    #delivery h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 100px 0 32px 0px;
        color: white;
        font-family: 'FuturaNewBold', sans-serif;
    }
    #delivery .span_7_of_12 {
        width: 100%;
    }
    #delivery h4 {
        font-size: 22px;
        line-height: 44px;
        margin: 0 0 32px 0px;
        color: white;
        font-family: 'FuturaNewMedium', sans-serif;
    }
    #delivery {
        height: 470px;
        background: url(img/delivery.jpg) no-repeat center top;
        background-size: auto 470px;
    }
    #order .wrapper:after {
        display: block;
        content: '';
        position: absolute;
        background: url(img/line2.png) no-repeat;
        top: 0;
        left: -40px;
        width: 270px;
        height: 332px;
        background-size: 270px auto;
    }
    #order2 .wrapper:after {
        display: block;
        content: '';
        position: absolute;
        background: url(img/line2.png) no-repeat;
        top: 0;
        left: -40px;
        width: 270px;
        height: 332px;
        background-size: 270px auto;
    }
    #work h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 82px 0 78px 0px;
        text-align: center;
        font-family: 'FuturaNewBold', sans-serif;
    }
    #work .item {
        border: 2px solid #ebebeb;
        margin: 0 2px 20px 2px;
        box-sizing: border-box;
        padding: 8px 12px;
    }
    #work .count {
        color: #e8e8e8;
        font-family: 'FuturaNewBold', sans-serif;
        font-size: 40px;
        margin: 0 0 21px;
    }
    #work p {
        font-size: 17px;
        line-height: 23px;
        margin: 0 -7px 2px;
        height: 60px;
    }
    #gar .inner {
        position: relative;
        margin: 41px 11px 0 11px;
        z-index: 1;
    }
    #gar .wrapper:before {
        display: block;
        content: '';
        position: absolute;
        width: 260px;
        height: 185px;
        background: url(img/gar2.png) no-repeat;
        top: 217px;
        left: 20px;
        background-size: 260px 185px;
    }
    #gar .wrapper:after {
        display: block;
        content: '';
        position: absolute;
        width: 310px;
        height: 248px;
        background: url(img/gar1.png) no-repeat;
        top: 102px;
        left: 5px;
        z-index: 2;
        background-size: 310px 248px;
    }
    #gar h2 {
        color: white;
        font-size: 35px;
        line-height: 35px;
        padding: 43px 0 52px 0;
        font-family: 'FuturaNewBold', sans-serif;
    }

    #gar .inner2 {
        position: relative;
        padding-left: 173px;
        padding-bottom: 1px;
    }
    #gar .text {
        float: left;
        width: 400px;
    }
    #ops h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 51px 0 45px 0px;
        text-align: center;
        font-family: 'FuturaNewBold', sans-serif;
    }
    #ops .prev {
        width: 50px;
        height: 50px;
        background: url(img/prev.png) no-repeat;
        cursor: pointer;
        margin: 310px 0 0 -20px;
        background-size: 50px;
    }
    #ops .next {
        width: 50px;
        height: 50px;
        float: right;
        background: url(img/next.png) no-repeat;
        cursor: pointer;
        margin: 310px -20px 0 0px;
        background-size: 50px;
    }
    #ops .border > div {
        border-bottom: 2px solid #ebebeb;
        padding: 20px 25px 20px 25px;
    }
    #ops .text {
        font-size: 18px;
        line-height: 26px;
        float: left;
        width: 280px;
    }
    #cert h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 56px 0 55px 0px;
        color: white;
        font-family: 'FuturaNewBold', sans-serif;
    }
    #cert a {
        float: left;
        margin: 0 11px 11px 0;
        position: relative;
        width: 23%;
    }
    #cert {
        background: #1c7fcb;
        padding-bottom: 69px;
    }


    #free3 h2 {
        font-family: 'FuturaNewExtraBold', sans-serif;
        color: white;
        font-size: 35px;
        line-height: 35px;
        padding: 65px 0 0px 106px;
    }
    #free3 form {
        padding: 17px 0 0 105px;
        position: relative;
        z-index: 1;
    }
    #free3 form input[type='text'],
    #free3 form input[type='tel'] {
        width: 270px;
        background: none;
        border: none;
        border-bottom: 1px solid white;
        color: white;
        font-size: 22px;
        font-family: 'FuturaNewBook', sans-serif;
        height: 35px;
        margin: 17px 0 21px 4px;
        outline: 0;
    }
    #free3 form input[type='submit'] {
        -webkit-appearance: none!important;
        background: #1c7fcb;
        margin: 0 0 0 6px;
        border: none;
        outline: 0;
        height: 50px;
        border-bottom: 4px solid #1c7fcb;
        font-family: 'FuturaNewHeavy', sans-serif;
        width: 268px;
        cursor: pointer;
        color: white;
        font-size: 18px;
        transition: 0.3s ease all;
    }
    #free3 {
        height: 490px;
        background: #c5b39e;
        position: relative;
        overflow: hidden;
    }
    #free3 .wrapper:before {
        position: absolute;
        height: 410px;
        width: 177px;
        background: url(img/line.png) no-repeat;
        top: 83px;
        left: -30px;
        content: '';
        background-size: 177px auto;
    }
    #free3 .wrapper:after {
        position: absolute;
        height: 241px;
        width: 290px;
        background: url(img/free4.png) no-repeat;
        top: 235px;
        right: 10px;
        content: '';
        background-size: 290px auto;
    }
    #delivery p {
        font-size: 22px;
        line-height: 36px;
        color: white;
        margin: 0 0 0 0;
    }
    #choose h2 {
        font-family: 'FuturaNewBold', sans-serif;
        font-size: 35px;
        line-height: 40px;
        text-align: center;
        padding: 54px 0 52px 0;
    }
    #choose .current_item .name {
        font-family: 'FuturaNewDemi', sans-serif;
        font-size: 20px;
        padding: 7px 0 0 0px;
        float: left;
        margin: 0 0 27px;
    }
    #choose .current_item {
        width: 50%;
    }
    #choose .current_item .price span {
        font-size: 22px;
        font-family: 'FuturaNewExtraBold', sans-serif;
        margin: 0 0 0 4px;
        vertical-align: middle;
    }
    #choose .current_item .price {
        font-size: 14px;
        color: white;
        background: #1c7fcb;
        margin: 2px 5px 0 0;
        padding: 0px 7px 0 5px;
        float: right;
        line-height: 28px;
        height: 28px;
    }
    #choose .outside {
        margin: 0 0 0 0px;
        float: left;
        width: 200px;
    }
    #choose .left p {
        font-size: 16px;
        line-height: 22px;
        margin: 0 20px 7px 0;
    }
    #choose .links a {
        display: block;
        margin: 0 8px 7px 0;
        float: left;
    }
    #choose .links img {
        display: block;
        line-height: 0;
        height: 26px;
        width: 26px;
    }
    #choose .links {
        width: 77px;
        float: left;
    }
    #choose .big {
        display: block;
        line-height: 0;
        margin: 0 0 13px;
        width: 122px;
    }
    #choose .inside .links {
        float: right;
        width: 98px;
        margin: 0 17px 0 0;
    }
    #choose .inside .links a {
        display: block;
        margin: 0 0 7px 10px;
        float: left;
    }
    #choose .right {
        float: left;
        width: 520px;
        margin: -15px 0 31px 0px;
        font-size: 18px;
        line-height: 22px;
    }
    #choose .item {
        width: 197px;
        float: left;
        margin: 0 0 15px 0;
        border-bottom: none;
        height: 16px;
        font-size: 16px;
    }
    #choose .value {
        width: 240px;
        float: left;
        opacity: 0.65;
        margin: 0 0 15px;
        font-size: 16px;
    }
    #choose .right {
        float: left;
        width: 520px;
        margin: -15px 0 42px 0px;
        font-size: 18px;
        line-height: 22px;
    }
    #choose .add_images {
        margin: 0 0 16px 0;
    }
    #choose .add_images img {
        display: block;
        margin: 0 6px 6px 0;
        float: left;
        max-width: 78px;
    }
    #choose .selector {
        float: left;
        margin: 2px 0 0 42px;
        width: 196px;
    }
    #choose .selector img {
        display: block;
        line-height: 0;
        width: 40px;
        height: 93px;
        box-sizing: border-box;
        transition: 0.3s ease all;
    }
    #choose .selector a {
        display: block;
        float: left;
        margin: 0 0 42px 8px;
        background: #2f2f2f url(img/more.png) no-repeat center center;
        transition: 0.3s ease all;
        width: 40px;
        height: 93px;
        box-sizing: border-box;
        position: relative;
    }
    #choose .selector a span {
        margin: 8px 0 0;
        font-size: 11px;
    }
    #choose .selector {
        float: left;
        margin: 2px 0 0 36px;
        width: 198px;
    }
    #choose .selector a.selected:after {
        background-color: rgb(28, 127, 203);
        box-shadow: 0px 12px 27px 0px rgba(232, 33, 63, 0.51);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 4px;
        z-index: 1;
        content: '';
    }
    #choose .selector h3 {
        font-family: 'FuturaNewBold', sans-serif;
        text-align: center;
        font-size: 20px;
        padding: 15px 0;
    }
    .door-detail {
        padding: 5px;
        width: 665px;
    }
    .door-detail .door-price {
        margin-left: 5px
    }
    .bigphotoin {
        min-height: 390px;
    }
}

@media only screen and (max-width: 720px) {
    .wrapper {
        width: 550px;
    }
    #menu ul br {
        display: none;
    }
    #menu ul {
        font-size: 18px;
        line-height: 23px;
        float: left;
        width: 340px;
        margin: 25px 0 0 0;
    }
    #menu ul a {
        padding: 0px 0 0px;
        height: auto;
        margin-right: 7px;
        font-size: 15px;
    }
    #header h1 {
        font-family: 'FuturaNewExtraBold', sans-serif;
        color: white;
        font-size: 30px;
        line-height: 31px;
        padding: 71px 0 16px 0;
        margin-left: -20px;
    }
    #header h4 {
        color: white;
        font-size: 20px;
        padding: 0 0 48px 0;
        margin-left: -20px;
    }
    #header .price {
        background: url(img/price.png) no-repeat 0px 17px;
        color: white;
        font-size: 20px;
        line-height: 28px;
        padding: 0 0 43px 37px;
        background-size: 36px;
        margin: 0 0 0 -30px;
        background-size: 30px;
    }
    #header .price .am {
        font-family: 'FuturaNewExtraBold', sans-serif;
        font-size: 20px;
        padding: 0 3px;
        vertical-align: middle;
    }
    #header .items {
        margin: 0 0 0 -20px;
    }
    #header {
        margin-top: 100px;
        height: 600px;
        background-size: auto 600px;
    }
    #free h2 {
        font-family: 'FuturaNewExtraBold', sans-serif;
        color: white;
        font-size: 26px;
        line-height: 26px;
        padding: 55px 0 0px 86px;
    }
    #free3 h2 {
        font-family: 'FuturaNewExtraBold', sans-serif;
        color: white;
        font-size: 26px;
        line-height: 26px;
        padding: 55px 0 0px 86px;
    }
    #free form {
        padding: 17px 0 0 85px;
        position: relative;
        z-index: 1;
    }
    #free3 form {
        padding: 17px 0 0 85px;
        position: relative;
        z-index: 1;
    }
    #free .wrapper:before {
        position: absolute;
        height: 410px;
        width: 177px;
        background: url(img/line.png) no-repeat;
        top: 33px;
        left: -50px;
        content: '';
        background-size: 177px auto;
    }
    #free3 .wrapper:before {
        position: absolute;
        height: 410px;
        width: 177px;
        background: url(img/line.png) no-repeat;
        top: 33px;
        left: -50px;
        content: '';
        background-size: 177px auto;
    }
    #free {
        height: 440px;
        background: #c5b39e;
        position: relative;
        overflow: hidden;
    }
    #free3 {
        height: 440px;
        background: #c5b39e;
        position: relative;
        overflow: hidden;
    }
    #free .wrapper:after {
        position: absolute;
        height: 329px;
        width: 300px;
        background: url(img/free.png) no-repeat;
        top: 130px;
        right: 10px;
        content: '';
        background-size: 300px auto;
    }
    #ideal h2 {
        font-family: 'FuturaNewBold', sans-serif;
        font-size: 26px;
        line-height: 26px;
        padding: 49px 0 44px 0;
        text-align: center;
    }
    #ideal .span_4_of_12 {
        width: 100%
    }
    #ideal .span_5_of_12 {
        width: 100%
    }
    #ideal .center .text {
        margin: 0 0;
    }
    #ideal .left .text,
    #ideal .left .name {
        margin: 0 0px 0 0;
        text-align: center;
    }
    #ideal .bg {
        display: none;
    }
    #ideal .right .text,
    #ideal .right .name {
        margin: 0px 0 0 0;
        text-align: center;
    }
    .only_mob {
        display: block;
        text-align: center;
    }
    #standarts .span_4_of_12,
    #standarts .span_3_of_12 {
        width: 100%;
    }
    #standarts .float_right {
        float: none;
    }
    .centeres {
        margin: 0 auto;
        float: none;
        position: relative;
    }
    .centeres:before {
        display: block;
        content: '';
        clear: both;
    }
    #standarts .bordered .item:after {
        display: none;
    }
    #standarts .item {
        text-align: center;
        width: 100%;
        position: relative;
    }
    .nonono {
        display: none;
    }
    #standarts {
        background: url(img/standarts.jpg) no-repeat center top;
        overflow: hidden;
        background-size: auto 1180px;
    }
    #standarts .centeres .name {
        font-size: 24px;
        line-height: 30px;
        font-family: 'FuturaNewMedium', sans-serif;
        color: white;
        margin: -51px -60px 29px;
    }
    #free2 h2 {
        font-family: 'FuturaNewExtraBold', sans-serif;
        color: white;
        font-size: 26px;
        line-height: 26px;
        padding: 54px 0 30px 0px;
    }
    #free2 h4 {
        FONT-SIZE: 21PX;
        color: white;
        margin: 0 30px 0 0;
    }
    #free2 form {
        padding: 30px 0 0 0px;
        position: relative;
        z-index: 1;
    }
    #free2 {
        height: 530px;
        background: #c5b39e;
        overflow: hidden;
    }
    #free2 .wrapper:after {
        position: absolute;
        height: 285px;
        width: 250px;
        background: url(img/free2.png) no-repeat;
        top: 257px;
        right: 10px;
        content: '';
        background-size: 250px auto;
    }
    #seif h2 {
        font-size: 26px;
        line-height: 26px;
        margin: 63px 0 17px 0px;
        font-family: 'FuturaNewBold', sans-serif;
    }
    #seif h4 {
        font-size: 20px;
        margin: 0 0 33px 0px;
    }
    #seif p {
        font-size: 18px;
        line-height: 24px;
        margin: 0 5px 29px 0px;
    }
    .marginm70 {
        margin-left: -10%;
        width: 60%
    }
    #seif img {
        margin: 210px 0px 0 -40px;
    }



    #delivery h2 {
        font-size: 26px;
        line-height: 26px;
        margin: 70px 0 32px 0px;
        color: white;
        font-family: 'FuturaNewBold', sans-serif;
    }
    #delivery h4 {
        font-size: 20px;
        line-height: 44px;
        margin: 0 0 32px 0px;
        color: white;
        font-family: 'FuturaNewMedium', sans-serif;
    }
    #delivery .city {
        float: none;
        text-align: right;
        margin: 0px 0 0 8px;
        background: rgba(255, 255, 255, 0.13);
        height: 40px;
        padding: 4px 35px 0 21px;
        /* line-height: 46px; */
        font-size: 20px;
        color: white;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        display: inline-block;
    }
    #delivery p {
        font-size: 18px;
        line-height: 36px;
        color: white;
        margin: 0 0 0 0;
    }
    #delivery {
        height: 400px;
        background: url(img/delivery.jpg) no-repeat center top;
        background-size: auto 400px;
    }
    #order {
        height: 137px;
        background: #c5b39e;
        position: relative;
        z-index: 1;
    }
    #order2 {
        height: 137px;
        background: #c5b39e;
        position: relative;
        z-index: 1;
    }
    #order .wrapper:after {
        display: block;
        content: '';
        position: absolute;
        background: url(img/line2.png) no-repeat;
        top: 0;
        left: -60px;
        width: 230px;
        height: 332px;
        background-size: 230px auto;
    }
    #order2 .wrapper:after {
        display: block;
        content: '';
        position: absolute;
        background: url(img/line2.png) no-repeat;
        top: 0;
        left: -60px;
        width: 230px;
        height: 332px;
        background-size: 230px auto;
    }
    #order .button {
        background: #1c7fcb;
        margin: 0 0 0 0;
        position: relative;
        z-index: 1;
        border: none;
        outline: 0;
        height: 48px;
        border-bottom: 4px solid #1c7fcb;
        font-family: 'FuturaNewHeavy', sans-serif;
        width: 340px;
        cursor: pointer;
        color: white;
        font-size: 18px;
        transition: 0.3s ease all;
        float: none;
        text-decoration: none;
        text-align: center;
        line-height: 48px;
        margin: 45px auto 0;
        display: block;
    }
    #order2 .button {
        background: #1c7fcb;
        margin: 0 0 0 0;
        position: relative;
        z-index: 1;
        border: none;
        outline: 0;
        height: 48px;
        border-bottom: 4px solid #1c7fcb;
        font-family: 'FuturaNewHeavy', sans-serif;
        width: 340px;
        cursor: pointer;
        color: white;
        font-size: 18px;
        transition: 0.3s ease all;
        float: none;
        text-decoration: none;
        text-align: center;
        line-height: 48px;
        margin: 45px auto 0;
        display: block;
    }
    #work h2 {
        font-size: 26px;
        line-height: 26px;
        margin: 62px 0 58px 0px;
        text-align: center;
        font-family: 'FuturaNewBold', sans-serif;
    }
    #work:after {
        display: block;
        content: '';
        position: absolute;
        top: 37px;
        right: 0;
        width: 180px;
        height: 96px;
        background: url(img/work.jpg) no-repeat;
        background-size: 180px auto;
    }
    #work .span_3_of_12 {
        width: 50%
    }

    #gar .wrapper:after {
        display: block;
        content: '';
        position: absolute;
        width: 310px;
        height: 248px;
        background: url(img/gar1.png) no-repeat;
        top: 102px;
        left: 5px;
        z-index: 2;
        background-size: 250px auto;
    }
    #gar .wrapper:before {
        display: block;
        content: '';
        position: absolute;
        width: 260px;
        height: 185px;
        background: url(img/gar2.png) no-repeat;
        top: 193px;
        left: 10px;
        background-size: 220px auto;
    }
    #gar h2 {
        color: white;
        font-size: 26px;
        line-height: 26px;
        padding: 43px 0 52px 0;
        font-family: 'FuturaNewBold', sans-serif;
    }
    #gar .inner2 {
        position: relative;
        padding-left: 130px;
        padding-bottom: 1px;
    }
    #gar .text {
        float: left;
        width: 300px;
    }
    #gar .name {
        font-size: 19px;
        line-height: 30px;
        margin-top: -5px;
        margin-left: 0;
    }
    #gar .name span {
        margin: 0 3px 0 0;
        font-family: 'FuturaNewExtraBold', sans-serif;
        font-size: 25px;
    }
    #gar p {
        font-size: 17px;
        margin-left: 8px;
        color: white;
        line-height: 30px;
    }
    #ops .photo {
        font-family: 'FuturaNewMedium', sans-serif;
        font-size: 22px;
        width: 100%;
        float: left;
        margin: 0 0px 0 0;
        text-align: center;
    }
    #ops .text {
        font-size: 16px;
        line-height: 26px;
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
    }
    #cert h2 {
        font-size: 26px;
        line-height: 26px;
        margin: 46px 0 45px 0px;
        color: white;
        font-family: 'FuturaNewBold', sans-serif;
    }
    #cert a {
        float: left;
        margin: 0 11px 11px 0;
        position: relative;
        width: 22%;
    }
    #free3 .wrapper:after {
        position: absolute;
        height: 241px;
        width: 210px;
        background: url(img/free4.png) no-repeat;
        top: 265px;
        right: 10px;
        content: '';
        background-size: 210px auto;
    }

    #choose h2 {
        font-family: 'FuturaNewBold', sans-serif;
        font-size: 26px;
        line-height: 26px;
        text-align: center;
        padding: 59px 0 52px 0;
    }

    #choose .left p {
        font-size: 14px;
        line-height: 18px;
        margin: 0 20px 7px 0;
    }
    #choose .current_item .name {
        font-family: 'FuturaNewDemi', sans-serif;
        font-size: 20px;
        padding: 4px 0 0 0px;
        float: left;
        margin: 0 0 17px;
    }
    #choose .current_item {
        width: 50%;
    }
    #choose .links img {
        display: block;
        line-height: 0;
        height: 20px;
        width: 20px;
    }
    #choose .links {
        width: 57px;
        float: left;
    }
    #choose .big {
        display: block;
        line-height: 0;
        margin: 0 0 19px;
        width: 95px;
    }
    #choose .outside {
        margin: 0 0 0 0px;
        float: left;
        width: 152px;
    }
    #choose .inside {
        margin: 0 0 0 17px;
        float: left;
        width: 155px;
    }

    #choose .inside .links {
        float: right;
        width: 60px;
        margin: 0 0 0 0;
    }
    #choose .current_item .price {
        font-size: 14px;
        color: white;
        background: #1c7fcb;
        margin: 2px 12px 0 0;
        padding: 0px 6px 0 2px;
        float: right;
        line-height: 23px;
        height: 23px;
    }
    #choose .current_item .price span {
        font-size: 18px;
        font-family: 'FuturaNewExtraBold', sans-serif;
        margin: 0 0 0 2px;
        vertical-align: middle;
    }
    #choose .left {
        width: 325px;
        float: left;
        margin: 0 0 31px;
    }
    #choose .item {
        width: 153px;
        float: left;
        margin: 0 0 15px 0;
        border-bottom: none;
        height: auto;
        font-size: 16px;
    }
    #choose .right {
        float: left;
        width: 335px;
        margin: -15px 0 13px 0px;
        font-size: 18px;
        line-height: 22px;
    }
    #choose .value {
        width: 182px;
        float: left;
        opacity: 0.65;
        margin: 0 0 15px;
        font-size: 16px;
    }
    #choose .item span {
        background: none;
        padding-right: 14px;
    }
    #choose .add_images img {
        display: block;
        margin: 0 6px 6px 0;
        float: left;
        max-width: 60px;
    }
    #choose .selector {
        float: left;
        margin: 25px 0 0 18px;
        width: 146px;
    }
    #choose .selector h3 {
        font-family: 'FuturaNewBold', sans-serif;
        text-align: center;
        font-size: 17px;
        padding: 15px 0;
    }
    #choose .selector img {
        display: block;
        line-height: 0;
        width: 32px;
        height: 70px;
        box-sizing: border-box;
        transition: 0.3s ease all;
    }
    #choose .selector a {
        display: block;
        float: left;
        margin: 0 0 10px 4px;
        background: #2f2f2f url(img/more.png) no-repeat center center;
        background-size: 17px auto;
        transition: 0.3s ease all;
        width: 32px;
        height: 70px;
        box-sizing: border-box;
        position: relative;
    }
    #choose .selector a span {
        display: none;
    }
    #choose .selector a.selected:after {
        background-color: rgb(28, 127, 203);
        box-shadow: 0px 12px 27px 0px rgba(232, 33, 63, 0.51);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 32px;
        height: 3px;
        z-index: 1;
        content: '';
    }
    .door-detail {
        width: 515px;
    }
    .detailheader {
        display: block;
    }
    .bigphotoin {
        min-height: 300px;
    }
    .listitem {
        height: 50px;
        width: 50px;
    }
    .features {
        font-size: 15px;
    }
    .features td {
        display: block;
    }
    .feat {
        font-size: 20px;
        padding: 6px;
    }


}

@media only screen and (max-width: 563px) {

    #popup_callme {
        width: 260px;
        height: auto;
        padding: 10px;
        position: fixed;
        top: 60px;
        left: 50%;
        background: #c5b39e;
        text-align: center;
        margin-left: -140px;
        z-index: 10001;
        box-shadow: 0px 0px 20px black;
        display: none;
    }
    #popup_callme h2 {
        font-family: 'FuturaNewExtraBold', sans-serif;
        color: white;
        font-size: 22px;
        text-align: center;
        margin: 0 0 30px;
    }
    #popup_callme form input[type='text'],
    #popup_callme form input[type='tel'] {
        width: 250px;
    }
    #popup_callme form input[type='submit'] {
        width: 260px;
    }
    #ops h3 {
        font-size: 25px;
    }
    #ops input[type='submit'] {
        width: 100%
    }
    #menu {
        height: 66px
    }
    .wrapper {
        width: 320px;
    }
    .hamburger:before {
        content: "≡";
        font: 2em "arial";
        color: white;
    }
    .hamburger {
        float: left;
        margin: 6px 0 0 -12px;
        cursor: pointer;
        outline: 0;
    }
    #menu .phone {
        font-size: 16px;
        margin: 20px 0 0 0px;
        width: 140px;
        text-align: right;
    }
    ul.menu {
        display: none;
        position: absolute;
        width: 100%!important;
        left: 0;
        top: 40px;
        background: #595959;
        box-sizing: border-box;
        padding: 0;
    }
    #menu li {
        display: inline-block;
        width: 100%;
    }
    #menu .city {
        margin: 13px 0 0 -10px;
        width: auto;
        padding: 9px 14px 0 3px;
    }

    #menu .current:after {
        position: absolute;
        top: 9px;
        right: -11px;
        margin: 0 0 0 0;
        width: 7px;
        height: 4px;
        content: '';
        display: block;
        background: url(img/city_arr.png) no-repeat;
    }
    #menu .current {
        font-size: 15px;
    }
    #menu ul a {
        padding: 0px 0 0px;
        height: auto;
        margin-right: 7px;
        font-size: 18px;
        display: block;
        padding: 10px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    #header h1 {
        font-family: 'FuturaNewExtraBold', sans-serif;
        color: white;
        font-size: 25px;
        line-height: 31px;
        padding: 51px 0 16px 0;
        margin-left: -55px;
    }

    #header h4 {
        color: white;
        font-size: 19px;
        padding: 0 0 48px 0;
        margin-left: -56px;
    }
    #header .price {
        background: url(img/price.png) no-repeat 0px 17px;
        color: white;
        font-size: 18px;
        line-height: 28px;
        padding: 0 0 43px 37px;
        background-size: 36px;
        margin: 0 0 0 -65px;
        background-size: 30px;
    }
    #header .price .am {
        font-family: 'FuturaNewExtraBold', sans-serif;
        font-size: 20px;
        padding: 0 3px;
        vertical-align: middle;
        width: 140px;
        display: inline-block;
    }
    #header .others {
        position: absolute;
        width: 190px;
        font-size: 18px;
        line-height: 30px;
        top: 100%;
        margin-top: 1px;
        left: 0;
        right: auto;
        background: #c0b1a0;
        padding: 0px 0 0px 0;
        display: none;
        z-index: 1;
    }
    #header .items {
        margin: 0 0 0 -55px;
    }
    #header .items p {
        font-size: 16px;
    }
    #standarts .name {
        margin-left: 0;
        margin-right: 0
    }
    #header {
        margin-top: 66px;
        height: 600px;
        background: url(img/header.jpg) no-repeat -560px top;
        background-size: auto 600px;
    }
    #free .wrapper:before {
        position: absolute;
        height: 410px;
        width: 177px;
        background: url(img/line.png) no-repeat;
        top: 33px;
        right: -80px;
        left: auto;
        content: '';
        background-size: 177px auto;
    }
    #free h2 {
        font-family: 'FuturaNewExtraBold', sans-serif;
        color: white;
        font-size: 26px;
        line-height: 26px;
        padding: 35px 0 0px 26px;
    }
    #free form {
        padding: 17px 0 0 25px;
        position: relative;
        z-index: 1;
    }
    #free form input[type='text'],
    #free form input[type='tel'] {
        width: 240px;
        background: none;
        border: none;
        border-bottom: 1px solid white;
        color: white;
        font-size: 22px;
        font-family: 'FuturaNewBook', sans-serif;
        height: 35px;
        margin: 17px 0 21px 4px;
        outline: 0;
    }
    #free form input[type='submit'] {
        -webkit-appearance: none!important;
        background: #1c7fcb;
        margin: 0 0 0 6px;
        border: none;
        outline: 0;
        height: 50px;
        border-bottom: 4px solid #1c7fcb;
        font-family: 'FuturaNewHeavy', sans-serif;
        width: 218px;
        cursor: pointer;
        color: white;
        font-size: 15px;
        transition: 0.3s ease all;
    }

    #free .wrapper:after {
        position: absolute;
        height: 329px;
        width: 200px;
        background: url(img/free.png) no-repeat;
        top: 260px;
        left: -70px;
        content: '';
        background-size: 170px auto;
    }

    #free form input[type='text'],
    #free form input[type='tel'] {
        width: 220px;
        background: none;
        border: none;
        border-bottom: 1px solid white;
        color: white;
        font-size: 20px;
        font-family: 'FuturaNewBook', sans-serif;
        height: 35px;
        margin: 17px 0 21px 4px;
        outline: 0;
    }
    #standarts h5 {
        font-family: 'FuturaNewBookI', sans-serif;
        font-size: 22px;
        line-height: 22px;
        padding: 0 0 30px 0;
        text-align: center;
        color: white;
    }
    #standarts .span_4_of_12,
    #standarts .span_3_of_12 {
        width: 100%;
    }

    .centeres {
        float: left;
    }
    #standarts .item {
        width: 90%;
        float: none;
        margin: 0 auto
    }
    #standarts {
        background: url(img/standarts.jpg) no-repeat center top;
        overflow: hidden;
        background-size: auto 1820px;
    }
    #standarts .centeres .name {
        font-size: 24px;
        line-height: 30px;
        font-family: 'FuturaNewMedium', sans-serif;
        color: white;
        margin: -51px 0px 29px;
    }

    #free2 .span_7_of_12 {
        width: 100%
    }
    #free2 form input[type='text'],
    #free2 form input[type='tel'] {
        width: 280px;
        background: none;
        border: none;
        border-bottom: 1px solid white;
        color: white;
        font-size: 20px;
        font-family: 'FuturaNewBook', sans-serif;
        height: 35px;
        margin: 17px 0 21px 0;
        outline: 0;
    }
    #free2 form input[type='submit'] {
        -webkit-appearance: none!important;
        background: #1c7fcb;
        margin: 0 0 0 0;
        border: none;
        outline: 0;
        height: 50px;
        border-bottom: 4px solid #1c7fcb;
        font-family: 'FuturaNewHeavy', sans-serif;
        width: 278px;
        cursor: pointer;
        color: white;
        font-size: 15px;
        transition: 0.3s ease all;
        float: left;
    }
    #free2 .wrapper:after {
        display: none;
    }

    #seif .col {
        width: 100%!important
    }

    #seif img {
        margin: 20px 0px -10px 0px;
    }
    #seif h2 {
        font-size: 26px;
        line-height: 26px;
        margin: 23px 0 17px 0px;
        font-family: 'FuturaNewBold', sans-serif;
    }
    .marginm70 {
        margin-left: 0;
    }

    #seif .button {
        background: #1c7fcb;
        margin: 0 auto;
        border: none;
        outline: 0;
        height: 48px;
        border-bottom: 4px solid #1c7fcb;
        font-family: 'FuturaNewHeavy', sans-serif;
        width: 100%;
        cursor: pointer;
        color: white;
        font-size: 18px;
        transition: 0.3s ease all;
        float: none;
        text-decoration: none;
        text-align: center;
        line-height: 48px;
        display: block;
    }

    #delivery p {
        font-size: 18px;
        line-height: 28px;
        color: white;
        margin: 0 0 0 0;
    }
    #order .button {
        background: #1c7fcb;
        margin: 0 0 0 0;
        position: relative;
        z-index: 1;
        border: none;
        outline: 0;
        height: 48px;
        border-bottom: 4px solid #1c7fcb;
        font-family: 'FuturaNewHeavy', sans-serif;
        width: 100%;
        cursor: pointer;
        color: white;
        font-size: 15px;
        transition: 0.3s ease all;
        float: none;
        text-decoration: none;
        text-align: center;
        line-height: 48px;
        margin: 45px auto 0;
        display: block;
    }
    #order .wrapper:after {
        display: block;
        content: '';
        position: absolute;
        background: url(img/line2.png) no-repeat;
        top: 0;
        left: -106px;
        width: 230px;
        height: 332px;
        background-size: 230px auto;
    }
    #order2 .button {
        background: #1c7fcb;
        margin: 0 0 0 0;
        position: relative;
        z-index: 1;
        border: none;
        outline: 0;
        height: 48px;
        border-bottom: 4px solid #1c7fcb;
        font-family: 'FuturaNewHeavy', sans-serif;
        width: 100%;
        cursor: pointer;
        color: white;
        font-size: 15px;
        transition: 0.3s ease all;
        float: none;
        text-decoration: none;
        text-align: center;
        line-height: 48px;
        margin: 45px auto 0;
        display: block;
    }
    #order2 .wrapper:after {
        display: block;
        content: '';
        position: absolute;
        background: url(img/line2.png) no-repeat;
        top: 0;
        left: -106px;
        width: 230px;
        height: 332px;
        background-size: 230px auto;
    }

    #work:after {
        display: block;
        content: '';
        position: absolute;
        top: 5px;
        right: 0;
        width: 150px;
        height: 96px;
        background: url(img/work.jpg) no-repeat;
        background-size: 150px auto;
    }
    #work h2 {
        font-size: 26px;
        line-height: 26px;
        margin: 82px 0 38px 0px;
        text-align: center;
        font-family: 'FuturaNewBold', sans-serif;
    }
    #gar .inner2 {
        position: relative;
        padding-left: 0;
        padding-bottom: 1px;
    }
    #gar h2 {
        color: white;
        font-size: 26px;
        line-height: 26px;
        padding: 23px 0 192px 0;
        font-family: 'FuturaNewBold', sans-serif;
        text-align: center;
    }
    #gar .wrapper:after {
        display: block;
        content: '';
        position: absolute;
        width: 200px;
        height: 248px;
        background: url(img/gar1.png) no-repeat;
        top: 122px;
        left: 65px;
        z-index: 2;
        background-size: 200px auto;
    }
    #gar .wrapper:before {
        display: block;
        content: '';
        position: absolute;
        width: 180px;
        height: 185px;
        background: url(img/gar2.png) no-repeat;
        top: 189px;
        left: 80px;
        background-size: 180px auto;
    }
    #gar .text {
        float: left;
        width: 200px;
    }
    #gar .name {
        font-size: 19px;
        line-height: 30px;
        margin-top: 10px;
        margin-left: 0;
    }
    #gar .item {
        margin-bottom: 31px;
    }
    #gar p {
        font-size: 14.6px;
        margin-left: 8px;
        color: white;
        line-height: 22px;
        margin: 10px 0 0 -50px;
    }

    #ops h2 {
        font-size: 22px;
        line-height: 22px;
        margin: 51px 0 45px 0px;
        text-align: center;
        font-family: 'FuturaNewBold', sans-serif;
    }
    #ops .prev {
        width: 50px;
        height: 50px;
        background: url(img/prev.png) no-repeat;
        cursor: pointer;
        margin: 0px 0 0 0px;
        background-size: 50px;
        position: absolute;
    }
    #ops .next {
        width: 50px;
        height: 50px;
        right: 20px;
        background: url(img/next.png) no-repeat;
        cursor: pointer;
        margin: 0px 0 0 0px;
        background-size: 50px;
        position: absolute;
    }
    .bx-wrapper {
        margin-top: 35px!important;
    }
    #ops .col {
        width: 100%!important;
    }
    .no360 {
        display: none
    }
    .only360 {
        display: block
    }
    #ops .border {
        border-left: 2px solid #ebebeb;
        border-right: 2px solid #ebebeb;
        border-top: 2px solid #ebebeb;
        margin: 0 0px;
    }
    #ops .border > div {
        border-bottom: 2px solid #ebebeb;
        padding: 10px 15px 10px 15px;
    }
    #cert a {
        float: left;
        margin: 0 11px 11px 0;
        position: relative;
        width: 46%;
    }
    #free3 .wrapper:before {
        position: absolute;
        height: 410px;
        width: 177px;
        background: url(img/line.png) no-repeat;
        top: 33px;
        right: -80px;
        left: auto;
        content: '';
        background-size: 177px auto;
    }
    #free3 h2 {
        font-family: 'FuturaNewExtraBold', sans-serif;
        color: white;
        font-size: 26px;
        line-height: 26px;
        padding: 35px 0 0px 26px;
        position: relative;
        z-index: 2;
    }
    #free3 form {
        padding: 17px 0 0 25px;
        position: relative;
        z-index: 1;
    }
    #free3 form input[type='text'],
    #free3 form input[type='tel'] {
        width: 240px;
        background: none;
        border: none;
        border-bottom: 1px solid white;
        color: white;
        font-size: 22px;
        font-family: 'FuturaNewBook', sans-serif;
        height: 35px;
        margin: 17px 0 21px 4px;
        outline: 0;
    }
    #free3 form input[type='submit'] {
        -webkit-appearance: none!important;
        background: #1c7fcb;
        margin: 0 0 0 6px;
        border: none;
        outline: 0;
        height: 50px;
        border-bottom: 4px solid #1c7fcb;
        font-family: 'FuturaNewHeavy', sans-serif;
        width: 218px;
        cursor: pointer;
        color: white;
        font-size: 15px;
        transition: 0.3s ease all;
    }


    #free3 form input[type='text'],
    #free3 form input[type='tel'] {
        width: 220px;
        background: none;
        border: none;
        border-bottom: 1px solid white;
        color: white;
        font-size: 20px;
        font-family: 'FuturaNewBook', sans-serif;
        height: 35px;
        margin: 17px 0 21px 4px;
        outline: 0;
    }
    #free3 .wrapper:after {
        position: absolute;
        height: 241px;
        width: 150px;
        background: url(img/free4.png) no-repeat;
        top: 5px;
        right: -20px;
        content: '';
        background-size: 150px auto;
        z-index: 1;
    }
    #free3 .wrapper:before {
        position: absolute;
        height: 410px;
        width: 177px;
        background: url(img/line.png) no-repeat;
        top: 33px;
        left: -80px;
        left: -80px;
        content: '';
        background-size: 177px auto;
    }
    #free3 .recall {
        float: left;
        width: 190px;
        color: white;
        padding: 0 0 0 62px;
        line-height: 27px;
        background: url(img/recall.png) no-repeat 15px 8px;
        margin: 0 -110px 0 0;
        font-size: 18px;
    }

    #footer .span_8_of_12 {
        line-height: 30px;
        margin: 20px 0 0 0;
    }
    #choose .prev {
        width: 32px;
        height: 32px;
        background: url(img/prev2.png) no-repeat;
        cursor: pointer;
        margin: 22px 0 0 -13px;
        position: absolute;
        z-index: 1;
    }
    #choose .next {
        width: 32px;
        height: 32px;
        right: 20px;
        background: url(img/next2.png) no-repeat;
        cursor: pointer;
        margin: 22px -13px 0 0;
        position: absolute;
        z-index: 1;
    }
    #choose h2 {
        font-family: 'FuturaNewBold', sans-serif;
        font-size: 26px;
        line-height: 26px;
        text-align: center;
        padding: 59px 0 21px 0;
    }
    #choose .selector_slider img {
        width: 30px;
    }
    #choose .selector_slider {
        margin: 0 0 25px;
        display: block;
    }
    #choose .current_item {
        border: none;
        width: 100%;
    }
    #choose .selector_slider a {
        position: relative;
    }
    #choose .selector_slider a.selected:after {
        background-color: rgb(28, 127, 203);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 30px;
        height: 3px;
        z-index: 1;
        content: '';
    }

    #choose .current_item .price {
        font-size: 14px;
        color: white;
        background: #1c7fcb;
        margin: 2px 0px 0 0;
        padding: 0px 6px 0 2px;
        float: right;
        line-height: 23px;
        height: 23px;
    }
    #choose .links {
        width: 54px;
        float: left;
    }
    #choose .inside {
        margin: 0 0 0 0px;
        float: left;
        width: 155px;
    }
    .add_images.no900 {
        display: block;
        margin: 32px 0 16px 0!important;
    }
    #choose .add_images img {
        display: block;
        margin: 0 6px 6px 0;
        float: left;
        max-width: 70px;
    }
    #choose .item {
        width: 100%;
        float: left;
        margin: 0 0 0px 0;
        border-bottom: none;
        height: auto;
        font-size: 16px;
    }
    #choose .value {
        width: 100%;
        float: left;
        opacity: 0.65;
        margin: 0 0 10px;
        font-size: 16px;
    }
    .add_images.only900 {
        display: none;
    }
    .selector {
        display: none
    }

    #choose .magic {
        float: left
    }
    #choose .left {
        width: 310px;
        float: left;
        margin: 0 0 31px;
    }
    #choose .right {
        float: left;
        width: 310px;
        margin: -15px 0 13px 0px;
        font-size: 18px;
        line-height: 22px;
    }
    #choose .links a {
        display: block;
        margin: 0 7px 7px 0;
        float: left;
    }
    #choose .inside {
        margin: 0 0 0 2px;
        float: left;
        width: 155px;
    }
    #choose .inside .links a {
        display: block;
        margin: 0 0 7px 7px;
        float: left;
    }
    #delivery .city {
        float: none;
        text-align: right;
        margin: 0px 0 0 0px;
        background: rgba(255, 255, 255, 0.13);
        height: 36px;
        padding: 4px 19px 0 7px;
        /* line-height: 46px; */
        font-size: 17px;
        color: white;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        display: inline-block;
    }
    #delivery .current:after {
        position: absolute;
        top: 12px;
        right: -14px;
        margin: 0 0 0 0;
        width: 7px;
        height: 4px;
        content: '';
        display: block;
        background: url(img/city_arr.png) no-repeat;
    }
    #delivery h4 {
        font-size: 17px;
        line-height: 44px;
        margin: 0 0 32px 0px;
        color: white;
        font-family: 'FuturaNewMedium', sans-serif;
    }
    .door-detail {
        width: 100%;
    }
    .door-photos {
        width: 100%;
    }
    .doordescr {
        width: 100%;
    }
    .white-popup {
        min-height: 1040px !important;
    }
}

.thanks {
    display: none;
    min-width: 200px;
}

.thanks h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px;
}

.error {
    border-color: red!important;
}
.screen-reader-response {
    display: none;
}