﻿body {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    font-size: 22px;
    text-shadow: 1px 1px 1px #000;
}
a {
    color: #fff;
}
a:hover {
    color: #fff;
}
a i {
    color: #ffb122;
    margin-right: 10px;
}
section.header {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}
@font-face {
    font-family: logo;
    src: url(../fonts/22.ttf);
}
.logo {
    font-family: logo;
    font-size: 85px;
    line-height: 100px;
}
.logo span {
    color: #ffb122;
}
.sub_logo {
    font-size: 24px;
    border-top: 1px solid #ffb122;
    width: 290px;
    margin-top: 2px;
    text-align: center;
    color: #ffb122;
}
.top_header {
    padding: 10px 0;
}
.phone_block_number {
    font-size: 28px;
    font-weight: 300;
}
.phone_block {
    margin-top: 20px;
    padding-left: 50px;
}
.phone_block_service a {
    font-size: 20px;
}
.main_header_block {
    margin-top: 20px;
}
.main_header_block nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main_header_block nav ul li {
    margin: 5px 0;
}
.main_header_block nav ul li a i {
    margin-right: 10px;
}
section.dev {
    background-color: #ffb122;
    padding: 20px 0;
}
.dev_text h2 {
    font-weight: 300;
    color: #000;
    text-shadow: none;
    text-align: center;
}
p iframe {
    float: right;
    margin: 0 0 15px 15px;
}
.name_block_h2 h2 {
    font-weight: 300;
    font-size: 38px;
    color: #ffb122;
    text-decoration: underline;
}
section.service {
    background-image: url(../img/bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 50px;
}
.item_service img {
    border: 2px solid #ffb122;
    border-radius: 50%;
    width: 100%;
    transition: 0.3s;
}
.item_service {
    padding: 0 15px;
    margin-top: 30px;
}
.name_service {
    text-align: center;
    margin-top: 8px;
    font-size: 22px;
}
a.item_service_a:hover .item_service img {
    box-shadow: 0 0 20px 1px #ffb122;
}
section.about_me {
    background-image: url(../img/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}
.text_about_me {
    margin-top: 20px;
}
.cert_block {
    margin-top: 10px;
}
.cert_block img {
    max-height: 470px;
}
section.recent {
    background-image: url(../img/bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 50px;
}
.recent_block {
    text-align: center;
    padding: 0 20px;
    margin-top: 15px;
}
.recent_block img {
    border: 2px solid #ffb122;
    border-radius: 50%;
    width: 240px;
    transition: 0.3s;
}
.recent_block_name {
    font-size: 26px;
    color: #ffb122;
    margin: 15px 0;
    font-weight: 400;
}
.recent_block:hover img {
    box-shadow: 0 0 20px 1px #ffb122;
}
.slick-prev:before,
.slick-next:before {
    opacity: 0.75;
    color: #ffb122;
}
.recents_item {
    margin-top: 20px;
}
.slick-slide img {
    display: inline;
}
section.contact {
    background-image: url(../img/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 50px;
}
.numbers_contact .phone_block {
    padding-left: 0;
    margin-top: 25px;
}
.pre_contact_footer {
    margin-top: 20px;
}
input, button{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 5px 10px;
    border: 1px solid #ffb122;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin: 10px 0;
    outline: none;
}
textarea {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 5px 10px;
    border: 1px solid #ffb122;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin: 10px 0;
    outline: none;
    min-height: 120px;
}
.btn_recent {
    text-align: center;
    margin-top: 40px;
}
.btn_recent a {
    background-color: #ffb122;
    padding: 5px 10px;
    color: #000;
    font-size: 22px;
    font-weight: 300;
    margin: 10px 0;
    outline: none;
    text-shadow: none;
    transition: 0.3s;
}
.btn_recent a:hover {
    box-shadow: 0 0 20px 1px #ffb122;
}
.inputs_form_contact {
    margin-top: 20px;
}
.send_input_btn {
    background-color: #ffb122;
    color: #000;
    cursor: pointer;
    transition: 0.3s;
}
.send_input_btn:hover {
    box-shadow: 0 0 20px 1px #ffb122;
}
::-webkit-input-placeholder {
    color: #b4b4b4;
}
::-moz-placeholder {
    color: #b4b4b4;
}
:-ms-input-placeholder {
    color: #b4b4b4;
}
:-moz-placeholder {
    color: #b4b4b4;
}
section.footer {
    background-color: #ffb122;
    padding: 2px 0;
}
.developer a {
    color: #000;
    font-size: 20px;
    text-shadow: none;
}
.iziModal .iziModal-button {
    opacity: 1;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 26px;
    font-family: "Oswald", sans-serif;
    color: #000;
    font-weight: 300;
    text-shadow: none;
}
.iziModal .iziModal-content {
    background-image: url(../img/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.copy {
    font-size: 17px;
    text-align: center;
}
.md_box .inputs_form_contact {
    margin-top: 0;
}
.panel_call {
    width: 235px;
    height: 75px;
    border-radius: 10px;
    display: none;
    background: #ff6e1f;
    bottom: 40px;
    right: 120px;
    position: fixed;
    text-decoration: none;
}
.panel_call p {
    margin: auto;
    color: #fff;
}
.info_call {
    margin-top: 10px;
    margin-left: 10px;
}
.info-call {
    font-size: 200%;
    margin-top: -20px;
}
.info_call_number {
    margin-top: -10px;
    font-size: 120%;
}
#popup__toggle {
    bottom: 25px;
    right: 10px;
    position: fixed;
}
.img-circle {
    background-color: #ffb122;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #ffb122;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #ffb122;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
}
.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    background-image: url(../img/phone-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.img-circle:hover {
    opacity: 1;
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}
@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}
@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}
@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -o-opacity: 0.5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        -o-opacity: 0.1;
    }
}
@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: 0.1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: 0.5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: 0.1;
    }
}
@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
.accept {
    text-align: center;
    color: #13ff0f;
    font-weight: 400;
}
.error {
    text-align: center;
    color: #ff2b2b;
    font-weight: 400;
}
.slick-next,
.slick-prev {
    z-index: 999;
}
.after991_d {
    display: none;
}
@media only screen and (max-width: 1199px) {
    .logo {
        font-size: 85px;
    }
    .phone_block {
        padding-left: 40px;
    }
    .cert_block img {
        max-height: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .cert_block img {
        width: 100%;
    }
    p iframe {
        width: 100%;
    }
    .phone_block {
        padding-left: 0;
    }
    section.header {
        background-position: center;
    }
    .after991 {
        display: none;
    }
    .after991_d {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .cert_block img {
        width: auto;
    }
    .cert_block {
        text-align: center;
    }
    .name_block_h2 h2 {
        text-align: center;
    }
}
@media only screen and (max-width: 615px) {
    .slick-next {
        right: 100px;
        top: 294px;
    }
    .slick-prev {
        left: 100px;
        top: 294px;
    }
}
@media only screen and (max-width: 458px) {
    .slick-next {
        right: 60px;
    }
    .slick-prev {
        left: 60px;
    }
}
@media only screen and (max-width: 350px) {
    .logo {
        font-size: 75px;
    }
    .slick-next {
        right: 20px;
    }
    .slick-prev {
        left: 20px;
    }
}
@media only screen and (max-width: 330px) {
    .cert_block img {
        width: 100%;
    }
}
@media only screen and (max-width: 324px) {
    .email_footer a {
        font-size: 22px;
    }
}
