.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:before,.clearfix:after,.container_12:before,.container_12:after,.container_16:before,.container_16:after{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}.clearfix:after,.container_12:after,.container_16:after{clear:both}.clearfix,.container_12,.container_16{zoom:1}

a:focus {
    outline: none;
}

b, strong {
    font-weight: bold;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: "RobotoRegular";
    background: #262525;
    color: bisque;
}

/* font-family: "HelveticaNeue-UltraLight"; */
@font-face {
    font-family: "HelveticaNeue-UltraLight";
    src: url("fonts/HelveticaNeue-UltraLight/HelveticaNeue-UltraLight.eot");
    src: url("fonts/HelveticaNeue-UltraLight/HelveticaNeue-UltraLight.eot?#iefix")format("embedded-opentype"),
    url("fonts/HelveticaNeue-UltraLight/HelveticaNeue-UltraLight.woff") format("woff"),
    url("fonts/HelveticaNeue-UltraLight/HelveticaNeue-UltraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "RobotoRegular"; */
@font-face {
    font-family: "RobotoRegular";
    src: url("fonts/RobotoRegular/RobotoRegular.eot");
    src: url("fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoLight"; */
@font-face {
    font-family: "RobotoLight";
    src: url("fonts/RobotoLight/RobotoLight.eot");
    src: url("fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoMedium"; */
@font-face {
    font-family: "RobotoMedium";
    src: url("fonts/RobotoMedium/RobotoMedium.eot");
    src: url("fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoBold"; */
@font-face {
    font-family: "RobotoBold";
    src: url("fonts/RobotoBold/RobotoBold.eot");
    src: url("fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    background: #020202;
}

#main {
    background: #020202 url(../images/main-bg.jpg) no-repeat top center;
    overflow: hidden;
}

.wrapper-main:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.wrapper-main {
    width: 1170px;
    margin: 0 auto;
}

section .wrapper-main {
    width: 1030px;
    margin: 0 auto;
    padding-left: 26px;
}

.popup,
.popup2,
.popup3
{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(85,82,82, 0.5);
    top: 0%;
    left: 0;
    overflow: hidden;
    z-index: 99999;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    visibility: hidden;
    opacity: 0;
    /*transform: scale(0.5);*/
}

.popup.closed,
.popup2.closed,
.popup3.closed
{
    opacity: 0;
    visibility: hidden;
    top: 0%;
}

.popup.open,
.popup2.open,
.popup3.open
{
    visibility: visible;
    opacity: 1;
    top: 0;
    transform: scale(1);
}

#close-window,
#close-window2,
#close-window3 
{
    position: absolute;
    top: -3px;
    right: -7px;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    width: 44px;
    height: 44px;
    z-index: 9;
}

#close-window3 {
    top: -69px;
    right: -26px;
}

#close-window:hover,
#close-window2:hover,
#close-window3:hover
{
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

#close-window svg,
#close-window2 svg,
#close-window3 svg {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

#close-window:hover svg,
#close-window2:hover svg,
#close-window3:hover svg {
    stroke: #cc6633 !important;
}



.popup.open .popup__block,
.popup2.open .popup__block,
.popup3.open .popup__block
{
    visibility: visible;
    transform: scale(1);
     -webkit-transform: scale(1);
    opacity: 1;
}

.popup__block {
    width: 555px;
    height: 578px;
    top: 50%;
    margin: 0 auto;
    margin-top: -289px;
    position: relative;
    display: block;
    opacity: 0;
    transform: scale(0.5);
     -webkit-transform: scale(0.5);
    background: transparent url("../images/pop-bg.png") no-repeat top center;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.popup3 .popup__block {
    width: 970px;
    height: 584px;
    margin-top: -292px;
    background: transparent url("../images/popup-3.jpg") no-repeat top center;
}

.logo-top {
    display: inline-block;
    margin-top: 27px;
    margin-left: 43px;
}

.phone {
    position: relative;
    font-family: "RobotoLight";
    color: white;
    font-size: 18px;
    line-height: 73px;
    padding-left: 30px;
    display: inline-block;
    float: right;
    margin-right: 59px;
}

.phone span {
    font-family: "RobotoMedium";
}

.phone:before {
    content: "";
    width: 18px;
    height: 100%;
    display: block;
    /*background: url(../images/phone-img.png) no-repeat center center;*/
    background: url(../images/svg-phone.svg) no-repeat center center;
    background-size: 18px 18px;
    position: absolute;
    top: 2px;
    left: -1px;
}

.section-1 h2 {
    font-family: "RobotoMedium";
    color: white;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    opacity: 0;
    transition: opacity 0.8s ease-in;
    -webkit-transition: opacity 0.8s ease-in;
}

.section-1 h2.animated {
    opacity: 1;
}

.section-1 h3:after {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 6px;
    width: 0px;
    height: 3px;
    background: #E7662B;
    transition: width 0.8s ease-in;
    -webkit-transition: width 0.8s ease-in;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.section-1 h3.animated:after {
    width: 151px;
}

.section-1 h3 {
    font-family: "RobotoMedium";
    color: white;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    margin-top: 14px;
    text-indent: 5px;
    opacity: 0;
    transition: opacity 0.8s ease-in;
    -webkit-transition: opacity 0.8s ease-in;
}
.section-1 h3.animated {
    opacity: 1;
}

.top-info {
    margin-top: 70px;
    opacity: 0;
    transition: opacity 0.8s ease-in;
    -webkit-transition: opacity 0.8s ease-in;
}

.top-info.animated {
    opacity: 1;
}

.top-info > div {
    position: relative;
    padding-left: 104px;
    min-height: 38px;
    padding-top: 11px;
}

.top-info > div img {
    position: absolute;
    left: 4px;
    top: 0;
}

.top-info .top-dispatch img {
    top: 3px;
}

.top-dispatch {
    margin-top: 26px;
}

.section-1 {
    padding-top: 140px;
}

.top-info > div p {
    font-family: "RobotoRegular";
    font-size: 16px;
    color: white;
}

.price-btn {
    background-color: #E7662B;
    display: inline-block;
    width: 223px;
    height: 53px;
    text-align: center;
    text-decoration: none;
    line-height: 53px;
    border-radius: 25px;
    border: none;
    color: white;
    font-family: "RobotoBold";
    text-transform: uppercase;
    font-size: 10px;
    box-shadow: 0px 1px 18px 0px rgba(204, 102, 51, 0.5);
    -webkit-box-shadow: 0px 1px 18px 0px rgba(204, 102, 51, 0.5);
    transition: transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    margin-top: 70px;
    margin-left: 5px;
    letter-spacing: 1px;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.price-btn.animated {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.price-btn:hover {
    background: #FF6004;
    box-shadow: 0px 1px 18px 0px rgba(255, 96, 4, 0.5);
    -webkit-box-shadow: 0px 1px 18px 0px rgba(255, 96, 4, 0.5);
}

.section-2 {
    padding-top: 219px;
}

.section-2 h3 {
    font-family: "RobotoLight";
    font-size: 18px;
    color: white;
    line-height: 1.2;
    text-transform: uppercase;
    opacity: 0;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}

.section-2 .benefit.animated h3 {
    opacity: 1;
    transform: translateX(0px);
}

.section-2 h3 span {
    font-size: 24px;
    color: #cc6633;
}

.benefit-dot {
    width: 11px;
    height: 11px;
    background: #E7662B;
    border-radius: 100%;
    box-shadow: 0px 1px 15px 0px rgba(204, 102, 51, 0.99);
    -webkit-box-shadow: 0px 1px 15px 0px rgba(204, 102, 51, 0.99);
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -3px;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.benefit.animated .benefit-dot {
    opacity: 1;
}

.benefit-line {
    background: #E7662B;
    height: 1px;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: 1px;
    width: 0%;
    transition: width 1.5s ease;
    -webkit-transition: width 1.5s ease;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.benefit.animated .benefit-line {
    width: 100%;
}


.benefit1 .benefit-line {
    max-width: 404px;
}
.benefit2 .benefit-line {
    max-width: 347px;
}
.benefit3 .benefit-line {
    max-width: 435px;
}
.benefit4 .benefit-line {
    max-width: 247px;
}
.benefit5 .benefit-line {
    max-width: 447px;
}

.benefit1,
.benefit2,
.benefit3,
.benefit4,
.benefit5 {
    min-height: 72px;
}

.benefit1 {
    width: 550px;
    position: relative;
    margin-left: 131px;
}

.benefit2 {
    width: 511px;
    position: relative;
    margin-left: 205px;
    margin-top: 58px;
}

.benefit3 {
    width: 573px;
    position: relative;
    margin-left: 106px;
    margin-top: 50px;
}

.benefit4 {
    width: 486px;
    position: relative;
    margin-left: 204px;
    margin-top: 53px;
}

.benefit5 {
    width: 593px;
    position: relative;
    margin-left: 104px;
    margin-top: 55px;
}

.section-3 h3 {
    font-family: "RobotoRegular";
    font-size: 36px;
    color: white;
    line-height: 1.2;
    text-transform: uppercase;
}

.section-3 {
    padding-top: 159px;
}

.section-3 .wrapper-main {
    padding-left: 31px;
}

.section-3 h6 {
    font-family: "RobotoLight";
    font-size: 14px;
    color: white;
    line-height: 1.2;
    margin-top: 3px;
}

.section-3 .dot {
    width: 14px;
    height: 14px;
    background: #EC7339;
    border-radius: 100%;
    box-shadow: 0px 1px 18px 0px rgba(204, 102, 51, 0.57);
    position: relative;
    margin-top: 19px;
    margin-left: 2px;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.section-3 .dot.animated {
    opacity: 1;
}

.section-3 .dot:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 5px;
    height: 3px;
    width: 0px;
    background: transparent url("../images/line-bg.png") no-repeat top center;
    transition: width 1.5s ease;
    -webkit-transition: width 1.5s ease;
}

.section-3 .dot.animated:after {
    width: 975px;
}

.ddone {
    display: none;
}

.popup__block .rekv {
    text-align: center;
    position: absolute;
    top: 94px;
    left: 50%;
    width: 310px;
    margin-left: -157px;
}

.popup__block .rekv p {
    text-align: left;
    font-family: "RobotoLight";
    font-size: 14px;
    line-height: 1.2;
    color: white;
    letter-spacing: 2px;
    margin-bottom: 3px;
}

.popup__block .pol-konf p {
    text-align: left;
    font-family: "RobotoLight";
    font-size: 14px;
    line-height: 1.3;
    color: white;
    letter-spacing: 2px;
    margin-bottom: 3px;
}

.popup__block .pol-konf {
    text-align: center;
    position: absolute;
    top: 49px;
    left: 50%;
    width: 824px;
    height: 475px;
    margin-left: -405px;
    overflow-y: scroll;
    padding-right: 70px;
    padding-left: 19px;
}

.popup3 ::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px
}

.popup3 ::-webkit-scrollbar-track {
    background-color:#030304;
    border: 1px solid #363636;
    box-shadow:0px 0px 3px #000 inset;
}

.popup3 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color:#626262;
    background-image:url('https://yraaa.ru/_pu/24/59610063.png');
    background-position:center;
    background-repeat:no-repeat;
}

.popup3 ::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:3px;
    height:0px;
}

.popup3 ::-webkit-scrollbar{
    width: 5px;
}

.popup__block .rekv p span,
.popup__block .pol-konf p span
{
    text-transform: uppercase;
    color: #cc6633;
}

.popup__block .form {
    text-align: center;
    position: absolute;
    top: 75px;
    left: 50%;
    width: 284px;
    margin-left: -142px;
}

.popup__block .form h3,
.popup__block .rekv h3,
.popup__block .pol-konf h3
{
    font-family: "RobotoLight";
    font-size: 24px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
}

.popup__block .rekv h3,
.popup__block .pol-konf h3
{
    margin-bottom: 26px;
}

.popup__block .form h4 {
    font-family: "RobotoLight";
    font-size: 16px;
    line-height: 1.2;
    color: white;
    margin-top: 2px;
    margin-bottom: 5px;
}

.popup__block .form input {
    background: transparent;
    border: 1px solid #959595;
    border-radius: 18px;
    width: 225px;
    height: 34px;
    line-height: 34px;
    margin-top: 20px;
    margin-left: 15px;
    outline: none;
    box-shadow: none;
    color: white;
    font-family: "RobotoLight";
    font-size: 10px;
    padding-left: 19px;
}

.popup__block .form input:focus {
    border: 1px solid #E7662B;
}

.popup__block .form button {
    background-color: #E7662B;
    display: inline-block;
    width: 223px;
    height: 53px;
    text-align: center;
    text-decoration: none;
    line-height: 53px;
    border-radius: 25px;
    border: none;
    color: white;
    font-family: "RobotoBold";
    text-transform: uppercase;
    font-size: 10px;
    box-shadow: 0px 1px 18px 0px rgba(204, 102, 51, 0.5);
    -webkit-box-shadow: 0px 1px 18px 0px rgba(204, 102, 51, 0.5);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin-top: 32px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-left: 15px;
}

.popup__block .form button:hover {
    background: #FF6004;
    box-shadow: 0px 1px 18px 0px rgba(255, 96, 4, 0.5);
    -webkit-box-shadow: 0px 1px 18px 0px rgba(255, 96, 4, 0.5);
}

::-webkit-input-placeholder {color:#FFFFFF;}
::-moz-placeholder          {color:#FFFFFF;}/* Firefox 19+ */
:-moz-placeholder           {color:#FFFFFF;}/* Firefox 18- */
:-ms-input-placeholder      {color:#FFFFFF;}

.chain-wrap {
    position: relative;
    width: 930px;
    height: 793px/*1089px*/;
}

.chain-wrap img {
    position: absolute;
}

.chain-label {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing; 
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-direction:alternate;
    -webkit-animation-direction:alternate;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
}

.chain-wrap .chain-img1 {
    left: 112px;
    top: -16px;
}

.chain-wrap .chain-img2 {
    left: 213px;
    top: -24px;
}

.chain-wrap .chain-img3 {
    left: 349px;
    top: -20px;
}

.chain-wrap .chain-img4 {
    left: 468px;
    top: -27px;
}

.chain-wrap .chain-img5 {
    left: 652px;
    top: -39px;
}

.chain-wrap .chain-label1 {
    left: 107px;
    top: 240px;
}

.chain-wrap .chain-label2 {
    left: 278px;
    top: 388px;
}

.chain-wrap .chain-label3 {
    left: 353px;
    top: 185px;
}

.chain-wrap .chain-label4 {
    left: 614px;
    top: 360px;
}

.chain-wrap .chain-label5 {
    left: 811px;
    top: 107px;
}

.chain-wrap h5 {
    font-size: 14px;
    font-family: "RobotoRegular";
    color: white;
    line-height: 1.2;
    position: absolute;
    text-align: center;
    
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing1;
    animation-name: swing1; 
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-direction:alternate;
    -webkit-animation-direction:alternate;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}

.chain-wrap h5 span {
    color: #cc6633;
}

.chain-txt1 {
    left: 49px;
    top: 289px;
}

.chain-txt2 {
    left: 302px;
    top: 454px;
}

.chain-txt3 {
    left: 320px;
    top: 270px;
}

.chain-txt4 {
    left: 655px;
    top: 467px;
}

.chain-txt5 {
    left: 858px;
    top: 226px;
}

.types {
    position: relative;
    text-align: center;
}

.types h3 {
    text-transform: uppercase;
    color: #cc6633;
    text-align: center;
    font-size: 18px;
    font-family: "RobotoLight";
    text-indent: -25px;
}

.types a {
    background-color: #E7662B;
    display: inline-block;
    width: 214px;
    height: 53px;
    text-align: center;
    text-decoration: none;
    line-height: 53px;
    border-radius: 28px;
    border: none;
    color: white;
    font-family: "RobotoBold";
    text-transform: uppercase;
    font-size: 10px;
    box-shadow: 0px 1px 18px 0px rgba(204, 102, 51, 0.5);
    -webkit-box-shadow: 0px 1px 18px 0px rgba(204, 102, 51, 0.5);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 58px;
    margin-left: -24px;
    margin-bottom: 150px;
}

.types a:hover {
    background: #FF6002;
    box-shadow: 0px 1px 18px 0px rgba(255, 96, 2, 0.5);
    -webkit-box-shadow: 0px 1px 18px 0px rgba(255, 96, 2, 0.5);
}

.dott {
    width: 11px;
    height: 11px;
    background: #E7662B;
    border-radius: 100%;
    box-shadow: 0px 1px 18px 0px rgba(204, 102, 51, 0.57);
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    display: inline-block;
    opacity: 0;
}

.dott.animated {
    opacity: 1;
}

.dott2 {
    position: relative;
    margin: 0px 185px;
}

.dott2:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    height: 1px;
    width: 0px;
    margin-left: -445px;
    background: transparent url("../images/line-bg2.png") no-repeat top center;
    transition: width 1.5s ease;
    -webkit-transition: width 1.5s ease;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.dott2.animated:before {
    width: 891px;
}

.dott-wrap {
    margin-top: 34px;
    margin-right: 20px;
}

.txt-wrap {
    margin-top: 15px;
}

.txt-wrap span {
    font-family: "RobotoLight";
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin: 0 48px 0 29px;
    line-height: 1.2;
    opacity: 0;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.txt-wrap.animated span {
    opacity: 1;
}

.section-4 h3 {
    font-family: "RobotoRegular";
    font-size: 36px;
    color: white;
    line-height: 1.2;
    text-transform: uppercase;
}

.section-4 h6 {
    font-family: "RobotoLight";
    font-size: 14px;
    color: white;
    line-height: 1.2;
    margin-top: 3px;
}

.section-4 .dot.animated {
    opacity: 1;
}
.section-4 .dot {
    width: 14px;
    height: 14px;
    background: #EC7339;
    border-radius: 100%;
    box-shadow: 0px 1px 18px 0px rgba(204, 102, 51, 0.57);
    position: relative;
    margin-top: 19px;
    margin-left: 2px;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.section-4 .dot.animated::after {
    width: 975px;
}
.section-4 .dot::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 5px;
    height: 3px;
    width: 0px;
    background: transparent url("../images/line-bg.png") no-repeat top center;
    transition: width 1.5s ease;
    -webkit-transition: width 1.5s ease;
}

.smi-slider-wrap {
    width: 903px;
    height: 525px;
    position: relative;
    margin-top: 66px;
    padding-left: 101px;
}

.big-images-wrap {
    width: 570px;
    height: 443px;
}

.big-images .owl-dots,
.thumbs .owl-dots,
.thumbs .owl-nav
{
    display: none !important;
}

.thumbs-wrap {
    width: 202px;
    height: 443px;
    position: absolute;
    top: 0;
    right: 0;
}

.thumbs.owl-carousel .owl-item {
    float: none;
    display: inline-block;
    width: 86px !important;
    margin-left: 15px;
    margin-bottom: 10px;
    height: 66px;
}

.thumbs.owl-carousel .owl-item:nth-child(2n + 1) {
    margin-left: 0px;
}

.thumbs.owl-carousel .owl-item:nth-child(2n) {
    margin-left: 30px;
}

.thumbs.owl-carousel .owl-stage {
    transform: translate3d(0px, 0px, 0px) !important;
    height: 443px !important;
    width: 202px !important;
}

.thumbs.owl-carousel .owl-item img {
    width: 86px;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.thumbs.owl-carousel .owl-item:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.thumbs.owl-carousel .owl-item .item {
    overflow: hidden;
    cursor: pointer;
    max-height: 64px;
    position: relative;
}

.thumbs.owl-carousel .owl-item .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(204, 102, 51, 0.0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.thumbs.owl-carousel .owl-item .item:hover:after {
    background: rgba(204, 102, 51, 0.85);
}

.big-images.owl-carousel .owl-controls .owl-nav .owl-prev {
    width: 30px;
    height: 45px;
    display: inline-block;
    text-indent: -9999px;
    color: transparent;
    position: relative;
    left: 144px;
}

.big-images .owl-controls .owl-nav .owl-prev::before {
    content: "";
    position: absolute;
    background: white;
    width: 3px;
    height: 38px;
    transform: rotate(52deg);
    -webkit-transform: rotate(52deg);
    left: 15px;
    top: -7px;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

.big-images .owl-controls .owl-nav .owl-prev::after {
    content: "";
    position: absolute;
    background: white;
    display: block !important;
    width: 3px;
    height: 38px;
    transform: rotate(-52deg);
    -webkit-transform: rotate(-52deg);
    left: 17px;
    bottom: -9px;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

.big-images.owl-carousel .owl-controls {
    margin-top: 34px;
}

.big-images.owl-carousel .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 45px;
    display: inline-block;
    text-indent: -9999px;
    color: transparent;
    position: relative;
    right: -214px;
}

.big-images.owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: "";
    position: absolute;
    background: white;
    display: block !important;
    width: 3px;
    height: 38px;
    transform: rotate(-52deg);
    -webkit-transform: rotate(-52deg);
    left: 15px;
    top: -7px;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

.big-images.owl-carousel .owl-controls .owl-nav .owl-next:after {
    content: "";
    position: absolute;
    display: block !important;
    background: white;
    width: 3px;
    height: 38px;
    transform: rotate(52deg);
    -webkit-transform: rotate(52deg);
    left: 17px;
    bottom: -9px;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

.big-images.owl-carousel .owl-controls .owl-nav .owl-next:hover:before,
.big-images.owl-carousel .owl-controls .owl-nav .owl-next:hover:after,
.big-images.owl-carousel .owl-controls .owl-nav .owl-prev:hover:before,
.big-images.owl-carousel .owl-controls .owl-nav .owl-prev:hover:after
{
    background: #cc6633;
}

.section-5 h3 {
    font-family: "RobotoRegular";
    font-size: 36px;
    color: white;
    line-height: 1.2;
    text-transform: uppercase;
}

.section-5 h5 {
    font-family: "RobotoLight";
    font-size: 24px;
    color: white;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 61px;
    margin-left: 23px;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.section-5 h5.animated {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.section-5 p {
    font-family: "RobotoLight";
    font-size: 16px;
    color: #999999;
    line-height: 1.2;
    margin-top: 26px;
    margin-left: 20px;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}

.section-5 p.animated {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);    
}

.section-5 h5 span {
    color: #cc6633;
}

.section-5 .dot {
    width: 14px;
    height: 14px;
    background: #EC7339;
    border-radius: 100%;
    box-shadow: 0px 1px 18px 0px rgba(204, 102, 51, 0.57);
    position: relative;
    margin-top: 19px;
    margin-left: 2px;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.section-5 .dot.animated::after {
    width: 975px;
}
.section-5 .dot::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 5px;
    height: 3px;
    width: 0px;
    background: transparent url("../images/line-bg.png") no-repeat top center;
    transition: width 1.5s ease;
    -webkit-transition: width 1.5s ease;
}

.section-5 .wrapper-main {
    position: relative;
}

.map-block {
    width: 834px;
    height: 514px;
    position: absolute;
    right: -46px;
    top: 111px;
}

.dot-map {
    width: 14px;
    height: 14px;
    background: #EC7339;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0px 1px 18px 0px rgba(204, 102, 51, 0.75);
    -webkit-box-shadow: 0px 1px 18px 0px rgba(204, 102, 51, 0.75);
    position: absolute;
    top: 0;
    opacity: 1;
    /*transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;*/
}

.dot-map1 {
    width: 11px;
    height: 11px;
    right: 87px;
    top: 271px;
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
}

.dot-map2 {
    width: 6px;
    height: 6px;
    right: 172px;
    top: 413px;
    -webkit-animation-duration: 0.7s !important;
    animation-duration: 0.7s !important;
}

.dot-map3 {
    width: 6px;
    height: 6px;
    right: 173px;
    top: 433px;
    -webkit-animation-duration: 0.9s !important;
    animation-duration: 0.9s !important;
}

.dot-map3 {
    width: 9px;
    height: 9px;
    right: 212px;
    top: 388px;
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
}

.dot-map4 {
    width: 11px;
    height: 11px;
    right: 273px;
    top: 359px;
    -webkit-animation-duration: 1.0s !important;
    animation-duration: 1.0s !important;
}

.dot-map5 {
    width: 9px;
    height: 9px;
    right: 299px;
    top: 399px;
    -webkit-animation-duration: 1.8s !important;
    animation-duration: 1.8s !important;
}

.dot-map6 {
    width: 5px;
    height: 5px;
    right: 350px;
    top: 397px;
    -webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important;
}

.dot-map7 {
    width: 11px;
    height: 11px;
    right: 364px;
    top: 366px;
    -webkit-animation-duration: 1.3s !important;
    animation-duration: 1.3s !important;
}
.dot-map8 {
    width: 7px;
    height: 7px;
    right: 429px;
    top: 339px;
    -webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important;
}

.dot-map9 {
    width: 7px;
    height: 7px;
    right: 509px;
    top: 226px;
    -webkit-animation-duration: 0.6s !important;
    animation-duration: 0.6s !important;
}
.dot-map10 {
    width: 4px;
    height: 4px;
    right: 527px;
    top: 339px;
    -webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important;
}
.dot-map11 {
    width: 8px;
    height: 8px;
    right: 537px;
    top: 295px;
    -webkit-animation-duration: 0.9s !important;
    animation-duration: 0.9s !important;
}
.dot-map12 {
    width: 5px;
    height: 5px;
    right: 529px;
    top: 198px;
    -webkit-animation-duration: 0.6s !important;
    animation-duration: 0.6s !important;
}
.dot-map13 {
    width: 7px;
    height: 7px;
    right: 545px;
    top: 185px;
    -webkit-animation-duration: 0.9s !important;
    animation-duration: 0.9s !important;
}
.dot-map14 {
    width: 6px;
    height: 6px;
    right: 569px;
    top: 314px;
    -webkit-animation-duration: 1.0s !important;
    animation-duration: 1.0s !important;
}
.dot-map15 {
    width: 4px;
    height: 4px;
    right: 592px;
    top: 310px;
    -webkit-animation-duration: 0.65s !important;
    animation-duration: 0.65s !important;
}
.dot-map16 {
    width: 4px;
    height: 4px;
    right: 615px;
    top: 291px;
    -webkit-animation-duration: 0.3s !important;
    animation-duration: 0.3s !important;
}
.dot-map17 {
    width: 7px;
    height: 7px;
    right: 600px;
    top: 174px;
    -webkit-animation-duration: 0.75s !important;
    animation-duration: 0.75s !important;
}
.dot-map17 {
    width: 5px;
    height: 5px;
    right: 600px;
    top: 174px;
}
.dot-map18 {
    width: 5px;
    height: 5px;
    right: 641px;
    top: 305px;
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
}
.dot-map19 {
    width: 5px;
    height: 5px;
    right: 652px;
    top: 287px;
    -webkit-animation-duration: 1.7s !important;
    animation-duration: 1.7s !important;
}
.dot-map20 {
    width: 3px;
    height: 3px;
    right: 663px;
    top: 297px;
    -webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important;
}
.dot-map21 {
    width: 4px;
    height: 4px;
    right: 658px;
    top: 212px;
    -webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important;
}
.dot-map22 {
    width: 7px;
    height: 7px;
    right: 671px;
    top: 261px;
    -webkit-animation-duration: 1.0s !important;
    animation-duration: 1.0s !important;
}
.dot-map23 {
    width: 7px;
    height: 7px;
    right: 674px;
    top: 291px;
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
}
.dot-map24 {
    width: 3px;
    height: 3px;
    right: 691px;
    top: 298px;
    -webkit-animation-duration: 1.8s !important;
    animation-duration: 1.8s !important;
}
.dot-map25 {
    width: 4px;
    height: 4px;
    right: 689px;
    top: 277px;
    -webkit-animation-duration: 0.4s !important;
    animation-duration: 0.4s !important;
}
.dot-map26 {
    width: 5px;
    height: 5px;
    right: 681px;
    top: 199px;
    -webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important;
}
.dot-map27 {
    width: 17px;
    height: 17px;
    right: 689px;
    top: 209px;
    -webkit-animation-duration: 1.8s !important;
    animation-duration: 1.8s !important;
}
.dot-map28 {
    width: 10px;
    height: 10px;
    right: 707px;
    top: 241px;
    -webkit-animation-duration: 1.2s !important;
    animation-duration: 1.2s !important;
}
.dot-map29 {
    width: 4px;
    height: 4px;
    right: 698px;
    top: 252px;
    -webkit-animation-duration: 1.1s !important;
    animation-duration: 1.1s !important;
}
.dot-map30 {
    width: 4px;
    height: 4px;
    right: 707px;
    top: 272px;
    -webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important;
}
.dot-map31 {
    width: 4px;
    height: 4px;
    right: 717px;
    top: 261px;
    -webkit-animation-duration: 0.456s !important;
    animation-duration: 0.456s !important;
}
.dot-map32 {
    width: 6px;
    height: 6px;
    right: 734px;
    top: 326px;
    -webkit-animation-duration: 1.5456s !important;
    animation-duration: 1.5456s !important;
}
.dot-map33 {
    width: 6px;
    height: 6px;
    right: 748px;
    top: 321px;
    -webkit-animation-duration: 0.856s !important;
    animation-duration: 0.856s !important;
}

.section-5 {
    padding-top: 122px;
    min-height: 726px;
}

.section-6 h3 {
    font-family: "RobotoRegular";
    font-size: 36px;
    color: white;
    line-height: 1.2;
    text-transform: uppercase;
}

.section-6 .dot {
    width: 14px;
    height: 14px;
    background: #EC7339;
    border-radius: 100%;
    box-shadow: 0px 1px 18px 0px rgba(204, 102, 51, 0.57);
    position: relative;
    margin-top: 14px;
    margin-left: 2px;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.section-6 .dot.animated::after {
    width: 975px;
}

.section-6 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.section-6 .dot::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 5px;
    height: 3px;
    width: 0px;
    background: transparent url("../images/line-bg.png") no-repeat top center;
    transition: width 1.5s ease;
    -webkit-transition: width 1.5s ease;
}

.cont-wrap {
    margin-top: 69px;
    margin-left: 102px;
}

.cont-wrap > div span {
    color: white;
    font-family: "RobotoLight";
    font-size: 18px;
    line-height: 1.2;
}

.cont-wrap > div.cont-address span {
    font-size: 15px;
}

.cont-wrap > div {
    position: relative;
    padding-left: 47px;
    margin-bottom: 22px;
}

.cont-wrap > div img {
    position: absolute;
    left: 0;
}

.cont-phone svg .cls-2 {
    fill: transparent;
    stroke-width: 3px;
}

.cont-phone img {
    top: -3px;
}

.cont-mail img {
    top: 4px;
}

.cont-address img {
    
}

footer {
    height: 90px;
    border-top: 1px solid #626262;
}

.konf-wrap {
    width: 380px;
    margin: 0 auto;
    padding-top: 29px;
    padding-left: 12px;
}

.logo-f {
    display: block;
    float: left;
    line-height: 90px;
    margin-left: 38px;
}

.logo-f img {
    vertical-align: middle;
    display: inline-block;
}

.logo-expert {
    float: right;
    margin-right: 44px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #333333;
    margin-top: 36px;
    font-family: "RobotoLight";
}

.logo-expert a:hover {
    color: #EC7339;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.logo-expert a {
    color: #666666;
    letter-spacing: 2px;
    text-decoration: none;
    margin-left: 3px;
}

.logo-expert img {
    vertical-align: top;
    margin-top: -8px;
}

.konf-wrap a {
    color: #666666;
    font-size: 12px;
    font-family: "RobotoRegular";
    text-decoration: none;
}

.konf-wrap a:hover {
    color: #FFFFFF;
}

.to-main-site {
    border-bottom: 1px solid #666666;
    margin-left: 16px;
}

.to-main-site:hover {
    border-bottom: 1px solid transparent;
}

.dot-map {
    -webkit-animation-name: pulse2;
    animation-name: pulse2;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-direction:alternate;
    -webkit-animation-direction:alternate;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    transition-timing-function: ease;
    
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    100% {
        -webkit-transform: scale3d(1.25, 1.25, 1.25);
        transform: scale3d(1.25, 1.25, 1.25);
    }
}

@keyframes pulse2 {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    100% {
        -webkit-transform: scale3d(1.25, 1.25, 1.25);
        transform: scale3d(1.25, 1.25, 1.25);
    }
}

.pulse2 {
    -webkit-animation-name: pulse2;
    animation-name: pulse2
}

h3.ddone {
    margin-top: 80px;
}