@font-face {
    font-family: 'cormorantbold';
    src: url('../fonts/CormorantGaramond-Bold.ttf') format('truetype');
    /*src: url('../fonts/cormorant_bold_macroman/Cormorant-Bold-webfont.eot?#iefix') format('embedded-opentype'),*/
    /**/
    /*url('../fonts/cormorant_bold_macroman/Cormorant-Bold-webfont.woff') format('woff'),*/
    /*url('../fonts/cormorant_bold_macroman/Cormorant-Bold-webfont.ttf') format('truetype');*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cormorantbolditalic';
    src: url('../fonts/CormorantGaramond-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cormorantlight';
    src: url('../fonts/CormorantGaramond-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cormorantmedium';
    src: url('../fonts/CormorantGaramond-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cormorantregular';
    src: url('../fonts/CormorantGaramond-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cormorantsemibold';
    src: url('../fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamProRegular/GothamProRegular.eot');
    src: url('../fonts/GothamProRegular/GothamProRegular.eot%3F') format('embedded-opentype'),

        url('../fonts/GothamProRegular/GothamProRegular.woff') format('woff'),
        url('../fonts/GothamProRegular/GothamProRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProMedium';
    src: url('../fonts/GothamProMedium/GothamProMedium.eot');
    src: url('../fonts/GothamProMedium/GothamProMedium.eot%3F') format('embedded-opentype'),

        url('../fonts/GothamProMedium/GothamProMedium.woff') format('woff'),
        url('../fonts/GothamProMedium/GothamProMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProLight';
    src: url('../fonts/GothamProLight/GothamProLight.eot');
    src: url('../fonts/GothamProLight/GothamProLight.eot%3F') format('embedded-opentype'),

        url('../fonts/GothamProLight/GothamProLight.woff') format('woff'),
        url('../fonts/GothamProLight/GothamProLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProItalic';
    src: url('../fonts/GothamProItalic/GothamProItalic.eot');
    src: url('../fonts/GothamProItalic/GothamProItalic.eot%3F') format('embedded-opentype'),

        url('../fonts/GothamProItalic/GothamProItalic.woff') format('woff'),
        url('../fonts/GothamProItalic/GothamProItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 16px/1.3 GothamPro, sans-serif;
    letter-spacing: .05em;
    color: #fff;
    background: #fff;
    padding: 0;
    /*padding-left: 300px;*/
    margin: 0;
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.quote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: url("../img/quote2.png") no-repeat left top;
    background-size: contain;
}

.header .quote:before {
    background-image: url("../img/quote.png");
    width: 12px;
    height: 10px;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0 0 20px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-white {
    border: 2px solid rgb(255, 255, 255);
    display: block;
    height: 40px;
    line-height: 34px;
    margin: auto;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "GothamPro", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    width: 211px;
    margin-bottom: 11px;
}

h1 {
    margin: 0;
    font-size: 60px;
    font-family: "cormorantsemibold";
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
}

.slide,
.article-slide {
    border-bottom: 2px solid rgb(116, 95, 62);
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 33px;
    padding-top: 111px;
}

.article-slide {
    border-top: 2px solid rgb(116, 95, 62);
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 18px;
    margin-bottom: 19px;
}

.slide-header,
.article-slide-header {
    border-top: 2px solid rgb(116, 95, 62);
    position: relative;
    font-size: 18px;
    font-family: "GothamProMedium";
    color: rgb(116, 95, 62);
    letter-spacing: .05em;
    text-align: center;
    text-align-last: center;
    margin-bottom: -2px;
}

.article-slide-header {
    border-top: none;
    padding-bottom: 20px;
}

.slick-dots li {
    border: 2px solid rgb(116, 95, 62);
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 18px;
}

.slick-dots li button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    line-height: 20px;
    width: 12px;
    margin-top: -6px;
    height: 12px;
    content: '';
    background-color: transparent;
    border-radius: 0;
    text-align: center;
}

.slick-prev,
.slick-next {
    width: 20px;
    height: 40px;
    background: url("../img/arrow.png") no-repeat center center;
    top: 100%;
    margin-top: 51px;
    border: none;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
    background-image: url("../img/arrow2.png");
}

.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before,
.slick-dots li:focus button:before {
    background-color: rgb(172, 172, 172);
}

.head-slider {
    margin-top: 48px;
    margin-bottom: 90px !important;
}

.article-slider {
    margin-top: 29px;
    margin-bottom: 132px !important;
}

.slide-header span,
.article-slide-header span {
    background: #fff;
    display: inline-block;
    width: auto;
    position: relative;
    top: -23px;
    max-width: 230px;
}

.article-slide-header span {
    top: -14px;
    max-width: 100%;

    padding: 0 10px;
}

.slide ul li {
    padding-left: 17px;
    letter-spacing: .13em;
    line-height: 1.44;
    position: relative;
    margin-bottom: 7px;
}

.slide ul li:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgb(10, 16, 24);
}

.slide-header:before {
    content: '';
    position: absolute;
    top: -91px;
    left: 0;
    /* margin-left: -20px; */
    width: 100%;
    height: 50px;
    background: url(../img/bottom2.png) no-repeat center bottom;
    background-size: contain;
}

.header h1 + p {
    letter-spacing: .075em;
    margin: 0;
    font-family: GothamProLight;
}

.contact-bottom h2 + p {
    margin-bottom: 40px;
}

.advice-form {
    padding-top: 4px;
}

