.new_otziv_title {
    text-align: center;
    margin: 35px 0 30px 0 !important;
    color: #000 !important;
}
.tabs ul {
    margin: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.header-h {
    text-align: center;
}
#submit_priv:not(checked) + label:after {
    top: -14px !important;
}

/*-----------------OTZIVI PAGE BEGIN-----------------------*/

.new_otziv {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.header-h_rev {
    font-size: 30px;
    font-family: 'NeoSansProM';
    padding-top: 40px;
    color: #151616;

}
.header-h_rev span {
    position: relative;
}
.header-h_rev span:before {
    content: '';
    background: url(/images/rev_ico.png) no-repeat;
    width: 36px;
    height: 29px;
    position: absolute;
    top: 5px;
    left: -43px;
}
.header_cv {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 24px;
    line-height: 20px;
    text-align: left;
    color: #000000;
    font-family: 'NeoSansPro-Bold';
}
.rev_block {
    margin-top: 20px;
    background: #fff;
    padding-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    text-align: center;

}
.option_n {
    display: inline-block;
    margin-top: 50px;
    font-family: 'NeoSansPro-Regular';
    font-size: 14px;
    line-height: 17px;
}
.option_n a:link, .option_n a:visited {
    padding: 6px 17px;
    display: block;
	color: #000;
    cursor: pointer;
}
.option_n a:hover {
	color: red;
}
.option_n.active a:hover {
	color: #000;
}
.option_n a span {
    border-bottom: 1px dashed;
    color: #000;
}
.option_n.active a span{
    border: none;
    color: #000;
    border: none;
}
.option_n.active {
    border: none;
	border-radius: 86px;
    background: #FEED00;
}

.info_block {
    margin-top: 0;
}
.question_block{
    padding: 0;
    text-align: left;
    border: none;
    font-size: 18px;
    box-shadow: none;
    position: relative;
    z-index: 2;
    background: #fff;
    color: #000;
    line-height: 18px;
    font-family: 'NeoSansPro-Regular';
    margin-top: 75px;
}
.shadow_none {
    box-shadow: none;
}
.autor_comment {
    text-align: left;
    margin-top: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.answer_block .autor_comment {
    text-align: left;
    margin-top: 40px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.data_box {
    text-align: left;
    margin-top: 5px;
    font-style: normal;
    margin-bottom: 0 !important;
    font-size: 18px;
    line-height: 22px;
    color: #A3A3A3;
}
.comment_block div:last-child .data_box {
    margin-bottom: 0px;
}
.btn_answer {
	text-transform: uppercase;
    position: absolute;
    width: 250px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fc0;
    bottom: 43px;
    right: 30px;
    margin-left: -126px;
    background: #fff;
    cursor: pointer;
    z-index: 3;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 700;
	display: none;
}
.btn_answer:hover {
    background: #fc0;
}
.o_eye:before {
    content: '';
    position: absolute;
    background: url(/images/eye_ico.png) no-repeat;
    width: 25px;
    height: 14px;
    top: 12px;
    left: 25px;
}
.c_eye {
	background: #fff !important;
}
.c_eye:before {
    content: '';
    position: absolute;
    background: url(/images/eye_ico_c.png) no-repeat;
    width: 25px;
    height: 16px;
    top: 11px;
    left: 25px;;
}
.answer_block {
    width: 820px;
    margin-left: 0;
    padding: 23px 38px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    box-shadow: none;
    position: relative;
    background: #fff;
    z-index: 1;
    overflow: hidden;
    display: block;
    font-family: 'NeoSansPro-Regular';
    border: 1px solid #FEED00;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 15px;
}
.pagination_comm {
    margin-top: 40px;
}
.pagination_comm ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.pagination_comm ul li a:link, .pagination_comm ul li a:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 14px;
    margin: 0px 10px;
    color: #000;
    border: 1px solid transparent;
	text-decoration: none;
    font-weight: 700;
    font-family: "Open Sans";
}
.pagination_comm ul li a.active {
    background: #fc0;
}
.pagination_comm ul li a:hover {
    border: 1px solid #fc0;
}
.punkt_rev_send {
    display: flex;
    justify-content: space-between;
}
.punkt_rev_send label {
    width: 49.5%;
}
.send_rev textarea {
    height: 129px;
    resize: none;
}
#sent_rev {
    width: 190px;
    height: 47px;
    font-weight: normal;
    line-height: 46px;
    padding: 0;
    background: #FEED00;
    border: 1px solid #FEED00;
    margin-top: 0;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: none;
    font-family: 'NeoSansPro-Regular';
    font-size: 16px;
    color: #000000;
    position: absolute;
    bottom: 31px;
    right: 36px;
    border-radius: 24px;
}
#sent_rev:hover {
    background: #FEED00;
}

