@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

img {
    vertical-align: middle;
    border: 0
}

body {
    font-size: 16px;
    line-height: 1.42857143;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    font-family: 'Fira Sans', sans-serif;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.current_page {
    color: #28b655 !important;
}

a {
    cursor: pointer;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    text-decoration: none;
    color: #000;

}

a:hover {
    color: #28b655
}

.color-nav ul li a {
    color: #000;
    font-size: 18px;
}

textarea {
    height: 200px;
}

input[type=text],
select,
textarea {
    text-align: center;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    resize: vertical;
    font-family: Open Sans, sans-serif;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;

    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 15px;
    padding: 10px 28px;
    font-size: 22px;

}

input[type=submit]:hover {

    -webkit-transition: .4s;

    -o-transition: .4s;

    transition: .4s;
    background-color: #45a049;
}



h1,
h2,
h3,
h4,
h6 {
    font-family: Avenir-Black, sans-serif
}

p,
span,
ul {
    font-family: OpenSans-Regular, sans-serif
}

.clear {
    clear: both
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.flex-item-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.flex-item-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.33333333%;
            flex: 0 0 16.33333333%;
    max-width: 8.66666667%
}

.flex-item-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%
}

.flex-item-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.flex-item-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.flex-item-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%
}

.flex-item-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.flex-item-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.flex-item-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%
}

.flex-item-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.flex-item-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.flex-item-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%
}

.center {
    text-align: center
}

.contact_text_center {
    text-align: center;
}

.contact_mail_header {
    color: #fff;
    text-shadow: #000 0px 0px 1px;
}

.hidden {
    display: none
}

.top_button {
    padding: 100px 0
}

.container-space {
    padding: 90px 0
}

.container-top-bottom {
    margin: 90px 0
}

.container-top {
    margin-top: 90px
}

.container-bottom {
    margin-bottom: 90px
}

.header-text {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 180px
}

.header-text.transform-text {
    text-transform: inherit
}

.text-uppercase {
    font-size: 30px;
    text-transform: uppercase
}

.text-header {
    font-size: 30px
}

.title-text {
    font-size: 21px;
    font-family: Avenir-Black, sans-serif
}

.block-half {
    width: 50%
}

.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center
}

.pull-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%)
}

.btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 700;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    font-family: Avenir-Black, sans-serif;
    padding: 15px 40px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    border-color: transparent;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    cursor: pointer


}

.btn-green {
    background-color: #7ed257;
    -webkit-box-shadow: 1 4px 1px #7ed257;
            box-shadow: 1 4px 1px #7ed257
}

.btn-green,
.btn-green:hover {
    -o-box-shadow: 0 4px 10px #7ed257
}

.btn-green:hover {
    -webkit-box-shadow: 0 8px 20px #28b655;
            box-shadow: 0 8px 20px #28b655;
    color: #000;
    background-color: #28b655
}

.btn-white {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .16);
            box-shadow: 0 4px 10px rgba(0, 0, 0, .16);
    color: #000;
}

.btn-white,
.btn-white:hover {
    -o-box-shadow: 0 4px 10px rgba(0, 0, 0, .16)
}

.btn-white:hover {
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
            box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
    color: #000
}

.btn-popup {
    font-size: 20px;
    color: #000;
    border: 0;
    background-color: transparent;
    font-family: Avenir-Black, sans-serif;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    text-decoration: none;
    cursor: pointer
}

.btn-popup:hover,
.link-text {
    color: #28b655
}

.link-text {
    font-weight: 900
}

.link-text:hover {
    color: #000
}

