@charset "utf-8";

* {
    border: 0;
    margin: 0;
    padding: 0;
}
body {
    padding-top: 120px;
    font-family: "Open Sans";
    min-width: 1200px;
}
input,
textarea,
button{
	outline: none;
}
header {
    border-top: 9px solid #00a849;
    background: #ececec;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 1px 1px #999898;
    overflow: hidden;
    min-width: 1200px;
}
    header .form-cont {
        background: url(https://yarmarka.mirndv.ru/images/city.svg) repeat-x bottom left;
        clear: both;
        width: 100%;
        padding: 20px 0;
    }
        header .form {
            max-width: 900px;
            margin: auto;
            overflow: hidden;
        }
            header .form h3 {
                font-size: 30px;
                color: #00a849;
                margin-bottom: 5px;
                text-transform: uppercase;
                font-weight: 400;
            }
            header .form p {
                line-height: 1;
                letter-spacing: -1px;
                margin-bottom: 5px;
            }
            header .form input {
                padding: 15px 30px;
                width: 840px;
                font-size: 18px;
                box-shadow: inset 1px 1px 1px rgba(174,174,174,0.75);
                -moz-box-shadow: inset 1px 1px 1px rgba(174,174,174,0.75);
                -o-box-shadow: inset 1px 1px 1px rgba(174,174,174,0.75);
                -webkit-box-shadow: inset 1px 1px 1px rgba(174,174,174,0.75);
                border-radius: 8px;
                line-height: 20px;
                margin: 5px 0;
            }
            header .form button {
                background-color: #2D9E44;
                border-color: #4E8C5B;
                float: right;
                font-size: 20px;
                text-transform: uppercase;
                padding: 5px 30px 5px 10px;
            }
            header .form .cancel {
                float: right;
                clear: both;
                display: inline-block;
                border-bottom: 1px dotted #000;
                padding: 1px;
                margin: 5px 30px;
                cursor: pointer;
            }
    header .container {
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }
        header .container .logo {
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: contain;
            width: 170px;
            height: 110px;
            margin-bottom: 10px;
            position: relative;
            float: left;
        }
            header .container .logo .tool-tip {
                position: absolute;
                top: 0;
                left: 60%;
                white-space: nowrap;
                background: #00a849;
                color: #fff;
                padding: 5px;
                font-size: 10px;
                line-height: 10px;
                text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
                font-weight: 600;
            }
                header .container .logo .tool-tip:before {
                    content: '';
                    width: 0;
                    height: 0;
                    border: 0;
                    border-right: 12px solid transparent;
                    border-top: 9px solid #00a849;
                    position: absolute;
                    top: 20px;
                    left: 20px;
                }
        header .container .phone,
	header .container .phoner {
            float: right;
            font-size: 29px;
            font-weight: 600;
            position: relative;
            padding-top: 30px;
        }
        header .container .phone .tool-tip,
        header .container .phoner .tool-tip {
            font-weight: 600;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            background: #00a849;
            position: absolute;
            left: -15px;
            top: 0;
            padding: 3px 10px;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
        }
            header .container .phone .tool-tip:before,
            header .container .phoner .tool-tip:before {
                content: '';
                width: 0;
                height: 0;
                border-left: 12px solid transparent;
                border-top: 9px solid #00a849;
                right: 20px;
                top: 23px;
                position: absolute;
            }
	    header .container .phoner a {
		color: black;
		text-decoration: none;
	    }
        .button {
            color: #fff;
            line-height: 30px;
            padding: 0 40px 3px 10px;
            background: #B81424 url(images/but_icon.svg) no-repeat 95% 50%;
            background-size: 18px 18px;
            font-size: 15px;
            border-radius: 4px;
            border-bottom: 3px solid #79010D;
            cursor: pointer;
        }
        #koll {
          width: 308px;
          height: 90px;
          border: 1px solid rgba(255,255,255,0.5);
          background: #f5f6f1;
          position: absolute;
          left: 50%;
          top: 0;
          margin-left: -155px;
        }
            #koll:before, #koll:after {
              content: "";
              position: absolute;
              z-index: -2;
              bottom: 14px;
              opacity: 0.5;
              left: 10px;
              width: 50%;
              height: 20%;
              max-width: 300px;
              -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
              -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
              box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
              -webkit-transform: rotate(-3deg);
              -moz-transform: rotate(-3deg);
              -ms-transform: rotate(-3deg);
              -o-transform: rotate(-3deg);
              transform: rotate(-3deg);
            }
            #koll:after {
              right: 10px;
              left: auto;
              -webkit-transform: rotate(3deg);
              -moz-transform: rotate(3deg);
              -ms-transform: rotate(3deg);
              -o-transform: rotate(3deg);
              transform: rotate(3deg);
            }
                #koll .date{
                    display:block;
                    float:left;
                    margin-top: 22px;
                    margin-right:10px;
                    font-size:15px;
                    font-weight:bold;
                    line-height:21px;
                    padding:2px 10px 0px;
                    height:50px;
                    color:#414240;
                    border-right:1px solid #999;
                    text-align:center;
                    white-space:nowrap
                }
                    #couponTime {
                       font-size:18px;
                    }
                #kol_r {
                  font-size: 15px;
                  text-align: center;
                  padding-top: 26px;
                  color: #939491;
                  line-height: 20px;
                }
                    .apelsin {
                      color: #b81424;
                      font-weight: bold;
                    }
