﻿/* CSS Document */


@font-face {
    font-family: OpenSans-Regular; /*   */
    src: url(../fonts/open_sans_regular.ttf); /*      */
}

@font-face { 
  font-family: 'OpenSans-Regular'; 
  src: url('../fonts/open_sans_regular.ttf')  format('truetype'), /* ?????? ???? ????? ????????? ?????? Android, ????? ???????????????? */ 
       url('../fonts/open_sans_regular.woff') format('woff'); 
  font-weight: normal; 
  font-style: normal; 
} 
  
@font-face { 
  font-family: 'OpenSans-Bold'; 
  src: url('../fonts/open-sans-bold.ttf')  format('truetype'), /* ?????? ???? ????? ????????? ?????? Android, ????? ???????????????? */ 
       url('../fonts/open-sans-bold.woff') format('woff'); 
  font-weight: bold; 
  font-style: normal; 
} 
 
@font-face {
    font-family: OpenSans-Bold; /*   */
    src: url(../fonts/open-sans-bold.ttf); /*      */
}



@font-face {
    font-family: Montserrat-Bold; /*   */
    src: url(../fonts/Montserrat-Bold.ttf); /*      */
   }


@font-face {
    font-family: Montserrat-Regular; /*   */
    src: url(../fonts/Montserrat-Regular.ttf); /*      */
   }

     

body
{
    margin: 0;

}

.clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
}




.landing
{
    max-width: 1100px;
    margin: 0px auto;
    position: relative;
}

.landing img
{
    width: 100%;
}

.blok-top
{
    background-color: #fff;
	padding: 0 0 0px 0;
}

.logo
{
    float: left;
    width: 190px;
	height: auto;
    margin: 10px 0px 20px 0px;
}

.logo img
{
    width: 100%;
}

.telefon
{
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Tahoma;
    font-size: 36px;
    color: #000;
    text-align: right;
    margin: 20px 0 20px auto;
    font-weight: 400;
    line-height: 120%;
    float: right;
    box-sizing: border-box;
    padding: 0 0 0 0px;
}

div.telefon a, div.telefon a:link, div.telefon a:visited
{
    color: #000;
	text-decoration: none;
}
  


/* первый экран */

.pervyi-ekran
{
	background: #fff;
	padding: 0px 0 0px 0;
	position: relative;
}


.pervyi-ekran h1
{
    font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 46px;
    margin: 60px 0 20px 0px;
    color: #000;
    font-weight: 700;
    text-align: center;
    line-height: 140%;
    max-width: 100%;
    z-index: 2;
    position: relative;
}


.pervyi-ekran p {
    margin: 0 0 20px;
    font-family: Montserrat-Regular, OpenSans-Regular, Arial, Verdana;
    font-size: 20px;
    color: #000;
    line-height: 140%;
	text-align: center;
}

.pervyi-ekran p strong {
    font-family: Montserrat-Bold, OpenSans-Regular, Arial, Verdana;
    color: #000;
    text-align: center;
	font-size: 20px;
}


.pervyi-ekran p strong a {
    color: #000;
	text-decoration: none;
	font-size: 34px;
}




.knopka-pe
{
    background: #2c7dd3;
    border-radius: 10px;
    padding: 15px 0px;
    cursor: pointer;
    font-size: 18px;
    margin: 40px auto 20px;
    font-family: Montserrat-Bold, OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 320px;
    box-sizing: border-box;
}


.knopka-pe a
{
    color: #ffffff;
	text-decoration: none;
}



.knopka-pe:hover
{
    background: #ff0000;
    color: #fff;
}













.blok-niz {
    padding: 40px 0px;
	background-color: #fff;
}


.blok-niz p {
    margin: 0 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    color: #000;
    line-height: 140%;
}




/* ползунок */


.widget-small__button
{
    width: 220px;
}



::-webkit-scrollbar-button { 
background-image:url(''); 
background-repeat:no-repeat; 
width:3px; 
height:0px 
} 

::-webkit-scrollbar-track { 
background-color:#ffffff00; 
} 

::-webkit-scrollbar-thumb { 
-webkit-border-radius: 5px; 
border-radius: 5px; 
background-color:#ed5543; 

background-position:center; 
background-repeat:no-repeat; 
} 

::-webkit-resizer{ 
background-image:url(''); 
background-repeat:no-repeat; 
width:3px; 
height:0px 
} 

::-webkit-scrollbar{ 
width: 3px; 
}























/* Форма в модальном окне */

div.box-modal {
    position: relative;
    max-width: 400px !important;
    font-size: 17px;
    line-height: 140% !important;
    min-height: 120px;
    padding: 40px;
    background: #fff;
    background-size: cover;
    color: #000;
    font-family: OpenSans-Regular, Arial, Verdana;
    border-radius: 0px;
    box-sizing: border-box;
}