.position-fixed {
    position: fixed
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.page-name {
    height: 296px;
    line-height: 296px
}

.header {
    background-color: #efefef;
    height: 296px
}

.header .container {
    height: 100%
}

.header .container .display-flex .block-half img {
    max-width: 337px
}

.header .container .display-flex .text-header,
.read-more {
    font-family: Avenir-Black, sans-serif
}

.read-more {
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 20px;
    margin-top: auto;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.icon-arrow.icon-arrow-more {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    vertical-align: top;
    left: 0;
    margin-left: 5px;
    position: relative
}

.green-block {
    background-color: #7ed257
}

.green-block.small-block .top_button {
    padding-top: 0
}

.gray-block {
    background-color: #efefef
}

.gray-light-block {
    background-color: #fbfbfb
}

.green-block.white-block {
    background-color: #fff
}

.green-block.white-block .block-effect:hover {
    -o-box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
            box-shadow: 0 8px 20px rgba(0, 0, 0, .2)
}

.green-block.gray-block {
    background-color: #efefef;
    margin: 90px 0;
    text-align: left
}

.green-block.gray-block.atm-block .info-block {
    padding-right: 0;
    padding-left: 0
}

.green-block.gray-block.atm-block .info-block .info,
.green-block.gray-block.atm-block .info-block .read-more {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.green-block .flex-row {
    margin: 0 -20px
}

#partners .center h2 {
    color: #fff;
}

.green-block .info-block {
    background: #fff;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    height: 100%;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}

.green-block .info-block .aws-img-block {
    margin-top: 20px
}

.green-block .info-block img {
    width: 100%
}

.green-block .info-block .info {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}

.green-block .info-block .info h4 {
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    font-size: 21px;
    margin: 24px 0
}

.green-block .info-block .info p {
    padding-bottom: 40px
}

.form-styles {
    padding: 23px
}

.form-styles input {
    text-align: center;
    color: #000;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    font-family: Avenir-Black, sans-serif;
    font-size: 20px;
    line-height: 40px;
    display: block;
    border-radius: 0;
    cursor: text;
    -webkit-appearance: none
}

.form-styles input:focus::-webkit-input-placeholder {
    color: transparent
}

.form-styles input:focus:-moz-placeholder,
.form-styles input:focus::-moz-placeholder {
    color: transparent
}

.form-styles input:focus:-ms-input-placeholder {
    color: transparent
}

.form-styles ::-webkit-input-placeholder {
    color: #000
}

.form-styles ::-moz-placeholder {
    color: #000
}

.form-styles :-ms-input-placeholder {
    color: #000
}

.form-styles :-moz-placeholder {
    color: #000
}

.form-styles .input-styles {
    padding: 25px 0 40px
}

.form-styles .input-styles .mc-response-label.error {
    color: red
}

i {

    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none
}

.icon-linkedin:before {
    content: "\e90b";
    color: #242424;
    font-size: 250%;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.icon-linkedin:hover:before {
    color: #28b655
}

.icon-youtube:before {
    content: "\e90d";
    color: #242424;
    font-size: 250%;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.icon-youtube:hover:before {
    color: #28b655
}

.icon-github:before {
    content: "\e909";
    color: #242424;
    font-size: 250%;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.icon-github:hover:before {
    color: #28b655
}

.icon-google:before {
    content: "\e90a";
    color: #242424;
    font-size: 250%;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.icon-google:hover:before {
    color: #28b655
}

.icon-twitter:before {
    content: "\e90c";
    color: #242424;
    font-size: 250%;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.icon-twitter:hover:before {
    color: #28b655
}

.icon-facebook:before {
    content: "\e908";
    color: #242424;
    font-size: 250%;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.icon-facebook:hover:before {
    color: #28b655
}

.navbar-fix .icon-arrow,
.navbar-fix .icon-burger {
    cursor: pointer;
    font-size: 32px;
    display: none;
    padding-top: 8px;
}

.icon-burger:before {
    content: url("../images/gambourger.png");
    background-color: transparent
}

.icon-arrow:before {
    content: url("../images/arrow_gambourger.png");
    background-color: transparent
}

.icon-email:before {
    content: "\e907";
    background-color: transparent
}

.icon-phone:before {
    content: "\e906";
    background-color: transparent
}

.icon-map-marker:before {
    content: "\e905";
    background-color: transparent
}

.color-nav-responsive {
    background-color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.space-top {
    margin-top: 84px
}

.navbar-fix {
    z-index: 5;
    position: fixed;
    top: 0;
    height: 84px;
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.navbar-fix.white-color {
    background-color: #fff
}

.navbar-fix.color-nav {
    background-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -o-box-shadow: 0 4px 9px -7px #000;
    -webkit-box-shadow: 0 4px 9px -7px #000;
            box-shadow: 0 4px 9px -7px #000;
    height: 62px;
    z-index: 1000;

}

.navbar-fix.color-nav .logo,
.navbar-fix.color-nav .nav-bar {
    line-height: 54px
}

.navbar-fix.color-nav .logo a .gorgan-logo {
    height: 60px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.navbar-fix .container {
    background-color: rgba(255, 255, 255, 1);
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.navbar-fix.color-nav .nav-bar ul li {
    font-size: 16px;

}

.navbar-fix .logo {
    float: left;
    line-height: 84px
}

.navbar-fix .logo a {
    display: block
}

.navbar-fix .logo a .gorgan-logo {
    height: 80px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.navbar-fix .nav-bar {
    float: right;
    line-height: 84px;
    margin-right: 15px
}

.navbar-fix .nav-bar ul {
    list-style-type: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.navbar-fix .nav-bar ul li {
    display: inline;
    font-family: Avenir-Black, sans-serif;
    font-size: 18px;

}

.navbar-fix .nav-bar ul li a {
    color: #000;
    font-weight: 700;
}

.navbar-fix .nav-bar ul li a:hover {
    color: #28b655;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;

}

.navbar-fix .nav-bar ul li:not(:last-child) {
    padding-right: 24px
}

.navbar-fix .nav-bar ul li a.active {
    color: #28b655
}

.nav-up {
    top: -94px
}

.mc-error {
    color: red;
    font-family: OpenSans-Regular, sans-serif
}

#mc-general-error-partner,
#mc-general-error-project {
    padding-bottom: 40px;
    color: #28b655;
    font-family: OpenSans-Regular, sans-serif
}

.contact-page {
    background-image: url(/images/map.png);
    background-size: 1400px;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #efefef;
    margin-top: 84px
}

.contact-page .flex-row {
    margin: 0 -20px;
    padding-bottom: 70px
}

.contact-page .flex-row .map-block .contact-info {
    background: #fff;
    border-radius: 5px;
    height: 100%;
    margin-right: 20px;
    margin-left: 20px
}

.contact-page .flex-row .map-block .contact-info iframe {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.contact-page .flex-row .map-block .contact-info .wrapper-info {
    padding: 0 24px
}

.contact-page .flex-row .map-block .contact-info .wrapper-info h3 {
    font-size: 21px;
    line-height: 80px
}

.contact-page .flex-row .map-block .contact-info .wrapper-info .icons-links {
    padding: 21px 0;
    position: relative
}

.contact-page .flex-row .map-block .contact-info .wrapper-info .icons-links:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #efefef;
    top: 0;
    left: 0
}

.contact-page .flex-row .map-block .contact-info .wrapper-info .icons-links .icon-email,
.contact-page .flex-row .map-block .contact-info .wrapper-info .icons-links .icon-map-marker,
.contact-page .flex-row .map-block .contact-info .wrapper-info .icons-links .icon-phone {
    float: left;
    vertical-align: top;
    margin-right: 24px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.contact-page .flex-row .map-block .contact-info .wrapper-info .icons-links span {
    display: inline-block;
    width: calc(100% - 40px)
}

.contact-page .flex-row .map-block .contact-info .wrapper-info .icons-links:hover a,
.contact-page .flex-row .map-block .contact-info .wrapper-info .icons-links:hover i {
    color: #28b655
}

.contact-form {
    margin-bottom: 90px
}

.contact-form .flex-row {
    margin-right: -20px
}

.contact-form .flex-row .flex-item-12 .button {
    padding-right: 20px
}

.contact-form .form-styles {
    padding: 0
}

.contact-form .form-styles input {
    text-align: left
}

.contact-form .form-styles .input-styles {
    position: relative
}

.contact-form .form-styles .input-styles.space-input {
    padding-right: 20px
}

.contact-form .mc-error {
    position: absolute
}

.contact-form #mc-general-error .error-mc {
    position: fixed;
    right: 0;
    padding: 20px;
    color: #4f8a10;
    background-color: #dff2bf;
    bottom: 0;
    border-radius: 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}



.wrapper .main-page .main-text {
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
    width: 700px
}

.wrapper .main-page .main-text h1 {
    font-size: 60px;
    color: #fff;
    line-height: 61px;
    padding-top: 230px;
    text-shadow: #000 0px 0px 10px;
}

.wrapper .main-page .main-text h2 {
    font-size: 30px;
    color: #fff;
    padding-top: 20px;
    text-shadow: #000 0px 0px 10px;
}

.wrapper .main-page .top_button {
    text-align: center;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 100px
}

.wrapper .pictures-block {
    margin-bottom: 90px
}

.wrapper .pictures-block .flex-item-3 {
    text-align: center;
    padding: 0 20px
}

.wrapper .pictures-block .flex-item-3:not(:last-child) {
    border-right: 2px solid #efefef
}

.wrapper .pictures-block .flex-item-3 img {
    height: 128px
}

.wrapper .pictures-block .flex-item-3 h3 {

    font-size:15px;
    padding-top: 62px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
}


.wrapper .pictures-block .flex-item-3 .hover-effect {
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    height: 128px;
}

.wrapper .pictures-block .flex-item-3 .hover-effect:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2)
}

footer .media {
    padding: 90px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around
}

footer .media a {
    display: inline-block;
    cursor: pointer
}

footer .media a i {
    display: inline-block;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}



footer .map-background .container .flex-row .flex-item-3 {
    margin-top: 20px
}

footer .map-background .container .flex-row .flex-item-3 h4 {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 24px
}

footer .map-background .container {
    height: 100%;
    width: 100%;
}

footer .map-background .container .flex-row {
    width: 100%;
    height: 154px;
}

footer .map-background .container .flex-row .flex-item-6 ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    list-style: none;
    margin-left: 3%
}

.footer-left {
    background-image: url(../images/Left_field.png);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 191%;
    background-size: 200%;
}

.footer-right {
    position: relative;
    background-image: url(../images/Right_field.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    text-align: right;

    color: #fff;
    width: 100%;
    height: 100%;
    height: 191%;
    background-size: 200%;
}

.footer-contact {
    position: absolute;
    right: calc(3% + 15px);
    bottom: 15px;
}

footer .map-background .container .flex-row .flex-item-6 ul li {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: 15px;
    margin-bottom: 15px;


}

footer .map-background .container .flex-row .flex-item-6 ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}




footer .map-background .container .flex-row .flex-item-6 p {
    right: 0;
    bottom: 24px;
    position: fixed;

}

footer .map-background .container .flex-row .flex-item-6 a {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    bottom: 10px;
    text-shadow: #000 0px 0px 1px;

}


footer .map-background .container .flex-row .flex-item-6 a:hover {
    text-shadow: #000 0px 0px 4px;
    font-size: 20.5px;

}

/*footer .map-background .container .flex-row .flex-item-3 ul {
    vertical-align: bottom;
}



footer .map-background .container .flex-row .flex-item-3 .logo a img {
    height: 60px;
    margin-bottom: 20px
}

footer .map-background .container .flex-row .flex-item-3 .aws-logo {
    width: 100%
}

footer .map-background .container .flex-row .flex-item-3.block-info {
    padding-left: 40px
}
*/

.block-effect {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.block-effect.blog-content:hover {
    margin-top: 0;
    margin-bottom: 0
}

.block-effect.blog-content:hover a {
    color: #000
}

.block-effect:hover {
    margin-top: -4%;
    margin-bottom: 4%;
    -o-box-shadow: 0 18px 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 18px 20px rgba(0, 0, 0, .2);
            box-shadow: 0 18px 20px rgba(0, 0, 0, .2);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.block-effect:hover a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #000
}

.block-effect:hover .icon-arrow-more {
    opacity: 1;
    left: 10px;
    color: #28b655
}


.popup {
    background: #fff;
    border-radius: 5px;
    text-align: center
}

.popup h3 {
    text-transform: uppercase;
    line-height: 120px;
    background-color: #7ed257;
    border-radius: 4px 4px 0 0;
    font-size: 25px
}

.popup_back {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh!important;
    z-index: 100;
    cursor: pointer;
    background-color: #222
}

.popup_cont {
    position: fixed;
    z-index: 102
}

.preloader {
    z-index: 101;
    left: 50%;
    margin: -10px 0 0 -25px;
    position: fixed;
    top: 50%
}

div.popup {
    background: #fff;
    -o-box-shadow: 0 4px 10px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
            box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
    max-width: 500px;
    min-width: 400px;
    width: 50%
}

.popup_close {
    display: none
}


@-webkit-keyframes a {
    0% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    51% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@keyframes a {
    0% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    51% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

.line-animation,
.nav_anim {
    -webkit-animation: a 1s infinite;
    animation: a 1s infinite;
    display: inline
}


.about .title-text {
    width: 75%;
    margin: 0 auto;
    text-align: center
}

.about p {
    padding-bottom: 20px
}

.about .container-top {
    margin-right: -15px;
    margin-left: -15px
}

.about .container-top .flex-item-6 {
    padding: 0 15px
}

.gray-light-block.about img {
    width: 100%
}

.gray-light-block.about .flex-row {
    margin-left: -15px;
    margin-right: -15px
}

.gray-light-block.about .flex-row .flex-item-4 {
    padding: 0 15px
}

.gray-light-block.about .flex-row .flex-item-4 img {
    max-height: 178px
}

.gray-light-block.about .flex-row .flex-column {
    padding: 0 20px
}

.gray-light-block.about .flex-row .flex-column p {
    font-size: 21px
}

.quote .quote-block {
    background-color: #7ed257;
    position: relative;
    right: -16px;
    bottom: -16px;
    padding: 48px
}

.quote .quote-block h4 {
    font-size: 35px;
    padding-bottom: 20px
}

.quote .quote-block span {
    font-size: 90px;
    line-height: 70px;
    display: -webkit-box
}

.quote .quote-image-block {
    position: relative;
    top: -16px;
    z-index: -2;
    right: 16px
}

.quote img {
    width: 100%
}

.year {
    position: relative;
    font-weight: 700;
    font-size: 21px;
    font-family: Avenir-Black, sans-serif;
    margin: 0 20px
}

.year h3 {
    display: inline;
    padding: 0 12px;
    background-color: #fff
}

.year h3:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #efefef;
    left: 0;
    z-index: -1;
    top: 50%
}

.events .flex-row.full-screen {
    margin: 0 -20px
}

.events .flex-row .flex-item-4:first-child .year:before,
.events .flex-row .flex-item-4:nth-child(2) .year:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #efefef;
    left: 45px;
    z-index: -1;
    top: 50%
}

.events .flex-row .flex-item-4 img {
    width: 100%;
    border-radius: 5px
}

.events .flex-row .flex-item-4 .flex-row .flex-item-12 {
    padding: 0 20px
}

.events .flex-row .flex-item-4 .flex-row .flex-item-12:first-child,
.events .flex-row .flex-item-4 .flex-row .flex-item-12:nth-child(2) {
    padding-bottom: 40px
}

@media (min-width:800px) {
    .contacts_dep_border {
        border-right-style: inset;
        border-right-width: 2px;
        border-right-color: rgba(0, 0, 0, 0.3);
    }
    .container {
        width: 750px
    }
}
@media (max-width:1270px) {
    .contact_mail_img {
        background-image: url(../images/mail1.png);
        background-size: 94%;
        background-repeat: no-repeat;
    }
    .quote .quote-block h4 {
        font-size: 21px
    }
    .blog-block .container .section-content .flex-row .flex-item-12 .blog-post .blog-content h4 {
        font-size: 30px;
        margin-top: 10px
    }
    .blog-block .container .section-content .flex-row .flex-item-6 .blog-post .blog-content {
        display: inline;
        position: relative;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        line-height: 24px;
        -webkit-line-clamp: 4;
        -moz-line-clamp: 4;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        white-space: normal
    }
    .blog-block .container .section-content .flex-row .flex-item-6 .blog-post .blog-content:hover {
        color: #28b655
    }
    .blog-block .container .section-content .flex-row .flex-item-6 .blog-post .blog-content h4 {
        margin-top: 10px;
        overflow: hidden
    }
    .blog-block .container .section-content .flex-row .flex-item-6 .blog-post .blog-content .button {
        position: absolute;
        bottom: 10px
    }
    #kap_right {
        margin-left: -32px;
    }
    #dush_semka {
        margin-left: -79px;
    }
}
@media (min-width:993px) and (max-width:1270px) {
    .slider_mob .flex-item-4 {
        width: 42%;
        max-width: 42%;
    }
    .histoy_img img {
        width: 60%;
margin-left: 20%;
margin-bottom: 7%;    }
    .history_sl_img {
        height: 180px;
    }
}

@media (min-width:1020px) {
    .filter-group--compound button:hover {
        background-size: 100% 3px, auto;
    }
}
   .history_text_bl {
        text-align: justify;
    }
.history_text_bl ol{
    margin-left:5%;
}
@media (min-width:992px) {
.histoy_img img {
        width: 60%;
margin-left: 20%;
margin-bottom: 7%;    }
    .btn_about {
        margin: 0 auto 4em;


    }

    .contact_map_attr {
        height: 200%;
        width: 100%;
        border: 0;
    }
    .map_block {
        margin-bottom: 24%;
    }
    .contact_dep {
        height: 224px;
    }
    .contacts_top {
        height: 85vh;
        background-image: url(../images/contacts_hat.jpg);
        background-size: cover;
        background-position: bottom;
    }
    .container {
        width: 950px
    }

    /* М А Ш И Н А анимация начало*/
    .car_anim {
        height: 128px;
        position: relative;

    }
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0);
                    transform: rotate(0);
        }
        100% {
            -webkit-transform: rotate(360deg);
                    transform: rotate(360deg);
        }
    }
    @keyframes spin {
        0% {
            -webkit-transform: rotate(0);
                    transform: rotate(0);
        }
        100% {
            -webkit-transform: rotate(360deg);
                    transform: rotate(360deg);
        }
    }



    #wheel1 {

        -webkit-animation: spin 1.5s infinite linear;
        animation: spin 1.5s infinite linear;
        max-width: 100%;
        height: auto;
        width: 23%;
        margin-top: -17px;
    }
    #wheel2 {

        -webkit-animation: spin 1.5s infinite linear;
        animation: spin 1.5s infinite linear;
        max-width: 100%;
        height: auto;
        width: 23%;
        margin-right: -9%;
        margin-top: -31px;
        margin-left: 25%;
    }
    #truck {
        max-width: 100%;
        height: auto;
        z-index: 4;
        position: -webkit-sticky;
        position: sticky;
        margin-top:30px;

        -webkit-transform-origin: right center;

            -ms-transform-origin: right center;

                transform-origin: right center;
        -webkit-animation: bobbing 0.4s infinite ease-out forwards alternate;
                animation: bobbing 0.4s infinite ease-out forwards alternate;
    }
    @-webkit-keyframes bobbing {
        0% {
            -webkit-transform: rotate(0) translateY(0);
                    transform: rotate(0) translateY(0);
        }
        100% {
            -webkit-transform: rotate(0.5deg) translateY(3px);
                    transform: rotate(0.5deg) translateY(3px);
        }
    }
    @keyframes bobbing {
        0% {
            -webkit-transform: rotate(0) translateY(0);
                    transform: rotate(0) translateY(0);
        }
        100% {
            -webkit-transform: rotate(0.5deg) translateY(3px);
                    transform: rotate(0.5deg) translateY(3px);
        }
    }
    #seed {
        -webkit-animation: seed 0.4s infinite ease-in-out forwards alternate;
                animation: seed 0.4s infinite ease-in-out forwards alternate;
        height: 71px;
        z-index: 1;

        margin-top: -100px;
        margin-left: -126px;
        margin-right: 200%;
        position: absolute;
    }
    @-webkit-keyframes seed {
        0% {
            -webkit-transform: rotate(0) translateY(0);
                    transform: rotate(0) translateY(0);
        }

        100% {
            -webkit-transform: rotate(4deg) translateX(3px) translateY(3px);
                    transform: rotate(4deg) translateX(3px) translateY(3px);
        }
    }
    @keyframes seed {
        0% {
            -webkit-transform: rotate(0) translateY(0);
                    transform: rotate(0) translateY(0);
        }

        100% {
            -webkit-transform: rotate(4deg) translateX(3px) translateY(3px);
                    transform: rotate(4deg) translateX(3px) translateY(3px);
        }
    }


    .contact-info {
        height: 33%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 20px;
        font-weight: 600;

    }

    .contact-img {
        width: 10%;
        height: 100%;
    }

    .contact-img img {
        width: 100%;
        margin-top: 50%;

    }

    .contact-text {

        margin-left: 10%;
        width: 50%;
        height: 100%;
    }
    .contact-text-inner {
        margin-top: 16%;
    }
    .contact-text-inner_2 {
        margin-top: 11%;
    }


    #gorgan_leave {
        margin-bottom: -23%;

        width: 33%;
        margin-left: 33%;
    }

}

@media (min-width:1270px) {
    .btn_adopt1 {
        margin-left: 34%;
    }
    .btn_adopt2 {
        position: absolute;
        margin-left: 53.5%;
        top: 0;
    }
    .dash {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(50deg);
            -ms-transform: rotate(50deg);
                transform: rotate(50deg);
        width: 8%;
        left: 21%;
        position: absolute;
        margin-top: -59px;
    }
    .dash2-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 6.4%;
        left: 21.5%;
        position: absolute;
        margin-top: 10px;
    }

    .dash2 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-44deg);
            -ms-transform: rotate(-44deg);
                transform: rotate(-44deg);
        width: 7.7%;
        left: 21%;
        position: absolute;
        margin-top: 119px;
    }

    .dash3-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        left: 71.65%;
        position: absolute;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 6.4%;
        margin-top: 10px;
    }

    .dash3 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 6.4%;
        left: 71.7%;
        position: absolute;
        margin-top: -40px;
    }

    .dash4 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-44deg);
            -ms-transform: rotate(-44deg);
                transform: rotate(-44deg);
        width: 198px;
        left: 1829px;
        position: absolute;
        margin-top: 119px;
    }
    .history_sl_img {
        height: 190px;
    }
    .slide_item_left {
        margin-left: 8.26%;
    }
    .history_img {

        background-size: 90%;
        ;
    }

    .wrapper .main-page .main-text h1 {
        margin-top: -366px;
        padding-top: 0px;
    }
    .wrapper .main-page .top_button {
        margin-top: 20px;
    }

    .container {
        width: 1246px
    }
    /* М А Ш И Н А анимация начало*/
    .car_anim {
        height: 128px;
        position: relative;

    }
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0);
                    transform: rotate(0);
        }
        100% {
            -webkit-transform: rotate(360deg);
                    transform: rotate(360deg);
        }
    }
    @keyframes spin {
        0% {
            -webkit-transform: rotate(0);
                    transform: rotate(0);
        }
        100% {
            -webkit-transform: rotate(360deg);
                    transform: rotate(360deg);
        }
    }


    #dush_semka {
        margin-left: -74px;
    }
    #kap_right {
        margin-left: -30px;
    }
    #wheel1 {

        -webkit-animation: spin 1.5s infinite linear;
        animation: spin 1.5s infinite linear;
        max-width: 100%;
        height: auto;
        width: 23%;
        margin-top: -28px;
    }
    #wheel2 {

        -webkit-animation: spin 1.5s infinite linear;
        animation: spin 1.5s infinite linear;
        max-width: 100%;
        height: auto;
        width: 23%;
        margin-right: -9%;
        margin-top: -43px;
        margin-left: 25%;
    }
    #truck {
        max-width: 100%;
        height: auto;
        z-index: 4;
        position: -webkit-sticky;
        position: sticky;

        -webkit-transform-origin: right center;

            -ms-transform-origin: right center;

                transform-origin: right center;
        -webkit-animation: bobbing 0.4s infinite ease-out forwards alternate;
                animation: bobbing 0.4s infinite ease-out forwards alternate;
    }
    @-webkit-keyframes bobbing {
        0% {
            -webkit-transform: rotate(0) translateY(0);
                    transform: rotate(0) translateY(0);
        }
        100% {
            -webkit-transform: rotate(0.5deg) translateY(3px);
                    transform: rotate(0.5deg) translateY(3px);
        }
    }
    @keyframes bobbing {
        0% {
            -webkit-transform: rotate(0) translateY(0);
                    transform: rotate(0) translateY(0);
        }
        100% {
            -webkit-transform: rotate(0.5deg) translateY(3px);
                    transform: rotate(0.5deg) translateY(3px);
        }
    }
    #seed {
        -webkit-animation: seed 0.4s infinite ease-in-out forwards alternate;
                animation: seed 0.4s infinite ease-in-out forwards alternate;
        height: 95px;
        z-index: 1;

        margin-top: -140px;
        margin-left: -167px;
        margin-right: 200%;
        position: absolute;

    }
    @-webkit-keyframes seed {
        0% {
            -webkit-transform: rotate(0) translateY(0);
                    transform: rotate(0) translateY(0);
        }

        100% {
            -webkit-transform: rotate(4deg) translateX(3px) translateY(3px);
                    transform: rotate(4deg) translateX(3px) translateY(3px);
        }
    }
    @keyframes seed {
        0% {
            -webkit-transform: rotate(0) translateY(0);
                    transform: rotate(0) translateY(0);
        }

        100% {
            -webkit-transform: rotate(4deg) translateX(3px) translateY(3px);
                    transform: rotate(4deg) translateX(3px) translateY(3px);
        }
    }

    .history_text_bl {
        text-align: justify;
        margin-top: 8%;
    }
}