.header {
    background: url("../img/back.jpg") no-repeat right -140px bottom;
    background-size: cover;
    position: relative;
    padding-top: 72px;
    color: #fff;
}

.header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/sky.png") no-repeat right top;
}

@media (max-width: 992px) {
    .header::before {
        content: none;
        display: none;
        background: none;
    }

}

.container {
    margin: auto;
    max-width: 1384px;
}

.clearfix {
    content: '';
    width: 100%;
    display: table;
    clear: both;
}

.quote {
    font-family: GothamProItalic;
    font-size: 16px;
    position: relative;
    padding-top: 32px;
    max-width: 600px;
    letter-spacing: 0.12em;
    margin-top: 23px;
    line-height: 1.35;
    margin-bottom: 30px;
}

.header .quote {
    margin-top: 26px;
    font-size: 12px;
    padding-top: 15px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    /* letter-spacing: 0.01em; */


}

.protect {
    padding-top: 26px;
}

.advantage {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 112px;
    width: 100%;
    margin-top: 48px;
    margin-bottom: 12px;
}

.advantage-item {
    margin: 0;
    font-family: cormorantbold;
    font-size: 22px;
    display: inline-block;
    vertical-align: top;
    max-width: 175px;
    margin-bottom: 18px;
    text-align: center;
}

.advantage-item .advantage-item-header span {
    line-height: .7;
    vertical-align: top;
}

.advantage-item:first-child .advantage-item-header span {
    line-height: .2;
}


.container {
    position: relative;
}

.advantage-item-header {
    background: url("../img/bottom.png") no-repeat center bottom;
    height: 33px;
    line-height: .7;
    background-size: contain;
}

.advantage-item:first-child {
    max-width: 135px;
    font-size: 35px;
}

.advantage-item:nth-child(2) {
    margin-bottom: 30px;
}

.advantage-item p {
    font-size: 11px;
    font-family: "GothamPro", sans-serif;
}

.btn-white:hover,
.btn-white:focus {
    background-color: rgb(255, 255, 255);
    color: rgb(19, 50, 91);

}

.contact-info-item {
    position: relative;
    letter-spacing: .075em;
    font-size: 14px;
    padding: 26px 0 6px;
    margin-bottom: 24px;
}
.contact-info-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.contact-info {
    padding: 10px 0;
}

.contact-info-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7.5px;
    background-color: rgb(255, 255, 255);

    width: 15px;
    height: 1px;
}

.contact-info-item:after {
    content: '';
    width: 25px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -12.5px;
    background: url("../img/phone.png") center center no-repeat;
}

.contact-info-item.email-item:after {
    background-image: url("../img/email.png");
}

.extra {
    font-size: 11px;
    color: rgb(82, 96, 115);
    display: block;
    margin: auto;
    max-width: 220px;
}

.head-footer span {
    font-size: 12px;
    letter-spacing: 0.015em;
    font-family: "GothamProLight";
    color: rgb(255, 255, 255);
    display: inline-block;
    float: left;
    padding-top: 5px;
}

.head-footer {
    border-top: 1px solid rgb(51, 69, 93);
    max-width: 238px;
    margin: 15px auto 20px;
    padding: 9px 0 20px;
}

.head-footer::after {
    content: '';
    width: 100%;
    clear: both;
    display: table;
}

#canvas::after {
    content: '';
    width: 100%;
    clear: both;
    display: table;
}

.social {
    float: right;
}

.navbar-nav li {
    font-size: 20px;
    font-family: "cormorantlight";
    text-transform: uppercase;
    padding: 8px 60px;
}

.navbar-nav li:hover {
    font-family: "cormorantbold";
    background-color: rgb(17, 45, 84);
    box-shadow: inset 0px 2px 1px 0px rgba(0, 1, 5, 0.24);

}

.navbar {
    text-align: center;
}

.social a {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #555e69;
    width: 20px;
    height: 20px;
    margin-left: 3px;
    font-size: 14px;
    color: #555e69;
    line-height: 18px;
    text-align: center;
}

#canvas {
    /*width: 304px;*/
    /*display: inline-block;*/
    /*float: left;*/
    /*left: 0;*/
    /*max-height: 100vh;*/
    width: 100%;
    min-height: 40px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    /*background-color: rgb(19, 50, 91);*/
    /*top: 0;*/
    /*-webkit-transform: translateX(0);*/
    /*-moz-transform: translateX(0);*/
    /*-ms-transform: translateX(0);*/
    /*-o-transform: translateX(0);*/
    /*transform: translateX(0);*/
    /*-webkit-transition: .5s ease all;*/
    /*-moz-transition: .5s ease all;*/
    /*-o-transition: .5s ease all;*/
    /*transition: .5s ease all;*/
    /*position: fixed;*/
}

.display-nav #canvas {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
    z-index: 250;
}

