@font-face {
    font-family: 'Panton';
    src: local('Panton Regular'), local('Panton-Regular'),
        url('/fonts/Panton-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Panton';
    src: local('Panton Bold'), local('Panton-Bold'),
        url('/fonts/Panton-Bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Panton';
    src: local('Panton Light'), local('Panton-Light'),
        url('/fonts/Panton-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Panton';
    src: local('Panton ExtraBold'), local('Panton-ExtraBold'),
        url('/fonts/Panton-ExtraBold.ttf') format('ttf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Panton';
    src: local('Panton SemiBold'), local('Panton-SemiBold'),
        url('/fonts/Panton-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Panton';
    src: local('Panton Heavy'), local('Panton-Heavy'),
        url('/fonts/Panton-Heavy.ttf') format('ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
input[name="surname123123123"] {
    display: block;
    width: 2px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.01;
}
/* core elements */

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1415px;
    }
}

/* elements */

.theme_btn {
    width: auto;
    display: inline-block;
    border:none;
    outline: none;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 33px;
    padding-right: 33px;
    color:#fff;
    font-size:19px;
    font-weight: 600;
    text-align: center;
    background: #FF0086;
    border-radius: 10px;
    line-height: 1;

}
.theme_btn:hover {
    color:#fff;
}
.top_btn {
    background: #B50AD9;
    font-size: 16px;
    text-transform: uppercase;
}
.h1_title {
    font-weight: bold;
    font-size:36px;
    line-height: 1.4;
    margin-bottom: 15px;
}

body {
    margin:0;
    padding: 0;
    font-family: 'Panton', Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#3e3e3f;
    -webkit-font-smoothing:antialiased;
}
.logo {
    width: 250px;
}
.header {
    background: url('/img/top_bg.png') no-repeat center/cover;
    padding-top: 10px;
    padding-bottom: 12px;
}
.main_nav li {
    display: block;
    margin-right: 20px;
}
.main_nav li a {
    font-size:24px;
    width: auto;
    /*letter-spacing: 0.4px;*/
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid #fff;
    color:#fff;
    padding: 0px;
}
.main_nav li a:hover {
    color:#fff;
}
.page_tile {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #DCF9F8;
}
.breadcrumbs {
    display: flex;
    flex-wrap:wrap;
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 0;
    font-size: 18px;

}

.breadcrumbs li:first-child a {
    font-weight: 800;
    padding-right: 15px;
    padding-left: 0px;
    color:#3C3C3D;
}
.breadcrumbs li a {
    text-decoration: none;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 15px;
    color:#FF0086;
}
.breadcrumbs li::after  {
    content: "/";
}
.breadcrumbs li:last-child:after {
    display: none;
}
.breadcrumbs li:last-child {
    padding-left: 15px;
    font-weight: bold;
    text-decoration: underline;
    color:#FF0086;
}



/* main_banner */

.main_banner {
    height: 555px;
    background: url('/img/main_banner.jpg') no-repeat center/cover;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
}
.main_banner_text {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 466px;
    height: 340px;
    position: relative;
    background: url('/img/corners_bg.png') no-repeat center/contain;
    

}
.main_banner_title {
    line-height: 32px;
    font-size:26px;
    
}
.main_banner_title b {
    font-weight: bold;
    font-size:30px;
}
/* about us */
.main_about_us {
    padding-top: 80px;
    padding-bottom: 90px;
    overflow: hidden;
    position: relative;
}
.about_us_elem_1, .about_us_elem_2 {
    position: absolute;
}
.about_us_elem_1 {
    top:40px;
    left: 30%;
}
.about_us_elem_2 {
    bottom: 27px;
    left: 10%;
}

.about_us_wrapper {
    background: url('/img/about_us_bg.png') no-repeat right/contain, #FFE7F1;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 15px;
    box-shadow: 5px 10px 20px rgba(0,0,0,.3);
    
}
.about_us_text {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 560px;
    min-height: 255px;
    font-size:24px;
    line-height: 1.4;
    background: url('/img/about_us_corners_bg.png') no-repeat center/contain;
}
.about_us_text_inner {
    padding-left: 50px;
    padding-right: 40px;
}


/* main_stories */

.main_stories {
    padding-top: 75px;
    padding-bottom: 75px;
    box-shadow: 5px 10px 20px rgba(0,0,0,.3);
    background: url("/img/stories_bg.png") no-repeat center/cover;
    
}
.main_stories_wrapper {
    background: url('/img/main_stories_bg.png') no-repeat -10%/contain, #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 15px;
    box-shadow: 5px 10px 20px rgba(0,0,0,.3);

}
.main_stories_text {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 760px;
    min-height: 400px;
    background: url('/img/stories_corners_bg.png') no-repeat center/contain;
    
}
.main_stories_text_inner {
    font-size:24px;
    line-height: 40px;
    padding-left:55px;
    padding-right: 55px;
   
}


/* why_choose_us */
.section_title {
    font-size:36px;
    text-align: center;
    color:#333638;
    margin-bottom: 30px;
}
.why_choose_us {
    padding-top: 60px;
    padding-bottom: 30px;
    background:#FFE7F1;
}
.why_choose_us  .section_title {
    margin-bottom: 60px;
}
.choose_block {
    text-align: center;
    font-size:21px;
    line-height: 31px;
    margin-bottom: 50px;
}
.choose_block img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}


/* main_features */

.main_features {
    padding-top: 50px;
    padding-bottom: 40px;
    background: url("/img/main_features_bg.png") no-repeat center/cover;
}
.feature_block .feature_text{
    font-size:21px;
    line-height: 31px;
    font-weight: 600;
    text-align: center;
    color:#fff;
}
.feature_block .img_wrap {
    position: relative;
    margin-bottom: 30px;
}
.feature_block .count  {
    position: absolute;
    top: -29px;
    left: 50%;
    margin-left: -28px;
    width: 55px;
    height: 55px;
    background: #FFCB40;
    text-align: center;
    color:#fff;
    font-size:28px;
    font-weight: bold;
    line-height: 55px;
    border-radius: 50px;
    
}
.feature_block img {
    max-width: 100%;
    height: auto;
}

.main_features .theme_btn {
    text-decoration: none;
}


.photosession_order {
    padding-top: 45px;
    padding-bottom: 45px;
    overflow: hidden;
}

.photosession_order_inner {
    position: relative;

}
.order_elem_1, .order_elem_2 {
    position: absolute;
}
.order_elem_2 {
    left: -131px;
    top: 1px;
}
.order_elem_1 {
    bottom: 2px;
    right: -80px;
}
.phorder_left {
    background: url(/img/photoset_order_left.jpg) no-repeat top/cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.phorder_right {
    padding-top: 45px;
    padding-bottom: 45px;
    background: url("/img/photoset_order_right.jpg") no-repeat center/cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.photoset_form_title {
    font-size:52px;
    color:#fff;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 45px;
}
.photoset_form_subtitle {
    font-size:21px;
    line-height: 31px;
    font-weight: 600;
    text-transform: uppercase;
    color:#fff;
    text-align: center;
    margin-bottom: 30px;
}
.photoset_form  {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 20px;
}
.photoset_form .form_input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #FFF;
    height: 60px;
    margin-bottom: 20px;
    background: transparent;
    outline: none;

}
.photoset_form input::placeholder {
    font-size: 18px;
    font-weight: 600;
    color:#fff
}
.photoset_form .form_check {
    width: auto;
}
.check label {
    font-size:16px;
    color:#fff;
}

.photoset_form .theme_btn {
    margin: 20px auto;
    display: block;
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 19px;
    padding-bottom: 19px;
    text-transform: uppercase;
    font-size: 21px;
}


/* photoset page */

.photoset_page {
    padding-top: 35px;
    padding-bottom: 55px;
}
.photoset_h1title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.photoset_text {
    
    font-size:18px;
    line-height: 31px;
    margin-bottom: 30px;
}
.photoset_main_img a img {
    margin-bottom: 15px;
    border-radius: 15px;
}
.photoset_main_img .theme_btn {
    width: 100%;
    background: #B003D7;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
}
.photoset_grid_item {
margin-bottom: 50px;
}
.photoset_grid_item img {
    margin-bottom: 10px;
    border-radius: 10px;
}
.photoset_grid_title {
    text-align: center;
}
.photoset_grid_title a{
    font-weight: bold;
    font-size: 24px;
    color:#3e3e3f;
    text-decoration: none;
}
.photoset_grid_title a:hover {
    color:#3e3e3f;
}

.photoset_gallery img {
    margin-bottom: 15px;
    border-radius: 10px;
}
.price_item {
    display: flex;
    align-items: center;
    
    margin-bottom: 10px;
}
.photo_type {
    color: #febb27;
    font-size:25px;
    font-weight: bold;
    margin-right: 10px;
}
.price_photo_descr {
    font-size:16px;
    font-weight: 500;
}


/* contacts_page */

.contacts_page {
    padding-top: 35px;
    padding-bottom: 35px;
    overflow: hidden;
    
}
.contacts_page .h1_title {
    margin-bottom: 34px;
    margin-top: 0px;
}
.contacts_text_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(/img/contacts_corners.png) no-repeat center/75%, #F5F6E8;

}
.contacts_elem_1, .contacts_elem_2 {
    position: absolute;

}
.contacts_elem_2 {
    width: 100px;
    left: -41px;
    top: 18px;
}
.contacts_elem_1 {
    width: 100px;
    transform: rotate(180deg);
    right: -40px;
    bottom: 45px;
}
.contacts_text {
    text-align: center;
    font-size:21px;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 1000px;
    
}
.contacts_text a{
    color:#ff0082;
    font-weight: bold;
}



/* footer */

.footer {
    background: #3C3C3D;
    color:#fff;
    padding-top: 25px;
}
.footer_bb {
    padding-bottom: 25px;
    border-bottom:2px solid #4B4B4C;
}
.footer_nav {
    margin-top: 10px;
}
.footer_nav a {
    color:#fff;
    text-decoration: none;
    display: block;
    font-size: 18px;
}
.footer_nav a:hover {
    color:#fff;
}
.footer_contacts a {
    display: block;
    text-decoration: none;
    color:#fff;
    font-size: 22px;
    font-weight: bold;
}
.footer_contacts a:hover {
    color:#fff;
}
.footer_contacts a span {
    color:#A29CA3;
}

.copiright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;   
    font-size:17px;
}

/* shop */
.cart_holder {
    position: fixed;
    right: 10px;
    top:100px;
    background:#FF6700;
    border-radius: 15px;
    padding: 10px;
    color:#fff;
    text-decoration: none;
    
}
.cart_holder:hover {
    color:#fff;
    text-decoration: underline;
}
.cart_holder h5 {
    font-weight: 700;
}
.cart_holder strong {
    font-size:20px;
}
.group_wrapper {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
    margin-bottom: 20px;
}
.group_head a {
    text-transform: uppercase;
    color:#000;
    font-size:20px;
}


.photo_item {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 5px 10px 20px rgb(0 0 0 / 30%);
    border-radius: 15px;
}

.btn_add_modphoto {
    border:none;
    outline:none;
    background: #B50AD9;
    font-size: 16px;
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 5px;
}

.briga_week {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    font-size: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
    font-weight: 700;
}
.order_download_btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}

.group_top_text {
    background:  #FFE7F1;
    padding: 50px;
    
    border-radius: 15px;
    box-shadow: 5px 10px 20px rgb(0 0 0 / 30%);
    margin-bottom: 20px;
}
.group_top_text h2, .group_top_text h4 {
    font-weight: 700;
}
.group_top_text p {
    font-size:18px;
}
.sadik_table .sadik_name{
    font-size:18px;
    font-weight:700;
}
.mod_count {
    width: 50px;
}
.mod_price {
    font-size: 20px;
    font-weight: 700;
    color: #FF6700; 
}
.print_group_padding {
    padding: 20px;
}
.table>:not(caption)>*>* {
    padding: 2px;
}

.photo_row {
    background:#DCF9F8;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}


#adult { 
            position: fixed; 
            z-index: 284; 
            right: 0; 
            top: 0; 
            width: 100%; 
            height: 100%; 
            background: rgba(0,0,0,.5);
			z-index: 111111111111111111111;
			display:none;
			
	}
	
		 #adult a{
		 color: #333;
		 text-decoration:none;
		 }
		 #adult a#adultOK {
    	    color:#fff;
    	    bottom: 56px;
            position: fixed;
    	}
			#div2 {
	            background: #fff;
                border-radius: 10px;
                width: 50%;
                max-height: 500px;
                height: auto;
                position: relative;
                margin: 10px auto;
                color: #333;
                
                overflow-y: scroll;
                padding: 20px 20px 0;
            }
        #div3 {
             font-size:16px;
			 cursor:pointer;
			 position: relative;
			 width: 100%;
			 padding:20px;
	  }
            #div4 {
            margin-top: 15px;
            font-size:12px;
			text-align:center;
			width: 100%; 
			padding:20px;
        }
		

 
@media only screen and (max-width: 768px){
	
	#div2 {
	    margin-top: 20px;
	     width: 90%;
	     padding: 1px;
	}
	#div3 {
	    padding: 10px;
	}
	
}