@media (max-width:992px) {
    .btn_adopt1 {
        margin-left: 26%;
        margin-bottom: 6.5%;
    }
    .btn_adopt2 {
        position: absolute;
        margin-left: 53.5%;

        top: 0;
    }
    .dash {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(50deg);
            -ms-transform: rotate(50deg);
                transform: rotate(50deg);
        width: 8%;
        left: 21.1%;
        position: absolute;
        margin-top: -59px;
    }
    .dash2-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 6.4%;
        left: 21.8%;
        position: absolute;
        margin-top: 10px;
    }

    .dash2 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-44deg);
            -ms-transform: rotate(-44deg);
                transform: rotate(-44deg);
        width: 7.6%;
        left: 21.25%;
        position: absolute;
        margin-top: 119px;
    }

    .dash3-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        left: 71.85%;
        position: absolute;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 6.4%;
        margin-top: 10px;
    }

    .dash3 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 6.4%;
        left: 71.8%;
        position: absolute;
        margin-top: -40px;
    }

    .dash4 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-44deg);
            -ms-transform: rotate(-44deg);
                transform: rotate(-44deg);
        width: 7%;
        left: 71.5%;
        position: absolute;
        margin-top: 119px;
    }
    .slide_item_right {
        margin-left: 58%;
        margin-top: -8%;
    }


    .history_sl_bl p {
        font-size: 23px;
    }
    .slider_mob {
        margin-top: 10px;
    }
    .slider_mob .flex-item-4 {
        width: 42.1%;
        max-width: 42.1%;
    }
    .history_sl_img {
        height: 170px;
    }
    .histoy_img img {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 5%;
    }
    .history_text_bl {
        text-align: center;
        margin-top: 8%;
    }
    .history_border {
        border-top: 1px solid rgba(0, 0, 0, .2);
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .history_text {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    .contact_mail_img {
        background-image: url(../images/mail1.png);
        background-size: 94%;
        background-repeat: no-repeat;
    }
    .quote .quote-block h4 {
        font-size: 21px
    }
    .blog-block .container .section-content .flex-row .flex-item-12 .blog-post .blog-content h4 {
        font-size: 30px;
        margin-top: 10px
    }
    .blog-block .container .section-content .flex-row .flex-item-6 .blog-post .blog-content {
        display: inline;
        position: relative;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        line-height: 24px;
        -webkit-line-clamp: 4;
        -moz-line-clamp: 4;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        white-space: normal
    }
    .blog-block .container .section-content .flex-row .flex-item-6 .blog-post .blog-content:hover {
        color: #28b655
    }
    .blog-block .container .section-content .flex-row .flex-item-6 .blog-post .blog-content h4 {
        margin-top: 10px;
        overflow: hidden
    }
    .blog-block .container .section-content .flex-row .flex-item-6 .blog-post .blog-content .button {
        position: absolute;
        bottom: 10px
    }
    #kap_right {
        margin-left: -32px;
    }
    #dush_semka {
        margin-left: -79px;
    }
}