/* form */

form label, .grid-item.open .item .callform form label {
    text-align: left;
    display: block;
    font-weight: 400;
    margin-bottom: 15px !important;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
form input[type="text"], .grid-item.open .item .callform form input[type="text"], textarea, select {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0px 15px;
    font-size: 16px;
    color: #000;
    margin-top: 10px !important;
    background: #FFFFFF;
    border: 1px solid #E4DEDE;
    box-sizing: border-box;
    border-radius: 10px;
}
.reviews_form .punkt_rev_send select {
    padding: 0 44px 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background: #fff url(/images/select_arrow.png) center right no-repeat;
	cursor: pointer;
}
form input[type="submit"], .sendblock a.button {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 600;
    color: #151616;
    height: 38px;
    line-height: 36px;
    padding: 0 17px;
    background: #fff;
    border: 1px solid #ffcc00;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

form.rev_send_block {
    padding: 0;
}

.new_otziv_title span:before {
    content: '';
    background: url(/images/rev_ico.png) no-repeat;
    width: 36px;
    height: 29px;
    position: absolute;
    top: 8px;
    left: -43px;
}

.new_otziv_title span {
    font-size: 36px;
    position: relative;
}

.otziv_error, .otziv_error_2 {
    padding-bottom: 30px;
    color: red;
	display: none;
}

.otziv_success {
    color: green;
}

/*-----------------OTZIVI PAGE END-----------------------*/

@media (max-width: 768px) {
   .dl-menuwrapper {
      display: block;
   }
   .header {
      height: auto;
      padding: 10px 0px;
   }
   .header .logo {
      margin: 0 auto;
      float: initial;
   }
   .header .city, .info_box, .icons, .menu_block {
      display: none;
   }
   .name-header {
      font-size: 38px;
      letter-spacing: 0px;
      line-height: 36px;
   }
   .sendblock .send {
      position: initial;
      margin-right: 0px;
   }
   .sendblock .block {
      width: 100%;
      min-height: initial;
      margin-bottom: 20px;
   }
   .sendblock .block p {
      display: none;
   }
   .sendblock form {
      padding-top: 0px;
   }
   .sendblock .title, .offices .title {
      font-size: 18px;
   }
   .sendblock .contacts ul {
      margin-top: 0px;
   }
   .offices {
      margin-top: 20px;
   }
   .offices .officetypes {
      display: none;
   }
   .offices .maps .card {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 0;
   }
   .btn_up {
      display: none !important;
   }
   .footer ul.menu {
      display: flex;
      justify-content: space-between;
      padding: 0px 15px;
      float: initial;
      width: 100%;
   }
   .footer ul.menu li {
      width: auto;
   }
   .footer ul.menu li.parent ul {
      display: none;
   }
   .footer ul.menu li a {
      height:auto;
      max-width: initial;
      font-size: 11px !important;
   }
   .footer .left {
      display: block;
      float: initial;
      width: 100%;
   }
   .footer .logo {
      float: initial;
      margin: 0 auto;
   }
   .footer .phone {
      display: none;
   }
   .footer {
      height: auto;
      padding:10px 0px;
   }
   #supportTrigger {
      display: none !important;
   }
   .phone_mob {
      display: block;
   }
   .footer .copyrights {
      position: initial;
      width: 100%;
      margin: 0px;
      margin-top: 5px;
      font-size: 10px;
   }
   .mslider {
      height: 100%;
      visibility: visible;
      display: block;
   }
   .carousel {
      display: none;
   }
   .content h1, .header-h_kont, .header-h_cv, .header-h_kont, .header-h_rek, .content h2 {
   	    font-size: 22px;
   }
  	.mobl {
	    padding: 0px 15px;
	}
	.contacts_block {
	    padding: 0px 15px;
	    width: 100%;
	    font-size: 14px;
	}
	.paragraph, .cause_n{
		width: 100%;
	}
	.causes_block {
	    padding: 0px 15px;
	}
	.option_n {
		display: block;
	}
	.horizontal-slider {
	    height: 225px;
	    padding: 0px 0px;
	}
	ul.sm-slider {
	    overflow: initial; 
	    white-space: nowrap;
	    position: absolute;
	}
	.punkt_rev_send {
		display: block;
	}
	.punkt_rev_send label {
	    width: 100% !important;
	}
	form.rev_send_block {
		padding: 0px 15px;
	}
	.bx-pagination {
		width: 100%;
	}
	.btn_answer {
		position:initial;
		width: 100%;
		margin:0px;
		margin-top: 10px;
	}
	.c_eye:before, .o_eye:before {
		display: none;
	}
	.sendblock .contacts ul {
		padding: 0px 14px;
	}
	.col_half {
		width: 100%;
	}
	.y-size, .y-size2, .x-size, .x-size2 {
		border: none;
	}
	.y-size-dop, .x-size-dop {
		display: none;
	}
	.main_block_option {
		padding: 0px;
	}
	.sizes, .y-size, .size_dig, .x-size, .x-size-dop, .size_dig_2, .sz_hgth, .sz_wdth, .y-size2, .y-size-dop, .x-size2 {
		position: initial;
	}
	.y-size, .size_dig, .x-size, .y-size2, .x-size2 {
		width: 100%;
		height: 100%;
	}
	.size_dig_inp {
		width: 100% !important;
	}
	.ms_mob {
		display: inline-block;
	}
	.ms_m_d {
		display: inline-block;
		margin: 10px 0px !important;
		margin-bottom: 30px !important;
	}
	.ms_m_n {
		display: none;
	}
	.sz_wdth {
		margin: 0px auto;
		margin-top: 10px;
	}
	.post_info {
		margin: 20px auto;
		font-size: 14px;
		float: initial;
	}
	.sizes {
		margin-top: 20px;
	}
	.ms_p_60 {
		padding-bottom: 40px;
	}
	#deliv {
	    font-size: 15px;
	    position: absolute;
	    width: 240px;
	    left: 0px;
	    top: 27px;
	}
	.tabs ul {
		margin-left: 0px;
	}
   .more_doors {
      display: block;
   }
}