.navbar {
    padding: 40px 0;
    top: 0;
    /*height: 100%;*/
    /*min-height:100vh;*/
    /*position: absolute;*/
    /*left: -300px;*/
    padding: 0;
    background-color: rgb(19, 50, 91);
    z-index: 20;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.navbar-toggle {
    float: left;
    margin: 20px 25px;
    padding: 0;
    border: none;
    background: transparent;
    display: block;
    cursor: pointer;
    outline: none;
}

.navbar-toggle:not(.collapsed) .icon-bar:last-child {
    transform: rotate(38deg);
    transform-origin: right;
    background: #fff;
}

.navbar-toggle:not(.collapsed) .icon-bar:first-child {
    transform: rotate(-38deg);
    transform-origin: right;
    background: #fff;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle .icon-bar {
    background-color: #745f3e;
    width: 26px;
    height: 3px;
    display: block;
    border-radius: 1px;
    -webkit-transition: transform .3s ease, opacity .3s ease;
    -moz-transition: transform .3s ease, opacity .3s ease;
    -ms-transition: transform .3s ease, opacity .3s ease;
    -o-transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease;
}

.home .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

main {
    width: 100%;
    min-height: 100vh;
}

main section {
    display: inline-block;
    padding: 0 20px;
    /*min-height: 922px;*/
    width: 100%;
    color: rgb(10, 16, 24);
}

.navbar-collapse {
    overflow-x: visible;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.navbar-collapse.in {
    overflow-y: auto;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

h1 {
    font-size: 24px;
    font-family: "cormorantmedium";
    margin-bottom: 22px;

}

.spec {
    padding-top: 46px;
}

.spec p {
    margin: 0 0 20px;
}

.protect p {
    margin-bottom: 30px;
}

.slide p {
    margin: 0;
    margin-bottom: 20px;
}

.slick-dots {
    bottom: -61px;
}

strong {
    letter-spacing: -.05em;
    font-family: GothamProMedium;
}

.hover-list {
    padding-top: 12px;
    margin-bottom: 50px;
}

h2 {
    font-size: 24px;
    font-family: "GothamPro", sans-serif;
    letter-spacing: .05em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h3 {
    color: rgb(116, 95, 62);
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
}

.form-header {
    font-size: 21px;
    padding-bottom: 32px;
    letter-spacing: .05em;
}

.affair-box {
    border: 2px solid rgb(116, 95, 62);
    display: flex;
    flex-flow: row wrap;
    margin-top: 23px;
    margin-bottom: 26px;
}

.affair-box + .two-column {
    padding-top: 13px;
}

.affair-box + .two-column p {
    margin-bottom: 34px;
    padding-top: 4px;
}

.hover-list > li:last-child {
    margin-bottom: 7px;
}

.col-2 {
    padding: 23px 5px 0px 20px;
}

.contact-form {
    border: 2px solid rgb(116, 95, 62);
    padding: 28px 22px 21px;
}

.contact-form .col-3 {
    padding: 0;
    position: relative;
    max-width: 550px;
}

.form-control {
    border: 1px solid rgb(136, 136, 136);
    width: 100%;
    height: 35px;
    font-size: 16px;
    font-family: "GothamProLight";
    color: rgb(10, 16, 24);
    margin-bottom: 35px;
    padding: 0 10px;
    line-height: 35px;
    letter-spacing: 0.05em;
    outline: none;
}

textarea.form-control {
    height: 223px;
    margin-bottom: 24px;
}

textarea.form-control--contact-form,
.form-control--contact-form {
    margin-bottom: 25px;
}

.g-recaptcha {
    margin-bottom: 20px;
}

#mapField {
    /*width: 100%;*/
    height: 710px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 38px;
}

.contact-bottom {
    padding-top: 35px;
}

input[type=checkbox] {
    padding: 0;
    float: left;
    border: 2px solid rgb(116, 95, 62);
    width: 20px;
    height: 20px;
    margin: 0;
    display: inline-block;
    margin-top: 2px;

}

.label-wrapper label,
.label-wrapper input {
    display: table-cell;
    vertical-align: top;
}

label {
    display: inline-block;
    padding-left: 13px;
    font-size: 14px;
    font-family: "GothamProLight";
    color: rgb(136, 142, 150);

}

input[type=checkbox]:checked:before {
    content: url('../img/tick.png');
    position: absolute;
    right: -8px;
    top: -12px;
}

.contact-form .hidden-part {
    display: none;
}

select,
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.select-wrapper {
    position: relative;
}

.select-wrapper:before {
    content: '';
    position: absolute;
    right: 19px;
    top: 0;
    width: 20px;
    height: 35px;
    border-left: 1px solid rgb(136, 136, 136);
    z-index: 9;
}

.label-wrapper {
    display: table;
    table-layout: fixed;
    padding-top: 3px;
    padding-bottom: 23px;
}

.select-wrapper:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: rgb(136, 136, 136) transparent transparent transparent;
    z-index: 9;
    position: absolute;
    right: 12px;
    top: 13px;
}

.btn {
    display: block;
    cursor: pointer;
}

.side-screen .btn-readmore,
.btn-readmore {
    font-size: 14px;
    color: rgb(116, 95, 62);
    border: 2px solid rgb(116, 95, 62);
    width: 210px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;

}

.spec p span {
    font-family: cormorant;
    font-weight: bold;
}

.btn-readmore:hover,
.btn-readmore:focus {
    background: rgba(0, 0, 0, 0.239);
    font-family: GothamProMedium;
    color: rgb(116, 95, 62);
}

.hidden-box {
    display: none;

}

.side-screen {
    font-size: 16px;
    font-family: "GothamPro", sans-serif;
    color: rgb(10, 16, 24);
    text-transform: none;
    display: block;
    padding: 20px 0 0 26px;
    background: url(../img/lady-justice.jpg) no-repeat center center;
    background-size: cover;
}

.side-screen ul li {
    margin-bottom: 25px;
}

.side-screen ul li:before {
    content: '-';
    width: 13px;
    height: 10px;
    display: inline-block;
    position: relative;
}

.side-screen .btn-readmore {
    margin-top: 10px;
    text-decoration: none;
    /* display: none; */
}

.side-screen ul {
    padding: 8px 10px 0 0;
}

.hover-list > li {
    position: relative;
    font-size: 14px;
    padding-left: 30px;
    height: 65px;
    line-height: 65px;
    text-transform: uppercase;
    letter-spacing: .05em;
    cursor: pointer;
}

.service-info > ul > li,
.two-column > ul > li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}

.two-column > ul > li {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.25;
}

.service-info__link {
    text-align: right;
    display: inline-block;
    color: rgb(19, 50, 91);
    float: right;
}

.service-info a {}

.two-column > ul {
    padding-bottom: 13px;
}

.service-info > ul {
    margin-top: -5px;
}

.service-info > ul > li:before,
.two-column > ul > li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgb(10, 16, 24);
}