@media (max-width:992px) {

    .contact_dep_name {
        font-size: 22px;
    }
    .contact_map_block {
        height: 50vh;
    }
    .contact_map_attr {
        height: 100%;
        width: 100%;
        border: 0;
    }
    .contact_map_h2 {
        margin-top: 50px
    }
    .contact_map {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .contact_mail_form {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .contact_mail_img {
        display: none;
    }
    .contact_dep img {
        width: 64%;
    }
    .contact_dep {
        height: 144px;
    }
    .contacts_top {
        height: 65vh;
    }
    .lang_nav_div {
        display: none !important;
    }
    .wrapper .main-page {
        background-image: url(../images/anim.jpg);
        background-position: 50%;
        background-size: cover;
        height: 700px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
    video {
        display: none;
    }
    footer .map-background .container .flex-row {
        display: none;
    }
    #map {
        display: none;
    }

    #kap_right {
        margin-left: -32px;
    }
    #dush_semka {
        margin-left: -78px;
    }
    .green-block.white-block .info-block {
        -o-box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
                box-shadow: 0 8px 20px rgba(0, 0, 0, .2)
    }
    .block-effect:hover {
        margin-top: 0;
        margin-bottom: 0;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
                box-shadow: none
    }
    .partner .pull-left {
        float: none
    }
    .partner .pull-left img {
        width: 100%;
        padding-right: 0;
        padding-bottom: 40px
    }
    .page-name .pull-right {
        float: none;
        text-align: center
    }
    .gray-light-block.about .flex-row .flex-column p {
        font-size: 16px
    }
    .text-uppercase {
        font-size: 24px
    }
    .about .title-text {
        width: 100%
    }
    .about .container-top .flex-item-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%
    }
    .about .container-top .flex-item-6:first-child {
        margin-bottom: 20px
    }
    .header .container .display-flex {
        display: -ms-grid;
        display: grid;
        text-align: center;
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset;
        -webkit-justify-content: unset
    }
    .header .container .display-flex .block-half {
        width: 100%;
        font-size: 16px;
        margin-top: 45px
    }
    .header .container .display-flex .block-half img {
        max-width: 240px
    }
    .header .container .display-flex .text-uppercase {
        -ms-grid-column: 1;
        grid-column: 1/1;
        -ms-grid-row: 1;
        grid-row: 1/1;
        font-size: 24px
    }
    .wrapper .contact-form .form-styles .input-styles.space-input {
        padding-right: 10px
    }
    .wrapper .contact-form .flex-row {
        margin-right: -10px
    }
    .wrapper .contact-form .flex-row .flex-item-12 .button {
        padding-right: 10px
    }
    .green-block .flex-row {
        margin: -10px
    }
    .green-block .info-block {
        margin-left: 10px;
        margin-right: 10px
    }
    .contact-page {
        background-size: 1610px
    }
    .contact-page .container .flex-row {
        margin: 0 -10px
    }
    .contact-page .container .flex-row .flex-item-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%
    }
    .contact-page .container .flex-row .flex-item-4.map-block:not(:last-child) {
        margin-bottom: 20px
    }
    .contact-page .container .flex-row .flex-item-4.map-block .contact-info {
        margin-right: 10px;
        margin-left: 10px
    }
    .contact-page .container .flex-row .flex-item-4.map-block .contact-info iframe {
        height: 300px
    }
    .contact-page .form-styles .flex-row {
        margin: 0 -10px
    }
    .contact-page .form-styles .flex-row .flex-item-6 .input-styles,
    .contact-page .form-styles .flex-row .flex-item-12 .input-styles {
        margin-right: 10px;
        margin-left: 10px
    }
    .partners .gray-block {
        text-align: center
    }
    .partners .gray-block .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%
    }
    .partners .gray-block .container .logo-block,
    .partners .gray-block .container .text-block {
        float: none;
        line-height: normal
    }
    .partners .gray-block .container .logo-block a img,
    .partners .gray-block .container .text-block a img {
        height: 80px
    }
    .partners .gray-block .container .text-block h1 {
        margin-top: 20px;
        font-size: 24px
    }
    .wrapper .pictures-block .flex-item-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%
    }
    .wrapper .pictures-block .flex-item-3 h3 {
        padding-top: 62px;
        padding-right: 0px;
        padding-bottom: 30px;
        padding-left: 0px;
    }
    .wrapper .pictures-block .flex-item-3:not(:last-child) {
        padding-bottom: 30px;
        position: relative
    }
    .wrapper .pictures-block .flex-item-3:not(:last-child):after {
        content: "";
        position: absolute;
        width: 100%
    }
    .wrapper .pictures-block .flex-item-3 {
        margin-top: 30px
    }
    .wrapper .pictures-block .flex-item-3:nth-child(2) {
        border-right: 0
    }
    .wrapper .blog-block .container .section-content .flex-row .flex-item-6 .blog-post:hover,
    .wrapper .blog-block .container .section-content .flex-row .flex-item-12 .blog-post:hover {
        -webkit-transform: none;
        -ms-transform: none;
            transform: none
    }
    .wrapper .blog-block .container .section-content .flex-row .flex-item-12 .blog-post .blog-content {
        display: inline;
        position: relative;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        line-height: 24px;
        -webkit-line-clamp: 4;
        -moz-line-clamp: 4;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        white-space: normal
    }
    .wrapper .blog-block .container .section-content .flex-row .flex-item-12 .blog-post .blog-content h4 {
        overflow: hidden;
        margin-top: 10px;
        font-size: 20px
    }
    .wrapper .blog-block .container .section-content .flex-row .flex-item-12 .blog-post .blog-content .button {
        position: absolute;
        bottom: 10px
    }
    .wrapper .blog-block .container .section-content .flex-row .flex-item-12 .blog-post .img-block a img {
        min-height: 250px;
        max-height: 250px
    }
    .wrapper .blog-block .container .section-content .flex-row .flex-item-6.leftPostItem,
    .wrapper .blog-block .container .section-content .flex-row .flex-item-6.rightPostItem {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%
    }
    .wrapper .blog-block .container .section-content .flex-row .flex-item-6.leftPostItem {
        margin-bottom: 40px
    }
    .space-top {
        margin-top: 54px
    }
    .navbar-fix {
        height: 54px
    }
    .navbar-fix.gray-color {
        background-color: #efefef
    }
    .navbar-fix .logo {
        line-height: 54px
    }
    .navbar-fix .logo a .gorgan-logo {
        height: 60px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
    .navbar-fix.color-nav-responsive {
        background-color: #fff
    }
    .navbar-fix.color-nav-responsive .nav-bar ul li {
        font-size: 24px
    }
    .navbar-fix .nav-bar {
        float: none
    }
    .navbar-fix .nav-bar ul li:not(:last-child) {
        padding-right: 0
    }
    .navbar-fix .nav-bar .navigation {
        display: none;
        position: absolute;
        width: 100%;
        top: 54px;
        left: 0;
        background: #fff;
        z-index: 2;
        line-height: 70px
    }
    .navbar-fix .nav-bar .open + .navigation {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        text-align: center;
        height: calc(100vh - 54px);
        background: rgba(255, 255, 255, 0.8);
    }
    .navbar-fix .icon-arrow,
    .navbar-fix .icon-burger {
        display: block;
        float: right;
        line-height: 54px
    }
    footer .map-background {
        background-image: none;
        height: auto
    }
    footer .map-background .container .flex-row .flex-item-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 0
    }
    footer .map-background .container .flex-row .flex-item-3.block-info {
        padding-left: 0;
        margin-bottom: 20px
    }
    footer .map-background .container .flex-row .flex-item-3.block-info:nth-child(3) {
        display: none
    }
    footer .map-background .container .flex-row .flex-item-3:last-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        margin: 0 auto;
        margin-bottom: 20px
    }

    /* М А Ш И Н А анимация начало*/
    .car_anim {
        height: 128px;
        position: relative;

    }
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0);
                    transform: rotate(0);
        }
        100% {
            -webkit-transform: rotate(360deg);
                    transform: rotate(360deg);
        }
    }
    @keyframes spin {
        0% {
            -webkit-transform: rotate(0);
                    transform: rotate(0);
        }
        100% {
            -webkit-transform: rotate(360deg);
                    transform: rotate(360deg);
        }
    }


    .truck {
        max-width: 232px;

        margin: 0 auto;
    }

    #wheel1 {

        -webkit-animation: spin 1.5s infinite linear;
        animation: spin 1.5s infinite linear;
        max-width: 100%;
        height: auto;
        width: 23%;
        margin-top: -17px;
    }
    #wheel2 {

        -webkit-animation: spin 1.5s infinite linear;
        animation: spin 1.5s infinite linear;
        max-width: 100%;
        height: auto;
        width: 23%;
        margin-right: -9%;
        margin-top: -31px;
        margin-left: 25%;
    }
    #truck {
        max-width: 100%;
        height: auto;
        z-index: 4;
        position: -webkit-sticky;
        position: sticky;

        -webkit-transform-origin: right center;

            -ms-transform-origin: right center;

                transform-origin: right center;
        -webkit-animation: bobbing 0.4s infinite ease-out forwards alternate;
                animation: bobbing 0.4s infinite ease-out forwards alternate;
    }
    @-webkit-keyframes bobbing {
        0% {
            -webkit-transform: rotate(0) translateY(0);
                    transform: rotate(0) translateY(0);
        }
        100% {
            -webkit-transform: rotate(0.5deg) translateY(3px);
                    transform: rotate(0.5deg) translateY(3px);
        }
    }
    @keyframes bobbing {
        0% {
            -webkit-transform: rotate(0) translateY(0);
                    transform: rotate(0) translateY(0);
        }
        100% {
            -webkit-transform: rotate(0.5deg) translateY(3px);
                    transform: rotate(0.5deg) translateY(3px);
        }
    }
    #seed {
        -webkit-animation: seed 0.4s infinite ease-in-out forwards alternate;
                animation: seed 0.4s infinite ease-in-out forwards alternate;
        height: 11%;
        z-index: 1;

        margin-top: -130px;
        margin-left: -160px;
        margin-right: 200%;
        position: absolute;
    }
    @-webkit-keyframes seed {
        0% {
            -webkit-transform: rotate(0) translateY(0);
                    transform: rotate(0) translateY(0);
        }

        100% {
            -webkit-transform: rotate(4deg) translateX(3px) translateY(3px);
                    transform: rotate(4deg) translateX(3px) translateY(3px);
        }
    }
    @keyframes seed {
        0% {
            -webkit-transform: rotate(0) translateY(0);
                    transform: rotate(0) translateY(0);
        }

        100% {
            -webkit-transform: rotate(4deg) translateX(3px) translateY(3px);
                    transform: rotate(4deg) translateX(3px) translateY(3px);
        }
    }

    .mob_contacts .flex-item-6 {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .contact-info {
        height: 17%;
        display: -ms-grid;
        display: grid;
        font-size: 20px;
        font-weight: 600;


    }

    .contact-img {
        width: 100%;
        height: 100%;

    }

    .contact-img img {
        width: 12%;


    }

    .contact-text {

        text-align: center;
        width: 100%;
        height: 100%;
    }
    .contact-text-inner {
        margin-top: 4%;
    }
    .contact-text-inner_2 {
        margin-top: 4%;
    }
    .mob_pad {
        margin-top: 17%;
    }
    #gorgan_leave {

        width: 90%;
        margin-left: 5%;

    }
}

