@font-face {
    font-family: 'PT Sans';
	src: url('font/pts55f_w.eot');
	src: local('PT Sans'),
	     url('font/PTS55F_W.woff') format('woff'),
	     url('font/PTS55F_W.ttf') format('truetype'),
	     url('PTS55F_W.svg#PTSans-Regular') format('svg');
	font-display: swap;
}
@font-face {
    font-family: 'PT Sans';
	font-style: italic;
	src: url('font/pts56f_w.eot');
	src: local('PT Sans Italic'),
	     url('font/PTS56F_W.woff') format('woff'),
	     url('font/PTS56F_W.ttf') format('truetype'),
	     url('PTS56F_W.svg#PTSans-Italic') format('svg');
	font-display: swap;
}
@font-face {
    font-family: 'PT Sans';
	font-style: normal;
	font-weight: bold;
	src: url('font/pts75f_w.eot');
	src: local('PT Sans Bold'),
	     url('font/PTS75F_W.woff') format('woff'),
	     url('font/PTS75F_W.ttf') format('truetype'),
	     url('PTS75F_W.svg#PTSans-Bold') format('svg');
	font-display: swap;
}
@font-face {
    font-family: 'PT Sans';
	font-style: italic;
	font-weight: bold;
	src: url('font/pts76f_w.eot');
	src: local('PT Sans Bold Italic'),
	     url('font/PTS76F_W.woff') format('woff'),
	     url('font/PTS76F_W.ttf') format('truetype'),
	     url('PTS76F_W.svg#PTSans-BoldItalic') format('svg');
	font-display: swap;
}
@font-face {
    font-family: 'PT Sans Caption';
	src: url('font/ptc55f_w.eot');
	src: local('PT Sans Caption'),
	     url('font/PTC55F_W.woff') format('woff'),
	     url('font/PTC55F_W.ttf') format('truetype'),
	     url('PTC55F_W.svg#PTSans-Caption') format('svg');
	font-display: swap;
}
@font-face {
    font-family: 'PT Sans Caption';
	font-weight: bold;
	src: url('font/ptc75f_w.eot');
	src: local('PT Sans Caption Bold'),
	     url('font/PTC75F_W.woff') format('woff'),
	     url('font/PTC75F_W.ttf') format('truetype'),
	     url('PTC75F_W.svg#PTSans-CaptionBold') format('svg');
	font-display: swap;
}
@font-face {
    font-family: 'PT Sans Narrow';
	src: url('font/ptn57f_w.eot');
	src: local('PT Sans Narrow'),
	     url('PTN57F_W.woff') format('woff'),
	     url('font/PTN57F_W.ttf') format('truetype'),
	     url('PTN57F_W.svg#PTSans-Narrow') format('svg');
	font-display: swap;
}
@font-face {
    font-family: 'PT Sans Narrow';
	font-weight: bold;
	src: url('font/ptn77f_w.eot');
	src: local('PT Sans Narrow Bold'),
	     url('font/PTN77F_W.woff') format('woff'),
	     url('font/PTN77F_W.ttf') format('truetype'),
	     url('PTN77F_W.svg#PTSans-NarrowBold') format('svg');
	font-display: swap;
}

