/* -------------------------------- Спецификация -------------------------*/

body {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #3c3c3c;
    background: #fff;
    padding: 0;
    margin: 0 !important;
    line-height: 24px;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 48px;
    color: #2c2c2d;
}

h2 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 42px;
    color: #2c2c2d;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

h3 {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #2c2c2d;
}

h4 {
    font-size: 24px;
    color: #2c2c2d;
}

h5 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #2c2c2d;
    line-height: 24px;
    margin-bottom: 20px;
}

div, section, form, button, span, p {
    box-sizing: border-box;
    margin: 0;
}

a {
    text-decoration: none;
    position: relative;
}
.about-container table{
	width: 100% !important;	
	height: auto !important;
	border-spacing: 0;

	display: block;
	overflow-x: auto;
}
.about-container table tbody {
	display: table;
	width: 100%;
	max-width: 100%;
}
.about-container table td{
    border-top:1px solid #aaa;
	border-left:1px solid #aaa;
    padding:5px;
	font-size: 16px;
	width: auto !important;
	height: auto !important;
}
.page-id-23 .about-container table td{
	width: 50% !important;
	height: 50% !important;
	vertical-align: top;
}
.about-container table td:last-child{
	border-right:1px solid #aaa;
}
.about-container table tr:last-child td{	
	border-bottom:1px solid #aaa;
}

.about-container table th{
   border:1px solid #aaa;
   padding:5px;
}
.container {
    position: relative;
    width: 80%;
    margin: auto;
}

a:hover {
    text-decoration: none;
}

button:focus,
input:focus {
    outline: none;
}

/*------------------- Main -------------------*/

.main {
    background: url("../images/main-bg.jpg");
    padding-bottom: 40px;
}

.header-content {
    padding: 36px 0;
    display: flex;
    justify-content: space-between;
}

.sticky {
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
    padding: 18px 45px;
    position: fixed;
    transition-duration: 0.4s;
    top: 0;
    width: 100%;
    z-index: 1100;
    border-top: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.sticky .header-content {
    padding: 0;
    justify-content: space-between;
}

.sticky .logo-text {
    display: none;
}

.sticky .logo img {
    width: auto;
    height: 35px;
}

.sticky .container {
    width: 85%;
}

.sticky .logo {
    margin-left: 0;
}
.logo .logo2{
	display: none;
}
.sticky .logo .logo2{
	display: block
}
.sticky .logo .logo1{
	display: none;
}
.logo {
    display: flex;
}

.logo img {
   /* width: 70px;
    height: 64px;*/
    margin-right: 20px;
}

.logo-text {
    text-transform: uppercase;
    color: #991a1d;
    width: 270px;
    margin-top: -5px;
}

.logo-text span {
    color: #222;
}

.menu {
    display: flex;
    align-items: center;
}

.menu-item {
    margin-right: 20px;
    position: relative;
    margin-top: -6px;
}

.menu-item:nth-child(4) {
    margin-right: 0;
}

.menu-item:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    background: #9d2121;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    transition-duration: 0.4s;
}

.menu-item a {
    color: #222;
    font-weight: 700;
}

.menu-item:hover:after {
    width: 37px;
}

.menu-item .active {
    color: #991b21;
}

.mobile-phone {
    display: none;
}

.main-gallery {
    padding: 25px 0;
    height: 490px;
    background: url("../images/main.png");
    background-position: 0 45px;
    background-repeat: no-repeat;
}

.page-gallery {
    position: relative;
}

.page-gallery_mobile {
    display: none;
}

.page-gallery .parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    pointer-events: none;
}