@media (max-width:800px) {

    .contact_dep img {
        width: 64%;
    }
    .contacts_dep_border {
        border-right-style: inset;
        border-right-width: 2px;
        border-right-color: rgba(0, 0, 0, 0.3);
    }
    .contact_dep {
        height: 144px;
    }
    .tab-wrap {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }
    .tab-wrap label {
        display: block
    }
    .tab-wrap label:hover img {
        -webkit-transform: none;
        -ms-transform: none;
            transform: none
    }
    .tab-wrap .tab-label-content .tab-content {
        position: static;
        display: block
    }
    .tab-wrap .slide {
        display: none
    }
    .events .flex-row.full-screen {
        margin: 0 -15px
    }
    .events .flex-row.full-screen .year {
        margin: 0 15px
    }
    .quote .flex-item-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%
    }
    .quote .flex-item-6.quote-block {
        position: static;
        right: auto;
        bottom: auto
    }
    .quote .flex-item-6.quote-block span {
        font-size: 60px
    }
    .quote .flex-item-6.quote-block h4 {
        margin-bottom: 20px
    }
    .quote .flex-item-6.quote-image-block {
        position: static;
        top: auto;
        right: auto
    }
    .quote .flex-item-6.quote-image-block img {
        max-height: 400px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: bottom;
           object-position: bottom
    }
    .gray-light-block.about .container-top-bottom img {
        max-height: unset
    }
    .gray-light-block.about img {
        max-height: 150px
    }
    .gray-light-block.about .flex-row .flex-item-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%
    }
    .gray-light-block.about .flex-row .flex-item-4:first-child,
    .gray-light-block.about .flex-row .flex-item-4:nth-child(2) {
        margin-bottom: 20px
    }
    .gray-light-block.about .flex-row .flex-item-8 {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        max-width: 100%;
        text-align: center
    }
    .wrapper .main-page {
        height: 100vh
    }
    .wrapper .main-page .main-text {
        width: 90%;
        max-width: unset
    }

}

@media (min-width:681px) {

    .contact_dep_name {
        font-size: 21px;
    }
    #contacts_departments {
        margin-bottom: 90px;
    }
    .contact_dep_buy_img {
        margin-top: 20%;
    }
}

@media (max-width:680px) {
    .history_sl_bl p {
        font-size: 19px;
    }
    .dash {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(50deg);
            -ms-transform: rotate(50deg);
                transform: rotate(50deg);
        width: 8%;
        left: 21.1%;
        position: absolute;
        margin-top: -59px;
    }
    .dash2-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 6.4%;
        left: 21.8%;
        position: absolute;
        margin-top: 10px;
    }

    .dash2 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-44deg);
            -ms-transform: rotate(-44deg);
                transform: rotate(-44deg);
        width: 7.6%;
        left: 21.25%;
        position: absolute;
        margin-top: 119px;
    }

    .dash3-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        left: 71.85%;
        position: absolute;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 6.4%;
        margin-top: 10px;
    }

    .dash3 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 6.4%;
        left: 71.8%;
        position: absolute;
        margin-top: -40px;
    }

    .dash4 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-44deg);
            -ms-transform: rotate(-44deg);
                transform: rotate(-44deg);
        width: 7%;
        left: 71.5%;
        position: absolute;
        margin-top: 119px;
    }
    .history_sl_img {
        height: 150px;
    }
    .slider_mob .flex-item-4 {
        width: 42.1%;
        max-width: 42.1%;
    }
    .contact_dep_name_sale_mob {
        margin-top: 0;
    }
    .contact_dep_name {
        margin-top: 35px;
    }
    .contact_dep {
        height: 46vh;
    }
    #contacts_departments .flex-row .flex-item-4 h3 {
        margin-bottom: 30px;
    }
    .contact_dep_buy_img {
        margin-top: 25%;
    }
    .contact_dep img {

        width: 46vh;
    }
    .contacts_dep_border {
        border-bottom-style: inset;
        border-bottom-width: 2px;
        border-bottom-color: rgba(0, 0, 0, 0.3);
        border-right-width: 0;
    }
    #contacts_departments .flex-row .flex-item-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-page {
        background-size: 1400px
    }
    .quote .quote-block h4 {
        font-size: 18px
    }
    .title-text {
        font-size: 16px
    }
    .events .flex-row .flex-item-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%
    }
    .events .flex-row .flex-item-4:first-child .year:before,
    .events .flex-row .flex-item-4:nth-child(2) .year:before {
        display: none
    }
    .container-top {
        margin-top: 45px
    }
    .container-space {
        padding: 45px 0
    }
    .container-bottom {
        margin-bottom: 45px
    }
    .container-top-bottom {
        margin: 45px 0
    }
    .header,
    .page-name {
        height: 220px
    }
    .page-name {
        line-height: 220px
    }
    .wrapper .main-page .main-text h1 {
        padding-top: 195px
    }
    .wrapper .main-page .top_button {
        padding-bottom: 75px
    }


    .thank-you.popup-pages .text-block-confirm {
        -ms-flex-pack: distribute;
            justify-content: space-around
    }
    .thank-you.popup-pages .text-block-confirm .img-thanks,
    .thank-you.popup-pages .text-block-confirm h2 {
        margin: 40px 0
    }
    .thank-you .text-block-confirm {
        -ms-flex-pack: distribute;
            justify-content: space-around
    }
    .thank-you .text-block-confirm .img-thanks,
    .thank-you .text-block-confirm h2 {
        margin: 0
    }
    .contact-form .form-styles .flex-row {
        margin-bottom: 0;
        margin-top: 0
    }
    .contact-form .form-styles .flex-row #name-contact,
    .contact-form .form-styles .flex-row #phone {
        padding-right: 0
    }
    .contact-form .form-styles .flex-row .flex-item-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%
    }
    body .partners .aws-info .block-text_img.pull-left {
        float: none;
        text-align: center;
        margin-bottom: 40px
    }
    body .partners .aws-info .image-aws {
        width: 100%;
        margin: 40px auto
    }
    .top_button {
        padding: 50px 0
    }
    .btn-green,
    .btn-white {
        font-size: 14px
    }
    .center .header-text {
        font-size: 24px;
        line-height: normal;
        padding: 50px 0
    }
    .wrapper .blog-block .container .section-content .flex-row .flex-item-12 .blog-post {
        margin-bottom: 20px
    }
    .wrapper .blog-block .container .section-content .flex-row .flex-item-6 .blog-post,
    .wrapper .blog-block .container .section-content .flex-row .flex-item-12 .blog-post {
        max-height: 200px;
        margin-right: 0;
        margin-left: 0
    }
    .wrapper .blog-block .container .section-content .flex-row .flex-item-6 .blog-post .img-block a img,
    .wrapper .blog-block .container .section-content .flex-row .flex-item-12 .blog-post .img-block a img {
        min-height: 200px
    }
    .wrapper .blog-block .container .section-content .flex-row .flex-item-6 .blog-post .blog-content h4,
    .wrapper .blog-block .container .section-content .flex-row .flex-item-12 .blog-post .blog-content h4 {
        font-size: 16px
    }
    .wrapper .blog-block .container .section-content .flex-row .flex-item-6.leftPostItem {
        margin-bottom: 20px
    }
    .carousel-block .container .carousel-mission {
        padding-bottom: 45px;
        padding-top: 100px
    }
    .carousel-block .container .carousel-mission .slick-dots {
        top: 45px
    }
    .carousel-block .container .carousel-mission .slick-dots li button#slick-slide-control00:before,
    .carousel-block .container .carousel-mission .slick-dots li button#slick-slide-control01:before,
    .carousel-block .container .carousel-mission .slick-dots li button#slick-slide-control02:before {
        font-size: 16px
    }
    .carousel-block .container .carousel-mission .flex-row {
        display: -ms-grid;
        display: grid
    }
    .carousel-block .container .carousel-mission .flex-row .flex-item-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%
    }
    .carousel-block .container .carousel-mission .flex-row .flex-item-6.slide-text-left,
    .carousel-block .container .carousel-mission .flex-row .flex-item-6.slide-text-right {
        padding-left: 0;
        padding-right: 0;
        text-align: left
    }
    .carousel-block .container .carousel-mission .flex-row .flex-item-6.slide-text-left h3,
    .carousel-block .container .carousel-mission .flex-row .flex-item-6.slide-text-right h3 {
        display: none
    }
    .carousel-block .container .carousel-mission .flex-row .flex-item-6.slide-img {
        margin-bottom: 40px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3
    }
    footer .media {
        padding: 40px 0
    }
}