@font-face {
    font-family: 'icomoon';
    src:    url('font/social/icomoon.eot');
    src:    url('font/social/icomoon.eot') format('embedded-opentype'),
        url('font/social/icomoon.ttf') format('truetype'),
        url('font/social/icomoon.woff') format('woff'),
        url('font/social/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'DIN Pro-Medium';
	src: url('font/DINPro-Medium.eot');
	src: local('DIN Pro Medium'), local('DINPro-Medium'),
		url('font/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('font/DINPro-Medium.woff') format('woff'),
		url('font/DINPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Pro';
	src: url('font/DINPro.eot');
	src: local('DIN Pro'), local('DINPro'),
		url('font/DINPro.eot?#iefix') format('embedded-opentype'),
		url('font/DINPro.woff') format('woff'),
		url('font/DINPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* Сброс стилей */

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
input {
	border: 0;
	outline: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Don't kill focus outline for keyboard users: http://24ways.org/2009/dont-lose-your-focus */
a {
    text-decoration: none;
    color: inherit;
}

a:hover, a:active {
    outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin:0;
	padding:0;
	font-family:'PT Sans', sans-serif;
	font-size: 16px;
	min-width:1000px;
}

h1,h2,h3,h4,h5,h6 {font-family: 'DIN Pro-Medium', Verdana; font-weight: normal; line-height:1;}

/* Шапка страницы */

.header {
    width: 100%;
    height: 5em;
    font-family: 'DIN Pro-Medium', Verdana;
    background-color: rgba(0, 132, 201, .1);
}

.header p {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
}


.hlogo {
    font-size: 2.5em;
    font-weight: bold;
    height: 100%;
    margin-left: 1.5em;
    float: left;
    }

.hcontact {
    font-size: 1.5em;
    height: 100%;
    width:30%;
    float: right;
}

.hcontact p {
    display: inline-block;
    margin: auto 1em;
}

/* Блоки страницы */

.block {
    width: 100%;
    min-height: 55em;
}

.main img {
    width: 100%;
}

.block1_sideleft {
    width: 60%;
    height: 100%;
    float: left;
    padding-left: 3%;
    padding-top: 3em;
    display: inline-block;
}

.block1_sideright {
    width: 40%;
    height: 100%;
    float: right;
    padding-top: 3em;
}

.block1_text {
    width: 30%;
    padding-top: 2%;
}

.block1_text h1{
    font-size: 3.5em;
    font-weight: bold;
    line-height: 1.4em;
    color: #0084c9;
}

.block1_back1 {
    position: absolute;
    top: 8em;
    left: 0;
    z-index: -1;
}

.block1_back2 {
    position: absolute;
    left: 35%;
    top: 0;
}

.block1_back3 {
    float: right;
}

.block1_back4 {
  padding-top: 8%;
  width: 60%;
}

.block_sidetop {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex: 1 1 auto;
}

.pic_select {
    width: 25%;
    height: auto;
    overflow: hidden;
    display: flex;
}

.pic_select img{
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: .5s ease-in-out;
  margin: auto;
  width: 100%;
}

.pic_select img:hover{
  filter: none;
}

.block_sidebottom {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex: 1 1 auto;
}

.sec_left {
    flex-basis: 30%;
    padding: 2% 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec_left_infopic img {
    width: 100%;
    height: auto;
}

.sec_left_text {
    font-size: 1.25em;
    line-height: 1.25em;
}

.sec_left_text p{
    margin-top: 3%;
}

.sec_left_text span{
    font-size: 1.4em;
    font-weight: bold;
}

.sec_left_text h2{
    font-size: 1.7em;
    font-weight: bold;
    color: #0084c9;
    text-align: center;
    margin-bottom: .5em;
}

.sec_center {
    flex-basis: 40%;
}

.sec_right {
    flex-basis: 30%;
    padding: 1%;
    background-color: rgba(0, 132, 201, .1);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.sec_right_text {
    padding-bottom: 5%;
    font-size: 1.25em;
    line-height: 1.25em;
}

.sec_right_text p{
    margin-top: 3%;
}

/* Навигация в 1 блоке */

.slider__paginator {

  color: rgba(0, 132, 201, .4);
  padding-top: 8%;
  font-size: 1.125rem;
}

.slider__paginator ul {
  padding-left: 20px;
  position: relative;
}

.slider__paginator li {
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
}

.slider__paginator li:before {
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid;
  position: absolute;
  top: 25%;
  left: -20px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.slider__paginator li:not(:first-of-type):after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 132, 201, .4);
  left: -15px;
  top: -14px;
}

.slider__paginator li:not(:last-of-type) {
  margin-bottom: 10px;
}

.slider__paginator li:hover,
.slider__paginator li.active {
  color: #0084c9;
}

.slider__paginator li.active {
  cursor: default;
}

.slider__paginator li.active:before {
  background-color: #0084c9;
}

/* Кнопка действия */

.slider-btn {
  width: 65%;
  padding-bottom: 10px;
  margin: 0 auto;
}

.main .slider-btn {
  width: 50%;
  margin: auto;
}

.slider-btn__item {
  -webkit-transition: background-color 0.8s ease-out, -webkit-transform 0.5s linear, -webkit-box-shadow 0.2s ease-out;
  transition: background-color 0.8s ease-out, -webkit-transform 0.5s linear, -webkit-box-shadow 0.2s ease-out;
  transition: transform 0.5s linear, background-color 0.8s ease-out, box-shadow 0.2s ease-out;
  transition: transform 0.5s linear, background-color 0.8s ease-out, box-shadow 0.2s ease-out, -webkit-transform 0.5s linear, -webkit-box-shadow 0.2s ease-out;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

.slider-btn__item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 10;
}

.btn-primary {
  background-color: #ffe735;
  border-radius: 35px;
  padding: 12px 10%;
  text-transform: uppercase;
  color: #393131;
  font-weight: bold;
  font-size: 1.25rem;
  -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: background-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: background-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out, transform 0.2s ease-out;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out, transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.btn-primary.btn-primary--banner {
  color: rgba(123,198,237,0.7);
  background-color: #fff;
  text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
  width: auto;
  margin: 0;
}

.btn-primary.btn-primary--banner:hover {
  background-color: #f5f1f0;
}

.btn-primary:hover {
  background-color: #fff700;
  -webkit-box-shadow: 0px 6px 10px -2px rgba(0,0,0,0.25);
  box-shadow: 0px 6px 10px -2px rgba(0,0,0,0.25);
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}


.footer {
  color: #fff;
  background-color: rgba(0,132,201,0.8);
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 1%;
  padding-bottom: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__text {
  font-size: 1.25rem;
}

.footer__text p {
  margin-bottom: 1%;
}

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

.footer__social img {
  height: 30px;
}

/* 
#modal {
    background: #0084c9;
    width: 30%;
    height: 100%;
    position: fixed;
    overflow-y: hidden;
    right: 0;
    display: none;
    z-index: 10;
    animation: showRight 1s; 
    padding: 5%;
}

@keyframes showRight {
    from {right:-100%;}
    to {right:0;}
} 

#modal:target {display: block;}
.close {
    position: absolute;
    top: 0;
    left: 0.3em;
    cursor:pointer;
    font-size: 4em;
    transform: rotate(45deg);
    color: white;
}
.close:hover {color: yellow;}


form {
    margin: 50% 0;
    color: white;
    font-size: 1.3em;
}

.control-group {
    margin-bottom: 5%;
}

form input {
    background-color: #0084c9;
    color: white;
    border: none;
    border-bottom: 1px solid white;
    width: 100%;
    font-size: 1.3em;
    outline: none;
}

form textarea {
    background-color: #0084c9;
    color: white;
    border: none;
    border-bottom: 1px solid white;
    width: 100%;
    font-size: 1em;
    resize: vertical;
    outline: none;
    -moz-appearance: none;
}

form button {
    background-color: #0084c9;
    color: white;
    width: 80%;
    margin: 0 10%;
    padding: 2%;
    font-size: 1.125em;
    border: 1px solid white;
    border-radius: 15px;
}

form button:hover {
    background-color: white;
    color: #0084c9;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
} */

.modal {
    background: #0084c9;
    width: 30%;
    height: 100%;
    position: fixed;
    overflow-y: hidden;
    right: 0;
    display: none;
    z-index: 10;
    animation: showRight 1s; 
    padding: 5%;
}

.opencall {
    display: block !important;
}

@keyframes showRight {
    from {right:-100%;}
    to {right:0;}
} 

.close {
    position: absolute;
    top: 0;
    left: 0.3em;
    cursor:pointer;
    font-size: 4em;
    transform: rotate(45deg);
    color: white;
}
.close:hover {color: yellow;}


form {
    margin: 50% 0;
    color: white;
    font-size: 1.3em;
}

.control-group {
    margin-bottom: 5%;
}

form input {
    background-color: #0084c9;
    color: white;
    border: none;
    border-bottom: 1px solid white;
    width: 100%;
    font-size: 1.3em;
    outline: none;
}

form textarea {
    background-color: #0084c9;
    color: white;
    border: none;
    border-bottom: 1px solid white;
    width: 100%;
    font-size: 1em;
    resize: vertical;
    outline: none;
	-moz-appearance: none;
}

form button {
    background-color: #0084c9;
    color: white;
    width: 80%;
    margin: 0 10%;
    padding: 2%;
    font-size: 1.125em;
    border: 1px solid white;
    border-radius: 15px;
}

form button:hover {
    background-color: white;
    color: #0084c9;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

@media (max-width: 1680px) { 
    
    .hcontact {
        width: 40%;
    }
    
    .block1_back2 {
        left: 38%;
    }
    
    .sec_left_text, .sec_right_text {
        font-size: 1.2em;
    }
    
    .sec_left_text span{
    font-size: 1.15em;
        
    }

    .sec_left_text h2{
    font-size: 1.4em;
        
    }
}

@media (max-width: 1600px) { 
    .block {
        min-height: 50em;
    }
    
    .block1_back2 {
        left: 35%;
        width: 30%;
    }
    
    .block1_back3 {
        overflow: hidden;
    }
    
    .block1_back3 img{
        width: 110%;
    }
        
    .main .slider-btn {
        width: 60%;
        margin: auto;
    }
    
    .slider-btn {
        width: 80%;
    }    
    
    .sec_left_text, .sec_right_text {
        font-size: 1.1em;
    }
    .sec_center img {
        width: 85%;
        margin: auto;
    }
    .sec_center {
        flex-basis: 35%;
        display: flex;
    }
    
    .sec_left {
    flex-basis: 35%;
    }
}

@media (max-width: 1450px) { 
    .block {
        min-height: 46em;
    }
    .btn-primary {
        font-size: 1.1rem;
    }
    .block1_text h1{
        font-size: 3.2em;
    }
    .sec_left_text, .sec_right_text {
        font-size: 1em;
    }
    form input {
        font-size: 1em;
    }
}

@media (max-width: 1350px) { 
    .block {
        min-height: 43em;
    }
    #modal {
        width: 35%;
    }
    
    .sec_left_text, .sec_right_text {
    font-size: .85em;
}
}