#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 110%;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
	line-height: 140% !important;
}

div.box-modal-shapka .modal-close, #feedback-modal-box .modal-close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
    color: #000;
    cursor: pointer;
    border-radius: 14px;
    font-family: OpenSans-Regular, Tahoma;
}

div.box-modal-shapka .modal-close:hover {
    background: #ed5543;
	color: #fff;
}

#feedback-modal-box .modal-close:hover {
    background: #ed5543;
	color: #fff;
}

.box-modal-shapka
{
	padding: 0px 0px 0px;
}

.box-modal-shapka-katalog
{
	padding: 0px 0px 0px;
}

div.box-modal-shapka h1
{
    font-family: OpenSans-Regular, OpenSans-Bold, Calibri, Tahoma;
	font-size: 28px;
	font-weight: 400;
    line-height: 120%;
    margin: 10px 0 10px;
	text-align: left;
	color: #000;
}

div.box-modal-shapka h3
{
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin: 10px 0 10px;
	text-align: left;
	color: #000;
}

div.box-modal-shapka-katalog h1
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
	font-size: 20px;
    line-height: 120%;
    margin: 10px 0 10px;
	text-align: left;
	color: #000;
	font-weight: 400;
}

div.box-modal-shapka-katalog h3
{
    font-family: OpenSans-Bold, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin: 10px 0 10px;
	text-align: left;
	color: #000;
	font-weight: 400;
}

div.box-modal-shapka-produkt-title {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 70%;
    line-height: 140%;
    color: #fff;
    margin: 0px 5% 0px auto;
    display: table;
    height: 70px;
    float: left;
}

.box-modal-shapka-produkt-title div {
    vertical-align: middle;
    display: table-cell;
}

div.box-modal-shapka-produkt-cena {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: right;
    width: 25%;
    line-height: 140%;
    color: #e2f44d;
    margin: 0px auto 0px auto;
    display: table;
    height: 70px;
    float: left;
}

.box-modal-shapka-produkt-cena div {
    vertical-align: middle;
    display: table-cell;
}

div.box-modal-shapka p
{
    font-family: OpenSans-Regular, 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    margin: 0px 0 10px;
	text-align: left;
	color: #000;
}

.box-modal-content
{
    background: #fff;
	padding: 30px 0px 0px;
}

.box-modal-content form {
    margin: 0 0 0px;
}

.box-modal-content input[type="text"], .box-modal-content textarea
{
    background: #fff;
    border: none;
    border-bottom: 1px solid #e8e8e8;
}

.box-modal-content .checkbox {
    min-height: 20px;
    padding-left: 0px;
	margin: 20px 0 0 0;
}

div.box-modal-content textarea, div.box-modal-content input[type="text"] {
    padding: 15px 2.5% !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

div.box-modal-content .input-medium {
    width: 95% !important;
}

div.box-modal-content .btn-success {
    color: #fff;
    border: none !important;
    border-radius: 4px !important;
    background-color: #ed5543 !important;
	
}

div.box-modal-content input[type="button"].btn-block {
    width: 250px;
    margin: 10px 0 0 0;
}


div.box-modal-content textarea:focus, div.box-modal-content input[type="text"]:focus
{
    box-shadow: none;
    border: none;
	border-color: #19202c;
    border-bottom: none;
}

div.box-modal-content a:active, div.box-modal-content a:focus { outline: none; }

div.box-modal-content input, div.box-modal-content textarea {outline:none;}
div.box-modal-content input:active, div.box-modal-content textarea:active {outline:none;}

div.box-modal-content textarea {resize:none;}
div.box-modal-content textarea {resize:vertical;}
div.box-modal-content textarea {resize:horizontal;}


div.box-modal-content input:-webkit-autofill, div.box-modal-content textarea:-webkit-autofill, div.box-modal-content select:-webkit-autofill {
    background-color: #19202c !important;
    background-image: none !important;
    color: #555 !important;
}

.formname input[type=checkbox] {
    display:none;
}
.formname input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 20px 0 25px 40px !important;
    cursor: pointer;
    line-height: 140%;
    color: #333333;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 13px;
}
.formname input[type=checkbox] + label:hover {
    color:#337AB7;
}
.formname input[type=checkbox] + label:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    line-height: 18px;
    left: -40px;
    top: 7px;
    border: 1px solid #d4d4d4;
}
.formname input[type=checkbox]:checked + label:before{
    content: '\2714';
    font-family: OpenSans-Regular, Arial, Verdana;
    color: #000000;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #16c60c;
}
.formname input[type=submit] {
    display: block;
    cursor: pointer;
    font-size: 17px;
    font-family: OpenSans-Regular, Arial, Verdana;
    padding: 10px 30px;
    border: 1px solid #275F8B;
    background: #337AB7;
    color: #fff;
    transition: .4s all;
    font-weight: 400;
}
.formname input[type=submit]:hover {
    background: #275F8B;
}
.formname input[disabled] {
    opacity: .6;
    cursor: not-allowed;
}