@media (min-width:580px) {
    .slide_item_right {
        margin-top: -12%;
    }
}

@media (max-height:580px) {


    body .popup_cont {
        left: 0!important;
        top: 0!important
    }
    body .popup_cont div.popup {
        min-width: 100vw;
        max-width: 100vw;
        height: 100vh;
        overflow: auto
    }
    .thank-you.popup-pages .text-block-confirm {
        -ms-flex-pack: distribute;
            justify-content: space-around
    }
    .thank-you.popup-pages .text-block-confirm .img-thanks,
    .thank-you.popup-pages .text-block-confirm h2 {
        margin: 40px 0
    }
    .thank-you .text-block-confirm {
        -ms-flex-pack: distribute;
            justify-content: space-around
    }
    .thank-you .text-block-confirm .img-thanks,
    .thank-you .text-block-confirm h2 {
        margin: 0
    }

}



@media (max-width:520px) {
    .btn_adopt1 {
        margin-left: 7%;
        margin-bottom: 6.5%;
    }
    .btn_adopt2 {
        position: absolute;
        margin-left: 53.5%;

        top: 0;
    }
    .dash {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        width: 11%;
        left: 28%;
        position: absolute;
        margin-top: -17px;
    }
    .dash2-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 11%;
        left: 28%;
        position: absolute;
        margin-top: -20px;
    }

    .dash2 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-35deg);
            -ms-transform: rotate(-35deg);
                transform: rotate(-35deg);
        width: 11%;
        left: 11%;
        position: absolute;
        margin-top: 110px;
    }

    .dash3-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        position: absolute;
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        margin-top: -19px;
        left: 77.9%;
        width: 11%;
    }

    .dash3 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        width: 11%;
        left: 77.7%;
        position: absolute;
        margin-top: -19px;
    }

    .dash4 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-35deg);
            -ms-transform: rotate(-35deg);
                transform: rotate(-35deg);
        width: 11%;
        left: 61%;
        position: absolute;
        margin-top: 106px;
    }
    .slide_item_left_second {
        margin-top: 20px;
    }

    .slider_mob .flex-item-4 {
        width: 55%;
        max-width: 55%;
    }
    .history_sl_img {
        height: 115px;
    }
    .slide_item_right {
        margin-left: 45%;
        margin-top: 20px;
    }
}

@media (max-width:568px) {
    body .popup_cont {
        position: absolute;
        left: 0!important;
        top: 0!important
    }
    body .popup_cont div.popup {
        min-width: 100vw;
        max-width: 100vw;
        height: 100vh;
        overflow: auto
    }
    .wrapper .pictures-block .flex-item-3:not(:first-child) {
        margin-top: 30px;
    }
    .wrapper .pictures-block .flex-item-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%
    }
    .wrapper .pictures-block .flex-item-3:first-child,
    .wrapper .pictures-block .flex-item-3:nth-child(2),
    .wrapper .pictures-block .flex-item-3:nth-child(3),
    .wrapper .pictures-block .flex-item-3:nth-child(4) {
        border-right: 0
    }
    .wrapper .pictures-block .flex-item-3:not(:last-child) {
        border-bottom: 2px solid #efefef
    }
}

@media (max-width:470px) {
    .dash {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        width: 11%;
        left: 28%;
        position: absolute;
        margin-top: -14px;
    }
    .dash2-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 11%;
        left: 28%;
        position: absolute;
        margin-top: -15px;
    }

    .dash2 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-35deg);
            -ms-transform: rotate(-35deg);
                transform: rotate(-35deg);
        width: 11%;
        left: 11%;
        position: absolute;
        margin-top: 113px;
    }

    .dash3-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        position: absolute;
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        margin-top: -13px;
        left: 77.9%;
        width: 11%;
    }

    .dash3 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        width: 11%;
        left: 77.7%;
        position: absolute;
        margin-top: -12px;
    }

    .dash4 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-35deg);
            -ms-transform: rotate(-35deg);
                transform: rotate(-35deg);
        width: 11%;
        left: 61%;
        position: absolute;
        margin-top: 112px;
    }

}



@media (max-height:390px) {

    body .md-modal {
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        max-width: 100vw;
        -webkit-transform: none;
        -ms-transform: none;
            transform: none
    }
    body .md-modal .md-content {
        height: 100%;
        overflow: auto
    }
    .wrapper .main-page .main-text h1 {
        padding-top: 130px
    }
    .navbar-fix .nav-bar .open + .navigation {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        line-height: normal
    }
}

@media (max-width:400px) {
    .btn_adopt1 {
        margin-left: 7%;
        margin-bottom: 6.5%;
    }
    .btn_adopt2 {
        position: absolute;
        margin-left: 53.5%;

        top: 0;
    }
    .contacts_top {
        height: 55vh;
    }
    body .text-uppercase {
        font-size: 24px
    }
    footer .media {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }
    footer .media a {
        margin: 0 30px
    }
}

@media (max-width:320px) {

    .contacts_top {
        height: 60vh;
    }
    footer .media {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }
    footer .media a {
        margin: 0 25px
    }
}

.partners .gray-block .logo-block {
    float: left
}

.partners .gray-block .logo-block a img {
    height: 138px
}

.partners .gray-block .text-block {
    float: right
}

.partners .aws-info {
    margin-top: 90px
}

.partners .aws-info p {
    margin-bottom: 20px
}

.partners .aws-info p:last-child {
    margin: 70px 0
}

.partners .aws-info p:first-child {
    margin-bottom: 0
}

.partners .aws-info .image-aws {
    width: 50%;
    margin: 90px auto
}

.partners .aws-info .image-aws .aws-logo {
    width: 100%
}

.partners .aws-info .block-text_img .aws-img {
    height: 72px;
    margin-right: 20px
}

.partners .aws-info ul {
    list-style-position: inside;
    margin-left: 20px;
    color: #28b655
}

.partners .aws-info ul span {
    color: #000
}

.partners .aws-info .image-block {
    margin-top: 40px
}

.partners .aws-info .image-block .ahtech-img {
    max-height: 722px;
    width: 100%
}

.partner img {
    padding-right: 40px;
    width: 100%
}

.partner img,
.partner p {
    padding-bottom: 20px
}

.partner h3 {
    display: inline-block
}

.partner .icon-facebook,
.partner .icon-linkedin,
.partner .icon-twitter {
    cursor: pointer
}

.partner .icon-facebook:before,
.partner .icon-linkedin:before,
.partner .icon-twitter:before {
    font-size: 16px
}

.partner .icon-facebook,
.partner .icon-linkedin {
    margin-right: 10px
}

.tab-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

input[type=radio][name=tabs] {
    position: absolute;
    z-index: -1
}

input[type=radio][name=tabs]:checked + .tab-label-content label {
    color: #fff
}

input[type=radio][name=tabs]:checked + .tab-label-content .tab-content {
    display: block
}

input[type=radio][name=tabs]:first-of-type:checked ~ .slide {
    left: 0%
}

input[type=radio][name=tabs]:nth-of-type(2):checked ~ .slide {
    left: 33.33333%
}

input[type=radio][name=tabs]:nth-of-type(3):checked ~ .slide {
    left: 66.66666%
}

input[type=radio][name=tabs]:first-of-type:checked ~ .slide {
    left: 0
}

label {
    cursor: pointer;
    color: hsla(0, 0%, 100%, .8);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    overflow: hidden
}

label:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1)
}

label img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease
}

.slide {
    background: #28b655;
    width: 33.33333%;
    height: 8px;
    position: absolute;
    left: 0;
    top: calc(100% - 8px);
    -webkit-transition: left .3s ease-out;
    -o-transition: left .3s ease-out;
    transition: left .3s ease-out
}

.tab-label-content {
    width: 100%
}

.tab-label-content .tab-content {
    position: absolute;
    display: none;
    left: 0
}

.tab-label-content .tab-content .partner,
.tab-label-content .tab-content h3 {
    padding: 40px 0
}

.tab-label-content .tab-content p {
    padding-bottom: 20px
}

.follow {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    display: block;
    margin: 300px auto 0;
    white-space: nowrap;
    padding: 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-family: Roboto, sans-serif;
    text-decoration: none
}

.follow i {
    margin-right: 20px;
    -webkit-transition: margin-right .2s ease;
    -o-transition: margin-right .2s ease;
    transition: margin-right .2s ease
}

.follow:hover {
    width: 134px
}

.follow:hover i {
    margin-right: 10px
}

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

    .follow {
        margin: 400px auto 0
    }
}

.tab-container {
    min-height: 780px;
    background: #fff
}

.hide-mobile.team {
    background-color: #fff
}

@media (max-width:509px) {
    .wrapper .pictures-block .flex-item-3:not(:first-child) {
        margin-top: 30px;
    }
}

@media (max-width:715px) {
    .btn_adopt1 {
        margin-left: 24%;
        margin-bottom: 6.5%;
    }
    .btn_adopt2 {
        position: absolute;
        margin-left: 53.5%;

        top: 0;
    }
    .histoy_img img {
        width: 100%;
        margin-left: 0;

    }
    /* маленькая мобилка */
    .wrapper .main-page .main-text h1 {
        padding-top: 450px;
        font-size: 75px;
    }
    .wrapper .main-page .main-text h2 {
        font-size: 25px;
        padding-top: 45px;
    }
    .btn {
        padding: 20px 40px;

    }
    .btn-green,
    .btn-white {
        font-size: 14px;
    }
    .wrapper .main-page .top_button {
        padding-bottom: 175px;
    }
}

@media (max-width:670px) {
    .btn_adopt1 {
        margin-left: 22%;
        margin-bottom: 6.5%;
    }
    /* маленькая мобилка */
    .wrapper .main-page .main-text h1 {
        padding-top: 320px;
        font-size: 75px;
    }
    .wrapper .main-page .main-text h2 {
        font-size: 25px;
        padding-top: 45px;
    }
    .btn {
        padding: 10px 20px;

    }
    .btn-green,
    .btn-white {
        font-size: 14px;
    }
    .wrapper .main-page .top_button {
        padding-bottom: 145px;
    }
}

