@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: Arial; 
    background-color: #fff;
    color: #8c8c8c;
    font-family: 'Roboto', sans-serif;
}

* {
    outline: 0 !important;
    outline-offset: 0 !important;
}

.center {
    margin: 0 auto;
    width: 1200px;
}

header,
nav,
main,
section,
footer {
    float: left;
    width: 100%;
}

a {
    color: #970047;
}

a:hover {
    text-decoration: none;
}

#mhead {
	display: none; 
}

header {
    height: 200px;
}

header a.logo {
    display: block;
    margin: 0 auto;
    width: 269px;
    height: 70px;
    margin-top: 83px;
    margin-left: auto;
    margin-right: auto;
    background: url(images/logo.jpg) no-repeat center;
}

nav menu {
    padding: 0px;
    margin: 0px;
    text-align: center;
    list-style-type: none;
    font-size: 18px;
}

nav menu li {
    display: inline-block;
}

nav menu li a {
    text-decoration: none;
    color: #8c8c8c;
    font-size: 18px;
    margin: 0px 20px;
    font-weight: 600;
    transition: 0.3s;
}

nav menu li a.active,
nav menu li a:hover {
    color: #970047;
    transition: 0.3s;
}

main {
    margin-top: 40px;
    min-height: 500px;
}

main .center {
	width: 900px; 
}

main h1 {
    margin-top: 0px;
    font-weight: normal;
    color: #970047;
}

main .slyder {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

main .slyder .owl-carousel .owl-item {
    overflow: hidden;
}

main .slyder .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

main .slyder .owl-carousel .owl-dots {
    width: 100%;
    margin: 0 auto;
    margin-top: 62px;
    text-align: center;
    position: relative;
}

main .slyder .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0px 8px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
}

main .slyder .owl-carousel .owl-dots .owl-dot:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #a11b5a;
    border: 1px solid #a11b5a;
    box-sizing: border-box;
    margin-left: 1px;
    margin-top: 1px;
    transition: 0.3s;
}

main .slyder .owl-carousel .owl-dots .owl-dot.active:before {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin-left: -4px;
    margin-top: -4px;
    background: none;
    transition: 0.3s;
}

main .items {
    float: left;
    width: 1200px;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 30px;
    margin-left: -150px;
}

main .items a.a {
    width: 296px;
    height: 518px;
    display: inline-block;
    margin-left: 1px;
    font-size: 18px;
    color: #8c8c8c;
    text-decoration: none;
}

main .items a:nth-child(4n-3) {
    margin-left: 0px;
}

main .items a.sm {
    height: 358px;
}

main .items a .img {
    display: block;
    width: 100%;
    height: 450px;
    margin-bottom: 18px;
    filter: grayscale(100%);
  	background-repeat: no-repeat;
  	background-position: center bottom;
    transition: 0.3s;
}

main .items a.sm .img {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center bottom;
    filter: grayscale(0%);
}

main .items a:hover .img {
    filter: grayscale(0%);
    transition: 0.3s;
}

main .model {
	margin-left: -100px; 
}

main .model .center {
    width: 1100px;
}

main .model .bfoto {
    float: left;
    width: 360px;
    height: 547px;
}

main .model .text {
    float: left;
    margin-left: 50px;
    width: 690px;
    color: #8c8c8c;
}

main .model .text h2 {
    margin-top: 0px;
    font-weight: 200;
    font-size: 35px;
    margin-bottom: 20px;
}

main .model .text p {
    line-height: 30px;
}

main .photos {
    float: left;
    width: calc(100% + 14px);
    margin-top: 48px;
    margin-bottom: 106px;
    text-align: center;
}