.banner {
    margin-top: 55px;
    height: 285px;
    background: #48a5bf; /* Old browsers */
    background: -moz-linear-gradient(top,  #48a5bf 0%, #4ba7c1 50%, #7ec4d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48a5bf), color-stop(50%,#4ba7c1), color-stop(100%,#7ec4d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #48a5bf 0%,#4ba7c1 50%,#7ec4d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #48a5bf 0%,#4ba7c1 50%,#7ec4d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #48a5bf 0%,#4ba7c1 50%,#7ec4d8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #48a5bf 0%,#4ba7c1 50%,#7ec4d8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48a5bf', endColorstr='#7ec4d8',GradientType=0 ); /* IE6-9 */
    overflow: hidden;
}
.circle {
    display: none;
    font-family: "Conv_Nautilus";
    width: 440px;
    box-sizing: border-box;
    height: 440px;
    padding: 105px 0 65px 0;
    border-radius: 50%;
    background: rgba(82,130,177,1) url(images/listochki.jpg) no-repeat center;
    background-size: cover;
    margin: auto;
    top: -25px;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 70px;
    line-height: 1;
}
    .circle .bottom {
        font-size: 85px;
        display: block;
        position: absolute;
        top: 100px;
        width: 100%;
        color: #1a8c51;
        text-shadow: white -4px -4px 2px, white -4px 4px 2px, white 4px -4px 2px, white 4px 4px 2px, white 0 4px 2px, white 0 -4px 2px, white 4px 0 2px, white -3px 0 2px;
    }
    .circle .top {
        position: absolute;
        z-index: 10;
        font-size: 60px;
        width: 100%;
        left: 0;
        top: 155px;
        color: #1a8c51;
        text-shadow: white -4px -4px 2px, white -4px 4px 2px, white 4px -4px 2px, white 4px 4px 2px, white 0 4px 2px, white 0 -4px 2px, white 4px 0 2px, white -3px 0 2px;
    }
.banner .lenta {
    position: absolute;
    width: 100%;
    background: url(images/lenta.svg);
    background-size: 100% 100%;
    height: 120px;
    padding: 5px;
    top: 220px;
    left: -5px;
    font-family: Open Sans;
    line-height: 50px;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    transform: scale(1.15,1);
}

.actions {
    text-align: center;
    padding: 30px 0;
}
    .actions .block {
        display: inline-block;
        margin: 10px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        vertical-align: top;
        cursor: pointer;
    }
        .actions .block:hover img {
            opacity: 0.6;
        }
        .actions .block img {
            width: 110px;
            height: auto;
            display: block;
            margin: 0 15px 10px 15px;
        }
            .actions .block img[src*=".svg"] {
                height: 110px;
            }
            .actions .red {
                color: #E40F00;
            }
            .actions .green {
                color: #00a849;
                font-size: 25px;
                line-height: 27px;
            }
            .actions .big {
                font-size: 37px;
                line-height: 34px;
            }
            .actions .small {
                line-height: 15px;
                font-size: 15px;
            }
            .actions span {
                display: inline-block;
            }
sup {
  top: -3px;
  position: relative;
  font-size: 70%;
}

.title {
    padding: 50px 0;
    text-align: center;
    background: #f7f7f7 url(https://yarmarka.mirndv.ru/images/city.svg) repeat-x bottom left;
}
.title .lenta {
  background: url(images/lenta.svg);
  background-size: 100% 100%;
  height: 66px;
  padding: 5px 50px;
  line-height: 55px;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
.zhk-block {
    background: #ECECEC;
    font-size: 0;
}
.wrapper {
    max-width: 1200px;
    margin: auto;
}
    .zhk-block .block {
        width: 50%;
        display: inline-block;
    }
    .zhk-block .block .cont {
        height: 300px;
        border: 2px solid #457A14;
        margin: 0 3px 6px 3px;
        background: #fff;
    }
    .zhk-block .block .image {
        height: 100%;
        background-size: cover;
        background-position: center right;
        overflow: hidden;
    }
    .zhk-block .block .text {
        float: left;
        width: 35%;
        background: #fff;
        height: 100%;
        padding: 0 10px;
    }
    .zhk-block .block.even .text {
        float: right;
    }
    .zhk-block .block .text p {
        font-size: 14px;
    }
        .zhk-block .block .text h3 {
            margin: 10px 0;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 19px;
        }
        .zhk-block .block .text .light {
            font-weight: 300;
        }
        .zhk-block .block .text .red {
            font-weight: 600;
            color: #C23632;
            font-size: 17px;
            line-height: 17px;
        }
        .zhk-block .block .text hr {
            height: 1px;
            background: #C23632;
            margin: 10px 0 6px 0;
        }
.invest-block {
    background: #ECECEC;
    font-size: 0;
}
.invest-block .block {
    display: inline-block;
    width: 50%;
    height: 275px;
    overflow: hidden;
    vertical-align: top;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
}
    .invest-block .block .list {
        float: right;
        height: 100%;
        max-width: 300px;
        border-left: 10px solid #c60b00;
        color: #000;
        background: #fff;
    }
        .invest-block .block .list .line:first-child {
            margin-top: 20px;
        }
    .invest-block .block.even .list {
        float: left;
        border-right: 10px solid #c60b00;
        border-left: 0;
    }
        .invest-block .block.invest2 .list {
            border-color: #0054a6;
        }
        .invest-block .block.invest3 .list {
            border-color: #df9b0e;
        }
        .invest-block .block.invest4 .list {
            border-color: #00a651;
        }
        .invest-block .block .list .line {
            display: block;
            background-repeat: no-repeat;
            background-position: left;
            text-transform: uppercase;
            font-size: 17px;
            margin: 5px 10px;
            padding: 5px;
        }
        .invest-block .block .top {
            height:50%;
            background-repeat: no-repeat;
            background-position: 10px 10px;
            background-size: 100px 100px;
            overflow: hidden;
            text-align: right;
            padding: 0 10px;
            letter-spacing: -2px;
        }
        .invest-block .block .bottom {
            height:50%;
            overflow: hidden;
            text-align: right;
            padding: 0 10px;
            letter-spacing: -2px;
        }
            .invest-block .block.invest1 .top {
                background-color: #0054a6;
            }
            .invest-block .block.invest1 .bottom {
                background-color: #3278b4;
            }
            .invest-block .block.invest2 .top {
                background-color: #c60b00;
            }
            .invest-block .block.invest2 .bottom {
                background-color: #f33f3b;
            }
            .invest-block .block.invest3 .top {
                background-color: #197b30;
            }
            .invest-block .block.invest3 .bottom {
                background-color: #00a651;
            }
            .invest-block .block.invest4 .top {
                background-color: #c76f0e;
            }
            .invest-block .block.invest4 .bottom {
                background-color: #df9b0e;
            }

            .invest-block .block .big {
                font-size: 35px;
                text-transform: uppercase;
            }
            .invest-block .block .biggest {
                font-size: 45px;
                text-transform: uppercase;
            }
            .invest-block .block .top .big {
                padding-top: 70px;
                display: inline-block;
            }
            .invest-block .block .float {
                float: right;
                font-size: 90px;
            }
            .invest-block .block .small {
                font-size: 25px;
                line-height: 25px;
                display: inline-block;
                margin: 35px 10px 0 0;
            }
.title-line {
    max-width: 1000px;
    text-align: center;
    margin: auto;
    padding: 20px 0 48px 0;
}
    .title-line span {
        font-size: 35px;
        line-height: 35px;
        font-weight: 300;
        padding: 0 70px;
        color: #C23632;
        position: relative;
        top: 18px;
        background: #fff;
    }
    .title-line hr {
        height: 2px;
        background: #C23632;
    }
.two_forms {
    max-width: 1100px;
    margin: auto;
    padding: 30px 0;
}
    .two_forms .button {
        background-color: #2D9E44;
        border-color: #4E8C5B;
        display: inline-block;
        margin: 10px 0 0 40px;
    }
    .two_forms .form {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
        .two_forms .form span {
            display: block;
            padding: 20px 0 10px 150px;
            background-repeat: no-repeat;
            background-size: 130px 130px;
            background-position: top left;
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 600;
            height: 110px;
            margin: 0 40px;
        }
            .two_forms .form.calc span {
                background-image: url(images/ipoteka.svg);
            }
			.two_forms .form.sale span {
			    background-image: url(images/prodaza_vtorichki.svg);
			}

        .two_forms .form p {
            margin: 0 40px;
            height: 100px;
        }
.map .title-line {
    position: relative;
}
.map .title-line span {
    background: #2e2e2e;
    color: #3278D0;
}
.map .title-line hr {
    background: #3278D0;
}
.map .title-line:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid #3278D0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    top: 106px;
    left: 50%;
    margin-left: -12px;
    z-index: 5;
}
.map {
    background: #2e2e2e;
    border-top: 9px solid #00a849;
}
#map {
  width: 100%;
  height: 600px;
}

.contacts {
    max-width: 900px;
    margin: auto;
    padding: 30px 0;
}
    .contacts .block {
        display: inline-block;
        padding: 0 20px;
        vertical-align: top;
        font-size: 30px;
    }
        .contacts .block .tool-tip {
            font-weight: 600;
            color: #fff;
            font-size: 20px;
            text-transform: uppercase;
            background: #00a849;
            position: relative;
            left: -15px;
            top: 0;
            padding: 5px 15px;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
            display: inline-block;
            margin: 0 0 20px 50px;
        }
        .contacts .block .tool-tip.red {
            background: #CD2A00;
        }
            .contacts .block .tool-tip:before {
                content: '';
                width: 0;
                height: 0;
                border-right: 22px solid transparent;
                border-top: 15px solid #00a849;
                left: 20px;
                top: 37px;
                position: absolute;
            }
            .contacts .block .tool-tip.red:before {
                border-top-color: #CD2A00;
            }
    .contacts .block p {
        font-size: 16px;
        padding-top: 5px;
    }
.marks {
    background: #ecebec;
    padding: 30px 0;
}
    .marks .text {
        max-width: 900px;
        margin: auto;
        font-size: 11px;
        color: #4c4c4c;
        line-height: 1;
    }
footer {
    background: #2e2e2e;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    border-top: 9px solid #00a849;
    line-height: 1;
}
    footer .text {
        max-width: 1200px;
        margin: auto;
    }
    footer p {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    footer a {
        color: #fff;
        text-decoration: none;
    }
    footer a:hover {
        text-decoration: underline;
    }

.shadow {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: relative;
    top: -100%;
    text-align: center;
    transition: 300ms;
}
    .shadow .button {
        margin-top: 120px;
        display: inline-block;
        background-color: #2D9E44;
        border-color: #4E8C5B;
    }

.zhk-block .cont {
    cursor: pointer;
}
    .zhk-block .cont:hover .shadow {
        top: 0;
    }

.invest-block .block {
    cursor: pointer;
}
.invest-block .block .shadow {
    position: absolute;
}
.invest-block .block:hover .shadow {
    top: 0;
}

.form-cont-bottom {
  background: #C7D2D3 url(images/people_house.svg) no-repeat bottom center;
  padding: 20px 0 120px 0;
  position: relative;
  text-align: center;
  background-size: 850px;
  display: none;
  margin-top: 20px;
}
    .form-cont-bottom .form {
        display: none;
    }
    .form-cont-bottom:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: 30px solid #C7D2D3;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        top: -30px;
        left: 15%;
    }
    .form-cont-bottom.right:after {
        left: 65%;
    }
        .form-cont-bottom .form .title {
            background: url(images/lenta_w.svg);
            background-size:100% 100%;
            padding: 10px 8% 15px 8%;
            display: inline-block;
            font-size: 23px;
            text-transform: uppercase;
            color: #000;
            line-height: 23px;
         }
            .form-cont-bottom .form .title span {
                color: #D06968;
                font-size: 18px;
            }
            .form-cont-bottom .form.calc .title {
                color: #D06968;
            }
            .form-cont-bottom select, .form-cont-bottom input {
                width: 330px;
                padding: 10px 20px;
                margin: 15px 20px;
                font-size: 18px;
                background: #fff;
                box-shadow: inset 0px 2px 2px rgba(216,216,216,0.86);
            }
            .form-cont-bottom p {
                width: 370px;
                margin: 15px 20px;
                font-size: 16px;
                font-style: italic;
                display: inline-block;
                text-align: left;
                vertical-align: top;
            }
            .form-cont-bottom select {
                padding-right: 30px;
                width: 370px;
            }
            .form-cont-bottom .button {
                background-color: #2D9E44;
                border-color: #4E8C5B;
                float: right;
                font-size: 18px;
                padding: 6px 50px 2px 50px;
                text-transform: uppercase;
            }
            .form-cont-bottom .cancel {
                cursor: pointer;
                color: #4c4c4c;
                border-bottom: 1px dotted #4c4c4c;
                margin-right: 5px;
                font-size: 20px;
                font-style: normal;
                font-weight: 300;
                margin-top: 5px;
                display: inline-block;
            }
            .form-cont-bottom .close {
                 color: #2D9E44;
                 border: 1px solid #2D9E44;
                 border-radius: 50%;
                 font-size: 12px;
                 line-height: 12px;
                 padding: 0 5px;
                 font-style: normal;
                 cursor: pointer;
            }
            .form-cont-bottom .text {
                width: 770px;
                text-align: center;
                line-height: 1;
            }

#shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 120;
}
#pop-up, #pop-up-result {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 130;
}
        #pop-up form {
            vertical-align: top;
            text-align: center;
            display: inline-block;
            background: #48a5bf; /* Old browsers */
            background: -moz-linear-gradient(top,  #48a5bf 0%, #4ba7c1 50%, #7ec4d8 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48a5bf), color-stop(50%,#4ba7c1), color-stop(100%,#7ec4d8)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #48a5bf 0%,#4ba7c1 50%,#7ec4d8 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #48a5bf 0%,#4ba7c1 50%,#7ec4d8 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #48a5bf 0%,#4ba7c1 50%,#7ec4d8 100%); /* IE10+ */
            background: linear-gradient(to bottom,  #48a5bf 0%,#4ba7c1 50%,#7ec4d8 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48a5bf', endColorstr='#7ec4d8',GradientType=0 ); /* IE6-9 */
            border: 4px solid #fff;
            border-radius: 5px;
            position: relative;
        }
            #pop-up form .close, #pop-up-result .close {
                position: absolute;
                border: 3px solid #fff;
                background: #222;
                color: #fff;
                top: -16px;
                right: -16px;
                z-index: 150;
                line-height: 20px;
                border-radius: 50%;
                padding: 2px 5px 3px 6px;
                font-weight: 700;
                font-size: 27px;
                cursor: pointer;
            }
            #pop-up form .title {
                padding: 10px;
                text-transform: uppercase;
                font-size: 30px;
                font-weight: 600;
                background: none;
                color: #6dcff6;
            }
            #pop-up form .form_body {
                background: url(images/bricks.jpg) no-repeat center center;
                background-size: cover;
                overflow: hidden;
            }
            #pop-up form .img {
                /*
                background: url(http://mirndv.ru/yarmarka/images/form_back.jpg) no-repeat center center;
                background-size: cover;
                */
                height: 165px;
                padding: 20px;
            }
                #pop-up .lenta {
                    background: url(images/lenta.svg);
                    background-size:100% 100%;
                    padding: 10px 15% 30px 15%;
                    font-size: 60px;
                    color: #fff;
                    white-space: nowrap;
                    line-height: 40px;
                }
                    #pop-up .lenta span {
                        text-transform: uppercase;
                        font-weight: 300;
                        font-size: 30px;
                        line-height: 30px;
                        text-shadow: none!important;
                    }
                    #pop-up span {
                        text-transform: uppercase;
                        font-weight: 400;
                        font-size: 30px;
                        line-height: 30px;
                        color: #fff;
                        padding: 10px 0;
                        display: block;
                    }
                    #pop-up .img span {
                        text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
                        color: #fff;
                        font-size: 25px;
                        text-transform: uppercase;
                    }
                    #pop-up form input {
                        width: 500px;
                        box-shadow: inset 1px 1px 1px rgba(174,174,174,0.75);
                        -moz-box-shadow: inset 1px 1px 1px rgba(174,174,174,0.75);
                        -o-box-shadow: inset 1px 1px 1px rgba(174,174,174,0.75);
                        -webkit-box-shadow: inset 1px 1px 1px rgba(174,174,174,0.75);
                        border: none;
                        border-radius: 8px;
                        padding: 15px 20px;
                        font-size: 16px;
                        margin: 10px 20px;
                    }
                    #pop-up form .button {
                        background-color: #2D9E44;
                        border-color: #4E8C5B;
                        margin: 10px 20px 20px 10px;
                        padding: 7px 35px 5px 30px;
                        font-size: 15px;
                    }