/* Конструктор памятников онлайн Pam-2D */

.blok-pam2d
{
    border-radius: 15px;
    border: 2px solid #d7cbcb;
    background: url(../../../pam2d/construktor-mini.svg) no-repeat center right #fff;
    background-size: 37%;
    background-position: 100% 50%;
    box-sizing: border-box;
    padding: 0px;
    list-style: none;
    width: 100%;
    margin: 40px 0 20px 0;
    padding: 40px 40% 40px 40px;
    float: left;
}

.blok-pam2d-img
{
    width: 47%;
    margin: 0px 3% 20px 0;
	padding: 0 0 0 80px;
    float: left;
	box-sizing: border-box;
    display: table;
    height: 60px;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 15px;
    line-height: 140%;
    color: #000;
}

.blok-pam2d-img div {
    vertical-align: middle;
    display: table-cell;
}

.blok-pam2d-img.forma{
    background: url(../../../pam2d/model.svg) no-repeat 0px center #fff;
    background-size: 60px;
    background-position: 0px 50%;
}

.blok-pam2d-img.color{
    background: url(../../../pam2d/color.svg) no-repeat 0px center #fff;
    background-size: 60px;
    background-position: 0px 50%;
}

.blok-pam2d-img.design{
    background: url(../../../pam2d/design.svg) no-repeat 0px center #fff;
    background-size: 60px;
    background-position: 0px 50%;
}

.blok-pam2d-img.foto{
    background: url(../../../pam2d/foto.svg) no-repeat 0px center #fff;
    background-size: 60px;
    background-position: 0px 50%;
}

.blok-pam2d h1 {
    font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 36px;
    margin: 20px 0 10px 0px;
    color: #000;
    font-weight: 700;
    text-align: left;
    line-height: 120%;
}

.blok-pam2d h2 {
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 22px;
    margin: 0px 0 20px 0px;
    color: #000;
    font-weight: 600;
    text-align: left;
    line-height: 120%;
}

.blok-pam2d p {
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 18px;
    margin: 0px 0 30px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
}

.blok-pam2d button {
    background: #272729;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 18px;
    border-radius: 5px;
	border: none;
    margin: 20px 0px 20px 0px;
    padding: 10px 10px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    width: 300px;
}

.blok-pam2d .button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #cbd6ee;
  background: #ff0000;
}



@media screen and (max-width: 1300px) {

.blok-pam2d
{
    background: url(../../../pam2d/construktor-pad-mini.svg) no-repeat center right #fff;
	background-size: 37%;
    background-position: 100% 50%;
    padding: 40px 40% 40px 40px;
}

.blok-pam2d-img
{
    width: 100%;
    margin: 0px 0% 20px 0;
	padding: 0 0 0 80px;
}
}

@media screen and (max-width: 800px) {

.blok-pam2d h1 {
    font-size: 27px;
    margin: 0px 0 10px 0px;
}

.blok-pam2d h2 {
    font-size: 18px;
    margin: 0px 0 20px 0px;
}

.blok-pam2d p {
    font-size: 14px;
}

.blok-pam2d-img.forma{
    background-size: 40px;
}

.blok-pam2d-img.color{
    background-size: 40px;
}

.blok-pam2d-img.design{
    background-size: 40px;
}

.blok-pam2d-img.foto{
    background-size: 40px;
}

.blok-pam2d-img {
    padding: 0 0 0 60px;
    height: 40px;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 15px;
}

.blok-pam2d button {
    font-size: 14px;
    width: 220px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px;
}
}


@media screen and (max-width: 660px) {

.blok-pam2d
{
    background: url(../../../pam2d/construktor-mobile-mini.svg) no-repeat center right #fff;
	background-size: 37%;
    background-position: 100% 50%;
    padding: 30px 40% 30px 30px;
}
}


@media screen and (max-width: 540px) {

.blok-pam2d
{
    background: url(../../../pam2d/construktor-knopki.svg) no-repeat center right #fff;
	background-size: 15%;
    background-position: 95% 50%;
    padding: 30px 25% 30px 30px;
}
}


@media screen and (max-width: 400px) {

.blok-pam2d
{
    background: url(../../../pam2d/construktor-knopki-mini.svg) no-repeat center right #fff;
	background-size: 10%;
    background-position: 95% 50%;
    padding: 30px 25% 30px 30px;
}
}

/* КОНЕЦ Конструктор памятников онлайн Pam-2D */



/* Cookie */

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:20%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}