.top_rating {
    background: #F6F7F8;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #A3A3A3;
    padding: 13px 0;
    height: 105px;
}
.rating_block {
    width: 278px;
    height: 37px;
    margin: 0 auto;
    margin-top: 13px;
    position: relative;
    overflow: hidden;
}
.rating_layer_1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #E5E5E5;
    z-index: 10;
}
.rating_layer_2 {
    position: absolute;
    width: 269px;
    height: 100%;
    background: #FEED00;
    z-index: 20;
}
.rating_layer_3 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.reviews_written_left {
	float: left;
    width: 350px;
    padding-left: 25px;
    padding-top: 23px;
    position: relative;
}
.reviews_written_item {
    float: left;
    width: 820px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.reviews_written_comment {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 8px;
}
.rating_1 {
    font-size: 16px;
    line-height: 19px;
    color: #A3A3A3;
    margin-top: 23px;
}
.rating_1_block {
    width: 154px;
    height: 20px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 23px;
    margin-left: -5px;
}
.rating_1_layer_1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #E5E5E5;
    z-index: 10;
}
.rating_1_layer_2 {
    position: absolute;
    width: 149px;
    height: 100%;
    background: #FEED00;
    z-index: 20;
}
.rating_1_layer_3 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.rating_2 {
    font-size: 16px;
    line-height: 19px;
    color: #A3A3A3;
}
.rating_2_block {
    width: 116px;
    height: 15px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: -4px;
}
.rating_2_layer_1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #E5E5E5;
    z-index: 10;
}
.rating_2_layer_2 {
    position: absolute;
    width: 115px;
    height: 100%;
    background: #FEED00;
    z-index: 20;
}
.rating_2_layer_3 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.reviews_inner {
	background: #F6F7F8;
	border-radius: 3px;
	padding: 23px 38px;
}
.comment_block .bx-pagination {
    margin-top: 40px !important;
}
.comment_block .bx-pagination .bx-pagination-container ul li span {
    border: 1px solid #E6E6E6;
}
.comment_block .bx-pagination .bx-pagination-container ul li a:hover span {
    border: 1px solid #FEED00;
}
.comment_block .bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #FEED00 !important;
    border: 1px solid #FEED00;
}
.comment_block .bx-pagination {
    width: 1170px;
}
.reviews_triangle {
    position: absolute;
    top: 18px;
    right: 0;
}