main .photos .img {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

main .bam {
    width: 350px;
    margin: 0 auto;
}

main .bam p {
    margin-bottom: 0px;
    font-size: 18px;
}

main .bam input[type="text"],
main .bam input[type="email"],
main .bam input[type="phone"] {
    width: 100%;
    margin-bottom: 0px;
    box-sizing: border-box;
    height: 46px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    padding-left: 15px;
}

main .bam input[type="submit"] {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    padding: 10px 0px;
}

.news {
  	float: left;
  	text-align: center;
  	width: 100%;
}

.news article {
	width: 100%;
    border-bottom: 1px dashed #970047;
    float: left;
    text-align: left;
    margin-bottom: 30px;
}

.news article .img {
  	width: 225px;
  	height: 132px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: top center;
  	transition: 0.3s;
}

.news article:hover .img {
	box-shadow: 0 0 10px #000;
  	transition: 0.3s;
}

.news article .text .name {
	font-size: 21px;
    text-decoration: none;
  	color: #970047;
}

.news article:hover .text .name {
  	text-decoration: underline;
}

.news article .text .date {
    font-style: italic;
    font-size: 14px;
    color: #8c8c8c;
}

.nav {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.nav a {
    display: inline-block;
    font-size: 18px;
    color: #970047;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    text-decoration: none;
    margin: 0px 5px;
  	transition: 0.3s;
}

.nav a:hover {
    background-color: #8c8c8c;
  	transition: 0.3s;
}

.nav .active,
.nav .active:hover {
    color: #970047;
    background-color: #8c8c8c;
    text-decoration: none;
}

.fancybox-slide .message {
    width: 600px;
    text-align: center;
    border-radius: 6px;
    padding: 0px;
    overflow: visible;
    color: #000;
    background: #fff;
}

.fancybox-slide .message .fancybox-close-small {
    margin-right: -15px;
    margin-top: -15px;
}

.fancybox-slide .message div.h {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #970047;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 13px;
    border-radius: 6px 6px 0px 0px;
    box-sizing: border-box;
  	font-weight: bold;
  	font-size: 1.5em;
}

.fancybox-slide .message table {
    border: 0px;
    font-size: 18px;
}

.fancybox-slide .message table tr td {
    border: 0px;
}

.message h2:before,
.message h2:after {
	display: none;
}

.feedback {
    margin-bottom: 30px;
}

.feedback .tcont * {
    border: 0px;
}

.feedback input[type="text"], .feedback input[type="email"], .feedback input[type="phone"] {
    width: 100%;
    margin-bottom: 15px;
	box-sizing: border-box;
    height: 46px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    padding-left: 15px;
}

.feedback textarea {
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 15px;
    height: 180px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
}

.feedback .select {
    font-size: 17px;
    margin-bottom: 15px;
}

.feedback .pril {
    font-size: 17px;
    margin-bottom: 15px;
}

.feedback input[type="button"] {
    width: 144px;
    height: 34px;
    line-height: 32px;
    background-color: #970047;
    color: #fff;
    display: block;
    font-size: 17px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 0px;
    transition: 0.3s;
}

.feedback input[type="button"]:hover {
    background-color: $global_settings_color_41;
    color: $global_settings_color_42;
    transition: 0.3s;
}

.feedback input[type="button"][disabled],
.feedback input[type="button"][disabled]:hover {
    color: rgb(136, 136, 136);
    background-color: rgb(224, 224, 224);
    border: 1px solid rgb(224, 224, 224);
}

footer {
    background-color: #4a4a4a;
    color: #fff;
}

footer .logos {
    float: left;
    width: 256px;
    margin-top: 28px;
}

footer .logos a img {
    margin-bottom: 15px;
}

footer menu {
    float: left;
    width: 350px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    column-width: 160px;
    column-count: 2;
    column-gap: 30px;
    column-rule: 0px;
    margin-top: 20px;
    line-height: 30px;
    margin-left: 60px;
}

footer menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

footer menu li a.active,
footer menu li a:hover {
    text-decoration: underline;
}

footer .contacts {
    float: left;
    width: 534px;
}

footer .contacts div {
    float: left;
    width: 50%;
    margin-top: 6px;
    font-size: 14px;
    line-height: 28px;
}

footer .contacts div a {
    color: #fff;
}

footer .contacts div.social {
    float: left;
    width: 100%;
    margin-top: -5px;
}

footer .contacts div.social a {
    float: left;
    width: 50px;
    height: 50px;
    background-size: 100%;
}

footer .contacts div.social a.vk {
    background: url('images/vk.svg') no-repeat center;
}

footer .contacts div.social a.in {
    background: url('images/instagram.svg') no-repeat center;
}

footer .contacts div.social a.fb {
    background: url('images/facebook.svg') no-repeat center;
}

.hide {
 	display: none; 
}

.images {
    float: left;
    width: 100%;
    text-align: center;
}

.images img {
  	max-width: 100%;
}

.images a {
    display: inline-block;
    margin: 5px;
    margin-bottom: 40px;
    text-decoration: none;
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 440px;
}

.images a .name {
    color: #970047;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    overflow: hidden;
}