@media (max-width:610px) {

    /* маленькая мобилка */
    .wrapper .main-page .main-text h1 {
        padding-top: 228px;
        font-size: 55px;
    }
    .wrapper .main-page .main-text h2 {
        font-size: 24px;
        padding-top: 40px;
    }
    .btn {
        padding: 10px 20px;

    }
    .btn-green,
    .btn-white {
        font-size: 14px;
    }
    .wrapper .main-page .top_button {
        padding-bottom: 111px;
    }
}

@media (max-width:480px) and (max-height:360px) {
    /* маленькая мобилка */
    .wrapper .main-page .main-text h1 {
        padding-top: 130px;
        font-size: 65px;
    }
    .wrapper .main-page .main-text h2 {
        font-size: 25px;
        padding-top: 25px;
    }
    .btn {
        padding: 10px 20px;

    }
    .btn-green,
    .btn-white {
        font-size: 14px;
    }
    .wrapper .main-page .top_button {
        padding-bottom: 25px;
    }
}

@media (max-width:480px) and (min-height:700px) {
    /* маленькая мобилка */
    .wrapper .main-page .main-text h1 {
        padding-top: 285px;
        font-size: 60px;
    }
    .wrapper .main-page .main-text h2 {
        font-size: 25px;
        padding-top: 35px;
    }
    .btn {
        padding: 10px 20px;

    }
    .btn-green,
    .btn-white {
        font-size: 14px;
    }
    .wrapper .main-page .top_button {
        padding-bottom: 140px;
    }
}


@media (max-height:360px) and (min-width:640px) {
    /* маленькая мобилка */
    .wrapper .main-page .main-text h1 {
        padding-top: 126px;
        font-size: 55px;
    }
    .wrapper .main-page .main-text h2 {
        font-size: 24px;
        padding-top: 15px;
    }
    .btn {
        padding: 10px 20px;

    }
    .btn-green,
    .btn-white {
        font-size: 13px;
    }
    .wrapper .main-page .top_button {
        padding-bottom: 34px;
    }
}

@media (max-width:360px) {
    /* маленькая мобилка */
    .wrapper .main-page .main-text h1 {
        padding-top: 250px;
        font-size: 55px;
    }
    .wrapper .main-page .main-text h2 {
        font-size: 24px;
    }
    .btn {
        padding: 10px 20px;

    }
    .btn-green,
    .btn-white {
        font-size: 13px;
    }
    .wrapper .main-page .top_button {
        padding-bottom: 102px;
    }
}

@media (max-width:360px) {
    /* маленькая мобилка */
    .contact_dep img {
        width: 43vh;
    }
    .wrapper .main-page .main-text h1 {
        padding-top: 230px;
        font-size: 45px;
    }
    .wrapper .main-page .main-text h2 {
        font-size: 20px;
        padding-top: 29px;
    }
    .btn {
        padding: 10px 20px;

    }
    .btn-green,
    .btn-white {
        font-size: 13px;
    }
}

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


/* К А Р У С Е Л Ь начало */

.slider {
    width: 100%;

}

.slick-slide {
    margin: 0px 20px;
    outline: none;
}

.slick-slide img {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    width: 100%;
}

.slick-slide img:hover {
    -webkit-box-shadow: 0 4px 10px #000;
            box-shadow: 0 4px 10px #000;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}


.slick-slide {
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;

}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

/* К А Р У С Е Л Ь конец */

@media (max-width:320px) and (max-height:533px) {
    .wrapper .main-page .main-text h1 {
        padding-top: 196px;
        font-size: 45px;
    }
}


/* Анимация лупы  начало*/

.lupa_anim {
    height: 128px;
    position: relative;
    top: 40px;
    left: 0;
    background-image: url(../images/seed.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lupa_anim img {
    position: absolute;
    left: 45%;

    top: 0px;
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
    animation: lupa 4s ease-in-out infinite;
    -moz-animation: lupa 4s ease-in-out infinite;
    /* Firefox */
    -webkit-animation: lupa 5s ease-in-out infinite;
    /* Safari and Chrome */
}

.lupa_anim img:hover {
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
    animation: lupa 4s ease-in-out infinite;
    -moz-animation: lupa 4s ease-in-out infinite;
    /* Firefox */
    -webkit-animation: lupa 5s ease-in-out infinite;
    /* Safari and Chrome */
}

@-webkit-keyframes lupa {
    from {
        -webkit-transform: rotate(0deg) translateX(20px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(720deg) translateX(20px) rotate(-720deg);
    }
}

@keyframes lupa {
    from {
        -webkit-transform: rotate(0deg) translateX(20px) rotate(0deg);
                transform: rotate(0deg) translateX(20px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(720deg) translateX(20px) rotate(-720deg);
                transform: rotate(720deg) translateX(20px) rotate(-720deg);
    }
}

/* Л У П А анимация конец*/

/* Д У Ш анимация начало*/

#dush {
    margin: 0 auto;
    position: -webkit-sticky;
    position: sticky;
    height: 34%;
}

#kap_center {
    margin-top: 43px;
    margin-left: -60px;
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    animation: kap_center 1.3s infinite;
    -moz-animation: kap_center 1.3s infinite;
    /* Firefox */
    -webkit-animation: kap_center 1.3s infinite;
    /* Safari and Chrome */
}

#kap_left {
    margin-left: -83px;
    height: 30px;
    margin-top: 50px;
    position: absolute;
    animation: kap_left 1.3s infinite 0.2s;
    -moz-animation: kap_left 1.3s infinite 0.2s;
    /* Firefox */
    -webkit-animation: kap_left 1.3s infinite 0.2s;
    /* Safari and Chrome */
}

#kap_right {
    position: absolute;
    height: 36px;
    animation: kap_right 1.3s infinite 0.4s;
    -moz-animation: kap_right 1.3s infinite 0.4s;
    /* Firefox */
    -webkit-animation: kap_right 1.3s infinite 0.4s;
    /* Safari and Chrome */
}

#dush_semka {
    margin-top: 73px;
    height: 90px;
    position: absolute;

}

@-webkit-keyframes kap_left {
    0% {
        margin-top: 40px;
    }

    100% {
        opacity: 0;
        margin-top: 150px;


    }
}

@keyframes kap_left {
    0% {
        margin-top: 40px;
    }

    100% {
        opacity: 0;
        margin-top: 150px;


    }
}

@-webkit-keyframes kap_right {
    0% {
        margin-top: 40px;
    }

    100% {
        opacity: 0;
        margin-top: 90px;


    }
}

@keyframes kap_right {
    0% {
        margin-top: 40px;
    }

    100% {
        opacity: 0;
        margin-top: 90px;


    }
}

@-webkit-keyframes kap_center {
    0% {
        margin-top: 40px;
    }

    100% {
        opacity: 0;
        margin-top: 150px;


    }
}

@keyframes kap_center {
    0% {
        margin-top: 40px;
    }

    100% {
        opacity: 0;
        margin-top: 150px;


    }
}

#bag_left_sem {
    height: 38px;
    position: absolute;
    margin-left: -45px;
    margin-top: 44px;
    opacity: 0;
    animation: bag_left_sem 1.5s 0.5s infinite;
    -moz-animation: bag_left_sem 1.5s 0.5s infinite;
    /* Firefox */
    -webkit-animation: bag_left_sem 1.5s 0.5s infinite;
    /* Safari and Chrome */
}

@-webkit-keyframes bag_left_sem {
    0% {
        margin-top: -20px;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        margin-top: 44px;


    }
    100% {
        opacity: 0;
        margin-top: 44px;


    }
}

@keyframes bag_left_sem {
    0% {
        margin-top: -20px;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        margin-top: 44px;


    }
    100% {
        opacity: 0;
        margin-top: 44px;


    }
}

#bag_center_sem {
    height: 66px;
    position: absolute;
    margin-top: 18px;
    margin-left: -18px;
    z-index: 3;
    opacity: 0;
    animation: bag_center_sem 1.5s linear 0.6s infinite;
    -moz-animation: bag_center_sem 1.5s linear 0.6s infinite;
    /* Firefox */
    -webkit-animation: bag_center_sem 1.5s linear 0.6s infinite;
    /* Safari and Chrome */
}

@-webkit-keyframes bag_center_sem {
    0% {
        margin-top: -20px;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        margin-top: 29px;


    }
    100% {
        opacity: 0;
        margin-top: 29px;


    }
}

@keyframes bag_center_sem {
    0% {
        margin-top: -20px;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        margin-top: 29px;


    }
    100% {
        opacity: 0;
        margin-top: 29px;


    }
}

#bag_right_sem {
    height: 47px;
    position: absolute;
    margin-left: 7px;
    margin-top: 34px;
    opacity: 0;

    animation: bag_right_sem 1.5s 0.3s infinite;
    -moz-animation: bag_right_sem 1.5s 0.3s infinite;
    /* Firefox */
    -webkit-animation: bag_right_sem 1.5s 0.3s infinite;
    /* Safari and Chrome */
}

@-webkit-keyframes bag_right_sem {
    0% {
        margin-top: -20px;
        opacity: 0;
    }

    33% {

        margin-top: 34px;
        opacity: 1;


    }
    100% {

        margin-top: 34px;
        opacity: 0;


    }
}

@keyframes bag_right_sem {
    0% {
        margin-top: -20px;
        opacity: 0;
    }

    33% {

        margin-top: 34px;
        opacity: 1;


    }
    100% {

        margin-top: 34px;
        opacity: 0;


    }
}

#bag_bag {
    position: absolute;
    margin-top: 70px;
    margin-left: -54px;
    height: 100px;
    z-index: 4;

}

@media (min-width:1270px) {
    .history_sl_bl p {
        font-size: 34px;
    }
    .history_border {
        border-left: 1px solid rgba(0, 0, 0, .2);
        width: 92%;
    }
    .contact_mail_img {
        background-image: url(../images/mail1.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    #gorgan_leave {
        margin-bottom: -19%;

    }
}

@media (min-width:1540px) {
    #gorgan_leave {
        margin-bottom: -16%;

    }
}

@media (min-width:1800px) {

    #gorgan_leave {
        margin-bottom: -15%;

    }
}



footer .map-background .container {
    padding-right: 0px;
    padding-left: 0px;
}