.page-gallery .parallax:before,
.page-gallery .parallax:after {
    content: " ";
    display: ;
}
.page-gallery .parallax:after {
    clear: both;
}
.page-gallery .parallax:before,
.page-gallery .parallax:after {
    content: " ";
    display: table;
}
.page-gallery .parallax:after {
    clear: both;
}
.page-gallery .parallax .current {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.page-gallery .parallax-1 img {
    margin: 11% 0 0 0;
}

.page-gallery .parallax-1 {
    z-index: 4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.page-gallery .parallax-2 img {
    margin: 0 0 0 29%;
}

.page-gallery .parallax-2 {
    z-index: 5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.page-gallery .parallax-3 img {
    margin: 9% 0 0 52%;
}

.page-gallery .parallax-3 {
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.page-gallery .parallax-4 img {
    margin: 4% 0 0 73%;
}

.page-gallery .parallax-4 {
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.page-gallery .parallax-1:hover,
.page-gallery .parallax-2:hover,
.page-gallery .parallax-3:hover,
.page-gallery .parallax-4:hover {
    z-index: 20;
}

.page-gallery img {
    box-sizing: content-box;
    position: relative;
    pointer-events: auto;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.main-content {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}

.main-content_left {
    width: 35%;
}

.main-content_left h3{
    line-height: 36px;
    margin-bottom: 50px;
}

.main-content_right {
    width: 48%;
}

.main-content_right p {
    font-size: 24px;
    line-height: 36px;
}

.skills {
    display: flex;
    margin-top: 55px;
    align-items: baseline;
}

.skills-left {
    height: 100px;
    border-left: 2px solid #3c3c3c;
    padding-left: 20px;
    margin-right: 5%;
}

.skills-left span,
.skills2-left span,
.skills3-left span,
.skills4-left span,
.skills5-left span,
.skills6-left span {
    color: #981b1e;
}

.skills-right p {
    font-size: 18px;
    line-height: 24px;
}

.skills-right div {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 21px;
    font-weight: 700;
    margin-top: 25px;
    width: 90%;
}

.read-more {
    display: block;
    margin-top: 30px;
    transition-duration: 0.4s;
}

.read-more:hover {
    margin-left: 20px;
}

/*---------- Skills-content -----------*/

.skills-content {
    padding: 32px 0;
    background: url("../images/main2.png") no-repeat center 360px;
}

.skills2-content {
    display: flex;
    justify-content: space-between;
}

.skills2-content_left {
    width: 40%;
    display: flex;
    margin-top: 11%;
}

.skills2-left {
    height: 100px;
    border-left: 2px solid #3c3c3c;
    padding-left: 20px;
    margin-right: 5%;
}

.skills2-content_right {
    width: 60%;
}

.skills2-content_gallery {
    position: relative;
}

.skills2-content_gallery .parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.skills2-content_gallery .parallax:before,
.skills2-content_gallery .parallax:after {
    content: " ";
    display: table;
}
.skills2-content_gallery .parallax:after {
    clear: both;
}
.skills2-content_gallery .parallax:before,
.skills2-content_gallery .parallax:after {
    content: " ";
    display: table;
}
.skills2-content_gallery .parallax:after {
    clear: both;
}
.skills2-content_gallery .parallax .current {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.skills2-content_gallery .parallax-1 img {
    margin: 0 0 0 14%;
}

.skills2-content_gallery .parallax-1 {
    z-index: 4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.skills2-content_gallery .parallax-2 img {
    margin: 20% 0 0 60%;
}

.skills2-content_gallery .parallax-2 {
    z-index: 5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.skills2-content_gallery .parallax-1:hover,
.skills2-content_gallery .parallax-2:hover {
    z-index: 20;
}

.skills2-content_gallery img {
    box-sizing: content-box;
    position: relative;
    pointer-events: auto;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.skills3 {
    margin-top: 244px;
}

.skills3-left {
    height: 100px;
    border-left: 2px solid #3c3c3c;
    padding-left: 20px;
    margin-right: 5%;
}

.skills3-content {
    display: flex;
    justify-content: space-between;
}

.skills3-content_left {
    width: 60%;
}

.skills3-content_right {
    display: flex;
    width: 38%;
    margin-right: 2%;
    margin-top: 8%;
}

.skills3-content_gallery {
    position: relative;
}

.skills3-content_gallery .parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.skills3-content_gallery .parallax:before,
.skills3-content_gallery .parallax:after {
    content: " ";
    display: table;
}
.skills3-content_gallery .parallax:after {
    clear: both;
}
.skills3-content_gallery .parallax:before,
.skills3-content_gallery .parallax:after {
    content: " ";
    display: table;
}
.skills3-content_gallery .parallax:after {
    clear: both;
}
.skills3-content_gallery .parallax .current {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.skills3-content_gallery .parallax-1 img {
    margin: 0;
}

.skills3-content_gallery .parallax-1 {
    z-index: 5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.skills3-content_gallery .parallax-2 img {
    margin: 24% 0 0 8%;
}

.skills3-content_gallery .parallax-2 {
    z-index: 4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.skills3-content_gallery .parallax-1:hover,
.skills3-content_gallery .parallax-2:hover {
    z-index: 20;
}

.skills3-content_gallery img {
    box-sizing: content-box;
    position: relative;
    pointer-events: auto;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.skills4 {
    margin-top: 264px;
}

.skills4-content {
    display: flex;
    justify-content: space-between;
}

.skills4-content_left {
    display: flex;
    width: 40%;
    margin-top: 9%;
}

.skills4-content_right {
    width: 57%;
}

.skills4-left {
    height: 100px;
    border-left: 2px solid #3c3c3c;
    padding-left: 20px;
    margin-right: 5%;
}

.skills4-content_gallery {
    position: relative;
}

.skills4-content_gallery .parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.skills4-content_gallery .parallax:before,
.skills4-content_gallery .parallax:after {
    content: " ";
    display: table;
}
.skills4-content_gallery .parallax:after {
    clear: both;
}
.skills4-content_gallery .parallax:before,
.skills4-content_gallery .parallax:after {
    content: " ";
    display: table;
}
.skills4-content_gallery .parallax:after {
    clear: both;
}
.skills4-content_gallery .parallax .current {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.skills4-content_gallery .parallax-1 img {
    margin: 0 0 0 23%;
}

.skills4-content_gallery .parallax-1 {
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.skills4-content_gallery .parallax-2 img {
    margin: 16% 0 0 57%;
}

.skills4-content_gallery .parallax-2 {
    z-index: 4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.skills4-content_gallery .parallax-3 img {
    margin: 44% 0 0 31%;
}

.skills4-content_gallery .parallax-3 {
    z-index: 4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.skills4-content_gallery .parallax-1:hover,
.skills4-content_gallery .parallax-2:hover,
.skills4-content_gallery .parallax-3:hover {
    z-index: 20;
}

.skills4-content_gallery img {
    box-sizing: content-box;
    position: relative;
    pointer-events: auto;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.skills5 {
    margin-top: 331px;
}

.skills5-content {
    display: flex;
    justify-content: space-between;
}

.skills5-content_right {
    display: flex;
    width: 36%;
    margin-right: 2%;
    margin-top: 12%;
}

.skills5-content_left {
    width: 60%;
}

.skills5-left {
    height: 100px;
    border-left: 2px solid #3c3c3c;
    padding-left: 20px;
    margin-right: 5%;
}

.skills5-content_gallery {
    position: relative;
}

.skills5-content_gallery .parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.skills5-content_gallery .parallax:before,
.skills5-content_gallery .parallax:after {
    content: " ";
    display: table;
}
.skills5-content_gallery .parallax:after {
    clear: both;
}
.skills5-content_gallery .parallax:before,
.skills5-content_gallery .parallax:after {
    content: " ";
    display: table;
}
.skills5-content_gallery .parallax:after {
    clear: both;
}
.skills5-content_gallery .parallax .current {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.skills5-content_gallery .parallax-1 img {
    margin: 0 0 0 8%;
}

.skills5-content_gallery .parallax-1 {
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.skills5-content_gallery .parallax-2 img {
    margin: 33% 0 0 0;
}

.skills5-content_gallery .parallax-2 {
    z-index: 4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.skills5-content_gallery .parallax-1:hover,
.skills5-content_gallery .parallax-2:hover {
    z-index: 20;
}

.skills5-content_gallery img {
    box-sizing: content-box;
    position: relative;
    pointer-events: auto;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.skills6 {
    margin-top: 210px;
    padding-top: 65px;
    padding-bottom: 115px;
    background: url("../images/main6-bg.jpg") no-repeat 0%;
    background-size: 50%;
}

.skills6-left {
    height: 100px;
    border-left: 2px solid #3c3c3c;
    padding-left: 20px;
    margin-right: 5%;
}

.skills6-content_left {
    display: flex;
    width: 34%;
}

.skills6-list {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.skills6-item {
    text-align: center;
}

.skills6-item span {
    font-size: 36px;
    color: #981b1e;
    font-weight: 700;
}

.skills6-item p {
    font-size: 16px;
    width: 180px;
}

/*--------------- Blog ------------------*/

.blog {
    margin-top: 80px;
}

.blog p {
    text-align: center;
}

.blog-list {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.blog-item{
	width: 33%;
}
.blog-item a {
    display: flex;
}

.blog-item_left {
    height: 100px;
    border-left: 2px solid #3c3c3c;
    padding-left: 10px;
    margin-right: 10%;
}

.blog-item_left span {
    color: #981b1e;
}

.blog-item_right p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #3c3c3c;
    width: auto;
}

span.date {
    display: block;
    margin-top: 25px;
    color: #981b1e;
    font-size: 14px;
}

/*---------- Footer --------*/

.contacts {
    margin-top: 110px;
}

.footer-phone {
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.contacts-phone {
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin: 0 auto 30px;
}

.contacts-phone a {
    font-family: "Roboto Slab", sans-serif;
    font-size: 36px;
    color: #262626;
}

.adress {
    text-align: center;
    font-size: 21px;
    color: #3c3c3c;
}

.contacts-btn {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    background: transparent;
    border: 2px solid #d6d7d7;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 15px 35px;
    cursor: pointer;
    margin: 40px auto;
    transition: .3s;
}

.contacts-btn:hover {
    background: #981b1e;
    border: 2px solid #981b1e;
    color: #fff;
}

.social img {
    display: block;
    margin: auto;
}

.footer {
    padding: 55px 0;
}

.copyright {
    color: #1f1f1f;
    font-size: 18px;
    margin-right: 40px;
    margin-left: 7%;
}

.footer-content {
    display: flex;
}

.footer-social {
    padding-top: 1px;
}

.footer-social a {
    margin-right: 5px;
}

.pravo {
    color: #9f9f9f;
    margin-left: auto;
    margin-right: 7%;
    position: relative;
}

.pravo:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #9f9f9f;
    transition: .3s;
}

.pravo:hover:before {
    display: none;
}

/*-------- Modal Feedback ----------*/

.arcticmodal-overlay, .arcticmodal-container {
    z-index: 10500;
}
.box-modal {
    position: relative;
    padding: 50px 60px;
    background: #fff;
    color: #3c3c3c;
    font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    border-radius: 2px;
    box-shadow: none;
    width: 600px;
}
.box-modal_close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -50px;
    right: -50px;
}
.form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form__text {
    text-align: left;
    font-size: 20px;
    color: #000;
    display: block;
}
.form__text span {
    color: #ea2c2c;
    font-size: 24px;
}
.form input {
    width: 240px;
    height: 35px;
    font-size: 18px;
    border: 2px solid #d9d9d9;
    display: block;
    margin-left: 94px;
}
.form__title {
    font-family: 'PT sans';
    font-size: 24px;
    margin-bottom: 55px;
    font-weight: 400;
}
.form__field {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    align-items: flex-end;
    align-items: center;
}
.form__btn {
    margin-top: 30px;
}
.form__consent {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.form__consent input {
    margin-left: 0;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.form__consent label {
    margin-bottom: 0;
    font-family: 'PT sans';
    font-size: 15px;
    cursor: pointer;
}

.form__btn {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    background: transparent;
    border: 2px solid #d6d7d7;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 15px 35px;
    cursor: pointer;
    transition: .3s;
}

.form__btn:hover {
    background: #d6d7d7;
}

/*----------------- About -------------------*/

.about {
    background-size: 100% 55%;
    background-repeat: no-repeat;
}

.about-content {
    padding-top: 55px;
}

.about-container {
    padding: 0 7%;
}

.breadcrumb {
    display: flex;font-size: 16px;
}
.breadcrumb .sep{
	margin-left: 7px;
	margin-right: 7px;
}

.breadcrumb-item a {
    font-size: 16px;
    color: #3c3c3c;
}

.breadcrumb-item.active {
    pointer-events: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "-";
}

.about-top {
    display: flex;
    align-items: baseline;
}

.about-top_title {
    font-size: 30px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    line-height: 36px;
    width: 60%;
}

.footnotes, blockquote {
    padding-left: 9%;
    font-size: 24px;
    line-height: 36px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-left: 2px solid #9f282e;
	margin-left: 0;
	margin-right: 0;
}
blockquote p{
	font-size: 24px;
	margin: 0;
	line-height: 36px;
}
.about-text, p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.about-title, .about-content.text h2 {
    margin-top: 50px;
    width: 50%;
    line-height: 30px;
    margin-bottom: 20px;
	font-size: 24px;
	text-align: left;
	font-family: 'PT Sans', sans-serif;
}
 .about-content.text h3 {
    margin-top: 20px;
    width: 50%;
    line-height: 30px;
    margin-bottom: 30px;
	font-size: 18px;
	text-align: left;
	
}
 .about-content.text h5 {
    margin-top: 20px;
    width: 50%;
    line-height: 30px;
    margin-bottom: 20px;
	font-size: 18px;
	text-align: left;
	
}
.about-item {
    display: flex;
}

.about-item .about-text, .about-content.text li {
    padding-left: 3.5%;
	margin-bottom: 20px;
	position: relative;
}



.about-content.text li:before {
	content: '';
position: absolute;
	width: 11px;
	height: 1px;
	background: #9f282e;
	
top: 11px;
left: 0px;
}
.about-content.text li:after {
content: '';
position: absolute;
width: 1px;
height: 11px;
background: #9f282e;
top: 6px;
left: 5px;
}

.about-photo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.about-photo_item {
    width: 48%;
}

.about-photo_item img {
    width: 100%;
}

.about-title2 {
    font-size: 18px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
}

.m-menu {
    display: none;
}

.d-none {
    display: none!important;
}

.d-block {
    display: block!important;
}

.m-menu-list {
    display: none;
}

.btn-close {
    display: none;
}
.gallery .gallery-item:nth-child(odd){
	width: 48% !important;
}
.gallery .gallery-item:nth-child(even){	
	width: 48% !important;
	float: right !important;
}
.gallery .gallery-item img{
	width: 100%;
	border: 0 !important;
	height: auto;
}

.social{
	text-align: center;
}