.hover-list > li.active span:before,
.hover-list > li:hover span:before {
    content: url(../img/star.png);
    left: -34px;
    top: -5px;
    background: transparent;
}

.hover-list > li span:before {
    content: '';
    position: absolute;
    left: -24px;
    top: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgb(10, 16, 24);
}

/*.hover-list>li:before{*/
/*content: '';*/
/*position: absolute;*/
/*left: 7px;*/
/*top: 14px;*/
/*width: 5px;*/
/*height: 5px;*/
/*border-radius: 50%;*/
/*background: rgb(10, 16, 24);*/
/*}*/
.hover-list > li.active,
.hover-list > li:hover {
    font-size: 18px;
    color: rgb(116, 95, 62);

}

/*.hover-list>li.active:before,.hover-list>li:hover:before{*/
/*content: url(../img/star.png);*/
/*left: -3px;*/
/*top: 0px;*/
/*background: transparent;*/
/*}*/


.header h1 {
    font-size: 30px;
    font-family: cormorantsemibold;
    margin-bottom: 16px;
}

.contact-bottom h2 {
    font-family: cormorantmedium;
    margin-bottom: 43px;
}

.contact-bottom .btn-readmore {
    margin: 2px auto;
}

.header h1 + p span,
.contact-bottom h2 + p span {
    font-family: GothamPro;
}

.extreme {
    z-index: 999;
    font-size: 16px;
    font-family: "GothamPro", sans-serif;
    border: 2px solid rgb(116, 95, 62);
    width: 447px;
    height: 89px;
    padding-right: 94px;
    text-align: left;
    letter-spacing: .04em;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 36px;
    padding-top: 21px;
}

.home .extreme {
    display: none !important;
}

.extreme:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 92px;
    border-left: 2px solid rgb(116, 95, 62);
    background: url("../img/phone_brown.png") no-repeat center center;

}

.extreme span {
    display: block;
    font-family: GothamProMedium;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: .05em;
}

.protect .col-1 {
    display: none;
}

.hover-list > li span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

.contact-body p span {
    color: #13325b;
}

.location {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    height: 248px;
    margin-bottom: 36px;
    width: calc(100% + 40px);
}

.contact {
    padding-top: 125px;
    padding-bottom: 100px;
}

.link-list-wrapper {
    border: 2px solid rgb(116, 95, 62);
    margin-top: 64px;
    padding: 6px 23px 24px;
}

.link-list > li,
.court-list > li {
    position: relative;
    font-size: 13px;
    margin-bottom: 22px;
}

.link-list > li:before,
.court-list > li:before {
    content: '';
    position: absolute;
    left: -23px;
    top: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgb(10, 16, 24);
}

.link-list a {
    /* text-decoration: underline; */
}

.link-list li:hover a,
.link-list li:focus a {
    text-decoration: none;
}

.link-list {
    padding-top: 20px;
    padding-left: 25px;
}

.court-list a {
    border-bottom: 1px solid currentcolor;
    transition: border 0.2s;
    /* text-decoration: underline; */
    position: relative;
}

.court-list a:hover,
.court-list a:focus {
    /* color:#13325b; */
    border-bottom-color: transparent;
}

.tooltip {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -40px;
    margin-left: 100px;
    background-color: rgb(233, 233, 233);
    padding: 5px 17px;
    font-size: 18px;
    color: rgb(128, 128, 128);
    min-width: 560px;
}

.tooltip:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -10px;
    border-radius: 4px;
    background-color: rgb(233, 233, 233);
    width: 41px;
    height: 41px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tooltip span {
    position: relative;
}

.court-list > li {
    margin-bottom: 22px;
    letter-spacing: .1em;
    line-height: 1.7;
}

.court-list > li:before {
    left: -20px;
    top: 7px;
}

.court-list {
    padding: 8px 0 11px 23px;
}

body:not(.home) h1 {
    max-width: 650px;
}

.return {
    margin-top: 15px;
    display: inline-block;
    position: relative;
    padding-left: 36px;
    font-size: 14px;
    color: rgb(116, 95, 62);
    text-transform: uppercase;
}

.return:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 100%;
    background: url("../img/r-arrow.png") left center no-repeat;
}

.to-home {
    height: 18px;
    line-height: 22px;
    margin-bottom: 50px;
}

.to-home:before {
    background-image: url("../img/home.png");
}

.price-info {
    border-top: 1px solid rgb(116, 95, 62);
    margin-top: 45px;
    padding-top: 33px;
}

.price-item {
    margin-bottom: 51px;
}