.reviews_form {
    background: #F6F7F8;
    border-radius: 3px;
    padding: 37px;
    position: relative;
}
.reviews_form_notice {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    position: absolute;
    top: 43px;
    right: 36px;
}
.reviews_form_rating {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 37px;
}
.reviews_form_stars {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.reviews_form_stars_block {
    width: 154px;
    height: 20px;
    position: relative;
    margin-top: 6px;
    margin-left: -5px;
}
.reviews_form_layer_1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #E4DEDE;
    z-index: 10;
}
.reviews_form_layer_2 {
    position: absolute;
    width: 0;
    height: 100%;
    background: #FEED00;
    z-index: 20;
}
.reviews_form_layer_3 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.rev_send_block .submit_priv {
    padding-top: 20px;
    padding-bottom: 0;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    font-style: italic;
}
.rev_send_block .submit_priv a:link, .rev_send_block .submit_priv a:visited {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-decoration: underline;
}
.rev_send_block .submit_priv a:hover {
    text-decoration: none;
}
.rev_send_block .submit_priv #submit_priv:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -22px;
    left: 0px;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #e4dede;
    border-radius: 10px;
    transform: none;
    cursor: pointer;
}
.rev_send_block .submit_priv #submit_priv:checked + label:after {
    content: '';
    position: absolute;
    top: -16px !important;
    left: 5px;
    width: 20px;
    height: 20px;
    background: url(/local/templates/new_pogoda/images/gal.png) no-repeat;
    transform: none;
    cursor: pointer;
    background-size: 100%;
    opacity: 1;
}
.rev_send_block .submit_priv input#submit_priv {
    opacity: 0;
}

.reviews_form_layer_4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 40;
}
.reviews_star_hover {
    width: 20%;
    height: 100%;
    float: left;
    cursor: pointer;
}

.rev_send_block input[type="file"] {
    display: none;
}
.rev_send_block .attachment {
    float: right;
    margin-top: -2px;
}
.rev_send_block .file_raschet_wrapper {
    margin-top: 30px;
}

.review_photo {
    display: inline-block;
    margin-right: 16px;
}
.review_photo img {
    max-height: 100px;
    max-width: 100px;
}

.callback_ppb.active {
    z-index: 10;
}

@media (max-width: 1200px){
	.new_otziv > img {
		width: 90%;
	}
	.reviews_container {
		display: none;
	}
	.comment_block .bx-pagination {
		width: 100% !important;
	}
	.reviews_written_left, .reviews_written_item {
		width: 100%;
		float: none;
		padding: 20px 5% 0;
	}
	li.option_n {
		margin: 50px 0 0;
	}
	.answer_block {
		width: 100%;
	}
	.reviews_triangle {
		display: none;
	}
	.reviews_written_left > div {
		padding-left: 5%;
	}
}

@media (max-width: 900px){
	#sent_rev {
		position: relative;
		margin: 65px 37px 0;
	}
}

@media (max-width: 800px){
	.top_rating {
		margin-bottom: 50px;
	}
	li.option_n {
		margin: 0;
		border-radius: 0 !important;
	}
	.option_n a:link, .option_n a:visited {
		padding: 20px;
	}
	.reviews_form_stars {
		min-width: 170px;
	    margin-bottom: 15px;
	}
}

@media (max-width: 768px){
	.files_raschet {
		margin-top: -15px;
	}
}

@media (max-width: 580px){
	.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
		top: -5px;
	}
}

@media (max-width: 500px){
	.reviews_form_notice {
		display: none;
	}
}