#pop-up-result .form {
    border: 4px solid #00a849;
    padding: 20px;
    background: #eee;
    text-align: center;
    display: inline-block;
    position: relative;
}
#pop-up-result .form .photo {
  display: inline-block;
  width: 215px;
  height: 215px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  background-image: url('images/manager.png');
  background-position: 50% 50%;
  background-size: contain;
  vertical-align: top;
  margin: 0 20px;
}
#pop-up-result .form .message {
  display: inline-block;
  color: #606060;
  font-size: 18px;
  vertical-align: top;
  padding-top: 30px;
}
#pop-up-result .form .message span {
  color: #4e4e4e;
  font-size: 35px;
  font-weight: 500;
}
#pop-up-result .form .button {
    padding: 3px 80px 6px 40px;
    display: inline-block;
    margin-top: 20px;
    font-size: 22px;
    background-position: 80% 50%;
}

.banner.spring {
    background: url(images/shapka_spring.jpg) no-repeat center center;
    background-size: cover;
}
.banner.city_1 {
    background: url(images/shapka_city_01.jpg) no-repeat center center;
    background-size: cover;
}

.banner {
    background: url(https://yarmarka.mirndv.ru/images/shapka_summer_1.jpg) no-repeat center center!important;
    background-size: cover!importants;
}

.banner.svg {
    background: rgb(101, 14, 23) url(images/yarmarka.jpg) no-repeat center center!important;
    background-size: contain!important;
    
}

#fixnav{
	background: #666;
	margin-top: 124px;
	text-align: center;
}