.showmore {
    display: block;
    width: 170px;
    font-size: 14px;
    color: rgb(116, 95, 62);
    text-transform: uppercase;
    text-align: left;
    padding-left: 32px;
    line-height: 2.8;
    position: relative;
    margin: auto;
}

.article-header {
    font-size: 18px;
    color: rgb(19, 50, 91);
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    display: block;
    margin-bottom: 14px;
}

.article-image {
    border: 2px solid rgb(116, 95, 62);
    padding: 10px;
    height: 292px;
    margin-bottom: 30px;
}

.article-image span {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.showmore:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url("../img/rotate.png") left center no-repeat;
}

.article-item {
    margin-bottom: 44px;
}

.article-list {
    margin-top: 33px;
}

.article-item .btn-readmore {
    height: 35px;
    width: 182px;
    font-size: 12px;
    line-height: 31px;
    letter-spacing: .05em;
}

.service-info {
    border-bottom: 1px solid rgb(116, 95, 62);
    margin-top: 40px;
    padding-bottom: 26px;
}

.service-info h1 {
    margin-bottom: 14px;
}

.service-info:last-of-type {
    border-bottom: none;
    padding-bottom: 10px;
}

.service-info-wrapper {
    padding-top: 5px;
}

.service-links a {
    display: inline-block;
    width: 100%;
    text-decoration: underline;
    color: rgb(19, 50, 91);
    line-height: 2;
    font-size: 18px;
}

.service-links a:hover,
.service-links a:focus,
.service-info a:hover,
.service-info a:focus {
    text-decoration: none;
}

.service .contact-form {
    margin-top: 68px;
}

table {
    width: 100%;
    border-collapse: separate;
    margin-top: 34px;
    border-spacing: 0 8px;
    margin-bottom: 4px;
}

th,
td {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    background-color: rgb(19, 50, 91);
    height: 52px;
    border-radius: 0 5px 5px 0;
    /*border-bottom: 8px solid #fff;*/
    padding: 5px 10px;
    position: relative;
    font-weight: normal;
}


th:first-child,
td:first-child {
    border-radius: 5px 0 0 5px;
    width: 70%;
}

td {
    font-size: 14px;
    color: rgb(10, 16, 24);
    background-color: rgb(242, 242, 242);
}

.service-links {
    padding: 12px 0 0px;
}

.service .hover-list > li span:before,
.service .hover-list > li:before {
    display: none;
}

.service .hover-list > li,
.service .hover-list > li.active {
    padding-left: 0;
    font-size: 14px;
    color: rgb(10, 16, 24);
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 1.2;
    height: auto;
    margin-bottom: 25px;
}

.service .hover-list > li span {
    text-decoration: underline;
    line-height: 1.25;
}

.service .hover-list > li.active span,
.service .hover-list > li:hover span,
.service .hover-list > li:focus span {
    text-decoration: none;
}

.service .affair-box .col-2 {
    padding-top: 13px;
}

.service .affair-box:last-of-type {
    margin-bottom: 110px;
}

.service .affair-box .side-screen {
    font-size: 14px;
    line-height: 1.25;
    padding: 50px 25px 29px 30px;

}

.service .hover-list {
    padding-top: 20px;
    margin-bottom: 10px;
}

@media(min-width: 500px) {
    .header {
        background-position: right top;

    }
}

