html, body {
    background: #fff;
    height: 100%;
    margin: 0;
    padding: 0;
    color: rgba(19, 41, 61, 0.75);
    font-family: 'ProximaNova', Helvetica, sans-serif;
    scroll-behavior: smooth;
}

body {
    position: relative;
    cursor: default; /* overflow-x: hidden; */
}

img {
    max-width: 100%;
}

table img {
    max-width: none;
}

a img {
    border: 0 none;
}

h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 1.2em 0 0.8em;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #e23a49;
    transition: color 0.3s;
}


a span, a font {
    cursor: pointer;
}

hr {
    background: #af0f1a;
    height: 2px;
    border: 0 none;
    margin: 15px 0;
}

label {
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

input[type="submit"], button {
    cursor: pointer;
}

textarea {
    resize: vertical;
}

input, textarea, button {
    font-family: inherit;
    color: inherit;
    outline: 0 none;
}

script {
    display: none !important;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

::selection {
    color: #fff;
    background: #0a5fb4;
}

::-moz-selection {
    color: #fff;
    background: #0a5fb4;
}

*, *:before, *:after {
    box-sizing: border-box;
}


input::-moz-placeholder {
    color: inherit;
}

input::-webkit-input-placeholder {
    color: inherit;
}

/* end reset */

.page {
    /*background-image: linear-gradient(0deg, #3182D8 0%, #004084 85%, #002348 100%);*/
    background-image: linear-gradient(0deg, #7c7c7c 0%, #c7535d 75%, #e23a49 100%);
    overflow: hidden;
    max-width: 1280px;
    margin: auto;
    min-width: 400px;
}

.bg-photo {
    position: relative;
    height: 676px;
    background-size: cover;
    background-color: #000;
    overflow: hidden;
}

.bg-photo img {
    width: 100%;
}

.top-menu {
    max-width: 1200px;
    height: 100px;
    background: #FFFFFF;
    margin: auto;
    margin-top: 39px;
    box-shadow: 15px 15px 7px 0 #00000040;
}

.top-menu-links {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

.top-menu-links li {
    display: inline-block;
    margin-left: 25px;
    margin-right: 45px;
}

.top-menu-links a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #c42534;
    letter-spacing: 1px;
}


.top-menu-links a:hover{
    text-decoration: underline;
}


.href_list a:hover span+span{
    text-decoration: underline;
 }


.top-menu-links li.submenu{
    position: relative;
}
.top-menu-links li.submenu>a{
    background: url('../img/arrow_red.png') 100% 4px no-repeat;
    padding-right: 10px;
}
.top-menu-links li.submenu:hover ul{
    display: block;
}


.top-menu-links li ul{
    position: absolute;
    width: 200px;
    background: #fff;
    margin: 0;
    padding: 0;
    left:-10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top:10px;
    display: none;
}

.top-menu-links li ul li{
    margin:0;
    display: block;
}
.top-menu-links li ul li a{
    font-weight: normal;
    display: block;
    text-transform: none;
    font-size: 14px;
    margin-top:5px;
    padding-bottom: 9px;
}

.logo {
    font-weight: 900;
    font-size: 35px;
    color: #e23a49;
    letter-spacing: 0;
    line-height: 26px;
    padding-top: 37px;
    padding-left: 29px;
    display: inline-block;
    outline: none;
}

.bg_head {
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-left: 39px;
    margin-top: 254px;
    text-shadow: 0 0 10px black;
}

.content {
    float: right;
    width: 1040px;
    background: #fff;
    top: -110px;
    position: relative;
    min-height: 500px;

    padding-top: 61px;
    padding-left: 40px;
    padding-right: 40px;
}

.blue_content {
    color: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
    float: right;
    max-width: 1060px;
    padding-bottom: 180px;
    margin-top: -10px;
}

.blue_content .left_head, .blue_content .right_head {
    color: #ffffff;
}

.blue_content .content_left .hr {
    background: #fff;
}

footer {
    height: 100px;
    background: #3d3636;
    padding: 25px 40px 0;
    max-width: 1280px;
    min-width: 400px;
    margin: auto;
}

.footer-logo {
    max-width: 296px;
    display: inline-block;
    opacity: 0.4;
    font-family: ProximaNova, sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
    vertical-align: middle;
    float: left;
}

.copyright {
    float: right;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;

    text-decoration: none;
    vertical-align: middle;
    margin-top:-22px;
}

.copyright img {
    position: relative;
    vertical-align: middle;
    top: -4px;
    margin-left: 7px;
}


.footer-logo{
    margin-top:-36px;
}

.footer-menu {
    margin: auto;
    max-width: 520px;
    margin-top: 17px;
    padding-left: 13px;
}

.footer-menu a {
    opacity: 0.75;
    font-family: ProximaNova, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    display: inline-block;
    margin: 0 17px;
}
.footer-menu a:hover {
    text-decoration: underline;
}

.left-side-head {
    font-size: 26px;
    font-weight: 900;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-left: 39px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.left-side {
    width: 240px;
    float: left;
}

.left-side a {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase;
}

.content_left {
    width: 300px;
    float: left;
}

.content_left .hr {
    width: 100%;
    height: 1px;
    background: #323232;
    margin-bottom: 26px;
}

.content_right {
    width: 600px;
    float: right;

}

.content_right .hr {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: #323232;
    margin-bottom: 26px;
}

.left_head {
    font-size: 25px;
    font-weight: bold;
    color: #323232;
    letter-spacing: 0;
}

.right_head {
    font-weight: bold;
    font-size: 18px;
    color: #323232;
    letter-spacing: 0;
    line-height: 28px;
    padding-top: 5px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.blue_content .content_right {
    margin-left: 35px;
    max-width: 627px;
}

.href_list {
    margin-bottom: 40px;
}

.mini_href_list {
    max-height: 334px;
    overflow: hidden;
    position: relative;
}

.mini_href_list:after {
    display: block;
    content: '';
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-shadow:  0px -15px 44px 24px rgba(255,255,255,1);
    -moz-box-shadow:  0px -15px 44px 24px rgba(255,255,255,1);
    box-shadow:  0px -15px 44px 24px rgba(255,255,255,1);
}

.href_list a {
    display: block;
    font-size: 18px;
    color: #a10715;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding: 1px 0 0 19px;
    border-left: 1px solid #a10715;
}

.href_list a span {
    display: inline-block;
    width: 90px;
}

.href_list a span + span {
    display: inline-block;
    width: auto;
    overflow: hidden;
    max-width: 80%;
    vertical-align: top;

}

.left_head {
    margin-bottom: 40px;
}

.contacts-list {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.contacts-list > div {
    margin-bottom: 20px;
}

.cl_address {
    font-size: 25px;
    padding-left: 23px;
    background: url(../img/pin.svg) 0 10px no-repeat;
}

.cl_worktime {
    padding-left: 23px;
    background: url(../img/time.svg) 0 0 no-repeat;
}

.cl_worktime p {
    margin: 5px 0
}

.cl_phone {
    padding-left: 23px;
    background: url(../img/phone.svg) 0 7px no-repeat;
    font-size: 25px;
    color: #FFFFFF;
}

.cl_mail {
    padding-left: 23px;
    background: url(../img/mail.svg) 0 8px no-repeat;
    font-size: 25px;
    color: #FFFFFF;
}

.cl_phone a,
.cl_mail a {
    color: #ffffff;
}

.cl_phone a:hover,
.cl_mail a:hover {
    text-decoration: underline;
}

.btn {
    width: 200px;
    height: 50px;
    line-height: 48px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-shadow: 0 0 3px #000000b0;
    letter-spacing: 0;
    text-align: center;
    background: #e23a49;
    display: inline-block;
    margin-top: 28px;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.btn:hover {
    box-shadow: inset 0 0 3px 1px #00000075;
}

.gm-style-iw {
    color: #000000;
}

.addit {
    font-size: 12px;
    color: #e23a49;
    letter-spacing: 0;
    line-height: 25px;
    display: block;
    margin-top:-15px;
    margin-bottom:40px;
}


/* SLIDER */
.block-photos__month, .block-photos__all-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block-photos__month, .block-photos__all-photo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block-photos__all-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.block-photos__month, .block-photos__all-photo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.block-photos__month {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block-photos__all-photo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.block-photos__all-photo {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.block-photos {

    margin-bottom: 50px
}

.block-photos h2 {
    font: 35px/1.19 "PT Sans";
    font-weight: bold;
    color: #3C3C3C;
    letter-spacing: 0.88px;
    margin-bottom: 30px
}

.block-photos__month {
    margin-bottom: 35px
}

.block-photos__month p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0;
    border-bottom: 1px dotted #000;
    cursor: pointer;
    margin-right: 25px;
    margin-bottom: 3px;
}

.block-photos__month p:last-child {
    margin-right: 0
}

.block-photos__month .active-month {
    color: #a10715;
    border-bottom: none
}

.block-photos__all-photo-wr {
    overflow: hidden;
    width: 100%;
    height: 484px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px
}

.block-photos__all-photo {
    position: relative;
    width: 100%;
    height: 484px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

.block-photos__all-photo a {
    display: inline-block;
    width: 288px;
    height: 212px;
    margin: 0 40px 30px 0
}

.block-photos__all-photo a img {
    max-width: 100%
}

#contentSlider {
    display: none
}

.ui-widget-content {
    border: none !important;
    background: #d02030 !important
}

.ui-slider-horizontal {
    height: 5px !important
}

#slider__photos a {
    -webkit-box-shadow: 0 2px 4px -1px #2f2f2f;
    box-shadow: 0 2px 4px -1px #2f2f2f;
    background: #fff !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    top: -14px !important
}

/* SLIDER */

.hamburger {
    display: none;
}

.menu-scroll a:hover{
    text-decoration: underline;
}

.menu-scroll_list {
    list-style-type: none;
}
.menu-scroll_list li:not(:last-child) {
    margin-bottom: 10px;
}
.menu-scroll_list li {
    position: relative;
}
.menu-scroll_list li:before {
    content: '';
    display: inline-block;
    height:10px;
    width: 10px;
    vertical-align: middle;
    border-radius:50%;
    background:#ffffff;
    position: absolute;
    left: -20px;
    top: 2px;
}

.edited {
    top: -21px;
    position: relative;
    display: block;
    left: 18px;
    margin-bottom: -16px;
    font-size: 11px;
}
.block-photos__all-photo-wr .edited {
    left: 0px;
    font-size: 10px;

}

.edited2 {

    position: relative;
    display: block;
    left: 18px;
    margin-bottom: -16px;
    font-size: 11px;
}

.forma2{
    display: none;
    width: 450px;
    height: 405px;
    border: 3px solid #a82232;
    position: absolute;
    background: #fff;
    position: fixed;
    top: 0; bottom: 0px;left: 0px;right: 0px;
    margin: auto;
    z-index: 10000;
    font-size: 24px;
    text-align: center;
    color: #000000;
}



.fhead{
    font-size: 36px;
    margin-top:35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: -6px;
}

.forma2 p{
    margin: 17px 0px 32px;
}

input[type="text"], input[type="submit"], button {
    transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
    -moz-transition: all ease 0.15s;
    -webkit-transition: all ease 0.15s;
}
input[type="text"], input[type="tel"], textarea {
    background: #fff;
    border: 1px solid rgb(149, 149, 149);
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 8px 11px 7px;
    margin: 0 0 21px;
    width: 77%;
}

input[type="submit"].fsubmit {
    padding: 0;
    font-size: 18px;
    min-width: 220px;
    height: 57px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #e23a49;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    margin-top: 15px;
    border:0;
}

.polz_sogl {
    font-size: 0.5em;
    margin: 20px auto 0;
    line-height: 16px;
    padding: 0 50px;
}

.closer {
    background: url(../img/close2.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    float: right;
    height: 22px;
    right: 14px;
    top: 14px;
    position: absolute;
    width: 22px;
}

.overlay, .overlay2 {
    display: none;
    background: #ffffff;
    position: fixed;
    height: 100%;
    width: 100%;
    opacity: 0.65;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
    top: 0;
    left: 0;
    z-index: 1000;
}

.main-table {
    border-collapse: collapse;
    text-align: center;
    border: 1px solid black;
}
.main-table tr,
.main-table td {
    border: 1px solid black;
}
.main-table tr td:first-of-type {
    font-weight: bold;
}
.main-table p {
    padding: 0 4px;
}
.main-page__block-wrap {
    display: flex;
    justify-content: space-between;
    gap: 25px 50px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.main-page__block-title {
    font-size: 25px;
    font-weight: bold;
    color: #323232;
}

.main-list__custom {
    list-style-position: inside;
    padding-left: 0;
    font-size: 18px;
}
.main-list__custom li::marker {
    font-weight: bold;
}
.main-list__custom li {
    margin-bottom: 10px;
}

.inner-title {
    font-size: 30px;
    font-weight: bold;
    color: #323232;
    text-align: center;
}

.width-left {
    width: 30%;
}
.width-right {
    width: 60%;
}

@media all and (max-width:1024px){

    .content {
        width: auto;
    }
    .left-side{
        width: 100%;
        float: none;
    }
    .menu-scroll{
        overflow: scroll;
        white-space: nowrap;
    }
    .left-side a br{
        display: none;
    }
    .left-side a{
        display: inline-block;
        float: none;
        width: auto;
        margin-right:9px;
        padding-right: 0;

    }
    .left-side-head {
        margin-left: 18px;
        margin-top: 15px;
        margin-bottom:5px;
    }

    .menu-scroll{
        margin-bottom:15px;
    }

    .content{
        top: 0;
    }

    .mob_menu_icon{

    }


    .hamburger {
        float: right;
        font: inherit;
        display: inline-block;
        overflow: visible;
        margin: 0;
        padding: 15px;
        cursor: pointer;
        transition-timing-function: linear;
        transition-duration: .15s;
        transition-property: opacity,filter;
        text-transform: none;
        color: inherit;
        border: 0;
        background-color: transparent;
        margin-top: 22px;
        margin-right: 14px;

    }

    .hamburger-box {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 24px
        display: block;
    }
    .hamburger--spin.is-active .hamburger-inner {
        transition-delay: .12s;
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: rotate(225deg);
    }
    .hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
        background-color: #074990;
    }
    .hamburger--spin .hamburger-inner {
        transition-timing-function: cubic-bezier(.55,.055,.675,.19);
        transition-duration: .22s;
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        position: absolute;
        width: 20px;
        height: 2px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #000;
    }
    .hamburger-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
    }

    .hamburger--spin.is-active .hamburger-inner:before {
        top: 0;
        transition: top .1s ease-out,opacity .1s ease-out .12s;
        opacity: 0;
    }
    .hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
        background-color: #e23a49;
    }
    .hamburger--spin .hamburger-inner:before {
        transition: top .1s ease-in .25s,opacity .1s ease-in;
    }
    .hamburger-inner:before {
        top: -7px;
    }
    .hamburger-inner:after, .hamburger-inner:before {
        display: block;
        content: "";
    }




    .hamburger--spin.is-active .hamburger-inner:after {
        bottom: 0;
        transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
        transform: rotate(-90deg);
    }

    .hamburger--spin .hamburger-inner:after {
        transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);
    }
    .hamburger-inner:after {
        bottom: -7px;
    }
    .hamburger-inner:after, .hamburger-inner:before {
        display: block;
        content: "";
    }

    .top-menu-links {
        margin-top: 0px;
        width: 225px;
        position: absolute;
        top: 139px;
        background: #fff;
        right: 0;
        padding: 10px 0;
        display: none;
    }

    .top-menu-links a{
        display: inline-block;
        margin-bottom:9px;
    }

    .top-menu-links li ul{
        position: static;
        display: block;
    }
    .content{
        float: none;
    }

    .content_left{
        float: none;
        width: 30%;
    }
    .content_right{
        float: none;
        width: 90%;
    }
    .content {
        padding-bottom: 40px;
    }

    .blue_content{
        float: none;
        padding-bottom: 60px;
    }

    .blue_content .content_left{
         width: 100%;
    }

    .blue_content .content_right{
        margin-left: 0;
        width: 100%;
        margin-top:40px;
    }

    .copyright{
        margin-top:2px;
    }

    .footer-menu{
        margin-top:0;
    }

    .footer-logo{
        margin-top: 18px;
    }

    .copyright{
        margin-top: 20px;
    }

    footer {
        height: 145px;
    }

    .width-left {
        width: 100%;
    }
    .width-right {
        width: 100%;
    }

}

@media all and (max-width:550px){

    .left_head {
        margin-bottom:30px;
    }
    .content_right .hr{
        display: none;
    }
    .footer-logo {
        max-width: none;
    }
    .footer-menu{
        padding-left: 0;
    }
    .footer-menu a{
        display: block;
        text-align: center;
        margin-bottom:12px;
    }
    footer{
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
    }
    .footer-logo{
        display: block;
        text-align: center;
        float: none;
    }
    .copyright{
        display: block;
        text-align: center;
        float: none;
        margin-top:20px;

    }
}