#fixnav a{
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    display:inline-block;
    text-decoration: none;
}
#fixnav a::after {
	content: '';
    width: 0;
    height: 0;
    border-top: 7px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin: 0 10px 2px 10px;
    display: inline-block;
}

#fixnav a:hover,
#fixnav a.active {
background: #227e35;
}
#dart_waider #content{
padding: 0;
}

.popup,.popup .content{-webkit-transition:.15s;transition:.15s}.popup{top:0;left:0;width:100vw;height:100vh;overflow:scroll;background:rgba(0,0,0,.5);text-align:center;opacity:0;z-index:100000;-webkit-overflow-scrolling:touch;position:fixed}.popup .content{padding-top:40px;display:inline-block;max-width:100%;position:relative}.popup .close.close-popup{position:absolute;top:5px;right:5px;width:30px;height:30px;border:2px solid #0cb96f;border-radius:50%}.popup .close.close-popup::after,.popup .close.close-popup::before{content:"";width:20px;height:2px;background:#0cb96f;position:absolute;top:50%;left:50%;margin:-1px 0 0 -9px}.popup .close.close-popup::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.popup .close.close-popup::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.popup .pseudo-link{font-size:14px}@media screen and (min-width:desktop_width){.popup .content{padding-top:0}.popup .close.close-popup{cursor:pointer}}.popup .content.standart{text-align:left;padding-top:0}.popup .content.standart .title{background:#323a45;color:#0cb96f;max-width:calc(100% - 35px);display:inline-block;font-size:20px;text-transform:uppercase;padding:10px 20px;line-height:30px}.popup .content.standart .title .icon{display:inline-block;width:30px;height:30px;vertical-align:middle;margin-right:15px}.popup .content.standart .content-block{border:4px solid #323a45;background:#d8dce2;padding:20px;text-align:center}.popup .content.standart .privacy{width:500px;max-width:100%;text-align:left}

.personal-data {
    display: inline-block!important;
    width: 20px!important;
    margin-right: 10px!important;
}

.pseudo-link {
    text-decoration: underline;
    cursor: pointer;
}

#pop-up .personal-data {
    display: inline-block!important;
}
#pop-up .pseudo-link {
    font-size: 16px;
    text-transform: none;
    color: #fff;
    display: inline-block!important;
}