@media(min-width: 992px) {
    .service .contact-form {
        margin-top: 128px;
    }

    .service .hover-list > li:before {
        content: '';
        position: absolute;
        left: 7px;
        top: 14px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        display: block;
        background: rgb(10, 16, 24);
    }

    .service .hover-list > li,
    .service .hover-list > li.active,
    .service .hover-list > li:hover,
    .service .hover-list > li:focus {
        padding-left: 40px;
        font-size: 18px;
        height: auto;
        font-family: GothamPro;
        color: rgb(10, 16, 24);
        margin-bottom: 37px;
        position: relative;
    }

    .service .hover-list {
        padding-top: 5px;
        margin-bottom: 0px;
    }

    .service-links {
        padding: 0;
        margin-top: -18px;
        display: flex;
        flex-flow: row wrap;
        max-width: 680px;
    }

    th,
    td {
        padding: 5px 37px;
    }

    .service .affair-box .col-2 {
        padding: 23px 5px 0px 10px;
    }

    .service .affair-box .side-screen {
        font-size: 18px;
        padding: 82px 75px 82px 75px;
        margin-top: 24px;
    }

    .two-column > ul > li {
        font-size: 18px;
    }

    .service-info__link {
        max-width: 500px;
    }

    .service-links a {
        width: 50%;
    }

    table {
        margin-top: 27px;
        margin-bottom: 33px;
    }

    .service-info-wrapper {
        padding-top: 18px;
    }

    .service-info h1 {
        margin-bottom: 36px;
    }

    .service-info ul {
        margin-top: 30px;
    }

    .service-info ul > li {
        margin-bottom: 22px;
    }

    .service-info {
        padding-bottom: 32px;
    }

    .service-info:last-of-type {
        padding-bottom: 0;
        margin-bottom: 79px;
    }

    .article-slider {
        margin-top: 93px;
        margin-bottom: 200px !important;
    }

    .article-slide {
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .article-list {
        margin-top: 69px;
    }

    .article-image {
        height: 340px;
        width: 340px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .article-header {
        font-size: 24px;
        padding-top: 5px;
        margin-bottom: 24px;
    }

    .article-item .btn-readmore {
        height: 40px;
        width: 210px;
        font-size: 14px;
        line-height: 36px;
        margin-top: 35px;
    }

    .article-item {
        margin-bottom: 98px;
        position: relative;
        padding-left: 390px;
        min-height: 340px;
        max-width: 1285px;
    }

    .showmore {
        margin-top: -26px;
    }

    p {
        margin: 0 0 24px;
    }

    .return {
        margin-top: 2px;
    }

    .to-home {
        margin-top: 40px;
    }

    .court-list > li {
        margin-bottom: 16px;
        letter-spacing: .13em;
        line-height: 1.7;
        padding-left: 11px;
        font-size: 16px;
    }

    .court-list {
        padding-top: 0;
    }

    .court-list > li:before {
        top: 10px;
    }

    .link-list {
        padding-top: 30px;
        margin: auto;
        max-width: 610px;
    }

    .link-list > li:before {
        left: -35px;
        top: 6px;
    }

    .link-list-wrapper {
        margin-top: 64px;
        padding: 41px 50px 83px 63px;
    }

    .link-list > li {
        font-size: 18px;
        margin-bottom: 26px;
    }

    .contact-half {
        float: left;
        display: inline-block;
        max-width: 480px;
        width: auto;
        margin-right: 65px;
        margin-top: 20px;
    }

    .location {
        margin-top: 78px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 28px;
        width: 100%;
    }

    .contact-half p {
        margin: 0;
    }

    .extreme {
        display: block;
        top: -140px;
        z-index: 999;
    }

    .contact {
        padding-top: 189px;
    }

    .navbar-toggle .icon-bar {
        width: 49px;
        height: 6px;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 7px;
    }

    .navbar-toggle {
        float: left;
        margin: 15px;
    }

    .navbar-toggle:not(.collapsed) .icon-bar:last-child {
        transform: rotate(32deg);
    }

    .navbar-toggle:not(.collapsed) .icon-bar:first-child {
        transform: rotate(-32deg);
    }

    body {
        font-size: 18px;
    }

    .header .quote {
        margin-top: 139px;
        font-size: 30px;
        padding-top: 35px;
        max-width: 600px;
    }

    .header .quote:before {
        width: 32px;
        height: 30px;
    }

    .header h1 {
        font-size: 60px;
        margin-bottom: 2px;
        letter-spacing: .025em;
        white-space: nowrap;
    }

    .container {
        max-width: 850px;
    }

    .header {
        padding-top: 284px;
    }

    .advantage-item p {
        font-size: 18px;
    }

    .advantage-item .advantage-item-header span {
        line-height: .5;
    }

    .advantage-item-header {
        height: 53px;
        line-height: .4;
    }

    .advantage-item {
        font-family: cormorantregular;
        font-size: 36px;
    }

    .advantage-item:first-child .advantage-item-header span {
        line-height: .1;
    }

    .advantage {
        justify-content: space-between;
        max-width: 670px;
        margin-top: 230px;
        margin-bottom: 50px;
    }

    .advantage-item:first-child {
        font-size: 59px;
    }

    h1 {
        font-size: 48px;
        font-family: "cormorantmedium";
        margin-bottom: 52px;
        letter-spacing: 0.046em;
    }

    .spec {
        padding-top: 120px;
    }

    .spec p {
        margin: 0 0 52px;
    }

    .affair-box {
        margin-top: 55px;
        margin-bottom: 59px;
        padding: 18px 90px 102px;
    }

    h2 {
        font-size: 36px;
        font-family: "GothamProMedium";
        margin-bottom: 10px;
    }

    .hover-list {
        padding-top: 22px;
        margin-bottom: 0;
    }

    .hover-list > li {
        position: relative;
        font-size: 18px;

        height: 60px;
        margin: 0;
        margin-bottom: 10px;
        line-height: 60px;
        padding: 0;
        padding-left: 40px;
    }

    .hover-list > li.active,
    .hover-list > li:hover {
        font-size: 24px;
        color: rgb(116, 95, 62);
        font-family: GothamProMedium;
    }

    .hover-list > li span:before {
        content: '';
        position: absolute;
        left: -34px;
        top: 7px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: rgb(10, 16, 24);
    }

    .hover-list > li.active span:before,
    .hover-list > li:hover span:before {
        content: url(../img/star.png);
        left: -44px;
        top: 2px;
        background: transparent;
    }

    h3 {
        font-family: GothamProMedium;
        font-size: 24px;
        margin-bottom: 25px;
    }

    .side-screen p {
        margin-bottom: 14px;
    }

    .side-screen {
        margin-top: 44px;
        font-size: 18px;
        padding: 38px 17px 25px;
    }

    .side-screen .btn-readmore {
        display: block;
        float: right;
        margin-top: 22px;
        width: 215px;
        letter-spacing: .05em;
    }

    .spec p span {
        font-family: GothamProMedium;
        font-weight: normal;
    }

    .affair-box + .two-column {
        padding-top: 2px;
    }

    .contact-form {
        padding: 59px 105px 39px 100px;
        margin-top: 76px;
        position: relative;
        border-right: none;
        min-height: 468px;
    }

    .form-header {
        font-size: 36px;
        font-family: GothamProMedium;
        padding-bottom: 30px;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .form-control {
        width: 361px;
    }

    .label-wrapper {
        max-width: 240px;
        float: right;
        margin-right: 50px;
    }

    .select-wrapper {
        display: inline-block;
    }

    .contact-form:before {
        content: '';
        position: absolute;
        right: -74px;
        bottom: -1px;
        width: 350px;
        height: 120%;
        background: url("../img/form-man2.png") right bottom no-repeat;
    }

    .contact-form:after {
        content: '';
        height: 2px;
        width: 90px;
        position: absolute;
        right: -74px;
        bottom: -2px;
        background: rgb(116, 95, 62);
    }

    .protect p {
        margin-bottom: 42px;
    }

    .protect {
        padding-top: 65px;
    }

    .protect h1 {
        margin-bottom: 25px;
    }

    .quote {
        font-size: 30px;
        padding-top: 29px;
        letter-spacing: 0.05em;
        margin-top: 57px;
        line-height: 1.2;
        margin-bottom: 49px;
    }

    .part-2 {
        padding-top: 74px;
    }

    .slide ul {
        max-width: 90%;
        margin: auto;
        padding-top: 20px;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .slide {
        padding-bottom: 27px;
    }

    .slide ul li {

        width: 40%;
        float: left;
    }

    .head-slider {
        margin-top: 61px;
        margin-bottom: 168px !important;
    }

    main section {
        padding: 0 72px;
    }

    .contact-bottom h2 {
        margin-bottom: 29px;
        font-size: 48px;
    }

    .slick-dots {
        bottom: -80px;
    }

    .slick-prev,
    .slick-next {
        margin-top: 70px;
    }

    .contact-bottom h2 + p {
        margin-bottom: 44px;
    }

    textarea.form-control {
        margin-bottom: 29px;
    }

    .advice-form {
        padding-top: 19px;
        max-width: 536px;
    }

    .contact-bottom .btn-readmore {
        margin: 0;
    }

    #mapField {
        width: 100%;
        height: 915px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 87px;
    }
}

@media(min-height: 580px) and (min-width: 1200px) {
    .navbar {
        /*  position: fixed;
        top: 35vh;
        left: 0;
        width: 304px;
        margin-top: -311px; */
        padding: 10px 0;
        /* height: 100vh; */
    }

}

@media(min-height: 800px) and (min-width: 1200px) {
    .navbar-nav li {
        margin-bottom: 12px;
    }
}

@media(min-width: 1200px) {
    .label-wrapper {
        margin-right: 85px;
    }

    .two-column,
    .price-info {
        /*column-count: 2;*/
        display: flex;
        /*flex-flow: row wrap;*/
        flex-flow: column wrap;
        justify-content: space-between;
        width: 100%;
    }

    .price-info {
        max-height: 1500px;
    }

    .two-column > p,
    .two-column > *,
    .price-item {
        width: 48%;
        margin-right: 4%;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-collapse {
        width: auto;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    #canvas {
        width: 304px;
        display: inline-block;
        min-height: 100vh;
        position: relative;
        background-color: rgb(19, 50, 91);
    }

    body {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
    }

    main {
        width: calc(100% - 304px);
    }

    .contact-form:after,
    .contact-form:before {
        right: -72px;
    }

    .container {
        max-width: 100%;
    }

    .two-column > ul {
        margin-top: 0;
    }
}

@media(min-width: 1700px) {
    .service .affair-box h2 {
        margin-top: 0
    }

    .service .affair-box {
        padding-top: 53px;
    }

    .label-wrapper {
        margin-right: 50px;
    }

    .article-item .btn-readmore {
        margin-top: 68px;
    }

    .court-list > li:hover .tooltip {
        display: block;
    }

    .contact-body {
        padding-top: 30px;
    }

    .extreme {
        top: 0;
    }

    .contact {
        padding-top: 110px;
    }

    .location {
        margin-top: 15px;
    }

    .contact-form .col-3 {
        min-width: 540px;
        max-width: 650px;
    }

    .protect .col-1 {
        display: block;
    }

    .protect .container,
    .contact-bottom .container,
    .contact-body {
        display: flex;
        flex-flow: row wrap;
    }

    .price-info {
        max-height: 1300px;
    }

    #mapField {
        margin-top: 0;
    }

    .side-list li {
        border: 2px solid rgb(116, 95, 62);
        width: 466px;
        height: 466px;
        padding: 12px;


        text-align: center;
        font-size: 24px;
        font-family: "GothamProMedium";
        color: rgb(116, 95, 62);
        letter-spacing: .05em;
        margin-bottom: 60px;
        margin-right: 0;
        margin-left: auto;
    }

    .half {
        width: 50%;
    }

    .side-list span {
        display: inline-block;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        line-height: 466px;
        background: url(../img/back1.jpg) no-repeat center center;
        background-size: cover;
    }

    .side-list:nth-child(2) span {
        background-image: url("../img/back2.jpg");
    }

    .side-list:nth-child(3) span {
        background-image: url("../img/back3.jpg");
    }

    .side-list:nth-child(4) span {
        background-image: url("../img/back4.jpg");
    }

    .side-list--n span {
        position: relative;
    }

    .side-list--n span::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.8);
    }

    .side-list--n i {
        position: relative;
        z-index: 1;
        display: block;
        font-style: inherit;
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
    }

    .contact-form {
        padding-top: 39px;
        padding-right: 300px;
        display: flex;
        flex-flow: row wrap;
        height: 510px;
        border-right: 2px solid rgb(116, 95, 62);
    }

    .contact-form::before {
        right: 0;
        background-image: url("../img/form-man.png");
        width: 500px;
    }

    .contact-form::after {
        display: none;
    }

    .contact-form .quote {
        font-size: 18px;
        margin-top: 80px;
        left: -80px;
        max-width: 255px;
    }

    .col-3 {
        width: 55%;
    }

    .col-1 {
        width: 45%;
    }

    .section-header {
        padding-right: 470px;
    }

    .home .extreme {
        display: block !important;
    }

    .header {
        padding-top: 150px;
    }

    .col-2 {
        width: 50%;
    }

    .contact-info {
        padding: 30px 0 35px;
    }

    .head-footer {
        margin: 35px auto 0;
    }

    #canvas {
        /* padding: 322px 0; */
    }

    .header {
        padding-top: 290px;
    }

    .quote {
        margin-top: 137px;
    }

    .advantage {
        margin-top: 203px;
    }

    main section {
        padding: 0 9.5%
    }
}