@media (min-width:992px) {
    .btn_adopt1 {
        margin-left: 30.5%;
    }
    .btn_adopt2 {
        position: absolute;
        margin-left: 53.5%;
        top: 0;
    }
    .dash {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 6%;
        left: 22%;
        position: absolute;
        margin-top: -59px;
    }
    .dash2-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 6%;
        left: 22%;
        position: absolute;
        margin-top: 10px;
    }

    .dash2 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-44deg);
            -ms-transform: rotate(-44deg);
                transform: rotate(-44deg);
        width: 6.7%;
        left: 21.5%;
        position: absolute;
        margin-top: 119px;
    }

    .dash3-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        position: absolute;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        margin-top: 10px;
        left: 71.9%;
        width: 6.1%;
    }

    .dash3 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 6.4%;
        left: 71.7%;
        position: absolute;
        margin-top: -40px;
    }

    .dash4 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-44deg);
            -ms-transform: rotate(-44deg);
                transform: rotate(-44deg);
        width: 6.7%;
        left: 71.6%;
        position: absolute;
        margin-top: 119px;
    }
    .slide_item_right {
        margin-left: 58%;
        margin-top: -8%;
    }
    .history_sl_bl p {
        font-size: 34px;
    }

    .history_text #contacts_departments {
        margin-bottom: 90px;
    }
    .contact_map_block {
        width: 90%;
        height: 100%;
        margin-left: 5%;
    }
    .map_block {
        width: 100%;
        height: auto;
    }
    .contact_dep img {
        width: 64%;
    }
    .contacts_dep_border {
        border-right-style: inset;
        border-right-width: 2px;
        border-right-color: rgba(0, 0, 0, 0.3);
    }
    .color-nav .nav-bar ul {
        margin-top: 7px;
    }
    .lang_nav {
        padding-right: 2px !important;
    }
    .wrapper .main-page .main-text h1 {
        margin-top: -300px;
        padding-top: 0px;
    }
    .wrapper .main-page .top_button {
        margin-top: 40px;
    }
    #services {
        margin-top: -118px;
    }
}

@media (min-width:1100px) {
    .contact_map_attr {
        height: 200%;
    }
    .map_block {
        margin-bottom: 22%;
    }
    .wrapper .main-page .main-text h1 {
        margin-top: -318px;
        padding-top: 0px;
    }
    .wrapper .main-page .top_button {
        margin-top: 40px;
    }
    #services {
        margin-top: -55px;
    }
}

@media (min-width:1200px) {
    .wrapper .main-page .main-text h1 {
        margin-top: -338px;
        padding-top: 0px;
    }
    .wrapper .main-page .top_button {
        margin-top: 40px;
    }
    #services {
        margin-top: -20px;
    }
}

@media (min-width:1200px) {
    .contact_map_attr {
        height: 200%;
    }
    .map_block {
        margin-bottom: 21%;
    }
    .wrapper .main-page .main-text h1 {
        margin-top: -338px;
        padding-top: 0px;
    }
    .wrapper .main-page .top_button {
        margin-top: 40px;
    }
    #services {
        margin-top: -20px;
    }
}

@media (min-width:1300px) {
    .contact_map_attr {
        height: 220%;
    }
    .map_block {
        margin-bottom: 20%;
    }
    .contact_dep {
        height: 256px;
    }
    .wrapper .main-page .main-text h1 {
        margin-top: -365px;
        padding-top: 0px;
    }
    .wrapper .main-page .top_button {
        margin-top: 40px;
    }
    #services {
        margin-top: -10px;
    }
}

@media (min-width:1400px) {
    .contact_map_attr {
        height: 220%;
    }
    .map_block {
        margin-bottom: 18%;
    }
    .wrapper .main-page .main-text h1 {
        margin-top: -392px;
        padding-top: 0px;
    }
    .wrapper .main-page .top_button {
        margin-top: 40px;
    }
    #services {
        margin-top: 63px;
    }
}

@media (min-width:1500px) {
    .contact_map_attr {
        height: 250%;
    }
    .map_block {
        margin-bottom: 18%;
    }
    .wrapper .main-page .main-text h1 {
        margin-top: -408px;
        padding-top: 0px;
    }
    .wrapper .main-page .top_button {
        margin-top: 40px;
    }
    #services {
        margin-top: 55px;
    }
}

@media (min-width:1600px) {
    .map_block {
        margin-bottom: 17%;
    }
    .wrapper .main-page .main-text h1 {
        margin-top: -460px;
        padding-top: 0px;
    }
    .wrapper .main-page .top_button {
        margin-top: 40px;
    }
    #services {
        margin-top: 130px;
    }
}

@media (min-width:1700px) {
    .map_block {
        margin-bottom: 16%;
    }
    .wrapper .main-page .main-text h1 {
        margin-top: -480px;
        padding-top: 0px;
    }
    .wrapper .main-page .top_button {
        margin-top: 40px;
    }
    #services {
        margin-top: 115px;
    }
}

@media (min-width:1800px) {
    .map_block {
        margin-bottom: 15%;
    }
    .wrapper .main-page .main-text h1 {
        margin-top: -500px;
        padding-top: 0px;
    }
    .wrapper .main-page .top_button {
        margin-top: 40px;
    }
    #services {
        margin-top: 135px;
    }
}

@media (min-width:1900px) {
    .map_block {
        margin-bottom: 14%;
    }
    .wrapper .main-page .main-text h1 {
        margin-top: -520px;
        padding-top: 0px;
    }
    .wrapper .main-page .top_button {
        margin-top: 40px;
    }
    #services {
        margin-top: 190px;
    }
}

#map {
    width: 100%;
    min-height: 115%;
    background: yellow;
}

.about_us_item_bl_right {
    margin-left: 55%;
    width: 24%;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    height: 356px;
}

.about_us_item_bl_left {
    width: 24%;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    height: 356px;
    margin-left: 17%;

}




.history_img {
    background-image: url(../images/rsz_leave_gorgan.png);
    background-repeat: no-repeat;

    background-position: center;
}

.history_sl_bl {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
}

.btn_about {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;

}

.btn_adopt1 {}

.btn_adopt2 {
    position: absolute;

    top: 0;
}

@media (max-width:580px) {
    .history_sl_bl p {
        font-size: 17px;
    }
    .btn_adopt1 {
        margin-left: 18%;
        margin-bottom: 6.5%;
    }
    .slide_item_right {
        margin-left: 58%;
        margin-top: -16%;
    }

}

@media (max-width:520px) {
    .btn_adopt1 {
        margin-left: 13%;
        margin-bottom: 6.5%;
    }
    .btn_adopt2 {
        position: absolute;
        margin-left: 55%;

        top: 0;
    }
    .dash {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        width: 11%;
        left: 28%;
        position: absolute;
        margin-top: -17px;
    }
    .dash2-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 11%;
        left: 28%;
        position: absolute;
        margin-top: -20px;
    }

    .dash2 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-35deg);
            -ms-transform: rotate(-35deg);
                transform: rotate(-35deg);
        width: 11%;
        left: 11%;
        position: absolute;
        margin-top: 110px;
    }

    .dash3-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        position: absolute;
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        margin-top: -19px;
        left: 77.9%;
        width: 11%;
    }

    .dash3 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        width: 11%;
        left: 77.7%;
        position: absolute;
        margin-top: -19px;
    }

    .dash4 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-35deg);
            -ms-transform: rotate(-35deg);
                transform: rotate(-35deg);
        width: 11%;
        left: 61%;
        position: absolute;
        margin-top: 106px;
    }
    .slide_item_left_second {
        margin-top: 20px;
    }

    .slider_mob .flex-item-4 {
        width: 55%;
        max-width: 55%;
    }
    .history_sl_img {
        height: 115px;
    }
    .slide_item_right {
        margin-left: 45%;
        margin-top: 20px;
    }
}

@media (max-width:390px) {
    .history_sl_bl p {
        font-size: 16px;
    }
    .btn_adopt1 {
        margin-left: 7%;
        margin-bottom: 6.5%;
    }
    .btn_adopt2 {
        position: absolute;
        margin-left: 51%;

        top: 0;
    }
    .dash {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        width: 11%;
        left: 28%;
        position: absolute;
        margin-top: -8px;
    }
    .dash2-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 11%;
        left: 28%;
        position: absolute;
        margin-top: -9px;
    }

    .dash2 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-35deg);
            -ms-transform: rotate(-35deg);
                transform: rotate(-35deg);
        width: 11%;
        left: 11%;
        position: absolute;
        margin-top: 119px;
    }

    .dash3-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        position: absolute;
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        margin-top: -7px;
        left: 77.9%;
        width: 11%;
    }

    .dash3 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        width: 11%;
        left: 77.7%;
        position: absolute;
        margin-top: -11px;
    }

    .dash4 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-35deg);
            -ms-transform: rotate(-35deg);
                transform: rotate(-35deg);
        width: 11%;
        left: 61%;
        position: absolute;
        margin-top: 118px;
    }

}

@media (max-width:420px) {
    .dash {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        width: 11%;
        left: 28%;
        position: absolute;
        margin-top: -9px;
    }
    .dash2-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
                transform: rotate(36deg);
        width: 11%;
        left: 28%;
        position: absolute;
        margin-top: -10px;
    }

    .dash2 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-35deg);
            -ms-transform: rotate(-35deg);
                transform: rotate(-35deg);
        width: 11%;
        left: 11%;
        position: absolute;
        margin-top: 118px;
    }

    .dash3-1 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        position: absolute;
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        margin-top: -7px;
        left: 77.9%;
        width: 11%;
    }

    .dash3 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        width: 11%;
        left: 77.7%;
        position: absolute;
        margin-top: -11px;
    }

    .dash4 {
        border: 0 none;
        border-top: 2px dashed #322f32;
        background: none;
        height: 0;
        -webkit-transform: rotate(-35deg);
            -ms-transform: rotate(-35deg);
                transform: rotate(-35deg);
        width: 11%;
        left: 61%;
        position: absolute;
        margin-top: 118px;
    }
}
        a.btn-1,
        .btn-1 {
            background-color: darken(#E1332D, 1.5%);
            font-weight: 100;
            text-align: center;
            color: #fff;



        }
        .btn-1:hover {
            background: rgba(#E1332D, 0);
            font-weight: 900;
            letter-spacing: 0.5px;
        }

        .btn-1:hover rect {

            color: #fff;
            stroke-width: 5;
            stroke-dasharray: 15, 310;
            stroke-dashoffset: 48;
            -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
        }

        .slick-disabled rect {

            stroke-width: 5px;
            stroke-dasharray: 15, 310;
            stroke-dashoffset: 48px;
            -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1) ease-in-out;
            -o-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1) ease-in-out;
            transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1) ease-in-out;
            background: rgba(#E1332D, 0);
            font-weight: 900;
            letter-spacing: 1px;
        }