@media(min-width: 1921px) {
    .contact-form .hidden-part {
        display: block;
    }

    .link-list {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-flow: column wrap;
        max-height: 1300px;
    }

    .link-list-wrapper {
        padding: 41px 115px 83px 115px;
    }

    .link-list > li {
        display: inline-block;
        max-width: 50%;
        width: 45%;
        margin-right: 10%;
    }
}



/*--ruz--*/
@media screen and (max-width: 1800px) {
    .header h1 {
        font-size: 42px;
    }

    .header {
        padding-top: 80px;
    }

}

@media screen and (max-width: 1400px) {
    .header {
        padding-top: 60px;
    }

    .header .quote {}

    /* .header__top-text {
        max-width: 
    } */
}

@media screen and (max-width: 991px) {
    .header h1 {
        font-size: 30px;
    }

    .header h1 + p {
        max-width: 60%;
        font-size: 14px;
    }

    .header .quote {
        max-width: 60%;
        margin-bottom: 20px;
    }

    .advantage-item p {
        margin-bottom: 0;
    }

    main section {
        /* padding-left: 15px;
        padding-right: 15px; */
    }

}

@media screen and (max-width: 400px) {
    .g-recaptcha {
        margin-right: -40px;
    }
}

@media screen and (max-width: 370px) {
    .g-recaptcha {
        margin-left: -33px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media screen and (max-width: 360px) {
    .g-recaptcha {}
}

@media screen and (max-width: 1200px) {

    #canvas {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: grid;
        grid-template-columns: 0.1fr 8fr;
        align-items: center;
    }
}
a.canvas-phone.is-open {
    display: none;
}
@media screen and (min-width: 1200px) {
    a.canvas-phone {
        display: none;
    }
}

/* Back top */
.back-to-top {
    z-index: 2;
    width: 50px;
    height: 50px;
    background-color: #12335a;
    /* border-radius: 10px; */
    overflow: hidden;
    text-indent: -99999px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    bottom: 50px;
    right: 3%;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.back-to-top.show:hover,
.back-to-top.show:active {
    opacity: 1;
}

.back-to-top.show {
    visibility: visible;
    opacity: 0.5;
    pointer-events: visible;
}

.back-to-top::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -4px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    background: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 1500px) {
    .back-to-top {
        right: 0.2%;
    }
}

@media screen and (max-width: 1024px) {
    .back-to-top {
        width: 45px;
        height: 45px;
    }
}

/* End Back top */

.main-tag-list-wrap {
    width: 100%;
}

.main-tag-list {
    padding: 0;
    text-align: center;
    max-width: 100%;
}

.main-tag-list > li::before {
    display: none;
    content: none;
}

.court-list .sub-cat-item {}

.court-list .sub-cat-item {}

.main-tag-list a.sub-cat-item-link,
.link-list a.sub-cat-item-link,
.court-list a.sub-cat-item-link,
.sub-cat-item-link {
    text-decoration: none;
    padding: 5px;
    font-weight: 700;
    border: 1px solid currentcolor;
}

.main-tag-list a.sub-cat-item-link:hover,
.main-tag-list a.sub-cat-item-link:active,
.sub-cat-item-link:hover {
    color: #13325b;
    border: 1px solid currentcolor;
}

/* .court-list .sub-cat-item::before {
    display: none;
    content: none;
}
 */

.clearfix::after {
    content: '';
    clear: both;
    display: table;
}


.text a {
    /* font-family: 'GothamProMedium'; */
    border-bottom: 1px solid currentcolor;
    transition: border 0.2s;
}

.text a:hover,
.text a:active {
    border-bottom-color: transparent;
}

@media (max-width: 1200px) {
    .navbar-collapse.in {

        height: 300px;
        height: 90vh;
        height: calc(100vh - 30px);
    }
}

.dev {
    display: block;
    margin: 10px 0;
}

.dev__link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: #555e69;
}

.dev__link:hover {
    color: #fff;
}

.dev__img {
    margin: 0 10px 0 0;
}

.extreme.btn {
    text-transform: uppercase;
    top: 95px;
    padding: 0;
    line-height: 2.5;
    text-align: center;
    height: auto;
}

.extreme.btn:before {
    display: none;
}

.banner-advokat-vodopyanov {
    display: block;
    max-width: 100%;
    margin: 0 0 20px;
}

a.canvas-phone {
    display: none
}

@media screen and (max-width:1199px) {
    a.canvas-phone {
        display: block;
        padding: 10px 20px;
        font: 20px 'GothamProLight';
        justify-self: center;
    }
}

.navbar button.navbar-toggle.collapsed + a.canvas-phone {
    display: none    
}